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
678 COND_WXUSE_ZLIB_BUILTIN
679 COND_WXUSE_REGEX_BUILTIN
680 COND_WXUSE_LIBTIFF_BUILTIN
681 COND_WXUSE_LIBPNG_BUILTIN
682 COND_WXUSE_LIBJPEG_BUILTIN
683 COND_WXUSE_EXPAT_BUILTIN
686 COND_WITH_PLUGIN_SDL_1
687 COND_WINDOWS_IMPLIB_1
692 COND_USE_SOVERSOLARIS_1
693 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
695 COND_USE_SOVERLINUX_1
696 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
697 COND_USE_SOTWOSYMLINKS_1
703 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
704 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
705 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
706 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
707 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
708 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
709 COND_USE_GUI_1_WXUNIV_1
710 COND_USE_GUI_1_WXUNIV_0
711 COND_USE_GUI_1_USE_OPENGL_1
714 COND_USE_EXCEPTIONS_1
715 COND_USE_EXCEPTIONS_0
718 COND_TOOLKIT_X11_USE_GUI_1
720 COND_TOOLKIT_WINCE_WXUNIV_0
721 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
722 COND_TOOLKIT_WINCE_USE_GUI_1
724 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
725 COND_TOOLKIT_PM_USE_GUI_1
727 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
728 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
729 COND_TOOLKIT_OSX_IPHONE
730 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
731 COND_TOOLKIT_OSX_COCOA
732 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
733 COND_TOOLKIT_OSX_CARBON
734 COND_TOOLKIT_MSW_WXUNIV_0
735 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
736 COND_TOOLKIT_MSW_USE_GUI_1
738 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
739 COND_TOOLKIT_MOTIF_USE_GUI_1
742 COND_TOOLKIT_GTK_USE_GUI_1
743 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
744 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
745 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
746 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
747 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
748 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
749 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1
750 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
751 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1
752 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
753 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
754 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
755 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
757 COND_TOOLKIT_DFB_USE_GUI_1
759 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
760 COND_TOOLKIT_COCOA_USE_GUI_1
763 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
765 COND_SHARED_0_wxUSE_ZLIB_builtin
766 COND_SHARED_0_wxUSE_REGEX_builtin
767 COND_SHARED_0_wxUSE_EXPAT_builtin
768 COND_SHARED_0_USE_STC_1
769 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
770 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
771 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
772 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
773 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
774 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
775 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
777 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
778 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
779 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
780 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
781 COND_PLATFORM_WIN32_1_SHARED_0
782 COND_PLATFORM_WIN32_1
783 COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3
784 COND_PLATFORM_WIN32_0
785 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
786 COND_PLATFORM_UNIX_1_USE_GUI_1
787 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
788 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
789 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
790 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
794 COND_PLATFORM_MSDOS_1
795 COND_PLATFORM_MSDOS_0
798 COND_PLATFORM_MACOS_1
799 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
800 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
801 COND_PLATFORM_MACOSX_1_USE_GUI_1
802 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
803 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
804 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
805 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
806 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
807 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
808 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
809 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
810 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
811 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
812 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
813 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
814 COND_PLATFORM_MACOSX_1
815 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
816 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
817 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
818 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
819 COND_MONOLITHIC_1_SHARED_1
820 COND_MONOLITHIC_1_SHARED_0
822 COND_MONOLITHIC_0_USE_XRC_1
823 COND_MONOLITHIC_0_USE_WEBVIEW_1
824 COND_MONOLITHIC_0_USE_STC_1
825 COND_MONOLITHIC_0_USE_RICHTEXT_1
826 COND_MONOLITHIC_0_USE_RIBBON_1
827 COND_MONOLITHIC_0_USE_QA_1
828 COND_MONOLITHIC_0_USE_PROPGRID_1
829 COND_MONOLITHIC_0_USE_MEDIA_1
830 COND_MONOLITHIC_0_USE_HTML_1
831 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
832 COND_MONOLITHIC_0_USE_GUI_1
833 COND_MONOLITHIC_0_USE_AUI_1
834 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
835 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
836 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
837 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
838 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
839 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
840 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
841 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
842 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
843 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
844 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
845 COND_MONOLITHIC_0_SHARED_1
846 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
847 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
848 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
849 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
850 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
851 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
852 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
853 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
854 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
855 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
856 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
857 COND_MONOLITHIC_0_SHARED_0
867 COND_BUILD_release_UNICODE_1
868 COND_BUILD_release_UNICODE_0
869 COND_BUILD_release_DEBUG_INFO_default
871 COND_BUILD_debug_UNICODE_1
872 COND_BUILD_debug_UNICODE_0
873 COND_BUILD_debug_DEBUG_INFO_default
874 COND_BUILD_debug_DEBUG_FLAG_default
876 COND_BUILD_RELEASE_UNICODE_1
877 COND_BUILD_RELEASE_UNICODE_0
878 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
880 COND_BUILD_DEBUG_UNICODE_1
881 COND_BUILD_DEBUG_UNICODE_0
882 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
883 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
887 ICC_PCH_CREATE_SWITCH
995 LIBGNOMEPRINTUI_CFLAGS
1086 program_transform_name
1099 enable_option_checking
1105 enable_official_build
1147 with_macosx_version_min
1156 enable_std_containers
1157 enable_std_iostreams
1159 enable_std_string_conv_in_wxstring
1164 enable_extended_rtti
1169 enable_no_exceptions
1172 enable_vararg_macros
1173 enable_universal_binary
1178 enable_objc_uniquifying
1207 enable_dynamicloader
1223 enable_printfposparam
1238 enable_protocol_http
1240 enable_protocol_file
1291 enable_commandlinkbutton
1318 enable_rearrangectrl
1367 enable_accessibility
1370 enable_webviewwebkit
1390 with_gtk_exec_prefix
1392 with_libiconv_prefix
1394 with_sdl_exec_prefix
1396 enable_dependency_tracking
1397 enable_precomp_headers
1399 with_cppunit_exec_prefix
1401 ac_precious_vars
='build_alias
1438 LIBGNOMEPRINTUI_CFLAGS
1439 LIBGNOMEPRINTUI_LIBS
1454 ac_subdirs_all
='src/tiff
1457 # Initialize some variables set by options.
1459 ac_init_version
=false
1460 ac_unrecognized_opts
=
1461 ac_unrecognized_sep
=
1462 # The variables have the same names as the options, with
1463 # dashes changed to underlines.
1464 cache_file
=/dev
/null
1471 program_transform_name
=s
,x
,x
,
1479 # Installation directory options.
1480 # These are left unexpanded so users can "make install exec_prefix=/foo"
1481 # and all the variables that are supposed to be based on exec_prefix
1482 # by default will actually change.
1483 # Use braces instead of parens because sh, perl, etc. also accept them.
1484 # (The list follows the same order as the GNU Coding Standards.)
1485 bindir
='${exec_prefix}/bin'
1486 sbindir
='${exec_prefix}/sbin'
1487 libexecdir
='${exec_prefix}/libexec'
1488 datarootdir
='${prefix}/share'
1489 datadir
='${datarootdir}'
1490 sysconfdir
='${prefix}/etc'
1491 sharedstatedir
='${prefix}/com'
1492 localstatedir
='${prefix}/var'
1493 includedir
='${prefix}/include'
1494 oldincludedir
='/usr/include'
1495 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1496 infodir
='${datarootdir}/info'
1501 libdir
='${exec_prefix}/lib'
1502 localedir
='${datarootdir}/locale'
1503 mandir
='${datarootdir}/man'
1509 # If the previous option needs an argument, assign it.
1510 if test -n "$ac_prev"; then
1511 eval $ac_prev=\
$ac_option
1517 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1522 # Accept the important Cygnus configure options, so we can diagnose typos.
1524 case $ac_dashdash$ac_option in
1528 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1530 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1531 bindir
=$ac_optarg ;;
1533 -build | --build | --buil | --bui | --bu)
1534 ac_prev
=build_alias
;;
1535 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1536 build_alias
=$ac_optarg ;;
1538 -cache-file | --cache-file | --cache-fil | --cache-fi \
1539 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1540 ac_prev
=cache_file
;;
1541 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1542 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1543 cache_file
=$ac_optarg ;;
1545 --config-cache | -C)
1546 cache_file
=config.cache
;;
1548 -datadir | --datadir | --datadi | --datad)
1550 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1551 datadir
=$ac_optarg ;;
1553 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1554 | --dataroo | --dataro | --datar)
1555 ac_prev
=datarootdir
;;
1556 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1557 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1558 datarootdir
=$ac_optarg ;;
1560 -disable-* | --disable-*)
1561 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1562 # Reject names that are not valid shell variable names.
1563 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1564 as_fn_error $?
"invalid feature name: $ac_useropt"
1565 ac_useropt_orig
=$ac_useropt
1566 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1567 case $ac_user_opts in
1569 "enable_
$ac_useropt"
1571 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1572 ac_unrecognized_sep
=', ';;
1574 eval enable_
$ac_useropt=no
;;
1576 -docdir | --docdir | --docdi | --doc | --do)
1578 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1579 docdir
=$ac_optarg ;;
1581 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1583 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1584 dvidir
=$ac_optarg ;;
1586 -enable-* | --enable-*)
1587 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1588 # Reject names that are not valid shell variable names.
1589 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1590 as_fn_error $?
"invalid feature name: $ac_useropt"
1591 ac_useropt_orig
=$ac_useropt
1592 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1593 case $ac_user_opts in
1595 "enable_
$ac_useropt"
1597 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1598 ac_unrecognized_sep
=', ';;
1600 eval enable_
$ac_useropt=\
$ac_optarg ;;
1602 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1603 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1604 | --exec | --exe | --ex)
1605 ac_prev
=exec_prefix
;;
1606 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1607 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1608 | --exec=* | --exe=* | --ex=*)
1609 exec_prefix
=$ac_optarg ;;
1611 -gas | --gas | --ga | --g)
1612 # Obsolete; use --with-gas.
1615 -help | --help | --hel | --he | -h)
1616 ac_init_help
=long
;;
1617 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
1618 ac_init_help
=recursive
;;
1619 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
1620 ac_init_help
=short
;;
1622 -host | --host | --hos | --ho)
1623 ac_prev
=host_alias
;;
1624 -host=* | --host=* | --hos=* | --ho=*)
1625 host_alias
=$ac_optarg ;;
1627 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1629 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1631 htmldir
=$ac_optarg ;;
1633 -includedir | --includedir | --includedi | --included | --include \
1634 | --includ | --inclu | --incl | --inc)
1635 ac_prev
=includedir
;;
1636 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1637 | --includ=* | --inclu=* | --incl=* | --inc=*)
1638 includedir
=$ac_optarg ;;
1640 -infodir | --infodir | --infodi | --infod | --info | --inf)
1642 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1643 infodir
=$ac_optarg ;;
1645 -libdir | --libdir | --libdi | --libd)
1647 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1648 libdir
=$ac_optarg ;;
1650 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1651 | --libexe | --libex | --libe)
1652 ac_prev
=libexecdir
;;
1653 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1654 | --libexe=* | --libex=* | --libe=*)
1655 libexecdir
=$ac_optarg ;;
1657 -localedir | --localedir | --localedi | --localed | --locale)
1658 ac_prev
=localedir
;;
1659 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1660 localedir
=$ac_optarg ;;
1662 -localstatedir | --localstatedir | --localstatedi | --localstated \
1663 | --localstate | --localstat | --localsta | --localst | --locals)
1664 ac_prev
=localstatedir
;;
1665 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1666 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1667 localstatedir
=$ac_optarg ;;
1669 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1671 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1672 mandir
=$ac_optarg ;;
1674 -nfp | --nfp | --nf)
1675 # Obsolete; use --without-fp.
1678 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1679 | --no-cr | --no-c | -n)
1682 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1683 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1686 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1687 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1688 | --oldin | --oldi | --old | --ol | --o)
1689 ac_prev
=oldincludedir
;;
1690 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1691 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1692 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1693 oldincludedir
=$ac_optarg ;;
1695 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1697 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1698 prefix
=$ac_optarg ;;
1700 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1701 | --program-pre | --program-pr | --program-p)
1702 ac_prev
=program_prefix
;;
1703 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1704 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1705 program_prefix
=$ac_optarg ;;
1707 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1708 | --program-suf | --program-su | --program-s)
1709 ac_prev
=program_suffix
;;
1710 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1711 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1712 program_suffix
=$ac_optarg ;;
1714 -program-transform-name | --program-transform-name \
1715 | --program-transform-nam | --program-transform-na \
1716 | --program-transform-n | --program-transform- \
1717 | --program-transform | --program-transfor \
1718 | --program-transfo | --program-transf \
1719 | --program-trans | --program-tran \
1720 | --progr-tra | --program-tr | --program-t)
1721 ac_prev
=program_transform_name
;;
1722 -program-transform-name=* | --program-transform-name=* \
1723 | --program-transform-nam=* | --program-transform-na=* \
1724 | --program-transform-n=* | --program-transform-=* \
1725 | --program-transform=* | --program-transfor=* \
1726 | --program-transfo=* | --program-transf=* \
1727 | --program-trans=* | --program-tran=* \
1728 | --progr-tra=* | --program-tr=* | --program-t=*)
1729 program_transform_name
=$ac_optarg ;;
1731 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1733 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1734 pdfdir
=$ac_optarg ;;
1736 -psdir | --psdir | --psdi | --psd | --ps)
1738 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1741 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1742 | -silent | --silent | --silen | --sile | --sil)
1745 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1747 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1749 sbindir
=$ac_optarg ;;
1751 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1752 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1753 | --sharedst | --shareds | --shared | --share | --shar \
1755 ac_prev
=sharedstatedir
;;
1756 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1757 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1758 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1760 sharedstatedir
=$ac_optarg ;;
1762 -site | --site | --sit)
1764 -site=* | --site=* | --sit=*)
1767 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1769 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1770 srcdir
=$ac_optarg ;;
1772 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1773 | --syscon | --sysco | --sysc | --sys | --sy)
1774 ac_prev
=sysconfdir
;;
1775 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1776 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1777 sysconfdir
=$ac_optarg ;;
1779 -target | --target | --targe | --targ | --tar | --ta | --t)
1780 ac_prev
=target_alias
;;
1781 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1782 target_alias
=$ac_optarg ;;
1784 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1787 -version | --version | --versio | --versi | --vers | -V)
1788 ac_init_version
=: ;;
1791 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1792 # Reject names that are not valid shell variable names.
1793 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1794 as_fn_error $?
"invalid package name: $ac_useropt"
1795 ac_useropt_orig
=$ac_useropt
1796 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1797 case $ac_user_opts in
1801 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1802 ac_unrecognized_sep
=', ';;
1804 eval with_
$ac_useropt=\
$ac_optarg ;;
1806 -without-* | --without-*)
1807 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1808 # Reject names that are not valid shell variable names.
1809 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1810 as_fn_error $?
"invalid package name: $ac_useropt"
1811 ac_useropt_orig
=$ac_useropt
1812 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1813 case $ac_user_opts in
1817 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1818 ac_unrecognized_sep
=', ';;
1820 eval with_
$ac_useropt=no
;;
1823 # Obsolete; use --with-x.
1826 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1827 | --x-incl | --x-inc | --x-in | --x-i)
1828 ac_prev
=x_includes
;;
1829 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1830 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1831 x_includes
=$ac_optarg ;;
1833 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1834 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1835 ac_prev
=x_libraries
;;
1836 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1837 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1838 x_libraries
=$ac_optarg ;;
1840 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1841 Try \`$0 --help' for more information"
1845 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1846 # Reject names that are not valid shell variable names.
1847 case $ac_envvar in #(
1848 '' | [0-9]* | *[!_$as_cr_alnum]* )
1849 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1851 eval $ac_envvar=\
$ac_optarg
1852 export $ac_envvar ;;
1855 # FIXME: should be removed in autoconf 3.0.
1856 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1857 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1858 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1859 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1865 if test -n "$ac_prev"; then
1866 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1867 as_fn_error $?
"missing argument to $ac_option"
1870 if test -n "$ac_unrecognized_opts"; then
1871 case $enable_option_checking in
1873 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1874 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1878 # Check all directory arguments for consistency.
1879 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1880 datadir sysconfdir sharedstatedir localstatedir includedir \
1881 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1882 libdir localedir mandir
1884 eval ac_val
=\$
$ac_var
1885 # Remove trailing slashes.
1888 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1889 eval $ac_var=\
$ac_val;;
1891 # Be sure to have absolute directory names.
1893 [\\/$
]* | ?
:[\\/]* ) continue;;
1894 NONE
| '' ) case $ac_var in *prefix
) continue;; esac;;
1896 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1899 # There might be people who depend on the old broken behavior: `$host'
1900 # used to hold the argument of --host etc.
1901 # FIXME: To remove some day.
1904 target
=$target_alias
1906 # FIXME: To remove some day.
1907 if test "x$host_alias" != x
; then
1908 if test "x$build_alias" = x
; then
1909 cross_compiling
=maybe
1910 elif test "x$build_alias" != "x$host_alias"; then
1916 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1918 test "$silent" = yes && exec 6>/dev
/null
1921 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1922 ac_ls_di
=`ls -di .` &&
1923 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1924 as_fn_error $?
"working directory cannot be determined"
1925 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1926 as_fn_error $?
"pwd does not report name of working directory"
1929 # Find the source files, if location was not specified.
1930 if test -z "$srcdir"; then
1931 ac_srcdir_defaulted
=yes
1932 # Try the directory containing this script, then the parent directory.
1933 ac_confdir
=`$as_dirname -- "$as_myself" ||
1934 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1935 X"$as_myself" : 'X\(//\)[^/]' \| \
1936 X"$as_myself" : 'X\(//\)$' \| \
1937 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1938 $as_echo X"$as_myself" |
1939 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1957 if test ! -r "$srcdir/$ac_unique_file"; then
1961 ac_srcdir_defaulted
=no
1963 if test ! -r "$srcdir/$ac_unique_file"; then
1964 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1965 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1967 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1969 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1971 # When building in place, set srcdir=.
1972 if test "$ac_abs_confdir" = "$ac_pwd"; then
1975 # Remove unnecessary trailing slashes from srcdir.
1976 # Double slashes in file names in object file debugging info
1977 # mess up M-x gdb in Emacs.
1979 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1981 for ac_var
in $ac_precious_vars; do
1982 eval ac_env_
${ac_var}_set
=\
${${ac_var}+set}
1983 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1984 eval ac_cv_env_
${ac_var}_set
=\
${${ac_var}+set}
1985 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1989 # Report the --help message.
1991 if test "$ac_init_help" = "long"; then
1992 # Omit some internal or obsolete options to make the list less imposing.
1993 # This message is too long to be a string in the A/UX 3.1 sh.
1995 \`configure' configures wxWidgets 2.9.5 to adapt to many kinds of systems.
1997 Usage: $0 [OPTION]... [VAR=VALUE]...
1999 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2000 VAR=VALUE. See below for descriptions of some of the useful variables.
2002 Defaults for the options are specified in brackets.
2005 -h, --help display this help and exit
2006 --help=short display options specific to this package
2007 --help=recursive display the short help of all the included packages
2008 -V, --version display version information and exit
2009 -q, --quiet, --silent do not print \`checking ...' messages
2010 --cache-file=FILE cache test results in FILE [disabled]
2011 -C, --config-cache alias for \`--cache-file=config.cache'
2012 -n, --no-create do not create output files
2013 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2015 Installation directories:
2016 --prefix=PREFIX install architecture-independent files in PREFIX
2017 [$ac_default_prefix]
2018 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2021 By default, \`make install' will install all the files in
2022 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2023 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2024 for instance \`--prefix=\$HOME'.
2026 For better control, use the options below.
2028 Fine tuning of the installation directories:
2029 --bindir=DIR user executables [EPREFIX/bin]
2030 --sbindir=DIR system admin executables [EPREFIX/sbin]
2031 --libexecdir=DIR program executables [EPREFIX/libexec]
2032 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2033 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2034 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2035 --libdir=DIR object code libraries [EPREFIX/lib]
2036 --includedir=DIR C header files [PREFIX/include]
2037 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2038 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2039 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2040 --infodir=DIR info documentation [DATAROOTDIR/info]
2041 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2042 --mandir=DIR man documentation [DATAROOTDIR/man]
2043 --docdir=DIR documentation root [DATAROOTDIR/doc/wxwidgets]
2044 --htmldir=DIR html documentation [DOCDIR]
2045 --dvidir=DIR dvi documentation [DOCDIR]
2046 --pdfdir=DIR pdf documentation [DOCDIR]
2047 --psdir=DIR ps documentation [DOCDIR]
2053 --x-includes=DIR X include files are
in DIR
2054 --x-libraries=DIR X library files are
in DIR
2057 --build=BUILD configure
for building on BUILD
[guessed
]
2058 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
2062 if test -n "$ac_init_help"; then
2063 case $ac_init_help in
2064 short
| recursive
) echo "Configuration of wxWidgets 2.9.5:";;
2069 --disable-option-checking ignore unrecognized
--enable/--with options
2070 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2071 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2072 --disable-gui don
't build GUI parts of the library
2073 --enable-monolithic build wxWidgets as single library
2074 --enable-plugins build parts of wxWidgets as loadable components
2075 --enable-official_build official build of wxWidgets (win32 DLL only)
2076 --enable-vendor=VENDOR vendor name (win32 DLL only)
2077 --disable-all-features disable all optional features to build minimal library
2078 --enable-universal use wxWidgets GUI controls instead of native ones
2079 --enable-nanox use NanoX
2080 --enable-gpe use GNOME PDA Environment features if possible
2081 --enable-debug build library for debugging
2082 --disable-debug_flag disable all debugging support
2083 --enable-debug_info generate debug information
2084 --enable-debug_gdb create code with extra GDB debugging information
2085 --enable-debug_cntxt obsolete, don't use
: use wxDebugContext
2086 --enable-mem_tracing obsolete
, don
't use: create code with memory tracing
2087 --disable-shared create static library instead of shared
2088 --enable-stl use standard C++ classes for everything
2089 --enable-std_containers use standard C++ container classes
2090 --enable-std_iostreams use standard C++ stream classes
2091 --enable-std_string use standard C++ string classes
2092 --enable-std_string_conv_in_wxstring provide implicit conversion to std::string in wxString
2093 --disable-unicode compile without Unicode support
2094 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
2095 --enable-utf8 use UTF-8 representation for strings (Unix only)
2096 --enable-utf8only only support UTF-8 locales in UTF-8 build (Unix only)
2097 --enable-extended_rtti use extended RTTI (XTI)
2098 --enable-omf use OMF object format
2099 --disable-optimise compile without optimisations
2100 --enable-profile create code with profiling information
2101 --enable-no_rtti create code without RTTI information
2102 --enable-no_exceptions create code without C++ exceptions handling
2103 --enable-permissive compile code disregarding strict ANSI
2104 --enable-no_deps create code without dependency information
2105 --disable-vararg_macros don't use vararg macros
, even
if they are supported
2106 --enable-universal_binary=archs create universal binary
for the specified
(or all supported
) architectures
2107 --enable-macosx_arch=ARCH build
for just the specified architecture
2108 --enable-compat26 enable wxWidgets
2.6 compatibility
2109 --disable-compat28 disable wxWidgets
2.8 compatibility
2110 --disable-rpath disable use of rpath
for uninstalled builds
2111 --enable-objc_uniquifying enable Objective
-C class name uniquifying
2112 --disable-visibility disable use of ELF symbols visibility even
if supported
2113 --disable-tls disable use of compiler TLS support
2114 --enable-intl use internationalization system
2115 --enable-xlocale use x
-locale support
(requires wxLocale
)
2116 --enable-config use wxConfig
(and derived
) classes
2117 --enable-protocols use wxProtocol and derived classes
2118 --enable-ftp use wxFTP
(requires wxProtocol
2119 --enable-http use wxHTTP
(requires wxProtocol
2120 --enable-fileproto use wxFileProto class
(requires wxProtocol
2121 --enable-sockets use socket
/network classes
2122 --enable-ipv6 enable IPv6 support
in wxSocket
2123 --enable-ole use OLE classes
(Win32 only
)
2124 --enable-dataobj use data object classes
2125 --enable-ipc use interprocess communication
(wxSocket etc.
)
2126 --enable-baseevtloop use event loop
in console programs too
2127 --enable-epollloop use wxEpollDispatcher class
(Linux only
)
2128 --enable-selectloop use wxSelectDispatcher class
2129 --enable-any use wxAny class
2130 --enable-apple_ieee use the Apple IEEE codec
2131 --enable-arcstream use wxArchive streams
2132 --enable-base64 use base64 encoding
/decoding functions
2133 --enable-backtrace use wxStackWalker class
for getting backtraces
2134 --enable-catch_segvs catch signals
in wxApp
::OnFatalException
(Unix only
)
2135 --enable-cmdline use wxCmdLineParser class
2136 --enable-datetime use wxDateTime class
2137 --enable-debugreport use wxDebugReport class
2138 --enable-dialupman use dialup network classes
2139 --enable-dynlib use wxLibrary class
for DLL loading
2140 --enable-dynamicloader use
(new
) wxDynamicLibrary class
2141 --enable-exceptions build exception
-safe library
2142 --enable-ffile use wxFFile class
2143 --enable-file use wxFile class
2144 --enable-filehistory use wxFileHistory class
2145 --enable-filesystem use virtual
file systems classes
2146 --enable-fontenum use wxFontEnumerator class
2147 --enable-fontmap use font encodings conversion classes
2148 --enable-fs_archive use virtual archive filesystems
2149 --enable-fs_inet use virtual HTTP
/FTP filesystems
2150 --enable-fs_zip now replaced by fs_archive
2151 --enable-fswatcher use wxFileSystemWatcher class
2152 --enable-geometry use geometry class
2153 --enable-log use logging system
2154 --enable-longlong use wxLongLong class
2155 --enable-mimetype use wxMimeTypesManager
2156 --enable-printfposparam use wxVsnprintf
() which supports positional parameters
2157 --enable-snglinst use wxSingleInstanceChecker class
2158 --enable-sound use wxSound class
2159 --enable-stdpaths use wxStandardPaths class
2160 --enable-stopwatch use wxStopWatch class
2161 --enable-streams use wxStream etc classes
2162 --enable-sysoptions use wxSystemOptions
2163 --enable-tarstream use wxTar streams
2164 --enable-textbuf use wxTextBuffer class
2165 --enable-textfile use wxTextFile class
2166 --enable-timer use wxTimer class
2167 --enable-variant use wxVariant class
2168 --enable-zipstream use wxZip streams
2169 --enable-url use wxURL class
2170 --enable-protocol use wxProtocol class
2171 --enable-protocol-http HTTP support
in wxProtocol
2172 --enable-protocol-ftp FTP support
in wxProtocol
2173 --enable-protocol-file FILE support
in wxProtocol
2174 --enable-threads use threads
2175 --enable-iniconf use wxIniConfig
(Win32 only
)
2176 --enable-regkey use wxRegKey class
(Win32 only
)
2177 --enable-docview use document view architecture
2178 --enable-help use
help subsystem
2179 --enable-mshtmlhelp use MS HTML Help
(win32
)
2180 --enable-html use wxHTML sub
-library
2181 --enable-htmlhelp use wxHTML
-based help
2182 --enable-xrc use XRC resources sub
-library
2183 --enable-aui use AUI docking library
2184 --enable-propgrid use wxPropertyGrid library
2185 --enable-ribbon use wxRibbon library
2186 --enable-stc use wxStyledTextCtrl library
2187 --enable-constraints use layout
-constraints system
2188 --enable-loggui use standard GUI logger
2189 --enable-logwin use wxLogWindow
2190 --enable-logdialog use wxLogDialog
2191 --enable-mdi use multiple document interface architecture
2192 --enable-mdidoc use docview architecture with MDI
2193 --enable-mediactrl use wxMediaCtrl class
2194 --enable-gstreamer8 force GStreamer
0.8 instead of
0.10 with the wxMediaCtrl class on unix
2195 --enable-richtext use wxRichTextCtrl
2196 --enable-postscript use wxPostscriptDC device context
(default
for gtk
+)
2197 --enable-printarch use printing architecture
2198 --enable-svg use wxSVGFileDC device context
2199 --enable-webkit use wxWebKitCtrl
(Mac
-only, use wxWebView instead
)
2200 --enable-webview use wxWebView library
2201 --enable-graphics_ctx use graphics context
2D drawing API
2202 --enable-clipboard use wxClipboard class
2203 --enable-dnd use Drag
'n'Drop classes
2204 --disable-controls disable compilation of all standard controls
2205 --enable-markup support wxControl
::SetLabelMarkup
2206 --enable-accel use accelerators
2207 --enable-animatectrl use wxAnimationCtrl class
2208 --enable-bannerwindow use wxBannerWindow class
2209 --enable-artstd use standard XPM icons
in wxArtProvider
2210 --enable-arttango use Tango icons
in wxArtProvider
2211 --enable-bmpbutton use wxBitmapButton class
2212 --enable-bmpcombobox use wxBitmapComboBox class
2213 --enable-button use wxButton class
2214 --enable-calendar use wxCalendarCtrl class
2215 --enable-caret use wxCaret class
2216 --enable-checkbox use wxCheckBox class
2217 --enable-checklst use wxCheckListBox
(listbox with checkboxes
) class
2218 --enable-choice use wxChoice class
2219 --enable-choicebook use wxChoicebook class
2220 --enable-collpane use wxCollapsiblePane class
2221 --enable-colourpicker use wxColourPickerCtrl class
2222 --enable-combobox use wxComboBox class
2223 --enable-comboctrl use wxComboCtrl class
2224 --enable-commandlinkbutton use wxCommmandLinkButton class
2225 --enable-dataviewctrl use wxDataViewCtrl class
2226 --enable-datepick use wxDatePickerCtrl class
2227 --enable-detect_sm use code to detect X11 session manager
2228 --enable-dirpicker use wxDirPickerCtrl class
2229 --enable-display use wxDisplay class
2230 --enable-editablebox use wxEditableListBox class
2231 --enable-filectrl use wxFileCtrl class
2232 --enable-filepicker use wxFilePickerCtrl class
2233 --enable-fontpicker use wxFontPickerCtrl class
2234 --enable-gauge use wxGauge class
2235 --enable-grid use wxGrid class
2236 --enable-headerctrl use wxHeaderCtrl class
2237 --enable-hyperlink use wxHyperlinkCtrl class
2238 --enable-imaglist use wxImageList class
2239 --enable-infobar use wxInfoBar class
2240 --enable-listbook use wxListbook class
2241 --enable-listbox use wxListBox class
2242 --enable-listctrl use wxListCtrl class
2243 --enable-notebook use wxNotebook class
2244 --enable-notifmsg use wxNotificationMessage class
2245 --enable-odcombobox use wxOwnerDrawnComboBox class
2246 --enable-popupwin use wxPopUpWindow class
2247 --enable-radiobox use wxRadioBox class
2248 --enable-radiobtn use wxRadioButton class
2249 --enable-richmsgdlg use wxRichMessageDialog class
2250 --enable-richtooltip use wxRichToolTip class
2251 --enable-rearrangectrl use wxRearrangeList
/Ctrl
/Dialog
2252 --enable-sash use wxSashWindow class
2253 --enable-scrollbar use wxScrollBar class and scrollable windows
2254 --enable-searchctrl use wxSearchCtrl class
2255 --enable-slider use wxSlider class
2256 --enable-spinbtn use wxSpinButton class
2257 --enable-spinctrl use wxSpinCtrl class
2258 --enable-splitter use wxSplitterWindow class
2259 --enable-statbmp use wxStaticBitmap class
2260 --enable-statbox use wxStaticBox class
2261 --enable-statline use wxStaticLine class
2262 --enable-stattext use wxStaticText class
2263 --enable-statusbar use wxStatusBar class
2264 --enable-taskbaricon use wxTaskBarIcon class
2265 --enable-tbarnative use native wxToolBar class
2266 --enable-textctrl use wxTextCtrl class
2267 --enable-timepick use wxTimePickerCtrl class
2268 --enable-tipwindow use wxTipWindow class
2269 --enable-togglebtn use wxToggleButton class
2270 --enable-toolbar use wxToolBar class
2271 --enable-toolbook use wxToolbook class
2272 --enable-treebook use wxTreebook class
2273 --enable-treectrl use wxTreeCtrl class
2274 --enable-treelist use wxTreeListCtrl class
2275 --enable-commondlg use all common dialogs
2276 --enable-aboutdlg use wxAboutBox
2277 --enable-choicedlg use wxChoiceDialog
2278 --enable-coldlg use wxColourDialog
2279 --enable-filedlg use wxFileDialog
2280 --enable-finddlg use wxFindReplaceDialog
2281 --enable-fontdlg use wxFontDialog
2282 --enable-dirdlg use wxDirDialog
2283 --enable-msgdlg use wxMessageDialog
2284 --enable-numberdlg use wxNumberEntryDialog
2285 --enable-splash use wxSplashScreen
2286 --enable-textdlg use wxTextDialog
2287 --enable-tipdlg use startup tips
2288 --enable-progressdlg use wxProgressDialog
2289 --enable-wizarddlg use wxWizard
2290 --enable-menus use wxMenu
/wxMenuBar
/wxMenuItem classes
2291 --enable-miniframe use wxMiniFrame class
2292 --enable-tooltips use wxToolTip class
2293 --enable-splines use spline drawing code
2294 --enable-mousewheel use mousewheel
2295 --enable-validators use wxValidator and derived classes
2296 --enable-busyinfo use wxBusyInfo
2297 --enable-hotkey use wxWindow
::RegisterHotKey
()
2298 --enable-joystick use wxJoystick
2299 --enable-metafiles use wxMetaFile
2300 --enable-dragimage use wxDragImage
2301 --enable-accessibility enable accessibility support
2302 --enable-uiactionsim use wxUIActionSimulator
(experimental
)
2303 --enable-dctransform use wxDC
::SetTransformMatrix and related
2304 --enable-webviewwebkit use wxWebView WebKit backend
2305 --enable-palette use wxPalette class
2306 --enable-image use wxImage class
2307 --enable-gif use gif images
(GIF
file format
)
2308 --enable-pcx use pcx images
(PCX
file format
)
2309 --enable-tga use tga images
(TGA
file format
)
2310 --enable-iff use iff images
(IFF
file format
)
2311 --enable-pnm use pnm images
(PNM
file format
)
2312 --enable-xpm use xpm images
(XPM
file format
)
2313 --enable-ico_cur use Windows ICO and CUR formats
2314 --enable-dccache cache temporary wxDC objects
(Win32 only
)
2315 --enable-ps-in-msw use PS printing
in wxMSW
(Win32 only
)
2316 --enable-ownerdrawn use owner drawn controls
(Win32 and OS
/2 only
)
2317 --enable-uxtheme enable support
for Windows XP themed
look (Win32 only
)
2318 --enable-wxdib use wxDIB class
(Win32 only
)
2319 --enable-webviewie use wxWebView IE backend
(Win32 only
)
2320 --enable-autoidman use automatic ids management
2321 --disable-largefile omit support
for large files
2322 --disable-gtktest do not try to compile and run a
test GTK
+ program
2323 --disable-gtktest Do not try to compile and run a
test GTK program
2324 --disable-sdltest Do not try to compile and run a
test SDL program
2325 --enable-omf use OMF object format
(OS
/2)
2326 --disable-dependency-tracking
2327 don
't use dependency tracking even if the compiler
2329 --disable-precomp-headers
2330 don't use precompiled headers even
if compiler can
2333 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
2334 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
2335 --without-subdirs don
't generate makefiles for samples/demos/...
2336 --with-flavour=NAME specify a name to identify this build
2337 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
2338 --with-gtk[=VERSION] use GTK+, VERSION can be 3, 2 (default), 1 or "any"
2339 --with-motif use Motif/Lesstif
2340 --with-osx_carbon use Mac OS X (Carbon)
2341 --with-osx_cocoa use Mac OS X (Cocoa)
2342 --with-osx_iphone use iPhone OS X port
2343 --with-osx use Mac OS X (default port, currently Carbon)
2344 --with-carbon same as --with-osx_carbon
2345 --with-cocoa same as --with-osx_cocoa
2346 --with-iphone same as --with-osx_iphone
2347 --with-mac same as --with-osx
2348 --with-old_cocoa use old, deprecated, Cocoa port
2349 --with-wine use Wine
2350 --with-msw use MS-Windows
2351 --with-pm use OS/2 Presentation Manager
2352 --with-directfb use DirectFB
2353 --with-microwin use MicroWindows
2355 --with-libpng use libpng (PNG image format)
2356 --with-libjpeg use libjpeg (JPEG file format)
2357 --with-libtiff use libtiff (TIFF file format)
2358 --with-libxpm use libxpm (XPM file format)
2359 --with-libiconv use libiconv (character conversion)
2360 --with-libmspack use libmspack (CHM help files loading)
2361 --without-gtkprint don't use GTK printing support
2362 --without-gnomeprint don
't use GNOME printing libraries
2363 --with-gnomevfs use GNOME VFS for associating MIME types
2364 --with-libnotify use libnotify for notifications
2365 --with-hildon use Hildon framework for Nokia 770/800/810
2366 --with-opengl use OpenGL (or Mesa)
2367 --with-dmalloc use dmalloc library (http://dmalloc.com/)
2368 --with-sdl use SDL for audio on Unix
2369 --with-regex enable support for wxRegEx class
2370 --with-zlib use zlib for LZW compression
2371 --with-expat enable XML support using expat parser
2372 --with-macosx-sdk=PATH use an OS X SDK at PATH
2373 --with-macosx-version-min=VER build binaries which require at least this OS X version
2374 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
2375 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
2376 --with-x use the X Window System
2377 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
2378 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
2379 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
2380 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
2381 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
2383 Some influential environment variables:
2384 CC C compiler command
2385 CFLAGS C compiler flags
2386 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2387 nonstandard directory <lib dir>
2388 LIBS libraries to pass to the linker, e.g. -l<library>
2389 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2390 you have headers in a nonstandard directory <include dir>
2392 CXX C++ compiler command
2393 CXXFLAGS C++ compiler flags
2394 CXXCPP C++ preprocessor
2395 PKG_CONFIG path to pkg-config utility
2397 C compiler flags for DIRECTFB, overriding pkg-config
2399 linker flags for DIRECTFB, overriding pkg-config
2400 XMKMF Path to xmkmf, Makefile generator for X Window System
2402 C compiler flags for PANGOX, overriding pkg-config
2403 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
2405 C compiler flags for PANGOFT2, overriding pkg-config
2407 linker flags for PANGOFT2, overriding pkg-config
2409 C compiler flags for PANGOXFT, overriding pkg-config
2411 linker flags for PANGOXFT, overriding pkg-config
2413 C compiler flags for Xinerama, overriding pkg-config
2415 linker flags for Xinerama, overriding pkg-config
2417 C compiler flags for Xxf86vm, overriding pkg-config
2419 linker flags for Xxf86vm, overriding pkg-config
2420 SM_CFLAGS C compiler flags for SM, overriding pkg-config
2421 SM_LIBS linker flags for SM, overriding pkg-config
2422 GL_CFLAGS C compiler flags for GL, overriding pkg-config
2423 GL_LIBS linker flags for GL, overriding pkg-config
2424 GLU_CFLAGS C compiler flags for GLU, overriding pkg-config
2425 GLU_LIBS linker flags for GLU, overriding pkg-config
2427 C compiler flags for MesaGL, overriding pkg-config
2428 MesaGL_LIBS linker flags for MesaGL, overriding pkg-config
2430 C compiler flags for GTKPRINT, overriding pkg-config
2432 linker flags for GTKPRINT, overriding pkg-config
2433 LIBGNOMEPRINTUI_CFLAGS
2434 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
2435 LIBGNOMEPRINTUI_LIBS
2436 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
2438 C compiler flags for GNOMEVFS, overriding pkg-config
2440 linker flags for GNOMEVFS, overriding pkg-config
2442 C compiler flags for LIBNOTIFY, overriding pkg-config
2444 linker flags for LIBNOTIFY, overriding pkg-config
2446 C compiler flags for HILDON, overriding pkg-config
2447 HILDON_LIBS linker flags for HILDON, overriding pkg-config
2449 C compiler flags for HILDON2, overriding pkg-config
2451 linker flags for HILDON2, overriding pkg-config
2453 C compiler flags for WEBKIT, overriding pkg-config
2454 WEBKIT_LIBS linker flags for WEBKIT, overriding pkg-config
2456 C compiler flags for CAIRO, overriding pkg-config
2457 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
2458 GST_CFLAGS C compiler flags for GST, overriding pkg-config
2459 GST_LIBS linker flags for GST, overriding pkg-config
2461 Use these variables to override the choices made by `configure' or to
help
2462 it to
find libraries and programs with nonstandard names
/locations.
2464 Report bugs to
<wx
-dev@lists.wxwidgets.org
>.
2469 if test "$ac_init_help" = "recursive"; then
2470 # If there are subdirs, report their specific --help.
2471 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2472 test -d "$ac_dir" ||
2473 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2478 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2480 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2481 # A ".." for each directory in $ac_dir_suffix.
2482 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2483 case $ac_top_builddir_sub in
2484 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2485 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2488 ac_abs_top_builddir
=$ac_pwd
2489 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2490 # for backward compatibility:
2491 ac_top_builddir
=$ac_top_build_prefix
2494 .
) # We are building in place.
2496 ac_top_srcdir
=$ac_top_builddir_sub
2497 ac_abs_top_srcdir
=$ac_pwd ;;
2498 [\\/]* | ?
:[\\/]* ) # Absolute name.
2499 ac_srcdir
=$srcdir$ac_dir_suffix;
2500 ac_top_srcdir
=$srcdir
2501 ac_abs_top_srcdir
=$srcdir ;;
2503 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2504 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2505 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2507 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2509 cd "$ac_dir" || { ac_status
=$?
; continue; }
2510 # Check for guested configure.
2511 if test -f "$ac_srcdir/configure.gnu"; then
2513 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2514 elif test -f "$ac_srcdir/configure"; then
2516 $SHELL "$ac_srcdir/configure" --help=recursive
2518 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2520 cd "$ac_pwd" || { ac_status
=$?
; break; }
2524 test -n "$ac_init_help" && exit $ac_status
2525 if $ac_init_version; then
2527 wxWidgets configure
2.9.5
2528 generated by GNU Autoconf
2.69
2530 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2531 This configure
script is free software
; the Free Software Foundation
2532 gives unlimited permission to copy
, distribute and modify it.
2537 ## ------------------------ ##
2538 ## Autoconf initialization. ##
2539 ## ------------------------ ##
2541 # ac_fn_c_try_compile LINENO
2542 # --------------------------
2543 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2544 ac_fn_c_try_compile
()
2546 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2547 rm -f conftest.
$ac_objext
2548 if { { ac_try
="$ac_compile"
2550 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2551 *) ac_try_echo=$ac_try;;
2553 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2554 $as_echo "$ac_try_echo"; } >&5
2555 (eval "$ac_compile") 2>conftest.err
2557 if test -s conftest.err; then
2558 grep -v '^ *+' conftest.err >conftest.er1
2559 cat conftest.er1 >&5
2560 mv -f conftest.er1 conftest.err
2562 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2563 test $ac_status = 0; } && {
2564 test -z "$ac_c_werror_flag" ||
2565 test ! -s conftest.err
2566 } && test -s conftest.$ac_objext; then :
2569 $as_echo "$as_me: failed program was:" >&5
2570 sed 's/^/| /' conftest.$ac_ext >&5
2574 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2575 as_fn_set_status $ac_retval
2577 } # ac_fn_c_try_compile
2579 # ac_fn_c_try_cpp LINENO
2580 # ----------------------
2581 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2584 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2585 if { { ac_try="$ac_cpp conftest.$ac_ext"
2587 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
2588 *) ac_try_echo
=$ac_try;;
2590 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2591 $as_echo "$ac_try_echo"; } >&5
2592 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2594 if test -s conftest.err
; then
2595 grep -v '^ *+' conftest.err
>conftest.er1
2596 cat conftest.er1
>&5
2597 mv -f conftest.er1 conftest.err
2599 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2600 test $ac_status = 0; } > conftest.i
&& {
2601 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2602 test ! -s conftest.err
2606 $as_echo "$as_me: failed program was:" >&5
2607 sed 's/^/| /' conftest.
$ac_ext >&5
2611 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2612 as_fn_set_status
$ac_retval
2616 # ac_fn_cxx_try_compile LINENO
2617 # ----------------------------
2618 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2619 ac_fn_cxx_try_compile
()
2621 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2622 rm -f conftest.
$ac_objext
2623 if { { ac_try
="$ac_compile"
2625 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2628 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2629 $as_echo "$ac_try_echo"; } >&5
2630 (eval "$ac_compile") 2>conftest.err
2632 if test -s conftest.err; then
2633 grep -v '^ *+' conftest.err >conftest.er1
2634 cat conftest.er1 >&5
2635 mv -f conftest.er1 conftest.err
2637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2638 test $ac_status = 0; } && {
2639 test -z "$ac_cxx_werror_flag" ||
2640 test ! -s conftest.err
2641 } && test -s conftest.$ac_objext; then :
2644 $as_echo "$as_me: failed program was:" >&5
2645 sed 's/^/| /' conftest.$ac_ext >&5
2649 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2650 as_fn_set_status $ac_retval
2652 } # ac_fn_cxx_try_compile
2654 # ac_fn_c_try_link LINENO
2655 # -----------------------
2656 # Try to link conftest.$ac_ext, and return whether this succeeded.
2659 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2660 rm -f conftest.$ac_objext conftest$ac_exeext
2661 if { { ac_try="$ac_link"
2663 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
2664 *) ac_try_echo
=$ac_try;;
2666 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2667 $as_echo "$ac_try_echo"; } >&5
2668 (eval "$ac_link") 2>conftest.err
2670 if test -s conftest.err
; then
2671 grep -v '^ *+' conftest.err
>conftest.er1
2672 cat conftest.er1
>&5
2673 mv -f conftest.er1 conftest.err
2675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2676 test $ac_status = 0; } && {
2677 test -z "$ac_c_werror_flag" ||
2678 test ! -s conftest.err
2679 } && test -s conftest
$ac_exeext && {
2680 test "$cross_compiling" = yes ||
2681 test -x conftest
$ac_exeext
2685 $as_echo "$as_me: failed program was:" >&5
2686 sed 's/^/| /' conftest.
$ac_ext >&5
2690 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2691 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2692 # interfere with the next link command; also delete a directory that is
2693 # left behind by Apple's compiler. We do this before executing the actions.
2694 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2695 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2696 as_fn_set_status
$ac_retval
2698 } # ac_fn_c_try_link
2700 # ac_fn_cxx_try_link LINENO
2701 # -------------------------
2702 # Try to link conftest.$ac_ext, and return whether this succeeded.
2703 ac_fn_cxx_try_link
()
2705 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2706 rm -f conftest.
$ac_objext conftest
$ac_exeext
2707 if { { ac_try
="$ac_link"
2709 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2710 *) ac_try_echo=$ac_try;;
2712 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2713 $as_echo "$ac_try_echo"; } >&5
2714 (eval "$ac_link") 2>conftest.err
2716 if test -s conftest.err; then
2717 grep -v '^ *+' conftest.err >conftest.er1
2718 cat conftest.er1 >&5
2719 mv -f conftest.er1 conftest.err
2721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2722 test $ac_status = 0; } && {
2723 test -z "$ac_cxx_werror_flag" ||
2724 test ! -s conftest.err
2725 } && test -s conftest$ac_exeext && {
2726 test "$cross_compiling" = yes ||
2727 test -x conftest$ac_exeext
2731 $as_echo "$as_me: failed program was:" >&5
2732 sed 's/^/| /' conftest.$ac_ext >&5
2736 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2737 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2738 # interfere with the next link command; also delete a directory that is
2739 # left behind by Apple's compiler. We do this before executing the actions.
2740 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2741 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2742 as_fn_set_status $ac_retval
2744 } # ac_fn_cxx_try_link
2746 # ac_fn_c_try_run LINENO
2747 # ----------------------
2748 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2749 # that executables *can* be run.
2752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2753 if { { ac_try="$ac_link"
2755 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
2756 *) ac_try_echo
=$ac_try;;
2758 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2759 $as_echo "$ac_try_echo"; } >&5
2760 (eval "$ac_link") 2>&5
2762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2763 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
2764 { { case "(($ac_try" in
2765 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2766 *) ac_try_echo=$ac_try;;
2768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2769 $as_echo "$ac_try_echo"; } >&5
2770 (eval "$ac_try") 2>&5
2772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2773 test $ac_status = 0; }; }; then :
2776 $as_echo "$as_me: program exited with status $ac_status" >&5
2777 $as_echo "$as_me: failed program was:" >&5
2778 sed 's/^/| /' conftest.$ac_ext >&5
2780 ac_retval=$ac_status
2782 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2783 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2784 as_fn_set_status $ac_retval
2788 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2789 # -------------------------------------------------------
2790 # Tests whether HEADER exists and can be compiled using the include files in
2791 # INCLUDES, setting the cache variable VAR accordingly.
2792 ac_fn_c_check_header_compile ()
2794 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2796 $as_echo_n "checking for $2... " >&6; }
2797 if eval \${$3+:} false; then :
2798 $as_echo_n "(cached) " >&6
2800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2801 /* end confdefs.h. */
2805 if ac_fn_c_try_compile "$LINENO"; then :
2810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2814 $as_echo "$ac_res" >&6; }
2815 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2817 } # ac_fn_c_check_header_compile
2819 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
2820 # ---------------------------------------------------------
2821 # Tests whether HEADER exists and can be compiled using the include files in
2822 # INCLUDES, setting the cache variable VAR accordingly.
2823 ac_fn_cxx_check_header_compile ()
2825 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2827 $as_echo_n "checking for $2... " >&6; }
2828 if eval \${$3+:} false; then :
2829 $as_echo_n "(cached) " >&6
2831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2832 /* end confdefs.h. */
2836 if ac_fn_cxx_try_compile "$LINENO"; then :
2841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2845 $as_echo "$ac_res" >&6; }
2846 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2848 } # ac_fn_cxx_check_header_compile
2850 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2851 # --------------------------------------------
2852 # Tries to find the compile-time value of EXPR in a program that includes
2853 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2855 ac_fn_c_compute_int ()
2857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2858 if test "$cross_compiling" = yes; then
2859 # Depending upon the size, compute the lo and hi bounds.
2860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2861 /* end confdefs.h. */
2866 static int test_array [1 - 2 * !(($2) >= 0)];
2868 return test_array [0];
2874 if ac_fn_c_try_compile "$LINENO"; then :
2877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2878 /* end confdefs.h. */
2883 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2885 return test_array [0];
2891 if ac_fn_c_try_compile "$LINENO"; then :
2892 ac_hi=$ac_mid; break
2894 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2895 if test $ac_lo -le $ac_mid; then
2899 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2905 /* end confdefs.h. */
2910 static int test_array [1 - 2 * !(($2) < 0)];
2912 return test_array [0];
2918 if ac_fn_c_try_compile "$LINENO"; then :
2921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2922 /* end confdefs.h. */
2927 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2929 return test_array [0];
2935 if ac_fn_c_try_compile "$LINENO"; then :
2936 ac_lo=$ac_mid; break
2938 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2939 if test $ac_mid -le $ac_hi; then
2943 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2953 # Binary search between lo and hi bounds.
2954 while test "x$ac_lo" != "x$ac_hi"; do
2955 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2957 /* end confdefs.h. */
2962 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2964 return test_array [0];
2970 if ac_fn_c_try_compile "$LINENO"; then :
2973 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2978 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2983 /* end confdefs.h. */
2985 static long int longval () { return $2; }
2986 static unsigned long int ulongval () { return $2; }
2993 FILE *f = fopen ("conftest.val", "w");
2998 long int i = longval ();
3001 fprintf (f, "%ld", i);
3005 unsigned long int i = ulongval ();
3008 fprintf (f, "%lu", i);
3010 /* Do not output a trailing newline, as this causes \r\n confusion
3011 on some platforms. */
3012 return ferror (f) || fclose (f) != 0;
3018 if ac_fn_c_try_run "$LINENO"; then :
3019 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
3023 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3024 conftest.$ac_objext conftest.beam conftest.$ac_ext
3028 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3029 as_fn_set_status $ac_retval
3031 } # ac_fn_c_compute_int
3033 # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
3034 # ---------------------------------------------
3035 # Tests whether TYPE exists after having included INCLUDES, setting cache
3036 # variable VAR accordingly.
3037 ac_fn_cxx_check_type ()
3039 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3041 $as_echo_n "checking for $2... " >&6; }
3042 if eval \${$3+:} false; then :
3043 $as_echo_n "(cached) " >&6
3046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3047 /* end confdefs.h. */
3058 if ac_fn_cxx_try_compile "$LINENO"; then :
3059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3060 /* end confdefs.h. */
3071 if ac_fn_cxx_try_compile "$LINENO"; then :
3076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3082 $as_echo "$ac_res" >&6; }
3083 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3085 } # ac_fn_cxx_check_type
3087 # ac_fn_cxx_try_cpp LINENO
3088 # ------------------------
3089 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3090 ac_fn_cxx_try_cpp ()
3092 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3093 if { { ac_try="$ac_cpp conftest.$ac_ext"
3095 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
3096 *) ac_try_echo
=$ac_try;;
3098 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3099 $as_echo "$ac_try_echo"; } >&5
3100 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3102 if test -s conftest.err
; then
3103 grep -v '^ *+' conftest.err
>conftest.er1
3104 cat conftest.er1
>&5
3105 mv -f conftest.er1 conftest.err
3107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3108 test $ac_status = 0; } > conftest.i
&& {
3109 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
3110 test ! -s conftest.err
3114 $as_echo "$as_me: failed program was:" >&5
3115 sed 's/^/| /' conftest.
$ac_ext >&5
3119 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3120 as_fn_set_status
$ac_retval
3122 } # ac_fn_cxx_try_cpp
3124 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
3125 # ---------------------------------------------------------
3126 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3127 # the include files in INCLUDES and setting the cache variable VAR
3129 ac_fn_cxx_check_header_mongrel
()
3131 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3132 if eval \
${$3+:} false
; then :
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3134 $as_echo_n "checking for $2... " >&6; }
3135 if eval \
${$3+:} false
; then :
3136 $as_echo_n "(cached) " >&6
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3140 $as_echo "$ac_res" >&6; }
3142 # Is the header compilable?
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3144 $as_echo_n "checking $2 usability... " >&6; }
3145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3146 /* end confdefs.h. */
3150 if ac_fn_cxx_try_compile
"$LINENO"; then :
3151 ac_header_compiler
=yes
3153 ac_header_compiler
=no
3155 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3157 $as_echo "$ac_header_compiler" >&6; }
3159 # Is the header present?
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3161 $as_echo_n "checking $2 presence... " >&6; }
3162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3163 /* end confdefs.h. */
3166 if ac_fn_cxx_try_cpp
"$LINENO"; then :
3167 ac_header_preproc
=yes
3169 ac_header_preproc
=no
3171 rm -f conftest.err conftest.i conftest.
$ac_ext
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3173 $as_echo "$ac_header_preproc" >&6; }
3175 # So? What about this header?
3176 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3179 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3181 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3184 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3185 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3187 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3189 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3190 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3191 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3193 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3194 ( $as_echo "## ----------------------------------------- ##
3195 ## Report this to wx-dev@lists.wxwidgets.org ##
3196 ## ----------------------------------------- ##"
3197 ) | sed "s/^/$as_me: WARNING: /" >&2
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3201 $as_echo_n "checking for $2... " >&6; }
3202 if eval \
${$3+:} false
; then :
3203 $as_echo_n "(cached) " >&6
3205 eval "$3=\$ac_header_compiler"
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3209 $as_echo "$ac_res" >&6; }
3211 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3213 } # ac_fn_cxx_check_header_mongrel
3215 # ac_fn_c_check_func LINENO FUNC VAR
3216 # ----------------------------------
3217 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3218 ac_fn_c_check_func
()
3220 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3222 $as_echo_n "checking for $2... " >&6; }
3223 if eval \
${$3+:} false
; then :
3224 $as_echo_n "(cached) " >&6
3226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3227 /* end confdefs.h. */
3228 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3229 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3230 #define $2 innocuous_$2
3232 /* System header to define __stub macros and hopefully few prototypes,
3233 which can conflict with char $2 (); below.
3234 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3235 <limits.h> exists even on freestanding compilers. */
3238 # include <limits.h>
3240 # include <assert.h>
3245 /* Override any GCC internal prototype to avoid an error.
3246 Use char because int might match the return type of a GCC
3247 builtin and then its argument prototype would still apply. */
3252 /* The GNU C library defines this for functions which it implements
3253 to always fail with ENOSYS. Some functions are actually named
3254 something starting with __ and the normal name is an alias. */
3255 #if defined __stub_$2 || defined __stub___$2
3267 if ac_fn_c_try_link
"$LINENO"; then :
3272 rm -f core conftest.err conftest.
$ac_objext \
3273 conftest
$ac_exeext conftest.
$ac_ext
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3277 $as_echo "$ac_res" >&6; }
3278 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3280 } # ac_fn_c_check_func
3282 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3283 # -------------------------------------------
3284 # Tests whether TYPE exists after having included INCLUDES, setting cache
3285 # variable VAR accordingly.
3286 ac_fn_c_check_type
()
3288 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3290 $as_echo_n "checking for $2... " >&6; }
3291 if eval \
${$3+:} false
; then :
3292 $as_echo_n "(cached) " >&6
3295 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3296 /* end confdefs.h. */
3307 if ac_fn_c_try_compile
"$LINENO"; then :
3308 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3309 /* end confdefs.h. */
3320 if ac_fn_c_try_compile
"$LINENO"; then :
3325 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3327 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3331 $as_echo "$ac_res" >&6; }
3332 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3334 } # ac_fn_c_check_type
3336 # ac_fn_cxx_try_run LINENO
3337 # ------------------------
3338 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3339 # that executables *can* be run.
3340 ac_fn_cxx_try_run
()
3342 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3343 if { { ac_try
="$ac_link"
3345 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
3346 *) ac_try_echo=$ac_try;;
3348 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3349 $as_echo "$ac_try_echo"; } >&5
3350 (eval "$ac_link") 2>&5
3352 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3353 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3354 { { case "(($ac_try" in
3355 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
3356 *) ac_try_echo
=$ac_try;;
3358 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3359 $as_echo "$ac_try_echo"; } >&5
3360 (eval "$ac_try") 2>&5
3362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3363 test $ac_status = 0; }; }; then :
3366 $as_echo "$as_me: program exited with status $ac_status" >&5
3367 $as_echo "$as_me: failed program was:" >&5
3368 sed 's/^/| /' conftest.
$ac_ext >&5
3370 ac_retval
=$ac_status
3372 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3373 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3374 as_fn_set_status
$ac_retval
3376 } # ac_fn_cxx_try_run
3377 cat >config.log
<<_ACEOF
3378 This file contains any messages produced by compilers while
3379 running configure, to aid debugging if configure makes a mistake.
3381 It was created by wxWidgets $as_me 2.9.5, which was
3382 generated by GNU Autoconf 2.69. Invocation command line was
3394 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3395 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3396 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3397 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3398 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3400 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3401 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3403 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3404 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3405 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3406 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3407 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3408 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3409 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3413 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3417 test -z "$as_dir" && as_dir
=.
3418 $as_echo "PATH: $as_dir"
3434 # Keep a trace of the command line.
3435 # Strip out --no-create and --no-recursion so they do not pile up.
3436 # Strip out --silent because we don't want to record it for future runs.
3437 # Also quote any args containing shell meta-characters.
3438 # Make two passes to allow for proper duplicate-argument suppression.
3442 ac_must_keep_next
=false
3448 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3449 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3450 | -silent | --silent | --silen | --sile | --sil)
3453 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3456 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3458 as_fn_append ac_configure_args1
" '$ac_arg'"
3459 if test $ac_must_keep_next = true
; then
3460 ac_must_keep_next
=false
# Got value, back to normal.
3463 *=* | --config-cache | -C | -disable-* | --disable-* \
3464 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3465 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3466 | -with-* | --with-* | -without-* | --without-* | --x)
3467 case "$ac_configure_args0 " in
3468 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3471 -* ) ac_must_keep_next
=true
;;
3474 as_fn_append ac_configure_args
" '$ac_arg'"
3479 { ac_configure_args0
=; unset ac_configure_args0
;}
3480 { ac_configure_args1
=; unset ac_configure_args1
;}
3482 # When interrupted or exit'd, cleanup temporary files, and complete
3483 # config.log. We remove comments because anyway the quotes in there
3484 # would cause problems or look ugly.
3485 # WARNING: Use '\'' to represent an apostrophe within the trap.
3486 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3487 trap 'exit_status=$?
3488 # Save into config.log some information that might help in debugging.
3492 $as_echo "## ---------------- ##
3493 ## Cache variables. ##
3494 ## ---------------- ##"
3496 # The following way of writing the cache mishandles newlines in values,
3498 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3499 eval ac_val=\$$ac_var
3503 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3504 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3507 _ | IFS | as_nl) ;; #(
3508 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3509 *) { eval $ac_var=; unset $ac_var;} ;;
3514 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3515 *${as_nl}ac_space=\ *)
3517 "s/'\''/'\''\\\\'\'''\''/g;
3518 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3521 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3528 $as_echo "## ----------------- ##
3529 ## Output variables. ##
3530 ## ----------------- ##"
3532 for ac_var in $ac_subst_vars
3534 eval ac_val=\$$ac_var
3536 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3538 $as_echo "$ac_var='\''$ac_val'\''"
3542 if test -n "$ac_subst_files"; then
3543 $as_echo "## ------------------- ##
3544 ## File substitutions. ##
3545 ## ------------------- ##"
3547 for ac_var
in $ac_subst_files
3549 eval ac_val
=\$
$ac_var
3551 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3553 $as_echo "$ac_var='\''$ac_val'\''"
3558 if test -s confdefs.h; then
3559 $as_echo "## ----------- ##
3566 test "$ac_signal" != 0 &&
3567 $as_echo "$as_me: caught signal $ac_signal"
3568 $as_echo "$as_me: exit $exit_status"
3570 rm -f core *.core core.conftest.* &&
3571 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3574 for ac_signal
in 1 2 13 15; do
3575 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3579 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3580 rm -f -r conftest
* confdefs.h
3582 $as_echo "/* confdefs.h */" > confdefs.h
3584 # Predefined preprocessor variables.
3586 cat >>confdefs.h
<<_ACEOF
3587 #define PACKAGE_NAME "$PACKAGE_NAME"
3590 cat >>confdefs.h
<<_ACEOF
3591 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3594 cat >>confdefs.h
<<_ACEOF
3595 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3598 cat >>confdefs.h
<<_ACEOF
3599 #define PACKAGE_STRING "$PACKAGE_STRING"
3602 cat >>confdefs.h
<<_ACEOF
3603 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3606 cat >>confdefs.h
<<_ACEOF
3607 #define PACKAGE_URL "$PACKAGE_URL"
3611 # Let the site file select an alternate cache file if it wants to.
3612 # Prefer an explicitly selected file to automatically selected ones.
3615 if test -n "$CONFIG_SITE"; then
3616 # We do not want a PATH search for config.site.
3617 case $CONFIG_SITE in #((
3618 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3619 */*) ac_site_file1
=$CONFIG_SITE;;
3620 *) ac_site_file1
=.
/$CONFIG_SITE;;
3622 elif test "x$prefix" != xNONE
; then
3623 ac_site_file1
=$prefix/share
/config.site
3624 ac_site_file2
=$prefix/etc
/config.site
3626 ac_site_file1
=$ac_default_prefix/share
/config.site
3627 ac_site_file2
=$ac_default_prefix/etc
/config.site
3629 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3631 test "x$ac_site_file" = xNONE
&& continue
3632 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3634 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3635 sed 's/^/| /' "$ac_site_file" >&5
3637 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3638 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3639 as_fn_error $?
"failed to load site script $ac_site_file
3640 See \`config.log' for more details" "$LINENO" 5; }
3644 if test -r "$cache_file"; then
3645 # Some versions of bash will fail to source /dev/null (special files
3646 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3647 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3648 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3649 $as_echo "$as_me: loading cache $cache_file" >&6;}
3651 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3652 *) .
"./$cache_file";;
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3657 $as_echo "$as_me: creating cache $cache_file" >&6;}
3661 # Check that the precious variables saved in the cache have kept the same
3663 ac_cache_corrupted
=false
3664 for ac_var
in $ac_precious_vars; do
3665 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3666 eval ac_new_set
=\
$ac_env_${ac_var}_set
3667 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3668 eval ac_new_val
=\
$ac_env_${ac_var}_value
3669 case $ac_old_set,$ac_new_set in
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3672 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3673 ac_cache_corrupted
=: ;;
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3676 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3677 ac_cache_corrupted
=: ;;
3680 if test "x$ac_old_val" != "x$ac_new_val"; then
3681 # differences in whitespace do not lead to failure.
3682 ac_old_val_w
=`echo x $ac_old_val`
3683 ac_new_val_w
=`echo x $ac_new_val`
3684 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3686 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3687 ac_cache_corrupted
=:
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3690 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3691 eval $ac_var=\
$ac_old_val
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3694 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3695 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3696 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3699 # Pass precious variables to config.status.
3700 if test "$ac_new_set" = set; then
3702 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3703 *) ac_arg
=$ac_var=$ac_new_val ;;
3705 case " $ac_configure_args " in
3706 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3707 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3711 if $ac_cache_corrupted; then
3712 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3713 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3715 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3716 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3718 ## -------------------- ##
3719 ## Main body of script. ##
3720 ## -------------------- ##
3723 ac_cpp
='$CPP $CPPFLAGS'
3724 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3725 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3726 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3733 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3734 if test -f "$ac_dir/install-sh"; then
3736 ac_install_sh
="$ac_aux_dir/install-sh -c"
3738 elif test -f "$ac_dir/install.sh"; then
3740 ac_install_sh
="$ac_aux_dir/install.sh -c"
3742 elif test -f "$ac_dir/shtool"; then
3744 ac_install_sh
="$ac_aux_dir/shtool install -c"
3748 if test -z "$ac_aux_dir"; then
3749 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3752 # These three variables are undocumented and unsupported,
3753 # and are intended to be withdrawn in a future Autoconf release.
3754 # They can cause serious problems if a builder's source tree is in a directory
3755 # whose full name contains unusual characters.
3756 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3757 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3758 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3761 # Make sure we can run config.sub.
3762 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3763 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3766 $as_echo_n "checking build system type... " >&6; }
3767 if ${ac_cv_build+:} false
; then :
3768 $as_echo_n "(cached) " >&6
3770 ac_build_alias
=$build_alias
3771 test "x$ac_build_alias" = x
&&
3772 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3773 test "x$ac_build_alias" = x
&&
3774 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3775 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3776 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3780 $as_echo "$ac_cv_build" >&6; }
3781 case $ac_cv_build in
3783 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3786 ac_save_IFS
=$IFS; IFS
='-'
3792 # Remember, the first character of IFS is used to create $*,
3793 # except with old shells:
3796 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3800 $as_echo_n "checking host system type... " >&6; }
3801 if ${ac_cv_host+:} false
; then :
3802 $as_echo_n "(cached) " >&6
3804 if test "x$host_alias" = x
; then
3805 ac_cv_host
=$ac_cv_build
3807 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3808 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3813 $as_echo "$ac_cv_host" >&6; }
3816 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3819 ac_save_IFS
=$IFS; IFS
='-'
3825 # Remember, the first character of IFS is used to create $*,
3826 # except with old shells:
3829 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3833 if test "$cross_compiling" != "no"; then
3834 HOST_PREFIX
="${host_alias}-"
3835 HOST_SUFFIX
="-$host_alias"
3842 wx_major_version_number
=2
3843 wx_minor_version_number
=9
3845 wx_subrelease_number
=0
3847 WX_RELEASE
=$wx_major_version_number.
$wx_minor_version_number
3848 WX_VERSION
=$WX_RELEASE.
$wx_release_number
3849 WX_SUBVERSION
=$WX_VERSION.
$wx_subrelease_number
3851 WX_MSW_VERSION
=$wx_major_version_number$wx_minor_version_number$wx_release_number
3854 wx_top_builddir
="`pwd`"
3867 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
3873 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
3879 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
3881 ALL_TOOLKITS
="COCOA GTK OSX_CARBON OSX_COCOA OSX_IPHONE MICROWIN MOTIF MSW PM X11 DFB"
3883 DEFAULT_wxUSE_OLD_COCOA
=0
3885 DEFAULT_wxUSE_OSX_CARBON
=0
3886 DEFAULT_wxUSE_OSX_COCOA
=0
3887 DEFAULT_wxUSE_OSX_IPHONE
=0
3888 DEFAULT_wxUSE_MICROWIN
=0
3889 DEFAULT_wxUSE_MOTIF
=0
3895 DEFAULT_DEFAULT_wxUSE_OLD_COCOA
=0
3896 DEFAULT_DEFAULT_wxUSE_GTK
=0
3897 DEFAULT_DEFAULT_wxUSE_OSX_CARBON
=0
3898 DEFAULT_DEFAULT_wxUSE_OSX_COCOA
=0
3899 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE
=0
3900 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
3901 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
3902 DEFAULT_DEFAULT_wxUSE_MSW
=0
3903 DEFAULT_DEFAULT_wxUSE_PM
=0
3904 DEFAULT_DEFAULT_wxUSE_X11
=0
3905 DEFAULT_DEFAULT_wxUSE_DFB
=0
3909 DYLIB_RPATH_INSTALL
=
3910 DYLIB_RPATH_POSTLINK
=
3912 DEFAULT_STD_FLAG
=yes
3917 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3918 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
3919 $as_echo "#define __HPUX__ 1" >>confdefs.h
3922 CPPFLAGS
="-D_HPUX_SOURCE $CPPFLAGS"
3926 $as_echo "#define __LINUX__ 1" >>confdefs.h
3929 if test "x$TMP" = "xalpha"; then
3931 $as_echo "#define __ALPHA__ 1" >>confdefs.h
3934 DEFAULT_DEFAULT_wxUSE_GTK
=1
3936 *-*-gnu* | *-*-k*bsd
*-gnu )
3939 if test "x$TMP" = "xalpha"; then
3941 $as_echo "#define __ALPHA__ 1" >>confdefs.h
3944 DEFAULT_DEFAULT_wxUSE_GTK
=1
3946 *-*-irix5* | *-*-irix6* )
3949 $as_echo "#define __SGI__ 1" >>confdefs.h
3951 $as_echo "#define __SVR4__ 1" >>confdefs.h
3953 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3957 $as_echo "#define __QNX__ 1" >>confdefs.h
3959 DEFAULT_DEFAULT_wxUSE_X11
=1
3965 $as_echo "#define __SUN__ 1" >>confdefs.h
3967 $as_echo "#define __SOLARIS__ 1" >>confdefs.h
3969 $as_echo "#define __SVR4__ 1" >>confdefs.h
3971 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3972 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
3978 $as_echo "#define __SUN__ 1" >>confdefs.h
3980 $as_echo "#define __SUNOS__ 1" >>confdefs.h
3982 $as_echo "#define __BSD__ 1" >>confdefs.h
3984 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3989 $as_echo "#define __FREEBSD__ 1" >>confdefs.h
3991 $as_echo "#define __BSD__ 1" >>confdefs.h
3993 DEFAULT_DEFAULT_wxUSE_GTK
=1
3995 *-*-openbsd*|*-*-mirbsd*)
3998 $as_echo "#define __OPENBSD__ 1" >>confdefs.h
4000 $as_echo "#define __BSD__ 1" >>confdefs.h
4002 DEFAULT_DEFAULT_wxUSE_GTK
=1
4007 $as_echo "#define __NETBSD__ 1" >>confdefs.h
4009 $as_echo "#define __BSD__ 1" >>confdefs.h
4011 DEFAULT_DEFAULT_wxUSE_GTK
=1
4012 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
4014 CPPFLAGS
="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
4019 $as_echo "#define __ALPHA__ 1" >>confdefs.h
4021 $as_echo "#define __OSF__ 1" >>confdefs.h
4023 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4024 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
4029 $as_echo "#define __ALPHA__ 1" >>confdefs.h
4031 $as_echo "#define __SVR4__ 1" >>confdefs.h
4033 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4038 $as_echo "#define __SYSV__ 1" >>confdefs.h
4040 $as_echo "#define __SVR4__ 1" >>confdefs.h
4042 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4048 $as_echo "#define __AIX__ 1" >>confdefs.h
4050 $as_echo "#define __SYSV__ 1" >>confdefs.h
4052 $as_echo "#define __SVR4__ 1" >>confdefs.h
4054 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4061 $as_echo "#define __UNIXWARE__ 1" >>confdefs.h
4065 *-*-cygwin* | *-*-mingw32* )
4067 DEFAULT_DEFAULT_wxUSE_MSW
=1
4073 $as_echo "#define __DOS__ 1" >>confdefs.h
4078 *-pc-os2_emx | *-pc-os2-emx )
4079 $as_echo "#define __EMX__ 1" >>confdefs.h
4082 $as_echo "#define __OS2__ 1" >>confdefs.h
4085 DEFAULT_DEFAULT_wxUSE_PM
=1
4087 LDFLAGS
="$LDFLAGS -Zcrtdll"
4088 ac_executable_extensions
=".exe"
4089 export ac_executable_extensions
4093 for ac_dir
in $PATH; do
4095 if test -z "$ac_TEMP_PATH"; then
4096 ac_TEMP_PATH
="$ac_dir"
4098 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
4101 export PATH
="$ac_TEMP_PATH"
4109 $as_echo "#define __BSD__ 1" >>confdefs.h
4111 $as_echo "#define __DARWIN__ 1" >>confdefs.h
4113 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE
=1
4119 $as_echo "#define __BSD__ 1" >>confdefs.h
4121 $as_echo "#define __DARWIN__ 1" >>confdefs.h
4123 $as_echo "#define TARGET_CARBON 1" >>confdefs.h
4125 DEFAULT_DEFAULT_wxUSE_OSX_CARBON
=1
4130 $as_echo "#define __BEOS__ 1" >>confdefs.h
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
4136 $as_echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
4138 $as_echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
4140 DEFAULT_DEFAULT_wxUSE_X11
=1
4141 DEFAULT_wxUSE_SHARED
=no
4146 DEFAULT_wxUSE_ALL_FEATURES
=yes
4148 DEFAULT_wxUSE_STD_CONTAINERS
=no
4149 DEFAULT_wxUSE_STD_IOSTREAM
=$DEFAULT_STD_FLAG
4150 DEFAULT_wxUSE_STD_STRING
=$DEFAULT_STD_FLAG
4152 DEFAULT_wxUSE_DMALLOC
=no
4153 DEFAULT_wxUSE_LIBGNOMEVFS
=no
4154 DEFAULT_wxUSE_LIBHILDON
=no
4155 DEFAULT_wxUSE_LIBHILDON2
=no
4156 DEFAULT_wxUSE_LIBMSPACK
=no
4157 DEFAULT_wxUSE_LIBSDL
=no
4159 DEFAULT_wxUSE_ACCESSIBILITY
=no
4160 DEFAULT_wxUSE_IPV6
=no
4161 DEFAULT_wxUSE_GSTREAMER8
=no
4162 DEFAULT_wxUSE_UNICODE_UTF8
=no
4163 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE
=no
4165 DEFAULT_wxUSE_ARTPROVIDER_TANGO
=auto
4166 DEFAULT_wxUSE_OPENGL
=auto
4167 DEFAULT_wxUSE_MEDIACTRL
=auto
4168 DEFAULT_wxUSE_COMPILER_TLS
=auto
4169 DEFAULT_wxUSE_HOTKEY
=auto
4170 DEFAULT_wxUSE_METAFILE
=auto
4172 DEFAULT_wxUSE_UNIVERSAL_BINARY
=no
4173 DEFAULT_wxUSE_MAC_ARCH
=no
4175 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
4177 DEFAULT_wxUSE_OBJC_UNIQUIFYING
=no
4183 enablestring
=disable
4185 if test -z "$defaultval"; then
4186 if test x
"$enablestring" = xdisable
; then
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gui" >&5
4194 $as_echo_n "checking for --${enablestring:-enable}-gui... " >&6; }
4195 # Check whether --enable-gui was given.
4196 if test "${enable_gui+set}" = set; then :
4197 enableval
=$enable_gui;
4198 if test "$enableval" = yes; then
4199 wx_cv_use_gui
='wxUSE_GUI=yes'
4201 wx_cv_use_gui
='wxUSE_GUI=no'
4206 wx_cv_use_gui
='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
4211 eval "$wx_cv_use_gui"
4213 if test x"$enablestring" = xdisable; then
4214 if test $wxUSE_GUI = no; then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4224 $as_echo "$result" >&6; }
4229 if test -z "$defaultval"; then
4230 if test x"$enablestring" = xdisable; then
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-monolithic" >&5
4238 $as_echo_n "checking for --${enablestring:-enable}-monolithic... " >&6; }
4239 # Check whether --enable-monolithic was given.
4240 if test "${enable_monolithic+set}" = set; then :
4241 enableval=$enable_monolithic;
4242 if test "$enableval" = yes; then
4243 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=yes'
4245 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=no
'
4250 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
4255 eval "$wx_cv_use_monolithic"
4257 if test x"$enablestring" = xdisable; then
4258 if test $wxUSE_MONOLITHIC = no; then
4264 result=$wxUSE_MONOLITHIC
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
4268 $as_echo "$result" >&6; }
4273 if test -z "$defaultval"; then
4274 if test x"$enablestring" = xdisable; then
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-plugins" >&5
4282 $as_echo_n "checking
for --${enablestring:-enable}-plugins...
" >&6; }
4283 # Check whether --enable-plugins was given.
4284 if test "${enable_plugins+set}" = set; then :
4285 enableval=$enable_plugins;
4286 if test "$enableval" = yes; then
4287 wx_cv_use_plugins='wxUSE_PLUGINS=yes'
4289 wx_cv_use_plugins='wxUSE_PLUGINS=no'
4294 wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
4299 eval "$wx_cv_use_plugins"
4301 if test x
"$enablestring" = xdisable
; then
4302 if test $wxUSE_PLUGINS = no
; then
4308 result
=$wxUSE_PLUGINS
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4312 $as_echo "$result" >&6; }
4316 defaultval
=$wxUSE_ALL_FEATURES
4317 if test -z "$defaultval"; then
4318 if test x
"$withstring" = xwithout
; then
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-subdirs" >&5
4325 $as_echo_n "checking for --${withstring:-with}-subdirs... " >&6; }
4327 # Check whether --with-subdirs was given.
4328 if test "${with_subdirs+set}" = set; then :
4329 withval
=$with_subdirs;
4330 if test "$withval" = yes; then
4331 wx_cv_use_subdirs
='wxWITH_SUBDIRS=yes'
4333 wx_cv_use_subdirs
='wxWITH_SUBDIRS=no'
4338 wx_cv_use_subdirs
='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
4343 eval "$wx_cv_use_subdirs"
4345 if test x"$withstring" = xwithout; then
4346 if test $wxWITH_SUBDIRS = yes; then
4352 result=$wxWITH_SUBDIRS
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4356 $as_echo "$result" >&6; }
4359 # Check whether --with-flavour was given.
4360 if test "${with_flavour+set}" = set; then :
4361 withval=$with_flavour; WX_FLAVOUR="$withval"
4367 if test -z "$defaultval"; then
4368 if test x"$enablestring" = xdisable; then
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-official_build" >&5
4376 $as_echo_n "checking for --${enablestring:-enable}-official_build... " >&6; }
4377 # Check whether --enable-official_build was given.
4378 if test "${enable_official_build+set}" = set; then :
4379 enableval=$enable_official_build;
4380 if test "$enableval" = yes; then
4381 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=yes'
4383 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=no
'
4388 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
4393 eval "$wx_cv_use_official_build"
4395 if test x"$enablestring" = xdisable; then
4396 if test $wxUSE_OFFICIAL_BUILD = no; then
4402 result=$wxUSE_OFFICIAL_BUILD
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
4406 $as_echo "$result" >&6; }
4408 # Check whether --enable-vendor was given.
4409 if test "${enable_vendor+set}" = set; then :
4410 enableval=$enable_vendor; VENDOR="$enableval"
4413 if test "x
$VENDOR" = "x
"; then
4418 enablestring=disable
4420 if test -z "$defaultval"; then
4421 if test x"$enablestring" = xdisable; then
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-all-features" >&5
4429 $as_echo_n "checking
for --${enablestring:-enable}-all-features...
" >&6; }
4430 # Check whether --enable-all-features was given.
4431 if test "${enable_all_features+set}" = set; then :
4432 enableval=$enable_all_features;
4433 if test "$enableval" = yes; then
4434 wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
4436 wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
4441 wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
4446 eval "$wx_cv_use_all_features"
4448 if test x
"$enablestring" = xdisable
; then
4449 if test $wxUSE_ALL_FEATURES = no
; then
4455 result
=$wxUSE_ALL_FEATURES
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4459 $as_echo "$result" >&6; }
4462 if test "$wxUSE_ALL_FEATURES" = "no"; then
4463 DEFAULT_wxUSE_ARTPROVIDER_TANGO
=no
4464 DEFAULT_wxUSE_MEDIACTRL
=no
4468 if test "$wxUSE_GUI" = "yes"; then
4473 if test -z "$defaultval"; then
4474 if test x
"$enablestring" = xdisable
; then
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-universal" >&5
4482 $as_echo_n "checking for --${enablestring:-enable}-universal... " >&6; }
4483 # Check whether --enable-universal was given.
4484 if test "${enable_universal+set}" = set; then :
4485 enableval
=$enable_universal;
4486 if test "$enableval" = yes; then
4487 wx_cv_use_universal
='wxUSE_UNIVERSAL=yes'
4489 wx_cv_use_universal
='wxUSE_UNIVERSAL=no'
4494 wx_cv_use_universal
='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
4499 eval "$wx_cv_use_universal"
4501 if test x"$enablestring" = xdisable; then
4502 if test $wxUSE_UNIVERSAL = no; then
4508 result=$wxUSE_UNIVERSAL
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4512 $as_echo "$result" >&6; }
4514 if test "$wxUSE_UNIVERSAL" = "yes"; then
4516 # Check whether --with-themes was given.
4517 if test "${with_themes+set}" = set; then :
4518 withval=$with_themes; wxUNIV_THEMES="$withval"
4524 # Check whether --with-gtk was given.
4525 if test "${with_gtk+set}" = set; then :
4526 withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
4530 # Check whether --with-motif was given.
4531 if test "${with_motif+set}" = set; then :
4532 withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
4536 # Check whether --with-osx_carbon was given.
4537 if test "${with_osx_carbon+set}" = set; then :
4538 withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4542 # Check whether --with-osx_cocoa was given.
4543 if test "${with_osx_cocoa+set}" = set; then :
4544 withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
4548 # Check whether --with-osx_iphone was given.
4549 if test "${with_osx_iphone+set}" = set; then :
4550 withval=$with_osx_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
4554 # Check whether --with-osx was given.
4555 if test "${with_osx+set}" = set; then :
4556 withval=$with_osx; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4560 # Check whether --with-carbon was given.
4561 if test "${with_carbon+set}" = set; then :
4562 withval=$with_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4566 # Check whether --with-cocoa was given.
4567 if test "${with_cocoa+set}" = set; then :
4568 withval=$with_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
4572 # Check whether --with-iphone was given.
4573 if test "${with_iphone+set}" = set; then :
4574 withval=$with_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
4578 # Check whether --with-mac was given.
4579 if test "${with_mac+set}" = set; then :
4580 withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4584 # Check whether --with-old_cocoa was given.
4585 if test "${with_old_cocoa+set}" = set; then :
4586 withval=$with_old_cocoa; wxUSE_OLD_COCOA="$withval" CACHE_OLD_COCOA=1 TOOLKIT_GIVEN=1
4590 # Check whether --with-wine was given.
4591 if test "${with_wine+set}" = set; then :
4592 withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
4596 # Check whether --with-msw was given.
4597 if test "${with_msw+set}" = set; then :
4598 withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
4602 # Check whether --with-pm was given.
4603 if test "${with_pm+set}" = set; then :
4604 withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
4608 # Check whether --with-directfb was given.
4609 if test "${with_directfb+set}" = set; then :
4610 withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
4614 # Check whether --with-microwin was given.
4615 if test "${with_microwin+set}" = set; then :
4616 withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
4620 # Check whether --with-x11 was given.
4621 if test "${with_x11+set}" = set; then :
4622 withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
4628 if test -z "$defaultval"; then
4629 if test x"$enablestring" = xdisable; then
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-nanox" >&5
4637 $as_echo_n "checking for --${enablestring:-enable}-nanox... " >&6; }
4638 # Check whether --enable-nanox was given.
4639 if test "${enable_nanox+set}" = set; then :
4640 enableval=$enable_nanox;
4641 if test "$enableval" = yes; then
4642 wx_cv_use_nanox='wxUSE_NANOX
=yes'
4644 wx_cv_use_nanox='wxUSE_NANOX
=no
'
4649 wx_cv_use_nanox='wxUSE_NANOX
=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
4654 eval "$wx_cv_use_nanox"
4656 if test x"$enablestring" = xdisable; then
4657 if test $wxUSE_NANOX = no; then
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
4667 $as_echo "$result" >&6; }
4672 if test -z "$defaultval"; then
4673 if test x"$enablestring" = xdisable; then
4680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-gpe" >&5
4681 $as_echo_n "checking
for --${enablestring:-enable}-gpe...
" >&6; }
4682 # Check whether --enable-gpe was given.
4683 if test "${enable_gpe+set}" = set; then :
4684 enableval=$enable_gpe;
4685 if test "$enableval" = yes; then
4686 wx_cv_use_gpe='wxUSE_GPE=yes'
4688 wx_cv_use_gpe='wxUSE_GPE=no'
4693 wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
4698 eval "$wx_cv_use_gpe"
4700 if test x
"$enablestring" = xdisable
; then
4701 if test $wxUSE_GPE = no
; then
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4711 $as_echo "$result" >&6; }
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for toolkit" >&5
4716 $as_echo_n "checking for toolkit... " >&6; }
4720 # In Wine, we need to default to MSW, not GTK or MOTIF
4721 if test "$wxUSE_WINE" = "yes"; then
4722 DEFAULT_DEFAULT_wxUSE_GTK
=0
4723 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
4724 DEFAULT_DEFAULT_wxUSE_MSW
=1
4731 if test "$wxUSE_GUI" = "yes"; then
4733 if test "$USE_BEOS" = 1; then
4734 as_fn_error $?
"BeOS GUI is not supported yet, use --disable-gui" "$LINENO" 5
4737 if test "$TOOLKIT_GIVEN" = 1; then
4738 for toolkit
in $ALL_TOOLKITS; do
4740 eval "value=\$${var}"
4741 if test "x$value" = "xno"; then
4743 elif test "x$value" != "x"; then
4747 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
4748 eval "wx${toolkit}_VERSION=$value"
4752 for toolkit
in $ALL_TOOLKITS; do
4753 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
4754 eval "wxUSE_$toolkit=\$${var}"
4758 NUM_TOOLKITS
=`expr ${wxUSE_OLD_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
4759 + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_OSX_IPHONE:-0} + ${wxUSE_DFB:-0} \
4760 + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
4763 *-pc-os2_emx | *-pc-os2-emx )
4764 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
4767 case "$NUM_TOOLKITS" in
4771 as_fn_error $?
"Please specify a toolkit -- cannot determine the default for ${host}" "$LINENO" 5
4774 as_fn_error $?
"Please specify at most one toolkit" "$LINENO" 5
4777 for toolkit
in $ALL_TOOLKITS; do
4779 eval "value=\$${var}"
4780 if test "$value" = 1; then
4781 toolkit_echo
=`echo $toolkit | tr '[A-Z]' '[a-z]'`
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $toolkit_echo" >&5
4783 $as_echo "$toolkit_echo" >&6; }
4787 if test "x$host_alias" != "x"; then
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: base ($host_alias hosted) only" >&5
4789 $as_echo "base ($host_alias hosted) only" >&6; }
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: base only" >&5
4792 $as_echo "base only" >&6; }
4797 if test "$wxUSE_OSX_CARBON" = 1 \
4798 -o "$wxUSE_OSX_COCOA" = 1 \
4799 -o "$wxUSE_OSX_IPHONE" = 1; then
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libpng" >&5
4806 $as_echo_n "checking for --with-libpng... " >&6; }
4808 # Check whether --with-libpng was given.
4809 if test "${with_libpng+set}" = set; then :
4810 withval
=$with_libpng;
4811 if test "$withval" = yes; then
4812 wx_cv_use_libpng
='wxUSE_LIBPNG=yes'
4813 elif test "$withval" = no
; then
4814 wx_cv_use_libpng
='wxUSE_LIBPNG=no'
4815 elif test "$withval" = sys
; then
4816 wx_cv_use_libpng
='wxUSE_LIBPNG=sys'
4817 elif test "$withval" = builtin; then
4818 wx_cv_use_libpng
='wxUSE_LIBPNG=builtin'
4820 as_fn_error $?
"Invalid value for --with-libpng: should be yes, no, sys, or builtin" "$LINENO" 5
4825 wx_cv_use_libpng
='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
4830 eval "$wx_cv_use_libpng"
4832 if test "$wxUSE_LIBPNG" = yes; then
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4834 $as_echo "yes" >&6; }
4835 elif test "$wxUSE_LIBPNG" = no; then
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4837 $as_echo "no" >&6; }
4838 elif test "$wxUSE_LIBPNG" = sys; then
4839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4840 $as_echo "system version" >&6; }
4841 elif test "$wxUSE_LIBPNG" = builtin; then
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4843 $as_echo "builtin version" >&6; }
4845 as_fn_error $? "Invalid value for --with-libpng: should be yes, no, sys, or builtin" "$LINENO" 5
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libjpeg" >&5
4850 $as_echo_n "checking for --with-libjpeg... " >&6; }
4852 # Check whether --with-libjpeg was given.
4853 if test "${with_libjpeg+set}" = set; then :
4854 withval=$with_libjpeg;
4855 if test "$withval" = yes; then
4856 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=yes'
4857 elif test "$withval" = no; then
4858 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=no
'
4859 elif test "$withval" = sys; then
4860 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=sys
'
4861 elif test "$withval" = builtin; then
4862 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=builtin'
4864 as_fn_error $? "Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" "$LINENO" 5
4869 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
4874 eval "$wx_cv_use_libjpeg"
4876 if test "$wxUSE_LIBJPEG" = yes; then
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
4878 $as_echo "yes" >&6; }
4879 elif test "$wxUSE_LIBJPEG" = no; then
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
4881 $as_echo "no
" >&6; }
4882 elif test "$wxUSE_LIBJPEG" = sys; then
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: system version
" >&5
4884 $as_echo "system version
" >&6; }
4885 elif test "$wxUSE_LIBJPEG" = builtin; then
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: builtin version
" >&5
4887 $as_echo "builtin version
" >&6; }
4889 as_fn_error $? "Invalid value
for --with-libjpeg: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --with-libtiff" >&5
4894 $as_echo_n "checking
for --with-libtiff...
" >&6; }
4896 # Check whether --with-libtiff was given.
4897 if test "${with_libtiff+set}" = set; then :
4898 withval=$with_libtiff;
4899 if test "$withval" = yes; then
4900 wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
4901 elif test "$withval" = no; then
4902 wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
4903 elif test "$withval" = sys; then
4904 wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
4905 elif test "$withval" = builtin; then
4906 wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
4908 as_fn_error $? "Invalid value
for --with-libtiff: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
4913 wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
4918 eval "$wx_cv_use_libtiff"
4920 if test "$wxUSE_LIBTIFF" = yes; then
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4922 $as_echo "yes" >&6; }
4923 elif test "$wxUSE_LIBTIFF" = no
; then
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4925 $as_echo "no" >&6; }
4926 elif test "$wxUSE_LIBTIFF" = sys
; then
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4928 $as_echo "system version" >&6; }
4929 elif test "$wxUSE_LIBTIFF" = builtin; then
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4931 $as_echo "builtin version" >&6; }
4933 as_fn_error $?
"Invalid value for --with-libtiff: should be yes, no, sys, or builtin" "$LINENO" 5
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libxpm" >&5
4938 $as_echo_n "checking for --with-libxpm... " >&6; }
4940 # Check whether --with-libxpm was given.
4941 if test "${with_libxpm+set}" = set; then :
4942 withval
=$with_libxpm;
4943 if test "$withval" = yes; then
4944 wx_cv_use_libxpm
='wxUSE_LIBXPM=yes'
4945 elif test "$withval" = no
; then
4946 wx_cv_use_libxpm
='wxUSE_LIBXPM=no'
4947 elif test "$withval" = sys
; then
4948 wx_cv_use_libxpm
='wxUSE_LIBXPM=sys'
4949 elif test "$withval" = builtin; then
4950 wx_cv_use_libxpm
='wxUSE_LIBXPM=builtin'
4952 as_fn_error $?
"Invalid value for --with-libxpm: should be yes, no, sys, or builtin" "$LINENO" 5
4957 wx_cv_use_libxpm
='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
4962 eval "$wx_cv_use_libxpm"
4964 if test "$wxUSE_LIBXPM" = yes; then
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4966 $as_echo "yes" >&6; }
4967 elif test "$wxUSE_LIBXPM" = no; then
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4969 $as_echo "no" >&6; }
4970 elif test "$wxUSE_LIBXPM" = sys; then
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4972 $as_echo "system version" >&6; }
4973 elif test "$wxUSE_LIBXPM" = builtin; then
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4975 $as_echo "builtin version" >&6; }
4977 as_fn_error $? "Invalid value for --with-libxpm: should be yes, no, sys, or builtin" "$LINENO" 5
4982 defaultval=$wxUSE_ALL_FEATURES
4983 if test -z "$defaultval"; then
4984 if test x"$withstring" = xwithout; then
4990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libiconv" >&5
4991 $as_echo_n "checking for --${withstring:-with}-libiconv... " >&6; }
4993 # Check whether --with-libiconv was given.
4994 if test "${with_libiconv+set}" = set; then :
4995 withval=$with_libiconv;
4996 if test "$withval" = yes; then
4997 wx_cv_use_libiconv='wxUSE_LIBICONV
=yes'
4999 wx_cv_use_libiconv='wxUSE_LIBICONV
=no
'
5004 wx_cv_use_libiconv='wxUSE_LIBICONV
=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
5009 eval "$wx_cv_use_libiconv"
5011 if test x"$withstring" = xwithout; then
5012 if test $wxUSE_LIBICONV = yes; then
5018 result=$wxUSE_LIBICONV
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5022 $as_echo "$result" >&6; }
5026 defaultval=$wxUSE_ALL_FEATURES
5027 if test -z "$defaultval"; then
5028 if test x"$withstring" = xwithout; then
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${withstring:-with}-libmspack" >&5
5035 $as_echo_n "checking
for --${withstring:-with}-libmspack...
" >&6; }
5037 # Check whether --with-libmspack was given.
5038 if test "${with_libmspack+set}" = set; then :
5039 withval=$with_libmspack;
5040 if test "$withval" = yes; then
5041 wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
5043 wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
5048 wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
5053 eval "$wx_cv_use_libmspack"
5055 if test x
"$withstring" = xwithout
; then
5056 if test $wxUSE_LIBMSPACK = yes; then
5062 result
=$wxUSE_LIBMSPACK
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5066 $as_echo "$result" >&6; }
5070 defaultval
=$wxUSE_ALL_FEATURES
5071 if test -z "$defaultval"; then
5072 if test x
"$withstring" = xwithout
; then
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gtkprint" >&5
5079 $as_echo_n "checking for --${withstring:-with}-gtkprint... " >&6; }
5081 # Check whether --with-gtkprint was given.
5082 if test "${with_gtkprint+set}" = set; then :
5083 withval
=$with_gtkprint;
5084 if test "$withval" = yes; then
5085 wx_cv_use_gtkprint
='wxUSE_GTKPRINT=yes'
5087 wx_cv_use_gtkprint
='wxUSE_GTKPRINT=no'
5092 wx_cv_use_gtkprint
='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
5097 eval "$wx_cv_use_gtkprint"
5099 if test x"$withstring" = xwithout; then
5100 if test $wxUSE_GTKPRINT = yes; then
5106 result=$wxUSE_GTKPRINT
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5110 $as_echo "$result" >&6; }
5114 defaultval=$wxUSE_ALL_FEATURES
5115 if test -z "$defaultval"; then
5116 if test x"$withstring" = xwithout; then
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gnomeprint" >&5
5123 $as_echo_n "checking for --${withstring:-with}-gnomeprint... " >&6; }
5125 # Check whether --with-gnomeprint was given.
5126 if test "${with_gnomeprint+set}" = set; then :
5127 withval=$with_gnomeprint;
5128 if test "$withval" = yes; then
5129 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT
=yes'
5131 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT
=no
'
5136 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT
=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
5141 eval "$wx_cv_use_gnomeprint"
5143 if test x"$withstring" = xwithout; then
5144 if test $wxUSE_LIBGNOMEPRINT = yes; then
5150 result=$wxUSE_LIBGNOMEPRINT
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5154 $as_echo "$result" >&6; }
5158 defaultval=$wxUSE_ALL_FEATURES
5159 if test -z "$defaultval"; then
5160 if test x"$withstring" = xwithout; then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${withstring:-with}-gnomevfs" >&5
5167 $as_echo_n "checking
for --${withstring:-with}-gnomevfs...
" >&6; }
5169 # Check whether --with-gnomevfs was given.
5170 if test "${with_gnomevfs+set}" = set; then :
5171 withval=$with_gnomevfs;
5172 if test "$withval" = yes; then
5173 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
5175 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
5180 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
5185 eval "$wx_cv_use_gnomevfs"
5187 if test x
"$withstring" = xwithout
; then
5188 if test $wxUSE_LIBGNOMEVFS = yes; then
5194 result
=$wxUSE_LIBGNOMEVFS
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5198 $as_echo "$result" >&6; }
5202 defaultval
=$wxUSE_ALL_FEATURES
5203 if test -z "$defaultval"; then
5204 if test x
"$withstring" = xwithout
; then
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libnotify" >&5
5211 $as_echo_n "checking for --${withstring:-with}-libnotify... " >&6; }
5213 # Check whether --with-libnotify was given.
5214 if test "${with_libnotify+set}" = set; then :
5215 withval
=$with_libnotify;
5216 if test "$withval" = yes; then
5217 wx_cv_use_libnotify
='wxUSE_LIBNOTIFY=yes'
5219 wx_cv_use_libnotify
='wxUSE_LIBNOTIFY=no'
5224 wx_cv_use_libnotify
='wxUSE_LIBNOTIFY=${'DEFAULT_wxUSE_LIBNOTIFY":-$defaultval}"
5229 eval "$wx_cv_use_libnotify"
5231 if test x"$withstring" = xwithout; then
5232 if test $wxUSE_LIBNOTIFY = yes; then
5238 result=$wxUSE_LIBNOTIFY
5241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5242 $as_echo "$result" >&6; }
5246 defaultval=$wxUSE_ALL_FEATURES
5247 if test -z "$defaultval"; then
5248 if test x"$withstring" = xwithout; then
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-hildon" >&5
5255 $as_echo_n "checking for --${withstring:-with}-hildon... " >&6; }
5257 # Check whether --with-hildon was given.
5258 if test "${with_hildon+set}" = set; then :
5259 withval=$with_hildon;
5260 if test "$withval" = yes; then
5261 wx_cv_use_hildon='wxUSE_LIBHILDON
=yes'
5263 wx_cv_use_hildon='wxUSE_LIBHILDON
=no
'
5268 wx_cv_use_hildon='wxUSE_LIBHILDON
=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
5273 eval "$wx_cv_use_hildon"
5275 if test x"$withstring" = xwithout; then
5276 if test $wxUSE_LIBHILDON = yes; then
5282 result=$wxUSE_LIBHILDON
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5286 $as_echo "$result" >&6; }
5290 defaultval=$wxUSE_ALL_FEATURES
5291 if test -z "$defaultval"; then
5292 if test x"$withstring" = xwithout; then
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${withstring:-with}-opengl" >&5
5299 $as_echo_n "checking
for --${withstring:-with}-opengl...
" >&6; }
5301 # Check whether --with-opengl was given.
5302 if test "${with_opengl+set}" = set; then :
5303 withval=$with_opengl;
5304 if test "$withval" = yes; then
5305 wx_cv_use_opengl='wxUSE_OPENGL=yes'
5307 wx_cv_use_opengl='wxUSE_OPENGL=no'
5312 wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
5317 eval "$wx_cv_use_opengl"
5319 if test x
"$withstring" = xwithout
; then
5320 if test $wxUSE_OPENGL = yes; then
5326 result
=$wxUSE_OPENGL
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5330 $as_echo "$result" >&6; }
5337 defaultval
=$wxUSE_ALL_FEATURES
5338 if test -z "$defaultval"; then
5339 if test x
"$withstring" = xwithout
; then
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-dmalloc" >&5
5346 $as_echo_n "checking for --${withstring:-with}-dmalloc... " >&6; }
5348 # Check whether --with-dmalloc was given.
5349 if test "${with_dmalloc+set}" = set; then :
5350 withval
=$with_dmalloc;
5351 if test "$withval" = yes; then
5352 wx_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
5354 wx_cv_use_dmalloc
='wxUSE_DMALLOC=no'
5359 wx_cv_use_dmalloc
='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
5364 eval "$wx_cv_use_dmalloc"
5366 if test x"$withstring" = xwithout; then
5367 if test $wxUSE_DMALLOC = yes; then
5373 result=$wxUSE_DMALLOC
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5377 $as_echo "$result" >&6; }
5381 defaultval=$wxUSE_ALL_FEATURES
5382 if test -z "$defaultval"; then
5383 if test x"$withstring" = xwithout; then
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-sdl" >&5
5390 $as_echo_n "checking for --${withstring:-with}-sdl... " >&6; }
5392 # Check whether --with-sdl was given.
5393 if test "${with_sdl+set}" = set; then :
5395 if test "$withval" = yes; then
5396 wx_cv_use_sdl='wxUSE_LIBSDL
=yes'
5398 wx_cv_use_sdl='wxUSE_LIBSDL
=no
'
5403 wx_cv_use_sdl='wxUSE_LIBSDL
=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
5408 eval "$wx_cv_use_sdl"
5410 if test x"$withstring" = xwithout; then
5411 if test $wxUSE_LIBSDL = yes; then
5417 result=$wxUSE_LIBSDL
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5421 $as_echo "$result" >&6; }
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --with-regex" >&5
5425 $as_echo_n "checking
for --with-regex...
" >&6; }
5427 # Check whether --with-regex was given.
5428 if test "${with_regex+set}" = set; then :
5429 withval=$with_regex;
5430 if test "$withval" = yes; then
5431 wx_cv_use_regex='wxUSE_REGEX=yes'
5432 elif test "$withval" = no; then
5433 wx_cv_use_regex='wxUSE_REGEX=no'
5434 elif test "$withval" = sys; then
5435 wx_cv_use_regex='wxUSE_REGEX=sys'
5436 elif test "$withval" = builtin; then
5437 wx_cv_use_regex='wxUSE_REGEX=builtin'
5439 as_fn_error $? "Invalid value
for --with-regex: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
5444 wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
5449 eval "$wx_cv_use_regex"
5451 if test "$wxUSE_REGEX" = yes; then
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5453 $as_echo "yes" >&6; }
5454 elif test "$wxUSE_REGEX" = no
; then
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5456 $as_echo "no" >&6; }
5457 elif test "$wxUSE_REGEX" = sys
; then
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5459 $as_echo "system version" >&6; }
5460 elif test "$wxUSE_REGEX" = builtin; then
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5462 $as_echo "builtin version" >&6; }
5464 as_fn_error $?
"Invalid value for --with-regex: should be yes, no, sys, or builtin" "$LINENO" 5
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-zlib" >&5
5469 $as_echo_n "checking for --with-zlib... " >&6; }
5471 # Check whether --with-zlib was given.
5472 if test "${with_zlib+set}" = set; then :
5474 if test "$withval" = yes; then
5475 wx_cv_use_zlib
='wxUSE_ZLIB=yes'
5476 elif test "$withval" = no
; then
5477 wx_cv_use_zlib
='wxUSE_ZLIB=no'
5478 elif test "$withval" = sys
; then
5479 wx_cv_use_zlib
='wxUSE_ZLIB=sys'
5480 elif test "$withval" = builtin; then
5481 wx_cv_use_zlib
='wxUSE_ZLIB=builtin'
5483 as_fn_error $?
"Invalid value for --with-zlib: should be yes, no, sys, or builtin" "$LINENO" 5
5488 wx_cv_use_zlib
='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
5493 eval "$wx_cv_use_zlib"
5495 if test "$wxUSE_ZLIB" = yes; then
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5497 $as_echo "yes" >&6; }
5498 elif test "$wxUSE_ZLIB" = no; then
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5500 $as_echo "no" >&6; }
5501 elif test "$wxUSE_ZLIB" = sys; then
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5503 $as_echo "system version" >&6; }
5504 elif test "$wxUSE_ZLIB" = builtin; then
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5506 $as_echo "builtin version" >&6; }
5508 as_fn_error $? "Invalid value for --with-zlib: should be yes, no, sys, or builtin" "$LINENO" 5
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-expat" >&5
5513 $as_echo_n "checking for --with-expat... " >&6; }
5515 # Check whether --with-expat was given.
5516 if test "${with_expat+set}" = set; then :
5517 withval=$with_expat;
5518 if test "$withval" = yes; then
5519 wx_cv_use_expat='wxUSE_EXPAT
=yes'
5520 elif test "$withval" = no; then
5521 wx_cv_use_expat='wxUSE_EXPAT
=no
'
5522 elif test "$withval" = sys; then
5523 wx_cv_use_expat='wxUSE_EXPAT
=sys
'
5524 elif test "$withval" = builtin; then
5525 wx_cv_use_expat='wxUSE_EXPAT
=builtin'
5527 as_fn_error $? "Invalid value for --with-expat: should be yes, no, sys, or builtin" "$LINENO" 5
5532 wx_cv_use_expat='wxUSE_EXPAT
=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
5537 eval "$wx_cv_use_expat"
5539 if test "$wxUSE_EXPAT" = yes; then
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
5541 $as_echo "yes" >&6; }
5542 elif test "$wxUSE_EXPAT" = no; then
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5544 $as_echo "no
" >&6; }
5545 elif test "$wxUSE_EXPAT" = sys; then
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: system version
" >&5
5547 $as_echo "system version
" >&6; }
5548 elif test "$wxUSE_EXPAT" = builtin; then
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: builtin version
" >&5
5550 $as_echo "builtin version
" >&6; }
5552 as_fn_error $? "Invalid value
for --with-expat: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --with-macosx-sdk" >&5
5557 $as_echo_n "checking
for --with-macosx-sdk...
" >&6; }
5559 # Check whether --with-macosx-sdk was given.
5560 if test "${with_macosx_sdk+set}" = set; then :
5561 withval=$with_macosx_sdk;
5562 wxUSE_MACOSX_SDK=$withval
5563 wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK
=$withval"
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $wxUSE_MACOSX_SDK" >&5
5568 $as_echo "$wxUSE_MACOSX_SDK" >&6; }
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --with-macosx-version-min" >&5
5571 $as_echo_n "checking
for --with-macosx-version-min...
" >&6; }
5573 # Check whether --with-macosx-version-min was given.
5574 if test "${with_macosx_version_min+set}" = set; then :
5575 withval=$with_macosx_version_min;
5576 wxUSE_MACOSX_VERSION_MIN=$withval
5577 wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN
=$withval"
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $wxUSE_MACOSX_VERSION_MIN" >&5
5582 $as_echo "$wxUSE_MACOSX_VERSION_MIN" >&6; }
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --enable-debug" >&5
5586 $as_echo_n "checking
for --enable-debug...
" >&6; }
5587 # Check whether --enable-debug was given.
5588 if test "${enable_debug+set}" = set; then :
5589 enableval=$enable_debug;
5590 if test "$enableval" = yes; then
5592 elif test "$enableval" = no; then
5594 elif test "$enableval" = max; then
5596 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
5598 as_fn_error $? "Invalid
--enable-debug value
, must be
yes, no or max
" "$LINENO" 5
5606 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ${enable_debug-default}" >&5
5607 $as_echo "${enable_debug-default}" >&6; }
5609 case "$wxUSE_DEBUG" in
5611 DEFAULT_wxUSE_DEBUG_FLAG=yes
5612 DEFAULT_wxUSE_DEBUG_INFO=yes
5614 DEFAULT_wxUSE_OPTIMISE=no
5618 DEFAULT_wxUSE_DEBUG_FLAG=no
5619 DEFAULT_wxUSE_DEBUG_INFO=no
5623 DEFAULT_wxUSE_DEBUG_FLAG=yes
5624 DEFAULT_wxUSE_DEBUG_INFO=no
5629 enablestring=disable
5631 if test -z "$defaultval"; then
5632 if test x"$enablestring" = xdisable; then
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-debug_flag" >&5
5640 $as_echo_n "checking
for --${enablestring:-enable}-debug_flag...
" >&6; }
5641 # Check whether --enable-debug_flag was given.
5642 if test "${enable_debug_flag+set}" = set; then :
5643 enableval=$enable_debug_flag;
5644 if test "$enableval" = yes; then
5645 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
5647 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
5652 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
5657 eval "$wx_cv_use_debug_flag"
5659 if test x
"$enablestring" = xdisable
; then
5660 if test $wxUSE_DEBUG_FLAG = no
; then
5666 result
=$wxUSE_DEBUG_FLAG
5669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5670 $as_echo "$result" >&6; }
5675 if test -z "$defaultval"; then
5676 if test x
"$enablestring" = xdisable
; then
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_info" >&5
5684 $as_echo_n "checking for --${enablestring:-enable}-debug_info... " >&6; }
5685 # Check whether --enable-debug_info was given.
5686 if test "${enable_debug_info+set}" = set; then :
5687 enableval
=$enable_debug_info;
5688 if test "$enableval" = yes; then
5689 wx_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
5691 wx_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
5696 wx_cv_use_debug_info
='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
5701 eval "$wx_cv_use_debug_info"
5703 if test x"$enablestring" = xdisable; then
5704 if test $wxUSE_DEBUG_INFO = no; then
5710 result=$wxUSE_DEBUG_INFO
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5714 $as_echo "$result" >&6; }
5721 if test -z "$defaultval"; then
5722 if test x"$enablestring" = xdisable; then
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_gdb" >&5
5730 $as_echo_n "checking for --${enablestring:-enable}-debug_gdb... " >&6; }
5731 # Check whether --enable-debug_gdb was given.
5732 if test "${enable_debug_gdb+set}" = set; then :
5733 enableval=$enable_debug_gdb;
5734 if test "$enableval" = yes; then
5735 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB
=yes'
5737 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB
=no
'
5742 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB
=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
5747 eval "$wx_cv_use_debug_gdb"
5749 if test x"$enablestring" = xdisable; then
5750 if test $wxUSE_DEBUG_GDB = no; then
5756 result=$wxUSE_DEBUG_GDB
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5760 $as_echo "$result" >&6; }
5765 if test -z "$defaultval"; then
5766 if test x"$enablestring" = xdisable; then
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-debug_cntxt" >&5
5774 $as_echo_n "checking
for --${enablestring:-enable}-debug_cntxt...
" >&6; }
5775 # Check whether --enable-debug_cntxt was given.
5776 if test "${enable_debug_cntxt+set}" = set; then :
5777 enableval=$enable_debug_cntxt;
5778 if test "$enableval" = yes; then
5779 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
5781 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
5786 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
5791 eval "$wx_cv_use_debug_cntxt"
5793 if test x
"$enablestring" = xdisable
; then
5794 if test $wxUSE_DEBUG_CONTEXT = no
; then
5800 result
=$wxUSE_DEBUG_CONTEXT
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5804 $as_echo "$result" >&6; }
5809 if test -z "$defaultval"; then
5810 if test x
"$enablestring" = xdisable
; then
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mem_tracing" >&5
5818 $as_echo_n "checking for --${enablestring:-enable}-mem_tracing... " >&6; }
5819 # Check whether --enable-mem_tracing was given.
5820 if test "${enable_mem_tracing+set}" = set; then :
5821 enableval
=$enable_mem_tracing;
5822 if test "$enableval" = yes; then
5823 wx_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
5825 wx_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
5830 wx_cv_use_mem_tracing
='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
5835 eval "$wx_cv_use_mem_tracing"
5837 if test x"$enablestring" = xdisable; then
5838 if test $wxUSE_MEM_TRACING = no; then
5844 result=$wxUSE_MEM_TRACING
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5848 $as_echo "$result" >&6; }
5853 enablestring=disable
5855 if test -z "$defaultval"; then
5856 if test x"$enablestring" = xdisable; then
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-shared" >&5
5864 $as_echo_n "checking for --${enablestring:-enable}-shared... " >&6; }
5865 # Check whether --enable-shared was given.
5866 if test "${enable_shared+set}" = set; then :
5867 enableval=$enable_shared;
5868 if test "$enableval" = yes; then
5869 wx_cv_use_shared='wxUSE_SHARED
=yes'
5871 wx_cv_use_shared='wxUSE_SHARED
=no
'
5876 wx_cv_use_shared='wxUSE_SHARED
=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
5881 eval "$wx_cv_use_shared"
5883 if test x"$enablestring" = xdisable; then
5884 if test $wxUSE_SHARED = no; then
5890 result=$wxUSE_SHARED
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5894 $as_echo "$result" >&6; }
5899 if test -z "$defaultval"; then
5900 if test x"$enablestring" = xdisable; then
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-stl" >&5
5908 $as_echo_n "checking
for --${enablestring:-enable}-stl...
" >&6; }
5909 # Check whether --enable-stl was given.
5910 if test "${enable_stl+set}" = set; then :
5911 enableval=$enable_stl;
5912 if test "$enableval" = yes; then
5913 wx_cv_use_stl='wxUSE_STL=yes'
5915 wx_cv_use_stl='wxUSE_STL=no'
5920 wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
5925 eval "$wx_cv_use_stl"
5927 if test x
"$enablestring" = xdisable
; then
5928 if test $wxUSE_STL = no
; then
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5938 $as_echo "$result" >&6; }
5940 if test "$wxUSE_STL" = "yes"; then
5941 DEFAULT_wxUSE_STD_CONTAINERS
=yes
5942 DEFAULT_wxUSE_STD_IOSTREAM
=yes
5943 DEFAULT_wxUSE_STD_STRING
=yes
5948 if test -z "$defaultval"; then
5949 if test x
"$enablestring" = xdisable
; then
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_containers" >&5
5957 $as_echo_n "checking for --${enablestring:-enable}-std_containers... " >&6; }
5958 # Check whether --enable-std_containers was given.
5959 if test "${enable_std_containers+set}" = set; then :
5960 enableval
=$enable_std_containers;
5961 if test "$enableval" = yes; then
5962 wx_cv_use_std_containers
='wxUSE_STD_CONTAINERS=yes'
5964 wx_cv_use_std_containers
='wxUSE_STD_CONTAINERS=no'
5969 wx_cv_use_std_containers
='wxUSE_STD_CONTAINERS=${'DEFAULT_wxUSE_STD_CONTAINERS":-$defaultval}"
5974 eval "$wx_cv_use_std_containers"
5976 if test x"$enablestring" = xdisable; then
5977 if test $wxUSE_STD_CONTAINERS = no; then
5983 result=$wxUSE_STD_CONTAINERS
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5987 $as_echo "$result" >&6; }
5992 if test -z "$defaultval"; then
5993 if test x"$enablestring" = xdisable; then
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_iostreams" >&5
6001 $as_echo_n "checking for --${enablestring:-enable}-std_iostreams... " >&6; }
6002 # Check whether --enable-std_iostreams was given.
6003 if test "${enable_std_iostreams+set}" = set; then :
6004 enableval=$enable_std_iostreams;
6005 if test "$enableval" = yes; then
6006 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
=yes'
6008 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
=no
'
6013 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
6018 eval "$wx_cv_use_std_iostreams"
6020 if test x"$enablestring" = xdisable; then
6021 if test $wxUSE_STD_IOSTREAM = no; then
6027 result=$wxUSE_STD_IOSTREAM
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6031 $as_echo "$result" >&6; }
6036 if test -z "$defaultval"; then
6037 if test x"$enablestring" = xdisable; then
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-std_string" >&5
6045 $as_echo_n "checking
for --${enablestring:-enable}-std_string...
" >&6; }
6046 # Check whether --enable-std_string was given.
6047 if test "${enable_std_string+set}" = set; then :
6048 enableval=$enable_std_string;
6049 if test "$enableval" = yes; then
6050 wx_cv_use_std_string='wxUSE_STD_STRING=yes'
6052 wx_cv_use_std_string='wxUSE_STD_STRING=no'
6057 wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
6062 eval "$wx_cv_use_std_string"
6064 if test x
"$enablestring" = xdisable
; then
6065 if test $wxUSE_STD_STRING = no
; then
6071 result
=$wxUSE_STD_STRING
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6075 $as_echo "$result" >&6; }
6080 if test -z "$defaultval"; then
6081 if test x
"$enablestring" = xdisable
; then
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_string_conv_in_wxstring" >&5
6089 $as_echo_n "checking for --${enablestring:-enable}-std_string_conv_in_wxstring... " >&6; }
6090 # Check whether --enable-std_string_conv_in_wxstring was given.
6091 if test "${enable_std_string_conv_in_wxstring+set}" = set; then :
6092 enableval
=$enable_std_string_conv_in_wxstring;
6093 if test "$enableval" = yes; then
6094 wx_cv_use_std_string_conv_in_wxstring
='wxUSE_STD_STRING_CONV_IN_WXSTRING=yes'
6096 wx_cv_use_std_string_conv_in_wxstring
='wxUSE_STD_STRING_CONV_IN_WXSTRING=no'
6101 wx_cv_use_std_string_conv_in_wxstring
='wxUSE_STD_STRING_CONV_IN_WXSTRING=${'DEFAULT_wxUSE_STD_STRING_CONV_IN_WXSTRING":-$defaultval}"
6106 eval "$wx_cv_use_std_string_conv_in_wxstring"
6108 if test x"$enablestring" = xdisable; then
6109 if test $wxUSE_STD_STRING_CONV_IN_WXSTRING = no; then
6115 result=$wxUSE_STD_STRING_CONV_IN_WXSTRING
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6119 $as_echo "$result" >&6; }
6122 enablestring=disable
6124 if test -z "$defaultval"; then
6125 if test x"$enablestring" = xdisable; then
6132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-unicode" >&5
6133 $as_echo_n "checking for --${enablestring:-enable}-unicode... " >&6; }
6134 # Check whether --enable-unicode was given.
6135 if test "${enable_unicode+set}" = set; then :
6136 enableval=$enable_unicode;
6137 if test "$enableval" = yes; then
6138 wx_cv_use_unicode='wxUSE_UNICODE
=yes'
6140 wx_cv_use_unicode='wxUSE_UNICODE
=no
'
6145 wx_cv_use_unicode='wxUSE_UNICODE
=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
6150 eval "$wx_cv_use_unicode"
6152 if test x"$enablestring" = xdisable; then
6153 if test $wxUSE_UNICODE = no; then
6159 result=$wxUSE_UNICODE
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6163 $as_echo "$result" >&6; }
6168 if test -z "$defaultval"; then
6169 if test x"$enablestring" = xdisable; then
6176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-mslu" >&5
6177 $as_echo_n "checking
for --${enablestring:-enable}-mslu...
" >&6; }
6178 # Check whether --enable-mslu was given.
6179 if test "${enable_mslu+set}" = set; then :
6180 enableval=$enable_mslu;
6181 if test "$enableval" = yes; then
6182 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
6184 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
6189 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
6194 eval "$wx_cv_use_mslu"
6196 if test x
"$enablestring" = xdisable
; then
6197 if test $wxUSE_UNICODE_MSLU = no
; then
6203 result
=$wxUSE_UNICODE_MSLU
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6207 $as_echo "$result" >&6; }
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-utf8" >&5
6212 $as_echo_n "checking for --${enablestring:-enable}-utf8... " >&6; }
6213 # Check whether --enable-utf8 was given.
6214 if test "${enable_utf8+set}" = set; then :
6215 enableval
=$enable_utf8;
6216 wx_cv_use_utf8
="wxUSE_UNICODE_UTF8='$enableval'"
6220 wx_cv_use_utf8
='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
6225 eval "$wx_cv_use_utf8"
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_UNICODE_UTF8" >&5
6228 $as_echo "$wxUSE_UNICODE_UTF8" >&6; }
6233 if test -z "$defaultval"; then
6234 if test x
"$enablestring" = xdisable
; then
6241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-utf8only" >&5
6242 $as_echo_n "checking for --${enablestring:-enable}-utf8only... " >&6; }
6243 # Check whether --enable-utf8only was given.
6244 if test "${enable_utf8only+set}" = set; then :
6245 enableval
=$enable_utf8only;
6246 if test "$enableval" = yes; then
6247 wx_cv_use_utf8only
='wxUSE_UNICODE_UTF8_LOCALE=yes'
6249 wx_cv_use_utf8only
='wxUSE_UNICODE_UTF8_LOCALE=no'
6254 wx_cv_use_utf8only
='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
6259 eval "$wx_cv_use_utf8only"
6261 if test x"$enablestring" = xdisable; then
6262 if test $wxUSE_UNICODE_UTF8_LOCALE = no; then
6268 result=$wxUSE_UNICODE_UTF8_LOCALE
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6272 $as_echo "$result" >&6; }
6277 if test -z "$defaultval"; then
6278 if test x"$enablestring" = xdisable; then
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-extended_rtti" >&5
6286 $as_echo_n "checking for --${enablestring:-enable}-extended_rtti... " >&6; }
6287 # Check whether --enable-extended_rtti was given.
6288 if test "${enable_extended_rtti+set}" = set; then :
6289 enableval=$enable_extended_rtti;
6290 if test "$enableval" = yes; then
6291 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI
=yes'
6293 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI
=no
'
6298 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI
=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
6303 eval "$wx_cv_use_extended_rtti"
6305 if test x"$enablestring" = xdisable; then
6306 if test $wxUSE_EXTENDED_RTTI = no; then
6312 result=$wxUSE_EXTENDED_RTTI
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6316 $as_echo "$result" >&6; }
6318 if test "$USE_OS2" = 1; then
6319 DEFAULT_wxUSE_OMF=no
6323 if test -z "$defaultval"; then
6324 if test x"$enablestring" = xdisable; then
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-omf" >&5
6332 $as_echo_n "checking
for --${enablestring:-enable}-omf...
" >&6; }
6333 # Check whether --enable-omf was given.
6334 if test "${enable_omf+set}" = set; then :
6335 enableval=$enable_omf;
6336 if test "$enableval" = yes; then
6337 wx_cv_use_omf='wxUSE_OMF=yes'
6339 wx_cv_use_omf='wxUSE_OMF=no'
6344 wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
6349 eval "$wx_cv_use_omf"
6351 if test x
"$enablestring" = xdisable
; then
6352 if test $wxUSE_OMF = no
; then
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6362 $as_echo "$result" >&6; }
6367 enablestring
=disable
6369 if test -z "$defaultval"; then
6370 if test x
"$enablestring" = xdisable
; then
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-optimise" >&5
6378 $as_echo_n "checking for --${enablestring:-enable}-optimise... " >&6; }
6379 # Check whether --enable-optimise was given.
6380 if test "${enable_optimise+set}" = set; then :
6381 enableval
=$enable_optimise;
6382 if test "$enableval" = yes; then
6383 wx_cv_use_optimise
='wxUSE_OPTIMISE=yes'
6385 wx_cv_use_optimise
='wxUSE_OPTIMISE=no'
6390 wx_cv_use_optimise
='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
6395 eval "$wx_cv_use_optimise"
6397 if test x"$enablestring" = xdisable; then
6398 if test $wxUSE_OPTIMISE = no; then
6404 result=$wxUSE_OPTIMISE
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6408 $as_echo "$result" >&6; }
6414 if test -z "$defaultval"; then
6415 if test x"$enablestring" = xdisable; then
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-profile" >&5
6423 $as_echo_n "checking for --${enablestring:-enable}-profile... " >&6; }
6424 # Check whether --enable-profile was given.
6425 if test "${enable_profile+set}" = set; then :
6426 enableval=$enable_profile;
6427 if test "$enableval" = yes; then
6428 wx_cv_use_profile='wxUSE_PROFILE
=yes'
6430 wx_cv_use_profile='wxUSE_PROFILE
=no
'
6435 wx_cv_use_profile='wxUSE_PROFILE
=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
6440 eval "$wx_cv_use_profile"
6442 if test x"$enablestring" = xdisable; then
6443 if test $wxUSE_PROFILE = no; then
6449 result=$wxUSE_PROFILE
6452 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6453 $as_echo "$result" >&6; }
6458 if test -z "$defaultval"; then
6459 if test x"$enablestring" = xdisable; then
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-no_rtti" >&5
6467 $as_echo_n "checking
for --${enablestring:-enable}-no_rtti...
" >&6; }
6468 # Check whether --enable-no_rtti was given.
6469 if test "${enable_no_rtti+set}" = set; then :
6470 enableval=$enable_no_rtti;
6471 if test "$enableval" = yes; then
6472 wx_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
6474 wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
6479 wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
6484 eval "$wx_cv_use_no_rtti"
6486 if test x
"$enablestring" = xdisable
; then
6487 if test $wxUSE_NO_RTTI = no
; then
6493 result
=$wxUSE_NO_RTTI
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6497 $as_echo "$result" >&6; }
6502 if test -z "$defaultval"; then
6503 if test x
"$enablestring" = xdisable
; then
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_exceptions" >&5
6511 $as_echo_n "checking for --${enablestring:-enable}-no_exceptions... " >&6; }
6512 # Check whether --enable-no_exceptions was given.
6513 if test "${enable_no_exceptions+set}" = set; then :
6514 enableval
=$enable_no_exceptions;
6515 if test "$enableval" = yes; then
6516 wx_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
6518 wx_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
6523 wx_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
6528 eval "$wx_cv_use_no_exceptions"
6530 if test x"$enablestring" = xdisable; then
6531 if test $wxUSE_NO_EXCEPTIONS = no; then
6537 result=$wxUSE_NO_EXCEPTIONS
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6541 $as_echo "$result" >&6; }
6546 if test -z "$defaultval"; then
6547 if test x"$enablestring" = xdisable; then
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-permissive" >&5
6555 $as_echo_n "checking for --${enablestring:-enable}-permissive... " >&6; }
6556 # Check whether --enable-permissive was given.
6557 if test "${enable_permissive+set}" = set; then :
6558 enableval=$enable_permissive;
6559 if test "$enableval" = yes; then
6560 wx_cv_use_permissive='wxUSE_PERMISSIVE
=yes'
6562 wx_cv_use_permissive='wxUSE_PERMISSIVE
=no
'
6567 wx_cv_use_permissive='wxUSE_PERMISSIVE
=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
6572 eval "$wx_cv_use_permissive"
6574 if test x"$enablestring" = xdisable; then
6575 if test $wxUSE_PERMISSIVE = no; then
6581 result=$wxUSE_PERMISSIVE
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6585 $as_echo "$result" >&6; }
6590 if test -z "$defaultval"; then
6591 if test x"$enablestring" = xdisable; then
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-no_deps" >&5
6599 $as_echo_n "checking
for --${enablestring:-enable}-no_deps...
" >&6; }
6600 # Check whether --enable-no_deps was given.
6601 if test "${enable_no_deps+set}" = set; then :
6602 enableval=$enable_no_deps;
6603 if test "$enableval" = yes; then
6604 wx_cv_use_no_deps='wxUSE_NO_DEPS=yes'
6606 wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
6611 wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
6616 eval "$wx_cv_use_no_deps"
6618 if test x
"$enablestring" = xdisable
; then
6619 if test $wxUSE_NO_DEPS = no
; then
6625 result
=$wxUSE_NO_DEPS
6628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6629 $as_echo "$result" >&6; }
6632 enablestring
=disable
6634 if test -z "$defaultval"; then
6635 if test x
"$enablestring" = xdisable
; then
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-vararg_macros" >&5
6643 $as_echo_n "checking for --${enablestring:-enable}-vararg_macros... " >&6; }
6644 # Check whether --enable-vararg_macros was given.
6645 if test "${enable_vararg_macros+set}" = set; then :
6646 enableval
=$enable_vararg_macros;
6647 if test "$enableval" = yes; then
6648 wx_cv_use_vararg_macros
='wxUSE_VARARG_MACROS=yes'
6650 wx_cv_use_vararg_macros
='wxUSE_VARARG_MACROS=no'
6655 wx_cv_use_vararg_macros
='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
6660 eval "$wx_cv_use_vararg_macros"
6662 if test x"$enablestring" = xdisable; then
6663 if test $wxUSE_VARARG_MACROS = no; then
6669 result=$wxUSE_VARARG_MACROS
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6673 $as_echo "$result" >&6; }
6678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-universal_binary" >&5
6679 $as_echo_n "checking for --${enablestring:-enable}-universal_binary... " >&6; }
6680 # Check whether --enable-universal_binary was given.
6681 if test "${enable_universal_binary+set}" = set; then :
6682 enableval=$enable_universal_binary;
6683 wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
6687 wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY
='$DEFAULT_wxUSE_UNIVERSAL_BINARY
6692 eval "$wx_cv_use_universal_binary"
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_UNIVERSAL_BINARY" >&5
6695 $as_echo "$wxUSE_UNIVERSAL_BINARY" >&6; }
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-macosx_arch" >&5
6700 $as_echo_n "checking for --${enablestring:-enable}-macosx_arch... " >&6; }
6701 # Check whether --enable-macosx_arch was given.
6702 if test "${enable_macosx_arch+set}" = set; then :
6703 enableval=$enable_macosx_arch;
6704 wx_cv_use_macosx_arch="wxUSE_MAC_ARCH='$enableval'"
6708 wx_cv_use_macosx_arch='wxUSE_MAC_ARCH
='$DEFAULT_wxUSE_MAC_ARCH
6713 eval "$wx_cv_use_macosx_arch"
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MAC_ARCH" >&5
6716 $as_echo "$wxUSE_MAC_ARCH" >&6; }
6722 if test -z "$defaultval"; then
6723 if test x"$enablestring" = xdisable; then
6730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-compat26" >&5
6731 $as_echo_n "checking for --${enablestring:-enable}-compat26... " >&6; }
6732 # Check whether --enable-compat26 was given.
6733 if test "${enable_compat26+set}" = set; then :
6734 enableval=$enable_compat26;
6735 if test "$enableval" = yes; then
6736 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6
=yes'
6738 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6
=no
'
6743 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6
=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
6748 eval "$wx_cv_use_compat26"
6750 if test x"$enablestring" = xdisable; then
6751 if test $WXWIN_COMPATIBILITY_2_6 = no; then
6757 result=$WXWIN_COMPATIBILITY_2_6
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6761 $as_echo "$result" >&6; }
6764 enablestring=disable
6766 if test -z "$defaultval"; then
6767 if test x"$enablestring" = xdisable; then
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-compat28" >&5
6775 $as_echo_n "checking
for --${enablestring:-enable}-compat28...
" >&6; }
6776 # Check whether --enable-compat28 was given.
6777 if test "${enable_compat28+set}" = set; then :
6778 enableval=$enable_compat28;
6779 if test "$enableval" = yes; then
6780 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=yes'
6782 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
6787 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
6792 eval "$wx_cv_use_compat28"
6794 if test x
"$enablestring" = xdisable
; then
6795 if test $WXWIN_COMPATIBILITY_2_8 = no
; then
6801 result
=$WXWIN_COMPATIBILITY_2_8
6804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6805 $as_echo "$result" >&6; }
6809 enablestring
=disable
6811 if test -z "$defaultval"; then
6812 if test x
"$enablestring" = xdisable
; then
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-rpath" >&5
6820 $as_echo_n "checking for --${enablestring:-enable}-rpath... " >&6; }
6821 # Check whether --enable-rpath was given.
6822 if test "${enable_rpath+set}" = set; then :
6823 enableval
=$enable_rpath;
6824 if test "$enableval" = yes; then
6825 wx_cv_use_rpath
='wxUSE_RPATH=yes'
6827 wx_cv_use_rpath
='wxUSE_RPATH=no'
6832 wx_cv_use_rpath
='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
6837 eval "$wx_cv_use_rpath"
6839 if test x"$enablestring" = xdisable; then
6840 if test $wxUSE_RPATH = no; then
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6850 $as_echo "$result" >&6; }
6856 if test -z "$defaultval"; then
6857 if test x"$enablestring" = xdisable; then
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-objc_uniquifying" >&5
6865 $as_echo_n "checking for --${enablestring:-enable}-objc_uniquifying... " >&6; }
6866 # Check whether --enable-objc_uniquifying was given.
6867 if test "${enable_objc_uniquifying+set}" = set; then :
6868 enableval=$enable_objc_uniquifying;
6869 if test "$enableval" = yes; then
6870 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING
=yes'
6872 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING
=no
'
6877 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING
=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
6882 eval "$wx_cv_use_objc_uniquifying"
6884 if test x"$enablestring" = xdisable; then
6885 if test $wxUSE_OBJC_UNIQUIFYING = no; then
6891 result=$wxUSE_OBJC_UNIQUIFYING
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6895 $as_echo "$result" >&6; }
6899 enablestring=disable
6901 if test -z "$defaultval"; then
6902 if test x"$enablestring" = xdisable; then
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-visibility" >&5
6910 $as_echo_n "checking
for --${enablestring:-enable}-visibility...
" >&6; }
6911 # Check whether --enable-visibility was given.
6912 if test "${enable_visibility+set}" = set; then :
6913 enableval=$enable_visibility;
6914 if test "$enableval" = yes; then
6915 wx_cv_use_visibility='wxUSE_VISIBILITY=yes'
6917 wx_cv_use_visibility='wxUSE_VISIBILITY=no'
6922 wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
6927 eval "$wx_cv_use_visibility"
6929 if test x
"$enablestring" = xdisable
; then
6930 if test $wxUSE_VISIBILITY = no
; then
6936 result
=$wxUSE_VISIBILITY
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6940 $as_echo "$result" >&6; }
6943 enablestring
=disable
6945 if test -z "$defaultval"; then
6946 if test x
"$enablestring" = xdisable
; then
6953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tls" >&5
6954 $as_echo_n "checking for --${enablestring:-enable}-tls... " >&6; }
6955 # Check whether --enable-tls was given.
6956 if test "${enable_tls+set}" = set; then :
6957 enableval
=$enable_tls;
6958 if test "$enableval" = yes; then
6959 wx_cv_use_tls
='wxUSE_COMPILER_TLS=yes'
6961 wx_cv_use_tls
='wxUSE_COMPILER_TLS=no'
6966 wx_cv_use_tls
='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
6971 eval "$wx_cv_use_tls"
6973 if test x"$enablestring" = xdisable; then
6974 if test $wxUSE_COMPILER_TLS = no; then
6980 result=$wxUSE_COMPILER_TLS
6983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6984 $as_echo "$result" >&6; }
6990 defaultval=$wxUSE_ALL_FEATURES
6991 if test -z "$defaultval"; then
6992 if test x"$enablestring" = xdisable; then
6999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-intl" >&5
7000 $as_echo_n "checking for --${enablestring:-enable}-intl... " >&6; }
7001 # Check whether --enable-intl was given.
7002 if test "${enable_intl+set}" = set; then :
7003 enableval=$enable_intl;
7004 if test "$enableval" = yes; then
7005 wx_cv_use_intl='wxUSE_INTL
=yes'
7007 wx_cv_use_intl='wxUSE_INTL
=no
'
7012 wx_cv_use_intl='wxUSE_INTL
=${'DEFAULT_wxUSE_INTL":-$defaultval}"
7017 eval "$wx_cv_use_intl"
7019 if test x"$enablestring" = xdisable; then
7020 if test $wxUSE_INTL = no; then
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7030 $as_echo "$result" >&6; }
7034 defaultval=$wxUSE_ALL_FEATURES
7035 if test -z "$defaultval"; then
7036 if test x"$enablestring" = xdisable; then
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-xlocale" >&5
7044 $as_echo_n "checking
for --${enablestring:-enable}-xlocale...
" >&6; }
7045 # Check whether --enable-xlocale was given.
7046 if test "${enable_xlocale+set}" = set; then :
7047 enableval=$enable_xlocale;
7048 if test "$enableval" = yes; then
7049 wx_cv_use_xlocale='wxUSE_XLOCALE=yes'
7051 wx_cv_use_xlocale='wxUSE_XLOCALE=no'
7056 wx_cv_use_xlocale='wxUSE_XLOCALE=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
7061 eval "$wx_cv_use_xlocale"
7063 if test x
"$enablestring" = xdisable
; then
7064 if test $wxUSE_XLOCALE = no
; then
7070 result
=$wxUSE_XLOCALE
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7074 $as_echo "$result" >&6; }
7078 defaultval
=$wxUSE_ALL_FEATURES
7079 if test -z "$defaultval"; then
7080 if test x
"$enablestring" = xdisable
; then
7087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-config" >&5
7088 $as_echo_n "checking for --${enablestring:-enable}-config... " >&6; }
7089 # Check whether --enable-config was given.
7090 if test "${enable_config+set}" = set; then :
7091 enableval
=$enable_config;
7092 if test "$enableval" = yes; then
7093 wx_cv_use_config
='wxUSE_CONFIG=yes'
7095 wx_cv_use_config
='wxUSE_CONFIG=no'
7100 wx_cv_use_config
='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
7105 eval "$wx_cv_use_config"
7107 if test x"$enablestring" = xdisable; then
7108 if test $wxUSE_CONFIG = no; then
7114 result=$wxUSE_CONFIG
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7118 $as_echo "$result" >&6; }
7123 defaultval=$wxUSE_ALL_FEATURES
7124 if test -z "$defaultval"; then
7125 if test x"$enablestring" = xdisable; then
7132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocols" >&5
7133 $as_echo_n "checking for --${enablestring:-enable}-protocols... " >&6; }
7134 # Check whether --enable-protocols was given.
7135 if test "${enable_protocols+set}" = set; then :
7136 enableval=$enable_protocols;
7137 if test "$enableval" = yes; then
7138 wx_cv_use_protocols='wxUSE_PROTOCOL
=yes'
7140 wx_cv_use_protocols='wxUSE_PROTOCOL
=no
'
7145 wx_cv_use_protocols='wxUSE_PROTOCOL
=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
7150 eval "$wx_cv_use_protocols"
7152 if test x"$enablestring" = xdisable; then
7153 if test $wxUSE_PROTOCOL = no; then
7159 result=$wxUSE_PROTOCOL
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7163 $as_echo "$result" >&6; }
7167 defaultval=$wxUSE_ALL_FEATURES
7168 if test -z "$defaultval"; then
7169 if test x"$enablestring" = xdisable; then
7176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ftp" >&5
7177 $as_echo_n "checking
for --${enablestring:-enable}-ftp...
" >&6; }
7178 # Check whether --enable-ftp was given.
7179 if test "${enable_ftp+set}" = set; then :
7180 enableval=$enable_ftp;
7181 if test "$enableval" = yes; then
7182 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
7184 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
7189 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
7194 eval "$wx_cv_use_ftp"
7196 if test x
"$enablestring" = xdisable
; then
7197 if test $wxUSE_PROTOCOL_FTP = no
; then
7203 result
=$wxUSE_PROTOCOL_FTP
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7207 $as_echo "$result" >&6; }
7211 defaultval
=$wxUSE_ALL_FEATURES
7212 if test -z "$defaultval"; then
7213 if test x
"$enablestring" = xdisable
; then
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-http" >&5
7221 $as_echo_n "checking for --${enablestring:-enable}-http... " >&6; }
7222 # Check whether --enable-http was given.
7223 if test "${enable_http+set}" = set; then :
7224 enableval
=$enable_http;
7225 if test "$enableval" = yes; then
7226 wx_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
7228 wx_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
7233 wx_cv_use_http
='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
7238 eval "$wx_cv_use_http"
7240 if test x"$enablestring" = xdisable; then
7241 if test $wxUSE_PROTOCOL_HTTP = no; then
7247 result=$wxUSE_PROTOCOL_HTTP
7250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7251 $as_echo "$result" >&6; }
7255 defaultval=$wxUSE_ALL_FEATURES
7256 if test -z "$defaultval"; then
7257 if test x"$enablestring" = xdisable; then
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fileproto" >&5
7265 $as_echo_n "checking for --${enablestring:-enable}-fileproto... " >&6; }
7266 # Check whether --enable-fileproto was given.
7267 if test "${enable_fileproto+set}" = set; then :
7268 enableval=$enable_fileproto;
7269 if test "$enableval" = yes; then
7270 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE
=yes'
7272 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE
=no
'
7277 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE
=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
7282 eval "$wx_cv_use_fileproto"
7284 if test x"$enablestring" = xdisable; then
7285 if test $wxUSE_PROTOCOL_FILE = no; then
7291 result=$wxUSE_PROTOCOL_FILE
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7295 $as_echo "$result" >&6; }
7299 defaultval=$wxUSE_ALL_FEATURES
7300 if test -z "$defaultval"; then
7301 if test x"$enablestring" = xdisable; then
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-sockets" >&5
7309 $as_echo_n "checking
for --${enablestring:-enable}-sockets...
" >&6; }
7310 # Check whether --enable-sockets was given.
7311 if test "${enable_sockets+set}" = set; then :
7312 enableval=$enable_sockets;
7313 if test "$enableval" = yes; then
7314 wx_cv_use_sockets='wxUSE_SOCKETS=yes'
7316 wx_cv_use_sockets='wxUSE_SOCKETS=no'
7321 wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
7326 eval "$wx_cv_use_sockets"
7328 if test x
"$enablestring" = xdisable
; then
7329 if test $wxUSE_SOCKETS = no
; then
7335 result
=$wxUSE_SOCKETS
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7339 $as_echo "$result" >&6; }
7343 defaultval
=$wxUSE_ALL_FEATURES
7344 if test -z "$defaultval"; then
7345 if test x
"$enablestring" = xdisable
; then
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ipv6" >&5
7353 $as_echo_n "checking for --${enablestring:-enable}-ipv6... " >&6; }
7354 # Check whether --enable-ipv6 was given.
7355 if test "${enable_ipv6+set}" = set; then :
7356 enableval
=$enable_ipv6;
7357 if test "$enableval" = yes; then
7358 wx_cv_use_ipv6
='wxUSE_IPV6=yes'
7360 wx_cv_use_ipv6
='wxUSE_IPV6=no'
7365 wx_cv_use_ipv6
='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
7370 eval "$wx_cv_use_ipv6"
7372 if test x"$enablestring" = xdisable; then
7373 if test $wxUSE_IPV6 = no; then
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7383 $as_echo "$result" >&6; }
7387 defaultval=$wxUSE_ALL_FEATURES
7388 if test -z "$defaultval"; then
7389 if test x"$enablestring" = xdisable; then
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ole" >&5
7397 $as_echo_n "checking for --${enablestring:-enable}-ole... " >&6; }
7398 # Check whether --enable-ole was given.
7399 if test "${enable_ole+set}" = set; then :
7400 enableval=$enable_ole;
7401 if test "$enableval" = yes; then
7402 wx_cv_use_ole='wxUSE_OLE
=yes'
7404 wx_cv_use_ole='wxUSE_OLE
=no
'
7409 wx_cv_use_ole='wxUSE_OLE
=${'DEFAULT_wxUSE_OLE":-$defaultval}"
7414 eval "$wx_cv_use_ole"
7416 if test x"$enablestring" = xdisable; then
7417 if test $wxUSE_OLE = no; then
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7427 $as_echo "$result" >&6; }
7431 defaultval=$wxUSE_ALL_FEATURES
7432 if test -z "$defaultval"; then
7433 if test x"$enablestring" = xdisable; then
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-dataobj" >&5
7441 $as_echo_n "checking
for --${enablestring:-enable}-dataobj...
" >&6; }
7442 # Check whether --enable-dataobj was given.
7443 if test "${enable_dataobj+set}" = set; then :
7444 enableval=$enable_dataobj;
7445 if test "$enableval" = yes; then
7446 wx_cv_use_dataobj='wxUSE_DATAOBJ=yes'
7448 wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
7453 wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
7458 eval "$wx_cv_use_dataobj"
7460 if test x
"$enablestring" = xdisable
; then
7461 if test $wxUSE_DATAOBJ = no
; then
7467 result
=$wxUSE_DATAOBJ
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7471 $as_echo "$result" >&6; }
7476 defaultval
=$wxUSE_ALL_FEATURES
7477 if test -z "$defaultval"; then
7478 if test x
"$enablestring" = xdisable
; then
7485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ipc" >&5
7486 $as_echo_n "checking for --${enablestring:-enable}-ipc... " >&6; }
7487 # Check whether --enable-ipc was given.
7488 if test "${enable_ipc+set}" = set; then :
7489 enableval
=$enable_ipc;
7490 if test "$enableval" = yes; then
7491 wx_cv_use_ipc
='wxUSE_IPC=yes'
7493 wx_cv_use_ipc
='wxUSE_IPC=no'
7498 wx_cv_use_ipc
='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
7503 eval "$wx_cv_use_ipc"
7505 if test x"$enablestring" = xdisable; then
7506 if test $wxUSE_IPC = no; then
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7516 $as_echo "$result" >&6; }
7521 defaultval=$wxUSE_ALL_FEATURES
7522 if test -z "$defaultval"; then
7523 if test x"$enablestring" = xdisable; then
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-baseevtloop" >&5
7531 $as_echo_n "checking for --${enablestring:-enable}-baseevtloop... " >&6; }
7532 # Check whether --enable-baseevtloop was given.
7533 if test "${enable_baseevtloop+set}" = set; then :
7534 enableval=$enable_baseevtloop;
7535 if test "$enableval" = yes; then
7536 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP
=yes'
7538 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP
=no
'
7543 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP
=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
7548 eval "$wx_cv_use_baseevtloop"
7550 if test x"$enablestring" = xdisable; then
7551 if test $wxUSE_CONSOLE_EVENTLOOP = no; then
7557 result=$wxUSE_CONSOLE_EVENTLOOP
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7561 $as_echo "$result" >&6; }
7565 defaultval=$wxUSE_ALL_FEATURES
7566 if test -z "$defaultval"; then
7567 if test x"$enablestring" = xdisable; then
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-epollloop" >&5
7575 $as_echo_n "checking
for --${enablestring:-enable}-epollloop...
" >&6; }
7576 # Check whether --enable-epollloop was given.
7577 if test "${enable_epollloop+set}" = set; then :
7578 enableval=$enable_epollloop;
7579 if test "$enableval" = yes; then
7580 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=yes'
7582 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=no'
7587 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
7592 eval "$wx_cv_use_epollloop"
7594 if test x
"$enablestring" = xdisable
; then
7595 if test $wxUSE_EPOLL_DISPATCHER = no
; then
7601 result
=$wxUSE_EPOLL_DISPATCHER
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7605 $as_echo "$result" >&6; }
7609 defaultval
=$wxUSE_ALL_FEATURES
7610 if test -z "$defaultval"; then
7611 if test x
"$enablestring" = xdisable
; then
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-selectloop" >&5
7619 $as_echo_n "checking for --${enablestring:-enable}-selectloop... " >&6; }
7620 # Check whether --enable-selectloop was given.
7621 if test "${enable_selectloop+set}" = set; then :
7622 enableval
=$enable_selectloop;
7623 if test "$enableval" = yes; then
7624 wx_cv_use_selectloop
='wxUSE_SELECT_DISPATCHER=yes'
7626 wx_cv_use_selectloop
='wxUSE_SELECT_DISPATCHER=no'
7631 wx_cv_use_selectloop
='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
7636 eval "$wx_cv_use_selectloop"
7638 if test x"$enablestring" = xdisable; then
7639 if test $wxUSE_SELECT_DISPATCHER = no; then
7645 result=$wxUSE_SELECT_DISPATCHER
7648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7649 $as_echo "$result" >&6; }
7654 defaultval=$wxUSE_ALL_FEATURES
7655 if test -z "$defaultval"; then
7656 if test x"$enablestring" = xdisable; then
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-any" >&5
7664 $as_echo_n "checking for --${enablestring:-enable}-any... " >&6; }
7665 # Check whether --enable-any was given.
7666 if test "${enable_any+set}" = set; then :
7667 enableval=$enable_any;
7668 if test "$enableval" = yes; then
7669 wx_cv_use_any='wxUSE_ANY
=yes'
7671 wx_cv_use_any='wxUSE_ANY
=no
'
7676 wx_cv_use_any='wxUSE_ANY
=${'DEFAULT_wxUSE_ANY":-$defaultval}"
7681 eval "$wx_cv_use_any"
7683 if test x"$enablestring" = xdisable; then
7684 if test $wxUSE_ANY = no; then
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7694 $as_echo "$result" >&6; }
7698 defaultval=$wxUSE_ALL_FEATURES
7699 if test -z "$defaultval"; then
7700 if test x"$enablestring" = xdisable; then
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-apple_ieee" >&5
7708 $as_echo_n "checking
for --${enablestring:-enable}-apple_ieee...
" >&6; }
7709 # Check whether --enable-apple_ieee was given.
7710 if test "${enable_apple_ieee+set}" = set; then :
7711 enableval=$enable_apple_ieee;
7712 if test "$enableval" = yes; then
7713 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
7715 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
7720 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
7725 eval "$wx_cv_use_apple_ieee"
7727 if test x
"$enablestring" = xdisable
; then
7728 if test $wxUSE_APPLE_IEEE = no
; then
7734 result
=$wxUSE_APPLE_IEEE
7737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7738 $as_echo "$result" >&6; }
7742 defaultval
=$wxUSE_ALL_FEATURES
7743 if test -z "$defaultval"; then
7744 if test x
"$enablestring" = xdisable
; then
7751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-arcstream" >&5
7752 $as_echo_n "checking for --${enablestring:-enable}-arcstream... " >&6; }
7753 # Check whether --enable-arcstream was given.
7754 if test "${enable_arcstream+set}" = set; then :
7755 enableval
=$enable_arcstream;
7756 if test "$enableval" = yes; then
7757 wx_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=yes'
7759 wx_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=no'
7764 wx_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
7769 eval "$wx_cv_use_arcstream"
7771 if test x"$enablestring" = xdisable; then
7772 if test $wxUSE_ARCHIVE_STREAMS = no; then
7778 result=$wxUSE_ARCHIVE_STREAMS
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7782 $as_echo "$result" >&6; }
7786 defaultval=$wxUSE_ALL_FEATURES
7787 if test -z "$defaultval"; then
7788 if test x"$enablestring" = xdisable; then
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-base64" >&5
7796 $as_echo_n "checking for --${enablestring:-enable}-base64... " >&6; }
7797 # Check whether --enable-base64 was given.
7798 if test "${enable_base64+set}" = set; then :
7799 enableval=$enable_base64;
7800 if test "$enableval" = yes; then
7801 wx_cv_use_base64='wxUSE_BASE64
=yes'
7803 wx_cv_use_base64='wxUSE_BASE64
=no
'
7808 wx_cv_use_base64='wxUSE_BASE64
=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
7813 eval "$wx_cv_use_base64"
7815 if test x"$enablestring" = xdisable; then
7816 if test $wxUSE_BASE64 = no; then
7822 result=$wxUSE_BASE64
7825 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7826 $as_echo "$result" >&6; }
7830 defaultval=$wxUSE_ALL_FEATURES
7831 if test -z "$defaultval"; then
7832 if test x"$enablestring" = xdisable; then
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-backtrace" >&5
7840 $as_echo_n "checking
for --${enablestring:-enable}-backtrace...
" >&6; }
7841 # Check whether --enable-backtrace was given.
7842 if test "${enable_backtrace+set}" = set; then :
7843 enableval=$enable_backtrace;
7844 if test "$enableval" = yes; then
7845 wx_cv_use_backtrace='wxUSE_STACKWALKER=yes'
7847 wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
7852 wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
7857 eval "$wx_cv_use_backtrace"
7859 if test x
"$enablestring" = xdisable
; then
7860 if test $wxUSE_STACKWALKER = no
; then
7866 result
=$wxUSE_STACKWALKER
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7870 $as_echo "$result" >&6; }
7874 defaultval
=$wxUSE_ALL_FEATURES
7875 if test -z "$defaultval"; then
7876 if test x
"$enablestring" = xdisable
; then
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-catch_segvs" >&5
7884 $as_echo_n "checking for --${enablestring:-enable}-catch_segvs... " >&6; }
7885 # Check whether --enable-catch_segvs was given.
7886 if test "${enable_catch_segvs+set}" = set; then :
7887 enableval
=$enable_catch_segvs;
7888 if test "$enableval" = yes; then
7889 wx_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
7891 wx_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
7896 wx_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
7901 eval "$wx_cv_use_catch_segvs"
7903 if test x"$enablestring" = xdisable; then
7904 if test $wxUSE_ON_FATAL_EXCEPTION = no; then
7910 result=$wxUSE_ON_FATAL_EXCEPTION
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7914 $as_echo "$result" >&6; }
7918 defaultval=$wxUSE_ALL_FEATURES
7919 if test -z "$defaultval"; then
7920 if test x"$enablestring" = xdisable; then
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-cmdline" >&5
7928 $as_echo_n "checking for --${enablestring:-enable}-cmdline... " >&6; }
7929 # Check whether --enable-cmdline was given.
7930 if test "${enable_cmdline+set}" = set; then :
7931 enableval=$enable_cmdline;
7932 if test "$enableval" = yes; then
7933 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER
=yes'
7935 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER
=no
'
7940 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER
=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
7945 eval "$wx_cv_use_cmdline"
7947 if test x"$enablestring" = xdisable; then
7948 if test $wxUSE_CMDLINE_PARSER = no; then
7954 result=$wxUSE_CMDLINE_PARSER
7957 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7958 $as_echo "$result" >&6; }
7962 defaultval=$wxUSE_ALL_FEATURES
7963 if test -z "$defaultval"; then
7964 if test x"$enablestring" = xdisable; then
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-datetime" >&5
7972 $as_echo_n "checking
for --${enablestring:-enable}-datetime...
" >&6; }
7973 # Check whether --enable-datetime was given.
7974 if test "${enable_datetime+set}" = set; then :
7975 enableval=$enable_datetime;
7976 if test "$enableval" = yes; then
7977 wx_cv_use_datetime='wxUSE_DATETIME=yes'
7979 wx_cv_use_datetime='wxUSE_DATETIME=no'
7984 wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
7989 eval "$wx_cv_use_datetime"
7991 if test x
"$enablestring" = xdisable
; then
7992 if test $wxUSE_DATETIME = no
; then
7998 result
=$wxUSE_DATETIME
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8002 $as_echo "$result" >&6; }
8006 defaultval
=$wxUSE_ALL_FEATURES
8007 if test -z "$defaultval"; then
8008 if test x
"$enablestring" = xdisable
; then
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debugreport" >&5
8016 $as_echo_n "checking for --${enablestring:-enable}-debugreport... " >&6; }
8017 # Check whether --enable-debugreport was given.
8018 if test "${enable_debugreport+set}" = set; then :
8019 enableval
=$enable_debugreport;
8020 if test "$enableval" = yes; then
8021 wx_cv_use_debugreport
='wxUSE_DEBUGREPORT=yes'
8023 wx_cv_use_debugreport
='wxUSE_DEBUGREPORT=no'
8028 wx_cv_use_debugreport
='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
8033 eval "$wx_cv_use_debugreport"
8035 if test x"$enablestring" = xdisable; then
8036 if test $wxUSE_DEBUGREPORT = no; then
8042 result=$wxUSE_DEBUGREPORT
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8046 $as_echo "$result" >&6; }
8050 defaultval=$wxUSE_ALL_FEATURES
8051 if test -z "$defaultval"; then
8052 if test x"$enablestring" = xdisable; then
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dialupman" >&5
8060 $as_echo_n "checking for --${enablestring:-enable}-dialupman... " >&6; }
8061 # Check whether --enable-dialupman was given.
8062 if test "${enable_dialupman+set}" = set; then :
8063 enableval=$enable_dialupman;
8064 if test "$enableval" = yes; then
8065 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER
=yes'
8067 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER
=no
'
8072 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER
=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
8077 eval "$wx_cv_use_dialupman"
8079 if test x"$enablestring" = xdisable; then
8080 if test $wxUSE_DIALUP_MANAGER = no; then
8086 result=$wxUSE_DIALUP_MANAGER
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8090 $as_echo "$result" >&6; }
8094 defaultval=$wxUSE_ALL_FEATURES
8095 if test -z "$defaultval"; then
8096 if test x"$enablestring" = xdisable; then
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-dynlib" >&5
8104 $as_echo_n "checking
for --${enablestring:-enable}-dynlib...
" >&6; }
8105 # Check whether --enable-dynlib was given.
8106 if test "${enable_dynlib+set}" = set; then :
8107 enableval=$enable_dynlib;
8108 if test "$enableval" = yes; then
8109 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
8111 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
8116 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
8121 eval "$wx_cv_use_dynlib"
8123 if test x
"$enablestring" = xdisable
; then
8124 if test $wxUSE_DYNLIB_CLASS = no
; then
8130 result
=$wxUSE_DYNLIB_CLASS
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8134 $as_echo "$result" >&6; }
8138 defaultval
=$wxUSE_ALL_FEATURES
8139 if test -z "$defaultval"; then
8140 if test x
"$enablestring" = xdisable
; then
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dynamicloader" >&5
8148 $as_echo_n "checking for --${enablestring:-enable}-dynamicloader... " >&6; }
8149 # Check whether --enable-dynamicloader was given.
8150 if test "${enable_dynamicloader+set}" = set; then :
8151 enableval
=$enable_dynamicloader;
8152 if test "$enableval" = yes; then
8153 wx_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
8155 wx_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
8160 wx_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
8165 eval "$wx_cv_use_dynamicloader"
8167 if test x"$enablestring" = xdisable; then
8168 if test $wxUSE_DYNAMIC_LOADER = no; then
8174 result=$wxUSE_DYNAMIC_LOADER
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8178 $as_echo "$result" >&6; }
8182 defaultval=$wxUSE_ALL_FEATURES
8183 if test -z "$defaultval"; then
8184 if test x"$enablestring" = xdisable; then
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-exceptions" >&5
8192 $as_echo_n "checking for --${enablestring:-enable}-exceptions... " >&6; }
8193 # Check whether --enable-exceptions was given.
8194 if test "${enable_exceptions+set}" = set; then :
8195 enableval=$enable_exceptions;
8196 if test "$enableval" = yes; then
8197 wx_cv_use_exceptions='wxUSE_EXCEPTIONS
=yes'
8199 wx_cv_use_exceptions='wxUSE_EXCEPTIONS
=no
'
8204 wx_cv_use_exceptions='wxUSE_EXCEPTIONS
=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
8209 eval "$wx_cv_use_exceptions"
8211 if test x"$enablestring" = xdisable; then
8212 if test $wxUSE_EXCEPTIONS = no; then
8218 result=$wxUSE_EXCEPTIONS
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8222 $as_echo "$result" >&6; }
8226 defaultval=$wxUSE_ALL_FEATURES
8227 if test -z "$defaultval"; then
8228 if test x"$enablestring" = xdisable; then
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ffile" >&5
8236 $as_echo_n "checking
for --${enablestring:-enable}-ffile...
" >&6; }
8237 # Check whether --enable-ffile was given.
8238 if test "${enable_ffile+set}" = set; then :
8239 enableval=$enable_ffile;
8240 if test "$enableval" = yes; then
8241 wx_cv_use_ffile='wxUSE_FFILE=yes'
8243 wx_cv_use_ffile='wxUSE_FFILE=no'
8248 wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
8253 eval "$wx_cv_use_ffile"
8255 if test x
"$enablestring" = xdisable
; then
8256 if test $wxUSE_FFILE = no
; then
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8266 $as_echo "$result" >&6; }
8270 defaultval
=$wxUSE_ALL_FEATURES
8271 if test -z "$defaultval"; then
8272 if test x
"$enablestring" = xdisable
; then
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-file" >&5
8280 $as_echo_n "checking for --${enablestring:-enable}-file... " >&6; }
8281 # Check whether --enable-file was given.
8282 if test "${enable_file+set}" = set; then :
8283 enableval
=$enable_file;
8284 if test "$enableval" = yes; then
8285 wx_cv_use_file
='wxUSE_FILE=yes'
8287 wx_cv_use_file
='wxUSE_FILE=no'
8292 wx_cv_use_file
='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
8297 eval "$wx_cv_use_file"
8299 if test x"$enablestring" = xdisable; then
8300 if test $wxUSE_FILE = no; then
8309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8310 $as_echo "$result" >&6; }
8314 defaultval=$wxUSE_ALL_FEATURES
8315 if test -z "$defaultval"; then
8316 if test x"$enablestring" = xdisable; then
8323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filehistory" >&5
8324 $as_echo_n "checking for --${enablestring:-enable}-filehistory... " >&6; }
8325 # Check whether --enable-filehistory was given.
8326 if test "${enable_filehistory+set}" = set; then :
8327 enableval=$enable_filehistory;
8328 if test "$enableval" = yes; then
8329 wx_cv_use_filehistory='wxUSE_FILE_HISTORY
=yes'
8331 wx_cv_use_filehistory='wxUSE_FILE_HISTORY
=no
'
8336 wx_cv_use_filehistory='wxUSE_FILE_HISTORY
=${'DEFAULT_wxUSE_FILE_HISTORY":-$defaultval}"
8341 eval "$wx_cv_use_filehistory"
8343 if test x"$enablestring" = xdisable; then
8344 if test $wxUSE_FILE_HISTORY = no; then
8350 result=$wxUSE_FILE_HISTORY
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8354 $as_echo "$result" >&6; }
8358 defaultval=$wxUSE_ALL_FEATURES
8359 if test -z "$defaultval"; then
8360 if test x"$enablestring" = xdisable; then
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-filesystem" >&5
8368 $as_echo_n "checking
for --${enablestring:-enable}-filesystem...
" >&6; }
8369 # Check whether --enable-filesystem was given.
8370 if test "${enable_filesystem+set}" = set; then :
8371 enableval=$enable_filesystem;
8372 if test "$enableval" = yes; then
8373 wx_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
8375 wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
8380 wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
8385 eval "$wx_cv_use_filesystem"
8387 if test x
"$enablestring" = xdisable
; then
8388 if test $wxUSE_FILESYSTEM = no
; then
8394 result
=$wxUSE_FILESYSTEM
8397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8398 $as_echo "$result" >&6; }
8402 defaultval
=$wxUSE_ALL_FEATURES
8403 if test -z "$defaultval"; then
8404 if test x
"$enablestring" = xdisable
; then
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontenum" >&5
8412 $as_echo_n "checking for --${enablestring:-enable}-fontenum... " >&6; }
8413 # Check whether --enable-fontenum was given.
8414 if test "${enable_fontenum+set}" = set; then :
8415 enableval
=$enable_fontenum;
8416 if test "$enableval" = yes; then
8417 wx_cv_use_fontenum
='wxUSE_FONTENUM=yes'
8419 wx_cv_use_fontenum
='wxUSE_FONTENUM=no'
8424 wx_cv_use_fontenum
='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
8429 eval "$wx_cv_use_fontenum"
8431 if test x"$enablestring" = xdisable; then
8432 if test $wxUSE_FONTENUM = no; then
8438 result=$wxUSE_FONTENUM
8441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8442 $as_echo "$result" >&6; }
8446 defaultval=$wxUSE_ALL_FEATURES
8447 if test -z "$defaultval"; then
8448 if test x"$enablestring" = xdisable; then
8455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontmap" >&5
8456 $as_echo_n "checking for --${enablestring:-enable}-fontmap... " >&6; }
8457 # Check whether --enable-fontmap was given.
8458 if test "${enable_fontmap+set}" = set; then :
8459 enableval=$enable_fontmap;
8460 if test "$enableval" = yes; then
8461 wx_cv_use_fontmap='wxUSE_FONTMAP
=yes'
8463 wx_cv_use_fontmap='wxUSE_FONTMAP
=no
'
8468 wx_cv_use_fontmap='wxUSE_FONTMAP
=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
8473 eval "$wx_cv_use_fontmap"
8475 if test x"$enablestring" = xdisable; then
8476 if test $wxUSE_FONTMAP = no; then
8482 result=$wxUSE_FONTMAP
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8486 $as_echo "$result" >&6; }
8490 defaultval=$wxUSE_ALL_FEATURES
8491 if test -z "$defaultval"; then
8492 if test x"$enablestring" = xdisable; then
8499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-fs_archive" >&5
8500 $as_echo_n "checking
for --${enablestring:-enable}-fs_archive...
" >&6; }
8501 # Check whether --enable-fs_archive was given.
8502 if test "${enable_fs_archive+set}" = set; then :
8503 enableval=$enable_fs_archive;
8504 if test "$enableval" = yes; then
8505 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=yes'
8507 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
8512 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
8517 eval "$wx_cv_use_fs_archive"
8519 if test x
"$enablestring" = xdisable
; then
8520 if test $wxUSE_FS_ARCHIVE = no
; then
8526 result
=$wxUSE_FS_ARCHIVE
8529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8530 $as_echo "$result" >&6; }
8534 defaultval
=$wxUSE_ALL_FEATURES
8535 if test -z "$defaultval"; then
8536 if test x
"$enablestring" = xdisable
; then
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_inet" >&5
8544 $as_echo_n "checking for --${enablestring:-enable}-fs_inet... " >&6; }
8545 # Check whether --enable-fs_inet was given.
8546 if test "${enable_fs_inet+set}" = set; then :
8547 enableval
=$enable_fs_inet;
8548 if test "$enableval" = yes; then
8549 wx_cv_use_fs_inet
='wxUSE_FS_INET=yes'
8551 wx_cv_use_fs_inet
='wxUSE_FS_INET=no'
8556 wx_cv_use_fs_inet
='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
8561 eval "$wx_cv_use_fs_inet"
8563 if test x"$enablestring" = xdisable; then
8564 if test $wxUSE_FS_INET = no; then
8570 result=$wxUSE_FS_INET
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8574 $as_echo "$result" >&6; }
8578 defaultval=$wxUSE_ALL_FEATURES
8579 if test -z "$defaultval"; then
8580 if test x"$enablestring" = xdisable; then
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_zip" >&5
8588 $as_echo_n "checking for --${enablestring:-enable}-fs_zip... " >&6; }
8589 # Check whether --enable-fs_zip was given.
8590 if test "${enable_fs_zip+set}" = set; then :
8591 enableval=$enable_fs_zip;
8592 if test "$enableval" = yes; then
8593 wx_cv_use_fs_zip='wxUSE_FS_ZIP
=yes'
8595 wx_cv_use_fs_zip='wxUSE_FS_ZIP
=no
'
8600 wx_cv_use_fs_zip='wxUSE_FS_ZIP
=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
8605 eval "$wx_cv_use_fs_zip"
8607 if test x"$enablestring" = xdisable; then
8608 if test $wxUSE_FS_ZIP = no; then
8614 result=$wxUSE_FS_ZIP
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8618 $as_echo "$result" >&6; }
8622 defaultval=$wxUSE_ALL_FEATURES
8623 if test -z "$defaultval"; then
8624 if test x"$enablestring" = xdisable; then
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-fswatcher" >&5
8632 $as_echo_n "checking
for --${enablestring:-enable}-fswatcher...
" >&6; }
8633 # Check whether --enable-fswatcher was given.
8634 if test "${enable_fswatcher+set}" = set; then :
8635 enableval=$enable_fswatcher;
8636 if test "$enableval" = yes; then
8637 wx_cv_use_fswatcher='wxUSE_FSWATCHER=yes'
8639 wx_cv_use_fswatcher='wxUSE_FSWATCHER=no'
8644 wx_cv_use_fswatcher='wxUSE_FSWATCHER=${'DEFAULT_wxUSE_FSWATCHER":-$defaultval}"
8649 eval "$wx_cv_use_fswatcher"
8651 if test x
"$enablestring" = xdisable
; then
8652 if test $wxUSE_FSWATCHER = no
; then
8658 result
=$wxUSE_FSWATCHER
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8662 $as_echo "$result" >&6; }
8666 defaultval
=$wxUSE_ALL_FEATURES
8667 if test -z "$defaultval"; then
8668 if test x
"$enablestring" = xdisable
; then
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-geometry" >&5
8676 $as_echo_n "checking for --${enablestring:-enable}-geometry... " >&6; }
8677 # Check whether --enable-geometry was given.
8678 if test "${enable_geometry+set}" = set; then :
8679 enableval
=$enable_geometry;
8680 if test "$enableval" = yes; then
8681 wx_cv_use_geometry
='wxUSE_GEOMETRY=yes'
8683 wx_cv_use_geometry
='wxUSE_GEOMETRY=no'
8688 wx_cv_use_geometry
='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
8693 eval "$wx_cv_use_geometry"
8695 if test x"$enablestring" = xdisable; then
8696 if test $wxUSE_GEOMETRY = no; then
8702 result=$wxUSE_GEOMETRY
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8706 $as_echo "$result" >&6; }
8710 defaultval=$wxUSE_ALL_FEATURES
8711 if test -z "$defaultval"; then
8712 if test x"$enablestring" = xdisable; then
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-log" >&5
8720 $as_echo_n "checking for --${enablestring:-enable}-log... " >&6; }
8721 # Check whether --enable-log was given.
8722 if test "${enable_log+set}" = set; then :
8723 enableval=$enable_log;
8724 if test "$enableval" = yes; then
8725 wx_cv_use_log='wxUSE_LOG
=yes'
8727 wx_cv_use_log='wxUSE_LOG
=no
'
8732 wx_cv_use_log='wxUSE_LOG
=${'DEFAULT_wxUSE_LOG":-$defaultval}"
8737 eval "$wx_cv_use_log"
8739 if test x"$enablestring" = xdisable; then
8740 if test $wxUSE_LOG = no; then
8749 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8750 $as_echo "$result" >&6; }
8754 defaultval=$wxUSE_ALL_FEATURES
8755 if test -z "$defaultval"; then
8756 if test x"$enablestring" = xdisable; then
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-longlong" >&5
8764 $as_echo_n "checking
for --${enablestring:-enable}-longlong...
" >&6; }
8765 # Check whether --enable-longlong was given.
8766 if test "${enable_longlong+set}" = set; then :
8767 enableval=$enable_longlong;
8768 if test "$enableval" = yes; then
8769 wx_cv_use_longlong='wxUSE_LONGLONG=yes'
8771 wx_cv_use_longlong='wxUSE_LONGLONG=no'
8776 wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
8781 eval "$wx_cv_use_longlong"
8783 if test x
"$enablestring" = xdisable
; then
8784 if test $wxUSE_LONGLONG = no
; then
8790 result
=$wxUSE_LONGLONG
8793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8794 $as_echo "$result" >&6; }
8798 defaultval
=$wxUSE_ALL_FEATURES
8799 if test -z "$defaultval"; then
8800 if test x
"$enablestring" = xdisable
; then
8807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mimetype" >&5
8808 $as_echo_n "checking for --${enablestring:-enable}-mimetype... " >&6; }
8809 # Check whether --enable-mimetype was given.
8810 if test "${enable_mimetype+set}" = set; then :
8811 enableval
=$enable_mimetype;
8812 if test "$enableval" = yes; then
8813 wx_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
8815 wx_cv_use_mimetype
='wxUSE_MIMETYPE=no'
8820 wx_cv_use_mimetype
='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
8825 eval "$wx_cv_use_mimetype"
8827 if test x"$enablestring" = xdisable; then
8828 if test $wxUSE_MIMETYPE = no; then
8834 result=$wxUSE_MIMETYPE
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8838 $as_echo "$result" >&6; }
8842 defaultval=$wxUSE_ALL_FEATURES
8843 if test -z "$defaultval"; then
8844 if test x"$enablestring" = xdisable; then
8851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-printfposparam" >&5
8852 $as_echo_n "checking for --${enablestring:-enable}-printfposparam... " >&6; }
8853 # Check whether --enable-printfposparam was given.
8854 if test "${enable_printfposparam+set}" = set; then :
8855 enableval=$enable_printfposparam;
8856 if test "$enableval" = yes; then
8857 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS
=yes'
8859 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS
=no
'
8864 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS
=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
8869 eval "$wx_cv_use_printfposparam"
8871 if test x"$enablestring" = xdisable; then
8872 if test $wxUSE_PRINTF_POS_PARAMS = no; then
8878 result=$wxUSE_PRINTF_POS_PARAMS
8881 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8882 $as_echo "$result" >&6; }
8886 defaultval=$wxUSE_ALL_FEATURES
8887 if test -z "$defaultval"; then
8888 if test x"$enablestring" = xdisable; then
8895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-snglinst" >&5
8896 $as_echo_n "checking
for --${enablestring:-enable}-snglinst...
" >&6; }
8897 # Check whether --enable-snglinst was given.
8898 if test "${enable_snglinst+set}" = set; then :
8899 enableval=$enable_snglinst;
8900 if test "$enableval" = yes; then
8901 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
8903 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
8908 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
8913 eval "$wx_cv_use_snglinst"
8915 if test x
"$enablestring" = xdisable
; then
8916 if test $wxUSE_SNGLINST_CHECKER = no
; then
8922 result
=$wxUSE_SNGLINST_CHECKER
8925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8926 $as_echo "$result" >&6; }
8930 defaultval
=$wxUSE_ALL_FEATURES
8931 if test -z "$defaultval"; then
8932 if test x
"$enablestring" = xdisable
; then
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sound" >&5
8940 $as_echo_n "checking for --${enablestring:-enable}-sound... " >&6; }
8941 # Check whether --enable-sound was given.
8942 if test "${enable_sound+set}" = set; then :
8943 enableval
=$enable_sound;
8944 if test "$enableval" = yes; then
8945 wx_cv_use_sound
='wxUSE_SOUND=yes'
8947 wx_cv_use_sound
='wxUSE_SOUND=no'
8952 wx_cv_use_sound
='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
8957 eval "$wx_cv_use_sound"
8959 if test x"$enablestring" = xdisable; then
8960 if test $wxUSE_SOUND = no; then
8969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8970 $as_echo "$result" >&6; }
8974 defaultval=$wxUSE_ALL_FEATURES
8975 if test -z "$defaultval"; then
8976 if test x"$enablestring" = xdisable; then
8983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stdpaths" >&5
8984 $as_echo_n "checking for --${enablestring:-enable}-stdpaths... " >&6; }
8985 # Check whether --enable-stdpaths was given.
8986 if test "${enable_stdpaths+set}" = set; then :
8987 enableval=$enable_stdpaths;
8988 if test "$enableval" = yes; then
8989 wx_cv_use_stdpaths='wxUSE_STDPATHS
=yes'
8991 wx_cv_use_stdpaths='wxUSE_STDPATHS
=no
'
8996 wx_cv_use_stdpaths='wxUSE_STDPATHS
=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
9001 eval "$wx_cv_use_stdpaths"
9003 if test x"$enablestring" = xdisable; then
9004 if test $wxUSE_STDPATHS = no; then
9010 result=$wxUSE_STDPATHS
9013 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9014 $as_echo "$result" >&6; }
9018 defaultval=$wxUSE_ALL_FEATURES
9019 if test -z "$defaultval"; then
9020 if test x"$enablestring" = xdisable; then
9027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-stopwatch" >&5
9028 $as_echo_n "checking
for --${enablestring:-enable}-stopwatch...
" >&6; }
9029 # Check whether --enable-stopwatch was given.
9030 if test "${enable_stopwatch+set}" = set; then :
9031 enableval=$enable_stopwatch;
9032 if test "$enableval" = yes; then
9033 wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
9035 wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
9040 wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
9045 eval "$wx_cv_use_stopwatch"
9047 if test x
"$enablestring" = xdisable
; then
9048 if test $wxUSE_STOPWATCH = no
; then
9054 result
=$wxUSE_STOPWATCH
9057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9058 $as_echo "$result" >&6; }
9062 defaultval
=$wxUSE_ALL_FEATURES
9063 if test -z "$defaultval"; then
9064 if test x
"$enablestring" = xdisable
; then
9071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-streams" >&5
9072 $as_echo_n "checking for --${enablestring:-enable}-streams... " >&6; }
9073 # Check whether --enable-streams was given.
9074 if test "${enable_streams+set}" = set; then :
9075 enableval
=$enable_streams;
9076 if test "$enableval" = yes; then
9077 wx_cv_use_streams
='wxUSE_STREAMS=yes'
9079 wx_cv_use_streams
='wxUSE_STREAMS=no'
9084 wx_cv_use_streams
='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
9089 eval "$wx_cv_use_streams"
9091 if test x"$enablestring" = xdisable; then
9092 if test $wxUSE_STREAMS = no; then
9098 result=$wxUSE_STREAMS
9101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9102 $as_echo "$result" >&6; }
9106 defaultval=$wxUSE_ALL_FEATURES
9107 if test -z "$defaultval"; then
9108 if test x"$enablestring" = xdisable; then
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sysoptions" >&5
9116 $as_echo_n "checking for --${enablestring:-enable}-sysoptions... " >&6; }
9117 # Check whether --enable-sysoptions was given.
9118 if test "${enable_sysoptions+set}" = set; then :
9119 enableval=$enable_sysoptions;
9120 if test "$enableval" = yes; then
9121 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS
=yes'
9123 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS
=no
'
9128 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS
=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
9133 eval "$wx_cv_use_sysoptions"
9135 if test x"$enablestring" = xdisable; then
9136 if test $wxUSE_SYSTEM_OPTIONS = no; then
9142 result=$wxUSE_SYSTEM_OPTIONS
9145 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9146 $as_echo "$result" >&6; }
9150 defaultval=$wxUSE_ALL_FEATURES
9151 if test -z "$defaultval"; then
9152 if test x"$enablestring" = xdisable; then
9159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tarstream" >&5
9160 $as_echo_n "checking
for --${enablestring:-enable}-tarstream...
" >&6; }
9161 # Check whether --enable-tarstream was given.
9162 if test "${enable_tarstream+set}" = set; then :
9163 enableval=$enable_tarstream;
9164 if test "$enableval" = yes; then
9165 wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
9167 wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
9172 wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
9177 eval "$wx_cv_use_tarstream"
9179 if test x
"$enablestring" = xdisable
; then
9180 if test $wxUSE_TARSTREAM = no
; then
9186 result
=$wxUSE_TARSTREAM
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9190 $as_echo "$result" >&6; }
9194 defaultval
=$wxUSE_ALL_FEATURES
9195 if test -z "$defaultval"; then
9196 if test x
"$enablestring" = xdisable
; then
9203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textbuf" >&5
9204 $as_echo_n "checking for --${enablestring:-enable}-textbuf... " >&6; }
9205 # Check whether --enable-textbuf was given.
9206 if test "${enable_textbuf+set}" = set; then :
9207 enableval
=$enable_textbuf;
9208 if test "$enableval" = yes; then
9209 wx_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
9211 wx_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
9216 wx_cv_use_textbuf
='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
9221 eval "$wx_cv_use_textbuf"
9223 if test x"$enablestring" = xdisable; then
9224 if test $wxUSE_TEXTBUFFER = no; then
9230 result=$wxUSE_TEXTBUFFER
9233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9234 $as_echo "$result" >&6; }
9238 defaultval=$wxUSE_ALL_FEATURES
9239 if test -z "$defaultval"; then
9240 if test x"$enablestring" = xdisable; then
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textfile" >&5
9248 $as_echo_n "checking for --${enablestring:-enable}-textfile... " >&6; }
9249 # Check whether --enable-textfile was given.
9250 if test "${enable_textfile+set}" = set; then :
9251 enableval=$enable_textfile;
9252 if test "$enableval" = yes; then
9253 wx_cv_use_textfile='wxUSE_TEXTFILE
=yes'
9255 wx_cv_use_textfile='wxUSE_TEXTFILE
=no
'
9260 wx_cv_use_textfile='wxUSE_TEXTFILE
=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
9265 eval "$wx_cv_use_textfile"
9267 if test x"$enablestring" = xdisable; then
9268 if test $wxUSE_TEXTFILE = no; then
9274 result=$wxUSE_TEXTFILE
9277 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9278 $as_echo "$result" >&6; }
9282 defaultval=$wxUSE_ALL_FEATURES
9283 if test -z "$defaultval"; then
9284 if test x"$enablestring" = xdisable; then
9291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-timer" >&5
9292 $as_echo_n "checking
for --${enablestring:-enable}-timer...
" >&6; }
9293 # Check whether --enable-timer was given.
9294 if test "${enable_timer+set}" = set; then :
9295 enableval=$enable_timer;
9296 if test "$enableval" = yes; then
9297 wx_cv_use_timer='wxUSE_TIMER=yes'
9299 wx_cv_use_timer='wxUSE_TIMER=no'
9304 wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
9309 eval "$wx_cv_use_timer"
9311 if test x
"$enablestring" = xdisable
; then
9312 if test $wxUSE_TIMER = no
; then
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9322 $as_echo "$result" >&6; }
9326 defaultval
=$wxUSE_ALL_FEATURES
9327 if test -z "$defaultval"; then
9328 if test x
"$enablestring" = xdisable
; then
9335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-variant" >&5
9336 $as_echo_n "checking for --${enablestring:-enable}-variant... " >&6; }
9337 # Check whether --enable-variant was given.
9338 if test "${enable_variant+set}" = set; then :
9339 enableval
=$enable_variant;
9340 if test "$enableval" = yes; then
9341 wx_cv_use_variant
='wxUSE_VARIANT=yes'
9343 wx_cv_use_variant
='wxUSE_VARIANT=no'
9348 wx_cv_use_variant
='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
9353 eval "$wx_cv_use_variant"
9355 if test x"$enablestring" = xdisable; then
9356 if test $wxUSE_VARIANT = no; then
9362 result=$wxUSE_VARIANT
9365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9366 $as_echo "$result" >&6; }
9370 defaultval=$wxUSE_ALL_FEATURES
9371 if test -z "$defaultval"; then
9372 if test x"$enablestring" = xdisable; then
9379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-zipstream" >&5
9380 $as_echo_n "checking for --${enablestring:-enable}-zipstream... " >&6; }
9381 # Check whether --enable-zipstream was given.
9382 if test "${enable_zipstream+set}" = set; then :
9383 enableval=$enable_zipstream;
9384 if test "$enableval" = yes; then
9385 wx_cv_use_zipstream='wxUSE_ZIPSTREAM
=yes'
9387 wx_cv_use_zipstream='wxUSE_ZIPSTREAM
=no
'
9392 wx_cv_use_zipstream='wxUSE_ZIPSTREAM
=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
9397 eval "$wx_cv_use_zipstream"
9399 if test x"$enablestring" = xdisable; then
9400 if test $wxUSE_ZIPSTREAM = no; then
9406 result=$wxUSE_ZIPSTREAM
9409 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9410 $as_echo "$result" >&6; }
9415 defaultval=$wxUSE_ALL_FEATURES
9416 if test -z "$defaultval"; then
9417 if test x"$enablestring" = xdisable; then
9424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-url" >&5
9425 $as_echo_n "checking
for --${enablestring:-enable}-url...
" >&6; }
9426 # Check whether --enable-url was given.
9427 if test "${enable_url+set}" = set; then :
9428 enableval=$enable_url;
9429 if test "$enableval" = yes; then
9430 wx_cv_use_url='wxUSE_URL=yes'
9432 wx_cv_use_url='wxUSE_URL=no'
9437 wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
9442 eval "$wx_cv_use_url"
9444 if test x
"$enablestring" = xdisable
; then
9445 if test $wxUSE_URL = no
; then
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9455 $as_echo "$result" >&6; }
9459 defaultval
=$wxUSE_ALL_FEATURES
9460 if test -z "$defaultval"; then
9461 if test x
"$enablestring" = xdisable
; then
9468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol" >&5
9469 $as_echo_n "checking for --${enablestring:-enable}-protocol... " >&6; }
9470 # Check whether --enable-protocol was given.
9471 if test "${enable_protocol+set}" = set; then :
9472 enableval
=$enable_protocol;
9473 if test "$enableval" = yes; then
9474 wx_cv_use_protocol
='wxUSE_PROTOCOL=yes'
9476 wx_cv_use_protocol
='wxUSE_PROTOCOL=no'
9481 wx_cv_use_protocol
='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
9486 eval "$wx_cv_use_protocol"
9488 if test x"$enablestring" = xdisable; then
9489 if test $wxUSE_PROTOCOL = no; then
9495 result=$wxUSE_PROTOCOL
9498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9499 $as_echo "$result" >&6; }
9503 defaultval=$wxUSE_ALL_FEATURES
9504 if test -z "$defaultval"; then
9505 if test x"$enablestring" = xdisable; then
9512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_http" >&5
9513 $as_echo_n "checking for --${enablestring:-enable}-protocol_http... " >&6; }
9514 # Check whether --enable-protocol_http was given.
9515 if test "${enable_protocol_http+set}" = set; then :
9516 enableval=$enable_protocol_http;
9517 if test "$enableval" = yes; then
9518 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=yes'
9520 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=no
'
9525 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
9530 eval "$wx_cv_use_protocol_http"
9532 if test x"$enablestring" = xdisable; then
9533 if test $wxUSE_PROTOCOL_HTTP = no; then
9539 result=$wxUSE_PROTOCOL_HTTP
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9543 $as_echo "$result" >&6; }
9547 defaultval=$wxUSE_ALL_FEATURES
9548 if test -z "$defaultval"; then
9549 if test x"$enablestring" = xdisable; then
9556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-protocol_ftp" >&5
9557 $as_echo_n "checking
for --${enablestring:-enable}-protocol_ftp...
" >&6; }
9558 # Check whether --enable-protocol_ftp was given.
9559 if test "${enable_protocol_ftp+set}" = set; then :
9560 enableval=$enable_protocol_ftp;
9561 if test "$enableval" = yes; then
9562 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
9564 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
9569 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
9574 eval "$wx_cv_use_protocol_ftp"
9576 if test x
"$enablestring" = xdisable
; then
9577 if test $wxUSE_PROTOCOL_FTP = no
; then
9583 result
=$wxUSE_PROTOCOL_FTP
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9587 $as_echo "$result" >&6; }
9591 defaultval
=$wxUSE_ALL_FEATURES
9592 if test -z "$defaultval"; then
9593 if test x
"$enablestring" = xdisable
; then
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_file" >&5
9601 $as_echo_n "checking for --${enablestring:-enable}-protocol_file... " >&6; }
9602 # Check whether --enable-protocol_file was given.
9603 if test "${enable_protocol_file+set}" = set; then :
9604 enableval
=$enable_protocol_file;
9605 if test "$enableval" = yes; then
9606 wx_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
9608 wx_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
9613 wx_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
9618 eval "$wx_cv_use_protocol_file"
9620 if test x"$enablestring" = xdisable; then
9621 if test $wxUSE_PROTOCOL_FILE = no; then
9627 result=$wxUSE_PROTOCOL_FILE
9630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9631 $as_echo "$result" >&6; }
9636 defaultval=$wxUSE_ALL_FEATURES
9637 if test -z "$defaultval"; then
9638 if test x"$enablestring" = xdisable; then
9645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-threads" >&5
9646 $as_echo_n "checking for --${enablestring:-enable}-threads... " >&6; }
9647 # Check whether --enable-threads was given.
9648 if test "${enable_threads+set}" = set; then :
9649 enableval=$enable_threads;
9650 if test "$enableval" = yes; then
9651 wx_cv_use_threads='wxUSE_THREADS
=yes'
9653 wx_cv_use_threads='wxUSE_THREADS
=no
'
9658 wx_cv_use_threads='wxUSE_THREADS
=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
9663 eval "$wx_cv_use_threads"
9665 if test x"$enablestring" = xdisable; then
9666 if test $wxUSE_THREADS = no; then
9672 result=$wxUSE_THREADS
9675 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9676 $as_echo "$result" >&6; }
9682 if test -z "$defaultval"; then
9683 if test x"$enablestring" = xdisable; then
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-iniconf" >&5
9691 $as_echo_n "checking
for --${enablestring:-enable}-iniconf...
" >&6; }
9692 # Check whether --enable-iniconf was given.
9693 if test "${enable_iniconf+set}" = set; then :
9694 enableval=$enable_iniconf;
9695 if test "$enableval" = yes; then
9696 wx_cv_use_iniconf='wxUSE_INICONF=yes'
9698 wx_cv_use_iniconf='wxUSE_INICONF=no'
9703 wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
9708 eval "$wx_cv_use_iniconf"
9710 if test x
"$enablestring" = xdisable
; then
9711 if test $wxUSE_INICONF = no
; then
9717 result
=$wxUSE_INICONF
9720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9721 $as_echo "$result" >&6; }
9725 defaultval
=$wxUSE_ALL_FEATURES
9726 if test -z "$defaultval"; then
9727 if test x
"$enablestring" = xdisable
; then
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-regkey" >&5
9735 $as_echo_n "checking for --${enablestring:-enable}-regkey... " >&6; }
9736 # Check whether --enable-regkey was given.
9737 if test "${enable_regkey+set}" = set; then :
9738 enableval
=$enable_regkey;
9739 if test "$enableval" = yes; then
9740 wx_cv_use_regkey
='wxUSE_REGKEY=yes'
9742 wx_cv_use_regkey
='wxUSE_REGKEY=no'
9747 wx_cv_use_regkey
='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
9752 eval "$wx_cv_use_regkey"
9754 if test x"$enablestring" = xdisable; then
9755 if test $wxUSE_REGKEY = no; then
9761 result=$wxUSE_REGKEY
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9765 $as_echo "$result" >&6; }
9768 if test "$wxUSE_GUI" = "yes"; then
9773 defaultval=$wxUSE_ALL_FEATURES
9774 if test -z "$defaultval"; then
9775 if test x"$enablestring" = xdisable; then
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-docview" >&5
9783 $as_echo_n "checking for --${enablestring:-enable}-docview... " >&6; }
9784 # Check whether --enable-docview was given.
9785 if test "${enable_docview+set}" = set; then :
9786 enableval=$enable_docview;
9787 if test "$enableval" = yes; then
9788 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=yes'
9790 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=no
'
9795 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
9800 eval "$wx_cv_use_docview"
9802 if test x"$enablestring" = xdisable; then
9803 if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
9809 result=$wxUSE_DOC_VIEW_ARCHITECTURE
9812 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9813 $as_echo "$result" >&6; }
9817 defaultval=$wxUSE_ALL_FEATURES
9818 if test -z "$defaultval"; then
9819 if test x"$enablestring" = xdisable; then
9826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-help" >&5
9827 $as_echo_n "checking
for --${enablestring:-enable}-help...
" >&6; }
9828 # Check whether --enable-help was given.
9829 if test "${enable_help+set}" = set; then :
9830 enableval=$enable_help;
9831 if test "$enableval" = yes; then
9832 wx_cv_use_help='wxUSE_HELP=yes'
9834 wx_cv_use_help='wxUSE_HELP=no'
9839 wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
9844 eval "$wx_cv_use_help"
9846 if test x
"$enablestring" = xdisable
; then
9847 if test $wxUSE_HELP = no
; then
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9857 $as_echo "$result" >&6; }
9861 defaultval
=$wxUSE_ALL_FEATURES
9862 if test -z "$defaultval"; then
9863 if test x
"$enablestring" = xdisable
; then
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mshtmlhelp" >&5
9871 $as_echo_n "checking for --${enablestring:-enable}-mshtmlhelp... " >&6; }
9872 # Check whether --enable-mshtmlhelp was given.
9873 if test "${enable_mshtmlhelp+set}" = set; then :
9874 enableval
=$enable_mshtmlhelp;
9875 if test "$enableval" = yes; then
9876 wx_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
9878 wx_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
9883 wx_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
9888 eval "$wx_cv_use_mshtmlhelp"
9890 if test x"$enablestring" = xdisable; then
9891 if test $wxUSE_MS_HTML_HELP = no; then
9897 result=$wxUSE_MS_HTML_HELP
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9901 $as_echo "$result" >&6; }
9905 defaultval=$wxUSE_ALL_FEATURES
9906 if test -z "$defaultval"; then
9907 if test x"$enablestring" = xdisable; then
9914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-html" >&5
9915 $as_echo_n "checking for --${enablestring:-enable}-html... " >&6; }
9916 # Check whether --enable-html was given.
9917 if test "${enable_html+set}" = set; then :
9918 enableval=$enable_html;
9919 if test "$enableval" = yes; then
9920 wx_cv_use_html='wxUSE_HTML
=yes'
9922 wx_cv_use_html='wxUSE_HTML
=no
'
9927 wx_cv_use_html='wxUSE_HTML
=${'DEFAULT_wxUSE_HTML":-$defaultval}"
9932 eval "$wx_cv_use_html"
9934 if test x"$enablestring" = xdisable; then
9935 if test $wxUSE_HTML = no; then
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9945 $as_echo "$result" >&6; }
9949 defaultval=$wxUSE_ALL_FEATURES
9950 if test -z "$defaultval"; then
9951 if test x"$enablestring" = xdisable; then
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-htmlhelp" >&5
9959 $as_echo_n "checking
for --${enablestring:-enable}-htmlhelp...
" >&6; }
9960 # Check whether --enable-htmlhelp was given.
9961 if test "${enable_htmlhelp+set}" = set; then :
9962 enableval=$enable_htmlhelp;
9963 if test "$enableval" = yes; then
9964 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
9966 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
9971 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
9976 eval "$wx_cv_use_htmlhelp"
9978 if test x
"$enablestring" = xdisable
; then
9979 if test $wxUSE_WXHTML_HELP = no
; then
9985 result
=$wxUSE_WXHTML_HELP
9988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9989 $as_echo "$result" >&6; }
9993 defaultval
=$wxUSE_ALL_FEATURES
9994 if test -z "$defaultval"; then
9995 if test x
"$enablestring" = xdisable
; then
10002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xrc" >&5
10003 $as_echo_n "checking for --${enablestring:-enable}-xrc... " >&6; }
10004 # Check whether --enable-xrc was given.
10005 if test "${enable_xrc+set}" = set; then :
10006 enableval
=$enable_xrc;
10007 if test "$enableval" = yes; then
10008 wx_cv_use_xrc
='wxUSE_XRC=yes'
10010 wx_cv_use_xrc
='wxUSE_XRC=no'
10015 wx_cv_use_xrc
='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
10020 eval "$wx_cv_use_xrc"
10022 if test x"$enablestring" = xdisable; then
10023 if test $wxUSE_XRC = no; then
10032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10033 $as_echo "$result" >&6; }
10037 defaultval=$wxUSE_ALL_FEATURES
10038 if test -z "$defaultval"; then
10039 if test x"$enablestring" = xdisable; then
10046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-aui" >&5
10047 $as_echo_n "checking for --${enablestring:-enable}-aui... " >&6; }
10048 # Check whether --enable-aui was given.
10049 if test "${enable_aui+set}" = set; then :
10050 enableval=$enable_aui;
10051 if test "$enableval" = yes; then
10052 wx_cv_use_aui='wxUSE_AUI
=yes'
10054 wx_cv_use_aui='wxUSE_AUI
=no
'
10059 wx_cv_use_aui='wxUSE_AUI
=${'DEFAULT_wxUSE_AUI":-$defaultval}"
10064 eval "$wx_cv_use_aui"
10066 if test x"$enablestring" = xdisable; then
10067 if test $wxUSE_AUI = no; then
10076 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10077 $as_echo "$result" >&6; }
10081 defaultval=$wxUSE_ALL_FEATURES
10082 if test -z "$defaultval"; then
10083 if test x"$enablestring" = xdisable; then
10090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-propgrid" >&5
10091 $as_echo_n "checking
for --${enablestring:-enable}-propgrid...
" >&6; }
10092 # Check whether --enable-propgrid was given.
10093 if test "${enable_propgrid+set}" = set; then :
10094 enableval=$enable_propgrid;
10095 if test "$enableval" = yes; then
10096 wx_cv_use_propgrid='wxUSE_PROPGRID=yes'
10098 wx_cv_use_propgrid='wxUSE_PROPGRID=no'
10103 wx_cv_use_propgrid='wxUSE_PROPGRID=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
10108 eval "$wx_cv_use_propgrid"
10110 if test x
"$enablestring" = xdisable
; then
10111 if test $wxUSE_PROPGRID = no
; then
10117 result
=$wxUSE_PROPGRID
10120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10121 $as_echo "$result" >&6; }
10125 defaultval
=$wxUSE_ALL_FEATURES
10126 if test -z "$defaultval"; then
10127 if test x
"$enablestring" = xdisable
; then
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ribbon" >&5
10135 $as_echo_n "checking for --${enablestring:-enable}-ribbon... " >&6; }
10136 # Check whether --enable-ribbon was given.
10137 if test "${enable_ribbon+set}" = set; then :
10138 enableval
=$enable_ribbon;
10139 if test "$enableval" = yes; then
10140 wx_cv_use_ribbon
='wxUSE_RIBBON=yes'
10142 wx_cv_use_ribbon
='wxUSE_RIBBON=no'
10147 wx_cv_use_ribbon
='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
10152 eval "$wx_cv_use_ribbon"
10154 if test x"$enablestring" = xdisable; then
10155 if test $wxUSE_RIBBON = no; then
10161 result=$wxUSE_RIBBON
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10165 $as_echo "$result" >&6; }
10169 defaultval=$wxUSE_ALL_FEATURES
10170 if test -z "$defaultval"; then
10171 if test x"$enablestring" = xdisable; then
10178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stc" >&5
10179 $as_echo_n "checking for --${enablestring:-enable}-stc... " >&6; }
10180 # Check whether --enable-stc was given.
10181 if test "${enable_stc+set}" = set; then :
10182 enableval=$enable_stc;
10183 if test "$enableval" = yes; then
10184 wx_cv_use_stc='wxUSE_STC
=yes'
10186 wx_cv_use_stc='wxUSE_STC
=no
'
10191 wx_cv_use_stc='wxUSE_STC
=${'DEFAULT_wxUSE_STC":-$defaultval}"
10196 eval "$wx_cv_use_stc"
10198 if test x"$enablestring" = xdisable; then
10199 if test $wxUSE_STC = no; then
10208 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10209 $as_echo "$result" >&6; }
10213 defaultval=$wxUSE_ALL_FEATURES
10214 if test -z "$defaultval"; then
10215 if test x"$enablestring" = xdisable; then
10222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-constraints" >&5
10223 $as_echo_n "checking
for --${enablestring:-enable}-constraints...
" >&6; }
10224 # Check whether --enable-constraints was given.
10225 if test "${enable_constraints+set}" = set; then :
10226 enableval=$enable_constraints;
10227 if test "$enableval" = yes; then
10228 wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
10230 wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
10235 wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
10240 eval "$wx_cv_use_constraints"
10242 if test x
"$enablestring" = xdisable
; then
10243 if test $wxUSE_CONSTRAINTS = no
; then
10249 result
=$wxUSE_CONSTRAINTS
10252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10253 $as_echo "$result" >&6; }
10257 defaultval
=$wxUSE_ALL_FEATURES
10258 if test -z "$defaultval"; then
10259 if test x
"$enablestring" = xdisable
; then
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-loggui" >&5
10267 $as_echo_n "checking for --${enablestring:-enable}-loggui... " >&6; }
10268 # Check whether --enable-loggui was given.
10269 if test "${enable_loggui+set}" = set; then :
10270 enableval
=$enable_loggui;
10271 if test "$enableval" = yes; then
10272 wx_cv_use_loggui
='wxUSE_LOGGUI=yes'
10274 wx_cv_use_loggui
='wxUSE_LOGGUI=no'
10279 wx_cv_use_loggui
='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
10284 eval "$wx_cv_use_loggui"
10286 if test x"$enablestring" = xdisable; then
10287 if test $wxUSE_LOGGUI = no; then
10293 result=$wxUSE_LOGGUI
10296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10297 $as_echo "$result" >&6; }
10301 defaultval=$wxUSE_ALL_FEATURES
10302 if test -z "$defaultval"; then
10303 if test x"$enablestring" = xdisable; then
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-logwin" >&5
10311 $as_echo_n "checking for --${enablestring:-enable}-logwin... " >&6; }
10312 # Check whether --enable-logwin was given.
10313 if test "${enable_logwin+set}" = set; then :
10314 enableval=$enable_logwin;
10315 if test "$enableval" = yes; then
10316 wx_cv_use_logwin='wxUSE_LOGWINDOW
=yes'
10318 wx_cv_use_logwin='wxUSE_LOGWINDOW
=no
'
10323 wx_cv_use_logwin='wxUSE_LOGWINDOW
=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
10328 eval "$wx_cv_use_logwin"
10330 if test x"$enablestring" = xdisable; then
10331 if test $wxUSE_LOGWINDOW = no; then
10337 result=$wxUSE_LOGWINDOW
10340 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10341 $as_echo "$result" >&6; }
10345 defaultval=$wxUSE_ALL_FEATURES
10346 if test -z "$defaultval"; then
10347 if test x"$enablestring" = xdisable; then
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-logdialog" >&5
10355 $as_echo_n "checking
for --${enablestring:-enable}-logdialog...
" >&6; }
10356 # Check whether --enable-logdialog was given.
10357 if test "${enable_logdialog+set}" = set; then :
10358 enableval=$enable_logdialog;
10359 if test "$enableval" = yes; then
10360 wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
10362 wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
10367 wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
10372 eval "$wx_cv_use_logdialog"
10374 if test x
"$enablestring" = xdisable
; then
10375 if test $wxUSE_LOGDIALOG = no
; then
10381 result
=$wxUSE_LOGDIALOG
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10385 $as_echo "$result" >&6; }
10389 defaultval
=$wxUSE_ALL_FEATURES
10390 if test -z "$defaultval"; then
10391 if test x
"$enablestring" = xdisable
; then
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mdi" >&5
10399 $as_echo_n "checking for --${enablestring:-enable}-mdi... " >&6; }
10400 # Check whether --enable-mdi was given.
10401 if test "${enable_mdi+set}" = set; then :
10402 enableval
=$enable_mdi;
10403 if test "$enableval" = yes; then
10404 wx_cv_use_mdi
='wxUSE_MDI=yes'
10406 wx_cv_use_mdi
='wxUSE_MDI=no'
10411 wx_cv_use_mdi
='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
10416 eval "$wx_cv_use_mdi"
10418 if test x"$enablestring" = xdisable; then
10419 if test $wxUSE_MDI = no; then
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10429 $as_echo "$result" >&6; }
10433 defaultval=$wxUSE_ALL_FEATURES
10434 if test -z "$defaultval"; then
10435 if test x"$enablestring" = xdisable; then
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mdidoc" >&5
10443 $as_echo_n "checking for --${enablestring:-enable}-mdidoc... " >&6; }
10444 # Check whether --enable-mdidoc was given.
10445 if test "${enable_mdidoc+set}" = set; then :
10446 enableval=$enable_mdidoc;
10447 if test "$enableval" = yes; then
10448 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=yes'
10450 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=no
'
10455 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
10460 eval "$wx_cv_use_mdidoc"
10462 if test x"$enablestring" = xdisable; then
10463 if test $wxUSE_MDI_ARCHITECTURE = no; then
10469 result=$wxUSE_MDI_ARCHITECTURE
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10473 $as_echo "$result" >&6; }
10477 defaultval=$wxUSE_ALL_FEATURES
10478 if test -z "$defaultval"; then
10479 if test x"$enablestring" = xdisable; then
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-mediactrl" >&5
10487 $as_echo_n "checking
for --${enablestring:-enable}-mediactrl...
" >&6; }
10488 # Check whether --enable-mediactrl was given.
10489 if test "${enable_mediactrl+set}" = set; then :
10490 enableval=$enable_mediactrl;
10491 if test "$enableval" = yes; then
10492 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
10494 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
10499 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
10504 eval "$wx_cv_use_mediactrl"
10506 if test x
"$enablestring" = xdisable
; then
10507 if test $wxUSE_MEDIACTRL = no
; then
10513 result
=$wxUSE_MEDIACTRL
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10517 $as_echo "$result" >&6; }
10521 defaultval
=$wxUSE_ALL_FEATURES
10522 if test -z "$defaultval"; then
10523 if test x
"$enablestring" = xdisable
; then
10530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gstreamer8" >&5
10531 $as_echo_n "checking for --${enablestring:-enable}-gstreamer8... " >&6; }
10532 # Check whether --enable-gstreamer8 was given.
10533 if test "${enable_gstreamer8+set}" = set; then :
10534 enableval
=$enable_gstreamer8;
10535 if test "$enableval" = yes; then
10536 wx_cv_use_gstreamer8
='wxUSE_GSTREAMER8=yes'
10538 wx_cv_use_gstreamer8
='wxUSE_GSTREAMER8=no'
10543 wx_cv_use_gstreamer8
='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
10548 eval "$wx_cv_use_gstreamer8"
10550 if test x"$enablestring" = xdisable; then
10551 if test $wxUSE_GSTREAMER8 = no; then
10557 result=$wxUSE_GSTREAMER8
10560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10561 $as_echo "$result" >&6; }
10565 defaultval=$wxUSE_ALL_FEATURES
10566 if test -z "$defaultval"; then
10567 if test x"$enablestring" = xdisable; then
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richtext" >&5
10575 $as_echo_n "checking for --${enablestring:-enable}-richtext... " >&6; }
10576 # Check whether --enable-richtext was given.
10577 if test "${enable_richtext+set}" = set; then :
10578 enableval=$enable_richtext;
10579 if test "$enableval" = yes; then
10580 wx_cv_use_richtext='wxUSE_RICHTEXT
=yes'
10582 wx_cv_use_richtext='wxUSE_RICHTEXT
=no
'
10587 wx_cv_use_richtext='wxUSE_RICHTEXT
=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
10592 eval "$wx_cv_use_richtext"
10594 if test x"$enablestring" = xdisable; then
10595 if test $wxUSE_RICHTEXT = no; then
10601 result=$wxUSE_RICHTEXT
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10605 $as_echo "$result" >&6; }
10609 defaultval=$wxUSE_ALL_FEATURES
10610 if test -z "$defaultval"; then
10611 if test x"$enablestring" = xdisable; then
10618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-postscript" >&5
10619 $as_echo_n "checking
for --${enablestring:-enable}-postscript...
" >&6; }
10620 # Check whether --enable-postscript was given.
10621 if test "${enable_postscript+set}" = set; then :
10622 enableval=$enable_postscript;
10623 if test "$enableval" = yes; then
10624 wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
10626 wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
10631 wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
10636 eval "$wx_cv_use_postscript"
10638 if test x
"$enablestring" = xdisable
; then
10639 if test $wxUSE_POSTSCRIPT = no
; then
10645 result
=$wxUSE_POSTSCRIPT
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10649 $as_echo "$result" >&6; }
10653 defaultval
=$wxUSE_ALL_FEATURES
10654 if test -z "$defaultval"; then
10655 if test x
"$enablestring" = xdisable
; then
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-printarch" >&5
10663 $as_echo_n "checking for --${enablestring:-enable}-printarch... " >&6; }
10664 # Check whether --enable-printarch was given.
10665 if test "${enable_printarch+set}" = set; then :
10666 enableval
=$enable_printarch;
10667 if test "$enableval" = yes; then
10668 wx_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
10670 wx_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
10675 wx_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
10680 eval "$wx_cv_use_printarch"
10682 if test x"$enablestring" = xdisable; then
10683 if test $wxUSE_PRINTING_ARCHITECTURE = no; then
10689 result=$wxUSE_PRINTING_ARCHITECTURE
10692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10693 $as_echo "$result" >&6; }
10697 defaultval=$wxUSE_ALL_FEATURES
10698 if test -z "$defaultval"; then
10699 if test x"$enablestring" = xdisable; then
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-svg" >&5
10707 $as_echo_n "checking for --${enablestring:-enable}-svg... " >&6; }
10708 # Check whether --enable-svg was given.
10709 if test "${enable_svg+set}" = set; then :
10710 enableval=$enable_svg;
10711 if test "$enableval" = yes; then
10712 wx_cv_use_svg='wxUSE_SVG
=yes'
10714 wx_cv_use_svg='wxUSE_SVG
=no
'
10719 wx_cv_use_svg='wxUSE_SVG
=${'DEFAULT_wxUSE_SVG":-$defaultval}"
10724 eval "$wx_cv_use_svg"
10726 if test x"$enablestring" = xdisable; then
10727 if test $wxUSE_SVG = no; then
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10737 $as_echo "$result" >&6; }
10741 defaultval=$wxUSE_ALL_FEATURES
10742 if test -z "$defaultval"; then
10743 if test x"$enablestring" = xdisable; then
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-webkit" >&5
10751 $as_echo_n "checking
for --${enablestring:-enable}-webkit...
" >&6; }
10752 # Check whether --enable-webkit was given.
10753 if test "${enable_webkit+set}" = set; then :
10754 enableval=$enable_webkit;
10755 if test "$enableval" = yes; then
10756 wx_cv_use_webkit='wxUSE_WEBKIT=yes'
10758 wx_cv_use_webkit='wxUSE_WEBKIT=no'
10763 wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
10768 eval "$wx_cv_use_webkit"
10770 if test x
"$enablestring" = xdisable
; then
10771 if test $wxUSE_WEBKIT = no
; then
10777 result
=$wxUSE_WEBKIT
10780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10781 $as_echo "$result" >&6; }
10785 defaultval
=$wxUSE_ALL_FEATURES
10786 if test -z "$defaultval"; then
10787 if test x
"$enablestring" = xdisable
; then
10794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webview" >&5
10795 $as_echo_n "checking for --${enablestring:-enable}-webview... " >&6; }
10796 # Check whether --enable-webview was given.
10797 if test "${enable_webview+set}" = set; then :
10798 enableval
=$enable_webview;
10799 if test "$enableval" = yes; then
10800 wx_cv_use_webview
='wxUSE_WEBVIEW=yes'
10802 wx_cv_use_webview
='wxUSE_WEBVIEW=no'
10807 wx_cv_use_webview
='wxUSE_WEBVIEW=${'DEFAULT_wxUSE_WEBVIEW":-$defaultval}"
10812 eval "$wx_cv_use_webview"
10814 if test x"$enablestring" = xdisable; then
10815 if test $wxUSE_WEBVIEW = no; then
10821 result=$wxUSE_WEBVIEW
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10825 $as_echo "$result" >&6; }
10828 if test "$wxUSE_MAC" != 1; then
10831 defaultval=$wxUSE_ALL_FEATURES
10832 if test -z "$defaultval"; then
10833 if test x"$enablestring" = xdisable; then
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-graphics_ctx" >&5
10841 $as_echo_n "checking for --${enablestring:-enable}-graphics_ctx... " >&6; }
10842 # Check whether --enable-graphics_ctx was given.
10843 if test "${enable_graphics_ctx+set}" = set; then :
10844 enableval=$enable_graphics_ctx;
10845 if test "$enableval" = yes; then
10846 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT
=yes'
10848 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT
=no
'
10853 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT
=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
10858 eval "$wx_cv_use_graphics_ctx"
10860 if test x"$enablestring" = xdisable; then
10861 if test $wxUSE_GRAPHICS_CONTEXT = no; then
10867 result=$wxUSE_GRAPHICS_CONTEXT
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10871 $as_echo "$result" >&6; }
10878 defaultval=$wxUSE_ALL_FEATURES
10879 if test -z "$defaultval"; then
10880 if test x"$enablestring" = xdisable; then
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-clipboard" >&5
10888 $as_echo_n "checking
for --${enablestring:-enable}-clipboard...
" >&6; }
10889 # Check whether --enable-clipboard was given.
10890 if test "${enable_clipboard+set}" = set; then :
10891 enableval=$enable_clipboard;
10892 if test "$enableval" = yes; then
10893 wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
10895 wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
10900 wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
10905 eval "$wx_cv_use_clipboard"
10907 if test x
"$enablestring" = xdisable
; then
10908 if test $wxUSE_CLIPBOARD = no
; then
10914 result
=$wxUSE_CLIPBOARD
10917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10918 $as_echo "$result" >&6; }
10922 defaultval
=$wxUSE_ALL_FEATURES
10923 if test -z "$defaultval"; then
10924 if test x
"$enablestring" = xdisable
; then
10931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dnd" >&5
10932 $as_echo_n "checking for --${enablestring:-enable}-dnd... " >&6; }
10933 # Check whether --enable-dnd was given.
10934 if test "${enable_dnd+set}" = set; then :
10935 enableval
=$enable_dnd;
10936 if test "$enableval" = yes; then
10937 wx_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
10939 wx_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
10944 wx_cv_use_dnd
='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
10949 eval "$wx_cv_use_dnd"
10951 if test x"$enablestring" = xdisable; then
10952 if test $wxUSE_DRAG_AND_DROP = no; then
10958 result=$wxUSE_DRAG_AND_DROP
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10962 $as_echo "$result" >&6; }
10966 DEFAULT_wxUSE_CONTROLS=none
10968 enablestring=disable
10970 if test -z "$defaultval"; then
10971 if test x"$enablestring" = xdisable; then
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-controls" >&5
10979 $as_echo_n "checking for --${enablestring:-enable}-controls... " >&6; }
10980 # Check whether --enable-controls was given.
10981 if test "${enable_controls+set}" = set; then :
10982 enableval=$enable_controls;
10983 if test "$enableval" = yes; then
10984 wx_cv_use_controls='wxUSE_CONTROLS
=yes'
10986 wx_cv_use_controls='wxUSE_CONTROLS
=no
'
10991 wx_cv_use_controls='wxUSE_CONTROLS
=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
10996 eval "$wx_cv_use_controls"
10998 if test x"$enablestring" = xdisable; then
10999 if test $wxUSE_CONTROLS = no; then
11005 result=$wxUSE_CONTROLS
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11009 $as_echo "$result" >&6; }
11012 if test "$wxUSE_CONTROLS" = "no
"; then
11013 DEFAULT_wxUSE_ACCEL=no
11014 DEFAULT_wxUSE_ANIMATIONCTRL=no
11015 DEFAULT_wxUSE_BANNERWINDOW=no
11016 DEFAULT_wxUSE_BMPBUTTON=no
11017 DEFAULT_wxUSE_BUTTON=no
11018 DEFAULT_wxUSE_CALCTRL=no
11019 DEFAULT_wxUSE_CARET=no
11020 DEFAULT_wxUSE_CHECKBOX=no
11021 DEFAULT_wxUSE_CHECKLISTBOX=no
11022 DEFAULT_wxUSE_CHOICE=no
11023 DEFAULT_wxUSE_CHOICEBOOK=no
11024 DEFAULT_wxUSE_COLLPANE=no
11025 DEFAULT_wxUSE_COLOURPICKERCTRL=no
11026 DEFAULT_wxUSE_COMBOBOX=no
11027 DEFAULT_wxUSE_COMBOBOX=no
11028 DEFAULT_wxUSE_COMMANDLINKBUTTON=no
11029 DEFAULT_wxUSE_DATAVIEWCTRL=no
11030 DEFAULT_wxUSE_DATEPICKCTRL=no
11031 DEFAULT_wxUSE_DETECT_SM=no
11032 DEFAULT_wxUSE_DIRPICKERCTRL=no
11033 DEFAULT_wxUSE_DISPLAY=no
11034 DEFAULT_wxUSE_FILECTRL=no
11035 DEFAULT_wxUSE_FILEPICKERCTRL=no
11036 DEFAULT_wxUSE_FONTPICKERCTRL=no
11037 DEFAULT_wxUSE_GAUGE=no
11038 DEFAULT_wxUSE_GRID=no
11039 DEFAULT_wxUSE_HEADERCTRL=no
11040 DEFAULT_wxUSE_HYPERLINKCTRL=no
11041 DEFAULT_wxUSE_IMAGLIST=no
11042 DEFAULT_wxUSE_LISTBOOK=no
11043 DEFAULT_wxUSE_LISTBOX=no
11044 DEFAULT_wxUSE_LISTCTRL=no
11045 DEFAULT_wxUSE_MARKUP=no
11046 DEFAULT_wxUSE_NOTEBOOK=no
11047 DEFAULT_wxUSE_POPUPWIN=no
11048 DEFAULT_wxUSE_RADIOBOX=no
11049 DEFAULT_wxUSE_RADIOBTN=no
11050 DEFAULT_wxUSE_RICHMSGDLG=no
11051 DEFAULT_wxUSE_RICHTOOLTIP=no
11052 DEFAULT_wxUSE_REARRANGECTRL=no
11053 DEFAULT_wxUSE_SASH=no
11054 DEFAULT_wxUSE_SCROLLBAR=no
11055 DEFAULT_wxUSE_SEARCHCTRL=no
11056 DEFAULT_wxUSE_SLIDER=no
11057 DEFAULT_wxUSE_SPINBTN=no
11058 DEFAULT_wxUSE_SPINCTRL=no
11059 DEFAULT_wxUSE_SPLITTER=no
11060 DEFAULT_wxUSE_STATBMP=no
11061 DEFAULT_wxUSE_STATBOX=no
11062 DEFAULT_wxUSE_STATLINE=no
11063 DEFAULT_wxUSE_STATUSBAR=no
11064 DEFAULT_wxUSE_TIMEPICKCTRL=no
11065 DEFAULT_wxUSE_TIPWINDOW=no
11066 DEFAULT_wxUSE_TOGGLEBTN=no
11067 DEFAULT_wxUSE_TOOLBAR=no
11068 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
11069 DEFAULT_wxUSE_TOOLBOOK=no
11070 DEFAULT_wxUSE_TOOLTIPS=no
11071 DEFAULT_wxUSE_TREEBOOK=no
11072 DEFAULT_wxUSE_TREECTRL=no
11073 DEFAULT_wxUSE_TREELISTCTRL=no
11078 defaultval=$wxUSE_ALL_FEATURES
11079 if test -z "$defaultval"; then
11080 if test x"$enablestring" = xdisable; then
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-markup" >&5
11088 $as_echo_n "checking
for --${enablestring:-enable}-markup...
" >&6; }
11089 # Check whether --enable-markup was given.
11090 if test "${enable_markup+set}" = set; then :
11091 enableval=$enable_markup;
11092 if test "$enableval" = yes; then
11093 wx_cv_use_markup='wxUSE_MARKUP=yes'
11095 wx_cv_use_markup='wxUSE_MARKUP=no'
11100 wx_cv_use_markup='wxUSE_MARKUP=${'DEFAULT_wxUSE_MARKUP":-$defaultval}"
11105 eval "$wx_cv_use_markup"
11107 if test x
"$enablestring" = xdisable
; then
11108 if test $wxUSE_MARKUP = no
; then
11114 result
=$wxUSE_MARKUP
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11118 $as_echo "$result" >&6; }
11123 defaultval
=$wxUSE_ALL_FEATURES
11124 if test -z "$defaultval"; then
11125 if test x
"$enablestring" = xdisable
; then
11132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-accel" >&5
11133 $as_echo_n "checking for --${enablestring:-enable}-accel... " >&6; }
11134 # Check whether --enable-accel was given.
11135 if test "${enable_accel+set}" = set; then :
11136 enableval
=$enable_accel;
11137 if test "$enableval" = yes; then
11138 wx_cv_use_accel
='wxUSE_ACCEL=yes'
11140 wx_cv_use_accel
='wxUSE_ACCEL=no'
11145 wx_cv_use_accel
='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
11150 eval "$wx_cv_use_accel"
11152 if test x"$enablestring" = xdisable; then
11153 if test $wxUSE_ACCEL = no; then
11159 result=$wxUSE_ACCEL
11162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11163 $as_echo "$result" >&6; }
11167 defaultval=$wxUSE_ALL_FEATURES
11168 if test -z "$defaultval"; then
11169 if test x"$enablestring" = xdisable; then
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-animatectrl" >&5
11177 $as_echo_n "checking for --${enablestring:-enable}-animatectrl... " >&6; }
11178 # Check whether --enable-animatectrl was given.
11179 if test "${enable_animatectrl+set}" = set; then :
11180 enableval=$enable_animatectrl;
11181 if test "$enableval" = yes; then
11182 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL
=yes'
11184 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL
=no
'
11189 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL
=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
11194 eval "$wx_cv_use_animatectrl"
11196 if test x"$enablestring" = xdisable; then
11197 if test $wxUSE_ANIMATIONCTRL = no; then
11203 result=$wxUSE_ANIMATIONCTRL
11206 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11207 $as_echo "$result" >&6; }
11211 defaultval=$wxUSE_ALL_FEATURES
11212 if test -z "$defaultval"; then
11213 if test x"$enablestring" = xdisable; then
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-bannerwindow" >&5
11221 $as_echo_n "checking
for --${enablestring:-enable}-bannerwindow...
" >&6; }
11222 # Check whether --enable-bannerwindow was given.
11223 if test "${enable_bannerwindow+set}" = set; then :
11224 enableval=$enable_bannerwindow;
11225 if test "$enableval" = yes; then
11226 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=yes'
11228 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=no'
11233 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=${'DEFAULT_wxUSE_BANNERWINDOW":-$defaultval}"
11238 eval "$wx_cv_use_bannerwindow"
11240 if test x
"$enablestring" = xdisable
; then
11241 if test $wxUSE_BANNERWINDOW = no
; then
11247 result
=$wxUSE_BANNERWINDOW
11250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11251 $as_echo "$result" >&6; }
11255 defaultval
=$wxUSE_ALL_FEATURES
11256 if test -z "$defaultval"; then
11257 if test x
"$enablestring" = xdisable
; then
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-artstd" >&5
11265 $as_echo_n "checking for --${enablestring:-enable}-artstd... " >&6; }
11266 # Check whether --enable-artstd was given.
11267 if test "${enable_artstd+set}" = set; then :
11268 enableval
=$enable_artstd;
11269 if test "$enableval" = yes; then
11270 wx_cv_use_artstd
='wxUSE_ARTPROVIDER_STD=yes'
11272 wx_cv_use_artstd
='wxUSE_ARTPROVIDER_STD=no'
11277 wx_cv_use_artstd
='wxUSE_ARTPROVIDER_STD=${'DEFAULT_wxUSE_ARTPROVIDER_STD":-$defaultval}"
11282 eval "$wx_cv_use_artstd"
11284 if test x"$enablestring" = xdisable; then
11285 if test $wxUSE_ARTPROVIDER_STD = no; then
11291 result=$wxUSE_ARTPROVIDER_STD
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11295 $as_echo "$result" >&6; }
11299 defaultval=$wxUSE_ALL_FEATURES
11300 if test -z "$defaultval"; then
11301 if test x"$enablestring" = xdisable; then
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-arttango" >&5
11309 $as_echo_n "checking for --${enablestring:-enable}-arttango... " >&6; }
11310 # Check whether --enable-arttango was given.
11311 if test "${enable_arttango+set}" = set; then :
11312 enableval=$enable_arttango;
11313 if test "$enableval" = yes; then
11314 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO
=yes'
11316 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO
=no
'
11321 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO
=${'DEFAULT_wxUSE_ARTPROVIDER_TANGO":-$defaultval}"
11326 eval "$wx_cv_use_arttango"
11328 if test x"$enablestring" = xdisable; then
11329 if test $wxUSE_ARTPROVIDER_TANGO = no; then
11335 result=$wxUSE_ARTPROVIDER_TANGO
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11339 $as_echo "$result" >&6; }
11343 defaultval=$wxUSE_ALL_FEATURES
11344 if test -z "$defaultval"; then
11345 if test x"$enablestring" = xdisable; then
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-bmpbutton" >&5
11353 $as_echo_n "checking
for --${enablestring:-enable}-bmpbutton...
" >&6; }
11354 # Check whether --enable-bmpbutton was given.
11355 if test "${enable_bmpbutton+set}" = set; then :
11356 enableval=$enable_bmpbutton;
11357 if test "$enableval" = yes; then
11358 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
11360 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
11365 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
11370 eval "$wx_cv_use_bmpbutton"
11372 if test x
"$enablestring" = xdisable
; then
11373 if test $wxUSE_BMPBUTTON = no
; then
11379 result
=$wxUSE_BMPBUTTON
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11383 $as_echo "$result" >&6; }
11387 defaultval
=$wxUSE_ALL_FEATURES
11388 if test -z "$defaultval"; then
11389 if test x
"$enablestring" = xdisable
; then
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-bmpcombobox" >&5
11397 $as_echo_n "checking for --${enablestring:-enable}-bmpcombobox... " >&6; }
11398 # Check whether --enable-bmpcombobox was given.
11399 if test "${enable_bmpcombobox+set}" = set; then :
11400 enableval
=$enable_bmpcombobox;
11401 if test "$enableval" = yes; then
11402 wx_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=yes'
11404 wx_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=no'
11409 wx_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
11414 eval "$wx_cv_use_bmpcombobox"
11416 if test x"$enablestring" = xdisable; then
11417 if test $wxUSE_BITMAPCOMBOBOX = no; then
11423 result=$wxUSE_BITMAPCOMBOBOX
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11427 $as_echo "$result" >&6; }
11431 defaultval=$wxUSE_ALL_FEATURES
11432 if test -z "$defaultval"; then
11433 if test x"$enablestring" = xdisable; then
11440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-button" >&5
11441 $as_echo_n "checking for --${enablestring:-enable}-button... " >&6; }
11442 # Check whether --enable-button was given.
11443 if test "${enable_button+set}" = set; then :
11444 enableval=$enable_button;
11445 if test "$enableval" = yes; then
11446 wx_cv_use_button='wxUSE_BUTTON
=yes'
11448 wx_cv_use_button='wxUSE_BUTTON
=no
'
11453 wx_cv_use_button='wxUSE_BUTTON
=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
11458 eval "$wx_cv_use_button"
11460 if test x"$enablestring" = xdisable; then
11461 if test $wxUSE_BUTTON = no; then
11467 result=$wxUSE_BUTTON
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11471 $as_echo "$result" >&6; }
11475 defaultval=$wxUSE_ALL_FEATURES
11476 if test -z "$defaultval"; then
11477 if test x"$enablestring" = xdisable; then
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-calendar" >&5
11485 $as_echo_n "checking
for --${enablestring:-enable}-calendar...
" >&6; }
11486 # Check whether --enable-calendar was given.
11487 if test "${enable_calendar+set}" = set; then :
11488 enableval=$enable_calendar;
11489 if test "$enableval" = yes; then
11490 wx_cv_use_calendar='wxUSE_CALCTRL=yes'
11492 wx_cv_use_calendar='wxUSE_CALCTRL=no'
11497 wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
11502 eval "$wx_cv_use_calendar"
11504 if test x
"$enablestring" = xdisable
; then
11505 if test $wxUSE_CALCTRL = no
; then
11511 result
=$wxUSE_CALCTRL
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11515 $as_echo "$result" >&6; }
11519 defaultval
=$wxUSE_ALL_FEATURES
11520 if test -z "$defaultval"; then
11521 if test x
"$enablestring" = xdisable
; then
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-caret" >&5
11529 $as_echo_n "checking for --${enablestring:-enable}-caret... " >&6; }
11530 # Check whether --enable-caret was given.
11531 if test "${enable_caret+set}" = set; then :
11532 enableval
=$enable_caret;
11533 if test "$enableval" = yes; then
11534 wx_cv_use_caret
='wxUSE_CARET=yes'
11536 wx_cv_use_caret
='wxUSE_CARET=no'
11541 wx_cv_use_caret
='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
11546 eval "$wx_cv_use_caret"
11548 if test x"$enablestring" = xdisable; then
11549 if test $wxUSE_CARET = no; then
11555 result=$wxUSE_CARET
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11559 $as_echo "$result" >&6; }
11563 defaultval=$wxUSE_ALL_FEATURES
11564 if test -z "$defaultval"; then
11565 if test x"$enablestring" = xdisable; then
11572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-checkbox" >&5
11573 $as_echo_n "checking for --${enablestring:-enable}-checkbox... " >&6; }
11574 # Check whether --enable-checkbox was given.
11575 if test "${enable_checkbox+set}" = set; then :
11576 enableval=$enable_checkbox;
11577 if test "$enableval" = yes; then
11578 wx_cv_use_checkbox='wxUSE_CHECKBOX
=yes'
11580 wx_cv_use_checkbox='wxUSE_CHECKBOX
=no
'
11585 wx_cv_use_checkbox='wxUSE_CHECKBOX
=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
11590 eval "$wx_cv_use_checkbox"
11592 if test x"$enablestring" = xdisable; then
11593 if test $wxUSE_CHECKBOX = no; then
11599 result=$wxUSE_CHECKBOX
11602 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11603 $as_echo "$result" >&6; }
11607 defaultval=$wxUSE_ALL_FEATURES
11608 if test -z "$defaultval"; then
11609 if test x"$enablestring" = xdisable; then
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-checklst" >&5
11617 $as_echo_n "checking
for --${enablestring:-enable}-checklst...
" >&6; }
11618 # Check whether --enable-checklst was given.
11619 if test "${enable_checklst+set}" = set; then :
11620 enableval=$enable_checklst;
11621 if test "$enableval" = yes; then
11622 wx_cv_use_checklst='wxUSE_CHECKLST=yes'
11624 wx_cv_use_checklst='wxUSE_CHECKLST=no'
11629 wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
11634 eval "$wx_cv_use_checklst"
11636 if test x
"$enablestring" = xdisable
; then
11637 if test $wxUSE_CHECKLST = no
; then
11643 result
=$wxUSE_CHECKLST
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11647 $as_echo "$result" >&6; }
11651 defaultval
=$wxUSE_ALL_FEATURES
11652 if test -z "$defaultval"; then
11653 if test x
"$enablestring" = xdisable
; then
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choice" >&5
11661 $as_echo_n "checking for --${enablestring:-enable}-choice... " >&6; }
11662 # Check whether --enable-choice was given.
11663 if test "${enable_choice+set}" = set; then :
11664 enableval
=$enable_choice;
11665 if test "$enableval" = yes; then
11666 wx_cv_use_choice
='wxUSE_CHOICE=yes'
11668 wx_cv_use_choice
='wxUSE_CHOICE=no'
11673 wx_cv_use_choice
='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
11678 eval "$wx_cv_use_choice"
11680 if test x"$enablestring" = xdisable; then
11681 if test $wxUSE_CHOICE = no; then
11687 result=$wxUSE_CHOICE
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11691 $as_echo "$result" >&6; }
11695 defaultval=$wxUSE_ALL_FEATURES
11696 if test -z "$defaultval"; then
11697 if test x"$enablestring" = xdisable; then
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choicebook" >&5
11705 $as_echo_n "checking for --${enablestring:-enable}-choicebook... " >&6; }
11706 # Check whether --enable-choicebook was given.
11707 if test "${enable_choicebook+set}" = set; then :
11708 enableval=$enable_choicebook;
11709 if test "$enableval" = yes; then
11710 wx_cv_use_choicebook='wxUSE_CHOICEBOOK
=yes'
11712 wx_cv_use_choicebook='wxUSE_CHOICEBOOK
=no
'
11717 wx_cv_use_choicebook='wxUSE_CHOICEBOOK
=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
11722 eval "$wx_cv_use_choicebook"
11724 if test x"$enablestring" = xdisable; then
11725 if test $wxUSE_CHOICEBOOK = no; then
11731 result=$wxUSE_CHOICEBOOK
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11735 $as_echo "$result" >&6; }
11739 defaultval=$wxUSE_ALL_FEATURES
11740 if test -z "$defaultval"; then
11741 if test x"$enablestring" = xdisable; then
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-collpane" >&5
11749 $as_echo_n "checking
for --${enablestring:-enable}-collpane...
" >&6; }
11750 # Check whether --enable-collpane was given.
11751 if test "${enable_collpane+set}" = set; then :
11752 enableval=$enable_collpane;
11753 if test "$enableval" = yes; then
11754 wx_cv_use_collpane='wxUSE_COLLPANE=yes'
11756 wx_cv_use_collpane='wxUSE_COLLPANE=no'
11761 wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
11766 eval "$wx_cv_use_collpane"
11768 if test x
"$enablestring" = xdisable
; then
11769 if test $wxUSE_COLLPANE = no
; then
11775 result
=$wxUSE_COLLPANE
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11779 $as_echo "$result" >&6; }
11783 defaultval
=$wxUSE_ALL_FEATURES
11784 if test -z "$defaultval"; then
11785 if test x
"$enablestring" = xdisable
; then
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-colourpicker" >&5
11793 $as_echo_n "checking for --${enablestring:-enable}-colourpicker... " >&6; }
11794 # Check whether --enable-colourpicker was given.
11795 if test "${enable_colourpicker+set}" = set; then :
11796 enableval
=$enable_colourpicker;
11797 if test "$enableval" = yes; then
11798 wx_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=yes'
11800 wx_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=no'
11805 wx_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
11810 eval "$wx_cv_use_colourpicker"
11812 if test x"$enablestring" = xdisable; then
11813 if test $wxUSE_COLOURPICKERCTRL = no; then
11819 result=$wxUSE_COLOURPICKERCTRL
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11823 $as_echo "$result" >&6; }
11827 defaultval=$wxUSE_ALL_FEATURES
11828 if test -z "$defaultval"; then
11829 if test x"$enablestring" = xdisable; then
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-combobox" >&5
11837 $as_echo_n "checking for --${enablestring:-enable}-combobox... " >&6; }
11838 # Check whether --enable-combobox was given.
11839 if test "${enable_combobox+set}" = set; then :
11840 enableval=$enable_combobox;
11841 if test "$enableval" = yes; then
11842 wx_cv_use_combobox='wxUSE_COMBOBOX
=yes'
11844 wx_cv_use_combobox='wxUSE_COMBOBOX
=no
'
11849 wx_cv_use_combobox='wxUSE_COMBOBOX
=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
11854 eval "$wx_cv_use_combobox"
11856 if test x"$enablestring" = xdisable; then
11857 if test $wxUSE_COMBOBOX = no; then
11863 result=$wxUSE_COMBOBOX
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11867 $as_echo "$result" >&6; }
11871 defaultval=$wxUSE_ALL_FEATURES
11872 if test -z "$defaultval"; then
11873 if test x"$enablestring" = xdisable; then
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-comboctrl" >&5
11881 $as_echo_n "checking
for --${enablestring:-enable}-comboctrl...
" >&6; }
11882 # Check whether --enable-comboctrl was given.
11883 if test "${enable_comboctrl+set}" = set; then :
11884 enableval=$enable_comboctrl;
11885 if test "$enableval" = yes; then
11886 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
11888 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
11893 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
11898 eval "$wx_cv_use_comboctrl"
11900 if test x
"$enablestring" = xdisable
; then
11901 if test $wxUSE_COMBOCTRL = no
; then
11907 result
=$wxUSE_COMBOCTRL
11910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11911 $as_echo "$result" >&6; }
11915 defaultval
=$wxUSE_ALL_FEATURES
11916 if test -z "$defaultval"; then
11917 if test x
"$enablestring" = xdisable
; then
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-commandlinkbutton" >&5
11925 $as_echo_n "checking for --${enablestring:-enable}-commandlinkbutton... " >&6; }
11926 # Check whether --enable-commandlinkbutton was given.
11927 if test "${enable_commandlinkbutton+set}" = set; then :
11928 enableval
=$enable_commandlinkbutton;
11929 if test "$enableval" = yes; then
11930 wx_cv_use_commandlinkbutton
='wxUSE_COMMANDLINKBUTTON=yes'
11932 wx_cv_use_commandlinkbutton
='wxUSE_COMMANDLINKBUTTON=no'
11937 wx_cv_use_commandlinkbutton
='wxUSE_COMMANDLINKBUTTON=${'DEFAULT_wxUSE_COMMANDLINKBUTTON":-$defaultval}"
11942 eval "$wx_cv_use_commandlinkbutton"
11944 if test x"$enablestring" = xdisable; then
11945 if test $wxUSE_COMMANDLINKBUTTON = no; then
11951 result=$wxUSE_COMMANDLINKBUTTON
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11955 $as_echo "$result" >&6; }
11959 defaultval=$wxUSE_ALL_FEATURES
11960 if test -z "$defaultval"; then
11961 if test x"$enablestring" = xdisable; then
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dataviewctrl" >&5
11969 $as_echo_n "checking for --${enablestring:-enable}-dataviewctrl... " >&6; }
11970 # Check whether --enable-dataviewctrl was given.
11971 if test "${enable_dataviewctrl+set}" = set; then :
11972 enableval=$enable_dataviewctrl;
11973 if test "$enableval" = yes; then
11974 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL
=yes'
11976 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL
=no
'
11981 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL
=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
11986 eval "$wx_cv_use_dataviewctrl"
11988 if test x"$enablestring" = xdisable; then
11989 if test $wxUSE_DATAVIEWCTRL = no; then
11995 result=$wxUSE_DATAVIEWCTRL
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11999 $as_echo "$result" >&6; }
12003 defaultval=$wxUSE_ALL_FEATURES
12004 if test -z "$defaultval"; then
12005 if test x"$enablestring" = xdisable; then
12012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-datepick" >&5
12013 $as_echo_n "checking
for --${enablestring:-enable}-datepick...
" >&6; }
12014 # Check whether --enable-datepick was given.
12015 if test "${enable_datepick+set}" = set; then :
12016 enableval=$enable_datepick;
12017 if test "$enableval" = yes; then
12018 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
12020 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
12025 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
12030 eval "$wx_cv_use_datepick"
12032 if test x
"$enablestring" = xdisable
; then
12033 if test $wxUSE_DATEPICKCTRL = no
; then
12039 result
=$wxUSE_DATEPICKCTRL
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12043 $as_echo "$result" >&6; }
12047 defaultval
=$wxUSE_ALL_FEATURES
12048 if test -z "$defaultval"; then
12049 if test x
"$enablestring" = xdisable
; then
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-detect_sm" >&5
12057 $as_echo_n "checking for --${enablestring:-enable}-detect_sm... " >&6; }
12058 # Check whether --enable-detect_sm was given.
12059 if test "${enable_detect_sm+set}" = set; then :
12060 enableval
=$enable_detect_sm;
12061 if test "$enableval" = yes; then
12062 wx_cv_use_detect_sm
='wxUSE_DETECT_SM=yes'
12064 wx_cv_use_detect_sm
='wxUSE_DETECT_SM=no'
12069 wx_cv_use_detect_sm
='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
12074 eval "$wx_cv_use_detect_sm"
12076 if test x"$enablestring" = xdisable; then
12077 if test $wxUSE_DETECT_SM = no; then
12083 result=$wxUSE_DETECT_SM
12086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12087 $as_echo "$result" >&6; }
12091 defaultval=$wxUSE_ALL_FEATURES
12092 if test -z "$defaultval"; then
12093 if test x"$enablestring" = xdisable; then
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dirpicker" >&5
12101 $as_echo_n "checking for --${enablestring:-enable}-dirpicker... " >&6; }
12102 # Check whether --enable-dirpicker was given.
12103 if test "${enable_dirpicker+set}" = set; then :
12104 enableval=$enable_dirpicker;
12105 if test "$enableval" = yes; then
12106 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL
=yes'
12108 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL
=no
'
12113 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL
=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
12118 eval "$wx_cv_use_dirpicker"
12120 if test x"$enablestring" = xdisable; then
12121 if test $wxUSE_DIRPICKERCTRL = no; then
12127 result=$wxUSE_DIRPICKERCTRL
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12131 $as_echo "$result" >&6; }
12135 defaultval=$wxUSE_ALL_FEATURES
12136 if test -z "$defaultval"; then
12137 if test x"$enablestring" = xdisable; then
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-display" >&5
12145 $as_echo_n "checking
for --${enablestring:-enable}-display...
" >&6; }
12146 # Check whether --enable-display was given.
12147 if test "${enable_display+set}" = set; then :
12148 enableval=$enable_display;
12149 if test "$enableval" = yes; then
12150 wx_cv_use_display='wxUSE_DISPLAY=yes'
12152 wx_cv_use_display='wxUSE_DISPLAY=no'
12157 wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
12162 eval "$wx_cv_use_display"
12164 if test x
"$enablestring" = xdisable
; then
12165 if test $wxUSE_DISPLAY = no
; then
12171 result
=$wxUSE_DISPLAY
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12175 $as_echo "$result" >&6; }
12179 defaultval
=$wxUSE_ALL_FEATURES
12180 if test -z "$defaultval"; then
12181 if test x
"$enablestring" = xdisable
; then
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-editablebox" >&5
12189 $as_echo_n "checking for --${enablestring:-enable}-editablebox... " >&6; }
12190 # Check whether --enable-editablebox was given.
12191 if test "${enable_editablebox+set}" = set; then :
12192 enableval
=$enable_editablebox;
12193 if test "$enableval" = yes; then
12194 wx_cv_use_editablebox
='wxUSE_EDITABLELISTBOX=yes'
12196 wx_cv_use_editablebox
='wxUSE_EDITABLELISTBOX=no'
12201 wx_cv_use_editablebox
='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
12206 eval "$wx_cv_use_editablebox"
12208 if test x"$enablestring" = xdisable; then
12209 if test $wxUSE_EDITABLELISTBOX = no; then
12215 result=$wxUSE_EDITABLELISTBOX
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12219 $as_echo "$result" >&6; }
12223 defaultval=$wxUSE_ALL_FEATURES
12224 if test -z "$defaultval"; then
12225 if test x"$enablestring" = xdisable; then
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filectrl" >&5
12233 $as_echo_n "checking for --${enablestring:-enable}-filectrl... " >&6; }
12234 # Check whether --enable-filectrl was given.
12235 if test "${enable_filectrl+set}" = set; then :
12236 enableval=$enable_filectrl;
12237 if test "$enableval" = yes; then
12238 wx_cv_use_filectrl='wxUSE_FILECTRL
=yes'
12240 wx_cv_use_filectrl='wxUSE_FILECTRL
=no
'
12245 wx_cv_use_filectrl='wxUSE_FILECTRL
=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
12250 eval "$wx_cv_use_filectrl"
12252 if test x"$enablestring" = xdisable; then
12253 if test $wxUSE_FILECTRL = no; then
12259 result=$wxUSE_FILECTRL
12262 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12263 $as_echo "$result" >&6; }
12267 defaultval=$wxUSE_ALL_FEATURES
12268 if test -z "$defaultval"; then
12269 if test x"$enablestring" = xdisable; then
12276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-filepicker" >&5
12277 $as_echo_n "checking
for --${enablestring:-enable}-filepicker...
" >&6; }
12278 # Check whether --enable-filepicker was given.
12279 if test "${enable_filepicker+set}" = set; then :
12280 enableval=$enable_filepicker;
12281 if test "$enableval" = yes; then
12282 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
12284 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
12289 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
12294 eval "$wx_cv_use_filepicker"
12296 if test x
"$enablestring" = xdisable
; then
12297 if test $wxUSE_FILEPICKERCTRL = no
; then
12303 result
=$wxUSE_FILEPICKERCTRL
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12307 $as_echo "$result" >&6; }
12311 defaultval
=$wxUSE_ALL_FEATURES
12312 if test -z "$defaultval"; then
12313 if test x
"$enablestring" = xdisable
; then
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontpicker" >&5
12321 $as_echo_n "checking for --${enablestring:-enable}-fontpicker... " >&6; }
12322 # Check whether --enable-fontpicker was given.
12323 if test "${enable_fontpicker+set}" = set; then :
12324 enableval
=$enable_fontpicker;
12325 if test "$enableval" = yes; then
12326 wx_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=yes'
12328 wx_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=no'
12333 wx_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
12338 eval "$wx_cv_use_fontpicker"
12340 if test x"$enablestring" = xdisable; then
12341 if test $wxUSE_FONTPICKERCTRL = no; then
12347 result=$wxUSE_FONTPICKERCTRL
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12351 $as_echo "$result" >&6; }
12355 defaultval=$wxUSE_ALL_FEATURES
12356 if test -z "$defaultval"; then
12357 if test x"$enablestring" = xdisable; then
12364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gauge" >&5
12365 $as_echo_n "checking for --${enablestring:-enable}-gauge... " >&6; }
12366 # Check whether --enable-gauge was given.
12367 if test "${enable_gauge+set}" = set; then :
12368 enableval=$enable_gauge;
12369 if test "$enableval" = yes; then
12370 wx_cv_use_gauge='wxUSE_GAUGE
=yes'
12372 wx_cv_use_gauge='wxUSE_GAUGE
=no
'
12377 wx_cv_use_gauge='wxUSE_GAUGE
=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
12382 eval "$wx_cv_use_gauge"
12384 if test x"$enablestring" = xdisable; then
12385 if test $wxUSE_GAUGE = no; then
12391 result=$wxUSE_GAUGE
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12395 $as_echo "$result" >&6; }
12399 defaultval=$wxUSE_ALL_FEATURES
12400 if test -z "$defaultval"; then
12401 if test x"$enablestring" = xdisable; then
12408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-grid" >&5
12409 $as_echo_n "checking
for --${enablestring:-enable}-grid...
" >&6; }
12410 # Check whether --enable-grid was given.
12411 if test "${enable_grid+set}" = set; then :
12412 enableval=$enable_grid;
12413 if test "$enableval" = yes; then
12414 wx_cv_use_grid='wxUSE_GRID=yes'
12416 wx_cv_use_grid='wxUSE_GRID=no'
12421 wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
12426 eval "$wx_cv_use_grid"
12428 if test x
"$enablestring" = xdisable
; then
12429 if test $wxUSE_GRID = no
; then
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12439 $as_echo "$result" >&6; }
12443 defaultval
=$wxUSE_ALL_FEATURES
12444 if test -z "$defaultval"; then
12445 if test x
"$enablestring" = xdisable
; then
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-headerctrl" >&5
12453 $as_echo_n "checking for --${enablestring:-enable}-headerctrl... " >&6; }
12454 # Check whether --enable-headerctrl was given.
12455 if test "${enable_headerctrl+set}" = set; then :
12456 enableval
=$enable_headerctrl;
12457 if test "$enableval" = yes; then
12458 wx_cv_use_headerctrl
='wxUSE_HEADERCTRL=yes'
12460 wx_cv_use_headerctrl
='wxUSE_HEADERCTRL=no'
12465 wx_cv_use_headerctrl
='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
12470 eval "$wx_cv_use_headerctrl"
12472 if test x"$enablestring" = xdisable; then
12473 if test $wxUSE_HEADERCTRL = no; then
12479 result=$wxUSE_HEADERCTRL
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12483 $as_echo "$result" >&6; }
12487 defaultval=$wxUSE_ALL_FEATURES
12488 if test -z "$defaultval"; then
12489 if test x"$enablestring" = xdisable; then
12496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-hyperlink" >&5
12497 $as_echo_n "checking for --${enablestring:-enable}-hyperlink... " >&6; }
12498 # Check whether --enable-hyperlink was given.
12499 if test "${enable_hyperlink+set}" = set; then :
12500 enableval=$enable_hyperlink;
12501 if test "$enableval" = yes; then
12502 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL
=yes'
12504 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL
=no
'
12509 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL
=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
12514 eval "$wx_cv_use_hyperlink"
12516 if test x"$enablestring" = xdisable; then
12517 if test $wxUSE_HYPERLINKCTRL = no; then
12523 result=$wxUSE_HYPERLINKCTRL
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12527 $as_echo "$result" >&6; }
12531 defaultval=$wxUSE_ALL_FEATURES
12532 if test -z "$defaultval"; then
12533 if test x"$enablestring" = xdisable; then
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-imaglist" >&5
12541 $as_echo_n "checking
for --${enablestring:-enable}-imaglist...
" >&6; }
12542 # Check whether --enable-imaglist was given.
12543 if test "${enable_imaglist+set}" = set; then :
12544 enableval=$enable_imaglist;
12545 if test "$enableval" = yes; then
12546 wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
12548 wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
12553 wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
12558 eval "$wx_cv_use_imaglist"
12560 if test x
"$enablestring" = xdisable
; then
12561 if test $wxUSE_IMAGLIST = no
; then
12567 result
=$wxUSE_IMAGLIST
12570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12571 $as_echo "$result" >&6; }
12575 defaultval
=$wxUSE_ALL_FEATURES
12576 if test -z "$defaultval"; then
12577 if test x
"$enablestring" = xdisable
; then
12584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-infobar" >&5
12585 $as_echo_n "checking for --${enablestring:-enable}-infobar... " >&6; }
12586 # Check whether --enable-infobar was given.
12587 if test "${enable_infobar+set}" = set; then :
12588 enableval
=$enable_infobar;
12589 if test "$enableval" = yes; then
12590 wx_cv_use_infobar
='wxUSE_INFOBAR=yes'
12592 wx_cv_use_infobar
='wxUSE_INFOBAR=no'
12597 wx_cv_use_infobar
='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
12602 eval "$wx_cv_use_infobar"
12604 if test x"$enablestring" = xdisable; then
12605 if test $wxUSE_INFOBAR = no; then
12611 result=$wxUSE_INFOBAR
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12615 $as_echo "$result" >&6; }
12619 defaultval=$wxUSE_ALL_FEATURES
12620 if test -z "$defaultval"; then
12621 if test x"$enablestring" = xdisable; then
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listbook" >&5
12629 $as_echo_n "checking for --${enablestring:-enable}-listbook... " >&6; }
12630 # Check whether --enable-listbook was given.
12631 if test "${enable_listbook+set}" = set; then :
12632 enableval=$enable_listbook;
12633 if test "$enableval" = yes; then
12634 wx_cv_use_listbook='wxUSE_LISTBOOK
=yes'
12636 wx_cv_use_listbook='wxUSE_LISTBOOK
=no
'
12641 wx_cv_use_listbook='wxUSE_LISTBOOK
=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
12646 eval "$wx_cv_use_listbook"
12648 if test x"$enablestring" = xdisable; then
12649 if test $wxUSE_LISTBOOK = no; then
12655 result=$wxUSE_LISTBOOK
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12659 $as_echo "$result" >&6; }
12663 defaultval=$wxUSE_ALL_FEATURES
12664 if test -z "$defaultval"; then
12665 if test x"$enablestring" = xdisable; then
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-listbox" >&5
12673 $as_echo_n "checking
for --${enablestring:-enable}-listbox...
" >&6; }
12674 # Check whether --enable-listbox was given.
12675 if test "${enable_listbox+set}" = set; then :
12676 enableval=$enable_listbox;
12677 if test "$enableval" = yes; then
12678 wx_cv_use_listbox='wxUSE_LISTBOX=yes'
12680 wx_cv_use_listbox='wxUSE_LISTBOX=no'
12685 wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
12690 eval "$wx_cv_use_listbox"
12692 if test x
"$enablestring" = xdisable
; then
12693 if test $wxUSE_LISTBOX = no
; then
12699 result
=$wxUSE_LISTBOX
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12703 $as_echo "$result" >&6; }
12707 defaultval
=$wxUSE_ALL_FEATURES
12708 if test -z "$defaultval"; then
12709 if test x
"$enablestring" = xdisable
; then
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listctrl" >&5
12717 $as_echo_n "checking for --${enablestring:-enable}-listctrl... " >&6; }
12718 # Check whether --enable-listctrl was given.
12719 if test "${enable_listctrl+set}" = set; then :
12720 enableval
=$enable_listctrl;
12721 if test "$enableval" = yes; then
12722 wx_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
12724 wx_cv_use_listctrl
='wxUSE_LISTCTRL=no'
12729 wx_cv_use_listctrl
='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
12734 eval "$wx_cv_use_listctrl"
12736 if test x"$enablestring" = xdisable; then
12737 if test $wxUSE_LISTCTRL = no; then
12743 result=$wxUSE_LISTCTRL
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12747 $as_echo "$result" >&6; }
12751 defaultval=$wxUSE_ALL_FEATURES
12752 if test -z "$defaultval"; then
12753 if test x"$enablestring" = xdisable; then
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-notebook" >&5
12761 $as_echo_n "checking for --${enablestring:-enable}-notebook... " >&6; }
12762 # Check whether --enable-notebook was given.
12763 if test "${enable_notebook+set}" = set; then :
12764 enableval=$enable_notebook;
12765 if test "$enableval" = yes; then
12766 wx_cv_use_notebook='wxUSE_NOTEBOOK
=yes'
12768 wx_cv_use_notebook='wxUSE_NOTEBOOK
=no
'
12773 wx_cv_use_notebook='wxUSE_NOTEBOOK
=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
12778 eval "$wx_cv_use_notebook"
12780 if test x"$enablestring" = xdisable; then
12781 if test $wxUSE_NOTEBOOK = no; then
12787 result=$wxUSE_NOTEBOOK
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12791 $as_echo "$result" >&6; }
12795 defaultval=$wxUSE_ALL_FEATURES
12796 if test -z "$defaultval"; then
12797 if test x"$enablestring" = xdisable; then
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-notifmsg" >&5
12805 $as_echo_n "checking
for --${enablestring:-enable}-notifmsg...
" >&6; }
12806 # Check whether --enable-notifmsg was given.
12807 if test "${enable_notifmsg+set}" = set; then :
12808 enableval=$enable_notifmsg;
12809 if test "$enableval" = yes; then
12810 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
12812 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
12817 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
12822 eval "$wx_cv_use_notifmsg"
12824 if test x
"$enablestring" = xdisable
; then
12825 if test $wxUSE_NOTIFICATION_MESSAGE = no
; then
12831 result
=$wxUSE_NOTIFICATION_MESSAGE
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12835 $as_echo "$result" >&6; }
12839 defaultval
=$wxUSE_ALL_FEATURES
12840 if test -z "$defaultval"; then
12841 if test x
"$enablestring" = xdisable
; then
12848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-odcombobox" >&5
12849 $as_echo_n "checking for --${enablestring:-enable}-odcombobox... " >&6; }
12850 # Check whether --enable-odcombobox was given.
12851 if test "${enable_odcombobox+set}" = set; then :
12852 enableval
=$enable_odcombobox;
12853 if test "$enableval" = yes; then
12854 wx_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=yes'
12856 wx_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=no'
12861 wx_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
12866 eval "$wx_cv_use_odcombobox"
12868 if test x"$enablestring" = xdisable; then
12869 if test $wxUSE_ODCOMBOBOX = no; then
12875 result=$wxUSE_ODCOMBOBOX
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12879 $as_echo "$result" >&6; }
12883 defaultval=$wxUSE_ALL_FEATURES
12884 if test -z "$defaultval"; then
12885 if test x"$enablestring" = xdisable; then
12892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-popupwin" >&5
12893 $as_echo_n "checking for --${enablestring:-enable}-popupwin... " >&6; }
12894 # Check whether --enable-popupwin was given.
12895 if test "${enable_popupwin+set}" = set; then :
12896 enableval=$enable_popupwin;
12897 if test "$enableval" = yes; then
12898 wx_cv_use_popupwin='wxUSE_POPUPWIN
=yes'
12900 wx_cv_use_popupwin='wxUSE_POPUPWIN
=no
'
12905 wx_cv_use_popupwin='wxUSE_POPUPWIN
=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
12910 eval "$wx_cv_use_popupwin"
12912 if test x"$enablestring" = xdisable; then
12913 if test $wxUSE_POPUPWIN = no; then
12919 result=$wxUSE_POPUPWIN
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12923 $as_echo "$result" >&6; }
12927 defaultval=$wxUSE_ALL_FEATURES
12928 if test -z "$defaultval"; then
12929 if test x"$enablestring" = xdisable; then
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-radiobox" >&5
12937 $as_echo_n "checking
for --${enablestring:-enable}-radiobox...
" >&6; }
12938 # Check whether --enable-radiobox was given.
12939 if test "${enable_radiobox+set}" = set; then :
12940 enableval=$enable_radiobox;
12941 if test "$enableval" = yes; then
12942 wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
12944 wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
12949 wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
12954 eval "$wx_cv_use_radiobox"
12956 if test x
"$enablestring" = xdisable
; then
12957 if test $wxUSE_RADIOBOX = no
; then
12963 result
=$wxUSE_RADIOBOX
12966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12967 $as_echo "$result" >&6; }
12971 defaultval
=$wxUSE_ALL_FEATURES
12972 if test -z "$defaultval"; then
12973 if test x
"$enablestring" = xdisable
; then
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-radiobtn" >&5
12981 $as_echo_n "checking for --${enablestring:-enable}-radiobtn... " >&6; }
12982 # Check whether --enable-radiobtn was given.
12983 if test "${enable_radiobtn+set}" = set; then :
12984 enableval
=$enable_radiobtn;
12985 if test "$enableval" = yes; then
12986 wx_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
12988 wx_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
12993 wx_cv_use_radiobtn
='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
12998 eval "$wx_cv_use_radiobtn"
13000 if test x"$enablestring" = xdisable; then
13001 if test $wxUSE_RADIOBTN = no; then
13007 result=$wxUSE_RADIOBTN
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13011 $as_echo "$result" >&6; }
13015 defaultval=$wxUSE_ALL_FEATURES
13016 if test -z "$defaultval"; then
13017 if test x"$enablestring" = xdisable; then
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richmsgdlg" >&5
13025 $as_echo_n "checking for --${enablestring:-enable}-richmsgdlg... " >&6; }
13026 # Check whether --enable-richmsgdlg was given.
13027 if test "${enable_richmsgdlg+set}" = set; then :
13028 enableval=$enable_richmsgdlg;
13029 if test "$enableval" = yes; then
13030 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG
=yes'
13032 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG
=no
'
13037 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG
=${'DEFAULT_wxUSE_RICHMSGDLG":-$defaultval}"
13042 eval "$wx_cv_use_richmsgdlg"
13044 if test x"$enablestring" = xdisable; then
13045 if test $wxUSE_RICHMSGDLG = no; then
13051 result=$wxUSE_RICHMSGDLG
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13055 $as_echo "$result" >&6; }
13059 defaultval=$wxUSE_ALL_FEATURES
13060 if test -z "$defaultval"; then
13061 if test x"$enablestring" = xdisable; then
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-richtooltip" >&5
13069 $as_echo_n "checking
for --${enablestring:-enable}-richtooltip...
" >&6; }
13070 # Check whether --enable-richtooltip was given.
13071 if test "${enable_richtooltip+set}" = set; then :
13072 enableval=$enable_richtooltip;
13073 if test "$enableval" = yes; then
13074 wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=yes'
13076 wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=no'
13081 wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=${'DEFAULT_wxUSE_RICHTOOLTIP":-$defaultval}"
13086 eval "$wx_cv_use_richtooltip"
13088 if test x
"$enablestring" = xdisable
; then
13089 if test $wxUSE_RICHTOOLTIP = no
; then
13095 result
=$wxUSE_RICHTOOLTIP
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13099 $as_echo "$result" >&6; }
13103 defaultval
=$wxUSE_ALL_FEATURES
13104 if test -z "$defaultval"; then
13105 if test x
"$enablestring" = xdisable
; then
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-rearrangectrl" >&5
13113 $as_echo_n "checking for --${enablestring:-enable}-rearrangectrl... " >&6; }
13114 # Check whether --enable-rearrangectrl was given.
13115 if test "${enable_rearrangectrl+set}" = set; then :
13116 enableval
=$enable_rearrangectrl;
13117 if test "$enableval" = yes; then
13118 wx_cv_use_rearrangectrl
='wxUSE_REARRANGECTRL=yes'
13120 wx_cv_use_rearrangectrl
='wxUSE_REARRANGECTRL=no'
13125 wx_cv_use_rearrangectrl
='wxUSE_REARRANGECTRL=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
13130 eval "$wx_cv_use_rearrangectrl"
13132 if test x"$enablestring" = xdisable; then
13133 if test $wxUSE_REARRANGECTRL = no; then
13139 result=$wxUSE_REARRANGECTRL
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13143 $as_echo "$result" >&6; }
13147 defaultval=$wxUSE_ALL_FEATURES
13148 if test -z "$defaultval"; then
13149 if test x"$enablestring" = xdisable; then
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sash" >&5
13157 $as_echo_n "checking for --${enablestring:-enable}-sash... " >&6; }
13158 # Check whether --enable-sash was given.
13159 if test "${enable_sash+set}" = set; then :
13160 enableval=$enable_sash;
13161 if test "$enableval" = yes; then
13162 wx_cv_use_sash='wxUSE_SASH
=yes'
13164 wx_cv_use_sash='wxUSE_SASH
=no
'
13169 wx_cv_use_sash='wxUSE_SASH
=${'DEFAULT_wxUSE_SASH":-$defaultval}"
13174 eval "$wx_cv_use_sash"
13176 if test x"$enablestring" = xdisable; then
13177 if test $wxUSE_SASH = no; then
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13187 $as_echo "$result" >&6; }
13191 defaultval=$wxUSE_ALL_FEATURES
13192 if test -z "$defaultval"; then
13193 if test x"$enablestring" = xdisable; then
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-scrollbar" >&5
13201 $as_echo_n "checking
for --${enablestring:-enable}-scrollbar...
" >&6; }
13202 # Check whether --enable-scrollbar was given.
13203 if test "${enable_scrollbar+set}" = set; then :
13204 enableval=$enable_scrollbar;
13205 if test "$enableval" = yes; then
13206 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
13208 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
13213 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
13218 eval "$wx_cv_use_scrollbar"
13220 if test x
"$enablestring" = xdisable
; then
13221 if test $wxUSE_SCROLLBAR = no
; then
13227 result
=$wxUSE_SCROLLBAR
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13231 $as_echo "$result" >&6; }
13235 defaultval
=$wxUSE_ALL_FEATURES
13236 if test -z "$defaultval"; then
13237 if test x
"$enablestring" = xdisable
; then
13244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-searchctrl" >&5
13245 $as_echo_n "checking for --${enablestring:-enable}-searchctrl... " >&6; }
13246 # Check whether --enable-searchctrl was given.
13247 if test "${enable_searchctrl+set}" = set; then :
13248 enableval
=$enable_searchctrl;
13249 if test "$enableval" = yes; then
13250 wx_cv_use_searchctrl
='wxUSE_SEARCHCTRL=yes'
13252 wx_cv_use_searchctrl
='wxUSE_SEARCHCTRL=no'
13257 wx_cv_use_searchctrl
='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
13262 eval "$wx_cv_use_searchctrl"
13264 if test x"$enablestring" = xdisable; then
13265 if test $wxUSE_SEARCHCTRL = no; then
13271 result=$wxUSE_SEARCHCTRL
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13275 $as_echo "$result" >&6; }
13279 defaultval=$wxUSE_ALL_FEATURES
13280 if test -z "$defaultval"; then
13281 if test x"$enablestring" = xdisable; then
13288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-slider" >&5
13289 $as_echo_n "checking for --${enablestring:-enable}-slider... " >&6; }
13290 # Check whether --enable-slider was given.
13291 if test "${enable_slider+set}" = set; then :
13292 enableval=$enable_slider;
13293 if test "$enableval" = yes; then
13294 wx_cv_use_slider='wxUSE_SLIDER
=yes'
13296 wx_cv_use_slider='wxUSE_SLIDER
=no
'
13301 wx_cv_use_slider='wxUSE_SLIDER
=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
13306 eval "$wx_cv_use_slider"
13308 if test x"$enablestring" = xdisable; then
13309 if test $wxUSE_SLIDER = no; then
13315 result=$wxUSE_SLIDER
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13319 $as_echo "$result" >&6; }
13323 defaultval=$wxUSE_ALL_FEATURES
13324 if test -z "$defaultval"; then
13325 if test x"$enablestring" = xdisable; then
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-spinbtn" >&5
13333 $as_echo_n "checking
for --${enablestring:-enable}-spinbtn...
" >&6; }
13334 # Check whether --enable-spinbtn was given.
13335 if test "${enable_spinbtn+set}" = set; then :
13336 enableval=$enable_spinbtn;
13337 if test "$enableval" = yes; then
13338 wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
13340 wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
13345 wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
13350 eval "$wx_cv_use_spinbtn"
13352 if test x
"$enablestring" = xdisable
; then
13353 if test $wxUSE_SPINBTN = no
; then
13359 result
=$wxUSE_SPINBTN
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13363 $as_echo "$result" >&6; }
13367 defaultval
=$wxUSE_ALL_FEATURES
13368 if test -z "$defaultval"; then
13369 if test x
"$enablestring" = xdisable
; then
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-spinctrl" >&5
13377 $as_echo_n "checking for --${enablestring:-enable}-spinctrl... " >&6; }
13378 # Check whether --enable-spinctrl was given.
13379 if test "${enable_spinctrl+set}" = set; then :
13380 enableval
=$enable_spinctrl;
13381 if test "$enableval" = yes; then
13382 wx_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
13384 wx_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
13389 wx_cv_use_spinctrl
='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
13394 eval "$wx_cv_use_spinctrl"
13396 if test x"$enablestring" = xdisable; then
13397 if test $wxUSE_SPINCTRL = no; then
13403 result=$wxUSE_SPINCTRL
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13407 $as_echo "$result" >&6; }
13411 defaultval=$wxUSE_ALL_FEATURES
13412 if test -z "$defaultval"; then
13413 if test x"$enablestring" = xdisable; then
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splitter" >&5
13421 $as_echo_n "checking for --${enablestring:-enable}-splitter... " >&6; }
13422 # Check whether --enable-splitter was given.
13423 if test "${enable_splitter+set}" = set; then :
13424 enableval=$enable_splitter;
13425 if test "$enableval" = yes; then
13426 wx_cv_use_splitter='wxUSE_SPLITTER
=yes'
13428 wx_cv_use_splitter='wxUSE_SPLITTER
=no
'
13433 wx_cv_use_splitter='wxUSE_SPLITTER
=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
13438 eval "$wx_cv_use_splitter"
13440 if test x"$enablestring" = xdisable; then
13441 if test $wxUSE_SPLITTER = no; then
13447 result=$wxUSE_SPLITTER
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13451 $as_echo "$result" >&6; }
13455 defaultval=$wxUSE_ALL_FEATURES
13456 if test -z "$defaultval"; then
13457 if test x"$enablestring" = xdisable; then
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-statbmp" >&5
13465 $as_echo_n "checking
for --${enablestring:-enable}-statbmp...
" >&6; }
13466 # Check whether --enable-statbmp was given.
13467 if test "${enable_statbmp+set}" = set; then :
13468 enableval=$enable_statbmp;
13469 if test "$enableval" = yes; then
13470 wx_cv_use_statbmp='wxUSE_STATBMP=yes'
13472 wx_cv_use_statbmp='wxUSE_STATBMP=no'
13477 wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
13482 eval "$wx_cv_use_statbmp"
13484 if test x
"$enablestring" = xdisable
; then
13485 if test $wxUSE_STATBMP = no
; then
13491 result
=$wxUSE_STATBMP
13494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13495 $as_echo "$result" >&6; }
13499 defaultval
=$wxUSE_ALL_FEATURES
13500 if test -z "$defaultval"; then
13501 if test x
"$enablestring" = xdisable
; then
13508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statbox" >&5
13509 $as_echo_n "checking for --${enablestring:-enable}-statbox... " >&6; }
13510 # Check whether --enable-statbox was given.
13511 if test "${enable_statbox+set}" = set; then :
13512 enableval
=$enable_statbox;
13513 if test "$enableval" = yes; then
13514 wx_cv_use_statbox
='wxUSE_STATBOX=yes'
13516 wx_cv_use_statbox
='wxUSE_STATBOX=no'
13521 wx_cv_use_statbox
='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
13526 eval "$wx_cv_use_statbox"
13528 if test x"$enablestring" = xdisable; then
13529 if test $wxUSE_STATBOX = no; then
13535 result=$wxUSE_STATBOX
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13539 $as_echo "$result" >&6; }
13543 defaultval=$wxUSE_ALL_FEATURES
13544 if test -z "$defaultval"; then
13545 if test x"$enablestring" = xdisable; then
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statline" >&5
13553 $as_echo_n "checking for --${enablestring:-enable}-statline... " >&6; }
13554 # Check whether --enable-statline was given.
13555 if test "${enable_statline+set}" = set; then :
13556 enableval=$enable_statline;
13557 if test "$enableval" = yes; then
13558 wx_cv_use_statline='wxUSE_STATLINE
=yes'
13560 wx_cv_use_statline='wxUSE_STATLINE
=no
'
13565 wx_cv_use_statline='wxUSE_STATLINE
=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
13570 eval "$wx_cv_use_statline"
13572 if test x"$enablestring" = xdisable; then
13573 if test $wxUSE_STATLINE = no; then
13579 result=$wxUSE_STATLINE
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13583 $as_echo "$result" >&6; }
13587 defaultval=$wxUSE_ALL_FEATURES
13588 if test -z "$defaultval"; then
13589 if test x"$enablestring" = xdisable; then
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-stattext" >&5
13597 $as_echo_n "checking
for --${enablestring:-enable}-stattext...
" >&6; }
13598 # Check whether --enable-stattext was given.
13599 if test "${enable_stattext+set}" = set; then :
13600 enableval=$enable_stattext;
13601 if test "$enableval" = yes; then
13602 wx_cv_use_stattext='wxUSE_STATTEXT=yes'
13604 wx_cv_use_stattext='wxUSE_STATTEXT=no'
13609 wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
13614 eval "$wx_cv_use_stattext"
13616 if test x
"$enablestring" = xdisable
; then
13617 if test $wxUSE_STATTEXT = no
; then
13623 result
=$wxUSE_STATTEXT
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13627 $as_echo "$result" >&6; }
13631 defaultval
=$wxUSE_ALL_FEATURES
13632 if test -z "$defaultval"; then
13633 if test x
"$enablestring" = xdisable
; then
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statusbar" >&5
13641 $as_echo_n "checking for --${enablestring:-enable}-statusbar... " >&6; }
13642 # Check whether --enable-statusbar was given.
13643 if test "${enable_statusbar+set}" = set; then :
13644 enableval
=$enable_statusbar;
13645 if test "$enableval" = yes; then
13646 wx_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
13648 wx_cv_use_statusbar
='wxUSE_STATUSBAR=no'
13653 wx_cv_use_statusbar
='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
13658 eval "$wx_cv_use_statusbar"
13660 if test x"$enablestring" = xdisable; then
13661 if test $wxUSE_STATUSBAR = no; then
13667 result=$wxUSE_STATUSBAR
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13671 $as_echo "$result" >&6; }
13675 defaultval=$wxUSE_ALL_FEATURES
13676 if test -z "$defaultval"; then
13677 if test x"$enablestring" = xdisable; then
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-taskbaricon" >&5
13685 $as_echo_n "checking for --${enablestring:-enable}-taskbaricon... " >&6; }
13686 # Check whether --enable-taskbaricon was given.
13687 if test "${enable_taskbaricon+set}" = set; then :
13688 enableval=$enable_taskbaricon;
13689 if test "$enableval" = yes; then
13690 wx_cv_use_taskbaricon='wxUSE_TASKBARICON
=yes'
13692 wx_cv_use_taskbaricon='wxUSE_TASKBARICON
=no
'
13697 wx_cv_use_taskbaricon='wxUSE_TASKBARICON
=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
13702 eval "$wx_cv_use_taskbaricon"
13704 if test x"$enablestring" = xdisable; then
13705 if test $wxUSE_TASKBARICON = no; then
13711 result=$wxUSE_TASKBARICON
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13715 $as_echo "$result" >&6; }
13719 defaultval=$wxUSE_ALL_FEATURES
13720 if test -z "$defaultval"; then
13721 if test x"$enablestring" = xdisable; then
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tbarnative" >&5
13729 $as_echo_n "checking
for --${enablestring:-enable}-tbarnative...
" >&6; }
13730 # Check whether --enable-tbarnative was given.
13731 if test "${enable_tbarnative+set}" = set; then :
13732 enableval=$enable_tbarnative;
13733 if test "$enableval" = yes; then
13734 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
13736 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
13741 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
13746 eval "$wx_cv_use_tbarnative"
13748 if test x
"$enablestring" = xdisable
; then
13749 if test $wxUSE_TOOLBAR_NATIVE = no
; then
13755 result
=$wxUSE_TOOLBAR_NATIVE
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13759 $as_echo "$result" >&6; }
13763 defaultval
=$wxUSE_ALL_FEATURES
13764 if test -z "$defaultval"; then
13765 if test x
"$enablestring" = xdisable
; then
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textctrl" >&5
13773 $as_echo_n "checking for --${enablestring:-enable}-textctrl... " >&6; }
13774 # Check whether --enable-textctrl was given.
13775 if test "${enable_textctrl+set}" = set; then :
13776 enableval
=$enable_textctrl;
13777 if test "$enableval" = yes; then
13778 wx_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
13780 wx_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
13785 wx_cv_use_textctrl
='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
13790 eval "$wx_cv_use_textctrl"
13792 if test x"$enablestring" = xdisable; then
13793 if test $wxUSE_TEXTCTRL = no; then
13799 result=$wxUSE_TEXTCTRL
13802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13803 $as_echo "$result" >&6; }
13807 defaultval=$wxUSE_ALL_FEATURES
13808 if test -z "$defaultval"; then
13809 if test x"$enablestring" = xdisable; then
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-datepick" >&5
13817 $as_echo_n "checking for --${enablestring:-enable}-datepick... " >&6; }
13818 # Check whether --enable-datepick was given.
13819 if test "${enable_datepick+set}" = set; then :
13820 enableval=$enable_datepick;
13821 if test "$enableval" = yes; then
13822 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL
=yes'
13824 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL
=no
'
13829 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL
=${'DEFAULT_wxUSE_TIMEPICKCTRL":-$defaultval}"
13834 eval "$wx_cv_use_datepick"
13836 if test x"$enablestring" = xdisable; then
13837 if test $wxUSE_TIMEPICKCTRL = no; then
13843 result=$wxUSE_TIMEPICKCTRL
13846 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13847 $as_echo "$result" >&6; }
13851 defaultval=$wxUSE_ALL_FEATURES
13852 if test -z "$defaultval"; then
13853 if test x"$enablestring" = xdisable; then
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tipwindow" >&5
13861 $as_echo_n "checking
for --${enablestring:-enable}-tipwindow...
" >&6; }
13862 # Check whether --enable-tipwindow was given.
13863 if test "${enable_tipwindow+set}" = set; then :
13864 enableval=$enable_tipwindow;
13865 if test "$enableval" = yes; then
13866 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
13868 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
13873 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
13878 eval "$wx_cv_use_tipwindow"
13880 if test x
"$enablestring" = xdisable
; then
13881 if test $wxUSE_TIPWINDOW = no
; then
13887 result
=$wxUSE_TIPWINDOW
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13891 $as_echo "$result" >&6; }
13895 defaultval
=$wxUSE_ALL_FEATURES
13896 if test -z "$defaultval"; then
13897 if test x
"$enablestring" = xdisable
; then
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-togglebtn" >&5
13905 $as_echo_n "checking for --${enablestring:-enable}-togglebtn... " >&6; }
13906 # Check whether --enable-togglebtn was given.
13907 if test "${enable_togglebtn+set}" = set; then :
13908 enableval
=$enable_togglebtn;
13909 if test "$enableval" = yes; then
13910 wx_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
13912 wx_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
13917 wx_cv_use_togglebtn
='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
13922 eval "$wx_cv_use_togglebtn"
13924 if test x"$enablestring" = xdisable; then
13925 if test $wxUSE_TOGGLEBTN = no; then
13931 result=$wxUSE_TOGGLEBTN
13934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13935 $as_echo "$result" >&6; }
13939 defaultval=$wxUSE_ALL_FEATURES
13940 if test -z "$defaultval"; then
13941 if test x"$enablestring" = xdisable; then
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-toolbar" >&5
13949 $as_echo_n "checking for --${enablestring:-enable}-toolbar... " >&6; }
13950 # Check whether --enable-toolbar was given.
13951 if test "${enable_toolbar+set}" = set; then :
13952 enableval=$enable_toolbar;
13953 if test "$enableval" = yes; then
13954 wx_cv_use_toolbar='wxUSE_TOOLBAR
=yes'
13956 wx_cv_use_toolbar='wxUSE_TOOLBAR
=no
'
13961 wx_cv_use_toolbar='wxUSE_TOOLBAR
=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
13966 eval "$wx_cv_use_toolbar"
13968 if test x"$enablestring" = xdisable; then
13969 if test $wxUSE_TOOLBAR = no; then
13975 result=$wxUSE_TOOLBAR
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13979 $as_echo "$result" >&6; }
13983 defaultval=$wxUSE_ALL_FEATURES
13984 if test -z "$defaultval"; then
13985 if test x"$enablestring" = xdisable; then
13992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-toolbook" >&5
13993 $as_echo_n "checking
for --${enablestring:-enable}-toolbook...
" >&6; }
13994 # Check whether --enable-toolbook was given.
13995 if test "${enable_toolbook+set}" = set; then :
13996 enableval=$enable_toolbook;
13997 if test "$enableval" = yes; then
13998 wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
14000 wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
14005 wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
14010 eval "$wx_cv_use_toolbook"
14012 if test x
"$enablestring" = xdisable
; then
14013 if test $wxUSE_TOOLBOOK = no
; then
14019 result
=$wxUSE_TOOLBOOK
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14023 $as_echo "$result" >&6; }
14027 defaultval
=$wxUSE_ALL_FEATURES
14028 if test -z "$defaultval"; then
14029 if test x
"$enablestring" = xdisable
; then
14036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treebook" >&5
14037 $as_echo_n "checking for --${enablestring:-enable}-treebook... " >&6; }
14038 # Check whether --enable-treebook was given.
14039 if test "${enable_treebook+set}" = set; then :
14040 enableval
=$enable_treebook;
14041 if test "$enableval" = yes; then
14042 wx_cv_use_treebook
='wxUSE_TREEBOOK=yes'
14044 wx_cv_use_treebook
='wxUSE_TREEBOOK=no'
14049 wx_cv_use_treebook
='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
14054 eval "$wx_cv_use_treebook"
14056 if test x"$enablestring" = xdisable; then
14057 if test $wxUSE_TREEBOOK = no; then
14063 result=$wxUSE_TREEBOOK
14066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14067 $as_echo "$result" >&6; }
14071 defaultval=$wxUSE_ALL_FEATURES
14072 if test -z "$defaultval"; then
14073 if test x"$enablestring" = xdisable; then
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treectrl" >&5
14081 $as_echo_n "checking for --${enablestring:-enable}-treectrl... " >&6; }
14082 # Check whether --enable-treectrl was given.
14083 if test "${enable_treectrl+set}" = set; then :
14084 enableval=$enable_treectrl;
14085 if test "$enableval" = yes; then
14086 wx_cv_use_treectrl='wxUSE_TREECTRL
=yes'
14088 wx_cv_use_treectrl='wxUSE_TREECTRL
=no
'
14093 wx_cv_use_treectrl='wxUSE_TREECTRL
=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
14098 eval "$wx_cv_use_treectrl"
14100 if test x"$enablestring" = xdisable; then
14101 if test $wxUSE_TREECTRL = no; then
14107 result=$wxUSE_TREECTRL
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14111 $as_echo "$result" >&6; }
14115 defaultval=$wxUSE_ALL_FEATURES
14116 if test -z "$defaultval"; then
14117 if test x"$enablestring" = xdisable; then
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-treelist" >&5
14125 $as_echo_n "checking
for --${enablestring:-enable}-treelist...
" >&6; }
14126 # Check whether --enable-treelist was given.
14127 if test "${enable_treelist+set}" = set; then :
14128 enableval=$enable_treelist;
14129 if test "$enableval" = yes; then
14130 wx_cv_use_treelist='wxUSE_TREELISTCTRL=yes'
14132 wx_cv_use_treelist='wxUSE_TREELISTCTRL=no'
14137 wx_cv_use_treelist='wxUSE_TREELISTCTRL=${'DEFAULT_wxUSE_TREELISTCTRL":-$defaultval}"
14142 eval "$wx_cv_use_treelist"
14144 if test x
"$enablestring" = xdisable
; then
14145 if test $wxUSE_TREELISTCTRL = no
; then
14151 result
=$wxUSE_TREELISTCTRL
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14155 $as_echo "$result" >&6; }
14161 defaultval
=$wxUSE_ALL_FEATURES
14162 if test -z "$defaultval"; then
14163 if test x
"$enablestring" = xdisable
; then
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-commondlg" >&5
14171 $as_echo_n "checking for --${enablestring:-enable}-commondlg... " >&6; }
14172 # Check whether --enable-commondlg was given.
14173 if test "${enable_commondlg+set}" = set; then :
14174 enableval
=$enable_commondlg;
14175 if test "$enableval" = yes; then
14176 wx_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
14178 wx_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
14183 wx_cv_use_commondlg
='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
14188 eval "$wx_cv_use_commondlg"
14190 if test x"$enablestring" = xdisable; then
14191 if test $wxUSE_COMMONDLGS = no; then
14197 result=$wxUSE_COMMONDLGS
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14201 $as_echo "$result" >&6; }
14205 defaultval=$wxUSE_ALL_FEATURES
14206 if test -z "$defaultval"; then
14207 if test x"$enablestring" = xdisable; then
14214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-aboutdlg" >&5
14215 $as_echo_n "checking for --${enablestring:-enable}-aboutdlg... " >&6; }
14216 # Check whether --enable-aboutdlg was given.
14217 if test "${enable_aboutdlg+set}" = set; then :
14218 enableval=$enable_aboutdlg;
14219 if test "$enableval" = yes; then
14220 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG
=yes'
14222 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG
=no
'
14227 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG
=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
14232 eval "$wx_cv_use_aboutdlg"
14234 if test x"$enablestring" = xdisable; then
14235 if test $wxUSE_ABOUTDLG = no; then
14241 result=$wxUSE_ABOUTDLG
14244 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14245 $as_echo "$result" >&6; }
14249 defaultval=$wxUSE_ALL_FEATURES
14250 if test -z "$defaultval"; then
14251 if test x"$enablestring" = xdisable; then
14258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-choicedlg" >&5
14259 $as_echo_n "checking
for --${enablestring:-enable}-choicedlg...
" >&6; }
14260 # Check whether --enable-choicedlg was given.
14261 if test "${enable_choicedlg+set}" = set; then :
14262 enableval=$enable_choicedlg;
14263 if test "$enableval" = yes; then
14264 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
14266 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
14271 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
14276 eval "$wx_cv_use_choicedlg"
14278 if test x
"$enablestring" = xdisable
; then
14279 if test $wxUSE_CHOICEDLG = no
; then
14285 result
=$wxUSE_CHOICEDLG
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14289 $as_echo "$result" >&6; }
14293 defaultval
=$wxUSE_ALL_FEATURES
14294 if test -z "$defaultval"; then
14295 if test x
"$enablestring" = xdisable
; then
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-coldlg" >&5
14303 $as_echo_n "checking for --${enablestring:-enable}-coldlg... " >&6; }
14304 # Check whether --enable-coldlg was given.
14305 if test "${enable_coldlg+set}" = set; then :
14306 enableval
=$enable_coldlg;
14307 if test "$enableval" = yes; then
14308 wx_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
14310 wx_cv_use_coldlg
='wxUSE_COLOURDLG=no'
14315 wx_cv_use_coldlg
='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
14320 eval "$wx_cv_use_coldlg"
14322 if test x"$enablestring" = xdisable; then
14323 if test $wxUSE_COLOURDLG = no; then
14329 result=$wxUSE_COLOURDLG
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14333 $as_echo "$result" >&6; }
14337 defaultval=$wxUSE_ALL_FEATURES
14338 if test -z "$defaultval"; then
14339 if test x"$enablestring" = xdisable; then
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filedlg" >&5
14347 $as_echo_n "checking for --${enablestring:-enable}-filedlg... " >&6; }
14348 # Check whether --enable-filedlg was given.
14349 if test "${enable_filedlg+set}" = set; then :
14350 enableval=$enable_filedlg;
14351 if test "$enableval" = yes; then
14352 wx_cv_use_filedlg='wxUSE_FILEDLG
=yes'
14354 wx_cv_use_filedlg='wxUSE_FILEDLG
=no
'
14359 wx_cv_use_filedlg='wxUSE_FILEDLG
=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
14364 eval "$wx_cv_use_filedlg"
14366 if test x"$enablestring" = xdisable; then
14367 if test $wxUSE_FILEDLG = no; then
14373 result=$wxUSE_FILEDLG
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14377 $as_echo "$result" >&6; }
14381 defaultval=$wxUSE_ALL_FEATURES
14382 if test -z "$defaultval"; then
14383 if test x"$enablestring" = xdisable; then
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-finddlg" >&5
14391 $as_echo_n "checking
for --${enablestring:-enable}-finddlg...
" >&6; }
14392 # Check whether --enable-finddlg was given.
14393 if test "${enable_finddlg+set}" = set; then :
14394 enableval=$enable_finddlg;
14395 if test "$enableval" = yes; then
14396 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
14398 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
14403 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
14408 eval "$wx_cv_use_finddlg"
14410 if test x
"$enablestring" = xdisable
; then
14411 if test $wxUSE_FINDREPLDLG = no
; then
14417 result
=$wxUSE_FINDREPLDLG
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14421 $as_echo "$result" >&6; }
14425 defaultval
=$wxUSE_ALL_FEATURES
14426 if test -z "$defaultval"; then
14427 if test x
"$enablestring" = xdisable
; then
14434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontdlg" >&5
14435 $as_echo_n "checking for --${enablestring:-enable}-fontdlg... " >&6; }
14436 # Check whether --enable-fontdlg was given.
14437 if test "${enable_fontdlg+set}" = set; then :
14438 enableval
=$enable_fontdlg;
14439 if test "$enableval" = yes; then
14440 wx_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
14442 wx_cv_use_fontdlg
='wxUSE_FONTDLG=no'
14447 wx_cv_use_fontdlg
='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
14452 eval "$wx_cv_use_fontdlg"
14454 if test x"$enablestring" = xdisable; then
14455 if test $wxUSE_FONTDLG = no; then
14461 result=$wxUSE_FONTDLG
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14465 $as_echo "$result" >&6; }
14469 defaultval=$wxUSE_ALL_FEATURES
14470 if test -z "$defaultval"; then
14471 if test x"$enablestring" = xdisable; then
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dirdlg" >&5
14479 $as_echo_n "checking for --${enablestring:-enable}-dirdlg... " >&6; }
14480 # Check whether --enable-dirdlg was given.
14481 if test "${enable_dirdlg+set}" = set; then :
14482 enableval=$enable_dirdlg;
14483 if test "$enableval" = yes; then
14484 wx_cv_use_dirdlg='wxUSE_DIRDLG
=yes'
14486 wx_cv_use_dirdlg='wxUSE_DIRDLG
=no
'
14491 wx_cv_use_dirdlg='wxUSE_DIRDLG
=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
14496 eval "$wx_cv_use_dirdlg"
14498 if test x"$enablestring" = xdisable; then
14499 if test $wxUSE_DIRDLG = no; then
14505 result=$wxUSE_DIRDLG
14508 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14509 $as_echo "$result" >&6; }
14513 defaultval=$wxUSE_ALL_FEATURES
14514 if test -z "$defaultval"; then
14515 if test x"$enablestring" = xdisable; then
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-msgdlg" >&5
14523 $as_echo_n "checking
for --${enablestring:-enable}-msgdlg...
" >&6; }
14524 # Check whether --enable-msgdlg was given.
14525 if test "${enable_msgdlg+set}" = set; then :
14526 enableval=$enable_msgdlg;
14527 if test "$enableval" = yes; then
14528 wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
14530 wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
14535 wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
14540 eval "$wx_cv_use_msgdlg"
14542 if test x
"$enablestring" = xdisable
; then
14543 if test $wxUSE_MSGDLG = no
; then
14549 result
=$wxUSE_MSGDLG
14552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14553 $as_echo "$result" >&6; }
14557 defaultval
=$wxUSE_ALL_FEATURES
14558 if test -z "$defaultval"; then
14559 if test x
"$enablestring" = xdisable
; then
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-numberdlg" >&5
14567 $as_echo_n "checking for --${enablestring:-enable}-numberdlg... " >&6; }
14568 # Check whether --enable-numberdlg was given.
14569 if test "${enable_numberdlg+set}" = set; then :
14570 enableval
=$enable_numberdlg;
14571 if test "$enableval" = yes; then
14572 wx_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
14574 wx_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
14579 wx_cv_use_numberdlg
='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
14584 eval "$wx_cv_use_numberdlg"
14586 if test x"$enablestring" = xdisable; then
14587 if test $wxUSE_NUMBERDLG = no; then
14593 result=$wxUSE_NUMBERDLG
14596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14597 $as_echo "$result" >&6; }
14601 defaultval=$wxUSE_ALL_FEATURES
14602 if test -z "$defaultval"; then
14603 if test x"$enablestring" = xdisable; then
14610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splash" >&5
14611 $as_echo_n "checking for --${enablestring:-enable}-splash... " >&6; }
14612 # Check whether --enable-splash was given.
14613 if test "${enable_splash+set}" = set; then :
14614 enableval=$enable_splash;
14615 if test "$enableval" = yes; then
14616 wx_cv_use_splash='wxUSE_SPLASH
=yes'
14618 wx_cv_use_splash='wxUSE_SPLASH
=no
'
14623 wx_cv_use_splash='wxUSE_SPLASH
=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
14628 eval "$wx_cv_use_splash"
14630 if test x"$enablestring" = xdisable; then
14631 if test $wxUSE_SPLASH = no; then
14637 result=$wxUSE_SPLASH
14640 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14641 $as_echo "$result" >&6; }
14645 defaultval=$wxUSE_ALL_FEATURES
14646 if test -z "$defaultval"; then
14647 if test x"$enablestring" = xdisable; then
14654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-textdlg" >&5
14655 $as_echo_n "checking
for --${enablestring:-enable}-textdlg...
" >&6; }
14656 # Check whether --enable-textdlg was given.
14657 if test "${enable_textdlg+set}" = set; then :
14658 enableval=$enable_textdlg;
14659 if test "$enableval" = yes; then
14660 wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
14662 wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
14667 wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
14672 eval "$wx_cv_use_textdlg"
14674 if test x
"$enablestring" = xdisable
; then
14675 if test $wxUSE_TEXTDLG = no
; then
14681 result
=$wxUSE_TEXTDLG
14684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14685 $as_echo "$result" >&6; }
14689 defaultval
=$wxUSE_ALL_FEATURES
14690 if test -z "$defaultval"; then
14691 if test x
"$enablestring" = xdisable
; then
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tipdlg" >&5
14699 $as_echo_n "checking for --${enablestring:-enable}-tipdlg... " >&6; }
14700 # Check whether --enable-tipdlg was given.
14701 if test "${enable_tipdlg+set}" = set; then :
14702 enableval
=$enable_tipdlg;
14703 if test "$enableval" = yes; then
14704 wx_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
14706 wx_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
14711 wx_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
14716 eval "$wx_cv_use_tipdlg"
14718 if test x"$enablestring" = xdisable; then
14719 if test $wxUSE_STARTUP_TIPS = no; then
14725 result=$wxUSE_STARTUP_TIPS
14728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14729 $as_echo "$result" >&6; }
14733 defaultval=$wxUSE_ALL_FEATURES
14734 if test -z "$defaultval"; then
14735 if test x"$enablestring" = xdisable; then
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-progressdlg" >&5
14743 $as_echo_n "checking for --${enablestring:-enable}-progressdlg... " >&6; }
14744 # Check whether --enable-progressdlg was given.
14745 if test "${enable_progressdlg+set}" = set; then :
14746 enableval=$enable_progressdlg;
14747 if test "$enableval" = yes; then
14748 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG
=yes'
14750 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG
=no
'
14755 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG
=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
14760 eval "$wx_cv_use_progressdlg"
14762 if test x"$enablestring" = xdisable; then
14763 if test $wxUSE_PROGRESSDLG = no; then
14769 result=$wxUSE_PROGRESSDLG
14772 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14773 $as_echo "$result" >&6; }
14777 defaultval=$wxUSE_ALL_FEATURES
14778 if test -z "$defaultval"; then
14779 if test x"$enablestring" = xdisable; then
14786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-wizarddlg" >&5
14787 $as_echo_n "checking
for --${enablestring:-enable}-wizarddlg...
" >&6; }
14788 # Check whether --enable-wizarddlg was given.
14789 if test "${enable_wizarddlg+set}" = set; then :
14790 enableval=$enable_wizarddlg;
14791 if test "$enableval" = yes; then
14792 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
14794 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
14799 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
14804 eval "$wx_cv_use_wizarddlg"
14806 if test x
"$enablestring" = xdisable
; then
14807 if test $wxUSE_WIZARDDLG = no
; then
14813 result
=$wxUSE_WIZARDDLG
14816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14817 $as_echo "$result" >&6; }
14823 defaultval
=$wxUSE_ALL_FEATURES
14824 if test -z "$defaultval"; then
14825 if test x
"$enablestring" = xdisable
; then
14832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-menus" >&5
14833 $as_echo_n "checking for --${enablestring:-enable}-menus... " >&6; }
14834 # Check whether --enable-menus was given.
14835 if test "${enable_menus+set}" = set; then :
14836 enableval
=$enable_menus;
14837 if test "$enableval" = yes; then
14838 wx_cv_use_menus
='wxUSE_MENUS=yes'
14840 wx_cv_use_menus
='wxUSE_MENUS=no'
14845 wx_cv_use_menus
='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
14850 eval "$wx_cv_use_menus"
14852 if test x"$enablestring" = xdisable; then
14853 if test $wxUSE_MENUS = no; then
14859 result=$wxUSE_MENUS
14862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14863 $as_echo "$result" >&6; }
14867 defaultval=$wxUSE_ALL_FEATURES
14868 if test -z "$defaultval"; then
14869 if test x"$enablestring" = xdisable; then
14876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-miniframe" >&5
14877 $as_echo_n "checking for --${enablestring:-enable}-miniframe... " >&6; }
14878 # Check whether --enable-miniframe was given.
14879 if test "${enable_miniframe+set}" = set; then :
14880 enableval=$enable_miniframe;
14881 if test "$enableval" = yes; then
14882 wx_cv_use_miniframe='wxUSE_MINIFRAME
=yes'
14884 wx_cv_use_miniframe='wxUSE_MINIFRAME
=no
'
14889 wx_cv_use_miniframe='wxUSE_MINIFRAME
=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
14894 eval "$wx_cv_use_miniframe"
14896 if test x"$enablestring" = xdisable; then
14897 if test $wxUSE_MINIFRAME = no; then
14903 result=$wxUSE_MINIFRAME
14906 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14907 $as_echo "$result" >&6; }
14911 defaultval=$wxUSE_ALL_FEATURES
14912 if test -z "$defaultval"; then
14913 if test x"$enablestring" = xdisable; then
14920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tooltips" >&5
14921 $as_echo_n "checking
for --${enablestring:-enable}-tooltips...
" >&6; }
14922 # Check whether --enable-tooltips was given.
14923 if test "${enable_tooltips+set}" = set; then :
14924 enableval=$enable_tooltips;
14925 if test "$enableval" = yes; then
14926 wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
14928 wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
14933 wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
14938 eval "$wx_cv_use_tooltips"
14940 if test x
"$enablestring" = xdisable
; then
14941 if test $wxUSE_TOOLTIPS = no
; then
14947 result
=$wxUSE_TOOLTIPS
14950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14951 $as_echo "$result" >&6; }
14955 defaultval
=$wxUSE_ALL_FEATURES
14956 if test -z "$defaultval"; then
14957 if test x
"$enablestring" = xdisable
; then
14964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splines" >&5
14965 $as_echo_n "checking for --${enablestring:-enable}-splines... " >&6; }
14966 # Check whether --enable-splines was given.
14967 if test "${enable_splines+set}" = set; then :
14968 enableval
=$enable_splines;
14969 if test "$enableval" = yes; then
14970 wx_cv_use_splines
='wxUSE_SPLINES=yes'
14972 wx_cv_use_splines
='wxUSE_SPLINES=no'
14977 wx_cv_use_splines
='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
14982 eval "$wx_cv_use_splines"
14984 if test x"$enablestring" = xdisable; then
14985 if test $wxUSE_SPLINES = no; then
14991 result=$wxUSE_SPLINES
14994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14995 $as_echo "$result" >&6; }
14999 defaultval=$wxUSE_ALL_FEATURES
15000 if test -z "$defaultval"; then
15001 if test x"$enablestring" = xdisable; then
15008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mousewheel" >&5
15009 $as_echo_n "checking for --${enablestring:-enable}-mousewheel... " >&6; }
15010 # Check whether --enable-mousewheel was given.
15011 if test "${enable_mousewheel+set}" = set; then :
15012 enableval=$enable_mousewheel;
15013 if test "$enableval" = yes; then
15014 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=yes'
15016 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=no
'
15021 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
15026 eval "$wx_cv_use_mousewheel"
15028 if test x"$enablestring" = xdisable; then
15029 if test $wxUSE_MOUSEWHEEL = no; then
15035 result=$wxUSE_MOUSEWHEEL
15038 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15039 $as_echo "$result" >&6; }
15043 defaultval=$wxUSE_ALL_FEATURES
15044 if test -z "$defaultval"; then
15045 if test x"$enablestring" = xdisable; then
15052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-validators" >&5
15053 $as_echo_n "checking
for --${enablestring:-enable}-validators...
" >&6; }
15054 # Check whether --enable-validators was given.
15055 if test "${enable_validators+set}" = set; then :
15056 enableval=$enable_validators;
15057 if test "$enableval" = yes; then
15058 wx_cv_use_validators='wxUSE_VALIDATORS=yes'
15060 wx_cv_use_validators='wxUSE_VALIDATORS=no'
15065 wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
15070 eval "$wx_cv_use_validators"
15072 if test x
"$enablestring" = xdisable
; then
15073 if test $wxUSE_VALIDATORS = no
; then
15079 result
=$wxUSE_VALIDATORS
15082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15083 $as_echo "$result" >&6; }
15087 defaultval
=$wxUSE_ALL_FEATURES
15088 if test -z "$defaultval"; then
15089 if test x
"$enablestring" = xdisable
; then
15096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-busyinfo" >&5
15097 $as_echo_n "checking for --${enablestring:-enable}-busyinfo... " >&6; }
15098 # Check whether --enable-busyinfo was given.
15099 if test "${enable_busyinfo+set}" = set; then :
15100 enableval
=$enable_busyinfo;
15101 if test "$enableval" = yes; then
15102 wx_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
15104 wx_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
15109 wx_cv_use_busyinfo
='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
15114 eval "$wx_cv_use_busyinfo"
15116 if test x"$enablestring" = xdisable; then
15117 if test $wxUSE_BUSYINFO = no; then
15123 result=$wxUSE_BUSYINFO
15126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15127 $as_echo "$result" >&6; }
15131 defaultval=$wxUSE_ALL_FEATURES
15132 if test -z "$defaultval"; then
15133 if test x"$enablestring" = xdisable; then
15140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-hotkey" >&5
15141 $as_echo_n "checking for --${enablestring:-enable}-hotkey... " >&6; }
15142 # Check whether --enable-hotkey was given.
15143 if test "${enable_hotkey+set}" = set; then :
15144 enableval=$enable_hotkey;
15145 if test "$enableval" = yes; then
15146 wx_cv_use_hotkey='wxUSE_HOTKEY
=yes'
15148 wx_cv_use_hotkey='wxUSE_HOTKEY
=no
'
15153 wx_cv_use_hotkey='wxUSE_HOTKEY
=${'DEFAULT_wxUSE_HOTKEY":-$defaultval}"
15158 eval "$wx_cv_use_hotkey"
15160 if test x"$enablestring" = xdisable; then
15161 if test $wxUSE_HOTKEY = no; then
15167 result=$wxUSE_HOTKEY
15170 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15171 $as_echo "$result" >&6; }
15175 defaultval=$wxUSE_ALL_FEATURES
15176 if test -z "$defaultval"; then
15177 if test x"$enablestring" = xdisable; then
15184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-joystick" >&5
15185 $as_echo_n "checking
for --${enablestring:-enable}-joystick...
" >&6; }
15186 # Check whether --enable-joystick was given.
15187 if test "${enable_joystick+set}" = set; then :
15188 enableval=$enable_joystick;
15189 if test "$enableval" = yes; then
15190 wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
15192 wx_cv_use_joystick='wxUSE_JOYSTICK=no'
15197 wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
15202 eval "$wx_cv_use_joystick"
15204 if test x
"$enablestring" = xdisable
; then
15205 if test $wxUSE_JOYSTICK = no
; then
15211 result
=$wxUSE_JOYSTICK
15214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15215 $as_echo "$result" >&6; }
15219 defaultval
=$wxUSE_ALL_FEATURES
15220 if test -z "$defaultval"; then
15221 if test x
"$enablestring" = xdisable
; then
15228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-metafile" >&5
15229 $as_echo_n "checking for --${enablestring:-enable}-metafile... " >&6; }
15230 # Check whether --enable-metafile was given.
15231 if test "${enable_metafile+set}" = set; then :
15232 enableval
=$enable_metafile;
15233 if test "$enableval" = yes; then
15234 wx_cv_use_metafile
='wxUSE_METAFILE=yes'
15236 wx_cv_use_metafile
='wxUSE_METAFILE=no'
15241 wx_cv_use_metafile
='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
15246 eval "$wx_cv_use_metafile"
15248 if test x"$enablestring" = xdisable; then
15249 if test $wxUSE_METAFILE = no; then
15255 result=$wxUSE_METAFILE
15258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15259 $as_echo "$result" >&6; }
15263 defaultval=$wxUSE_ALL_FEATURES
15264 if test -z "$defaultval"; then
15265 if test x"$enablestring" = xdisable; then
15272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dragimage" >&5
15273 $as_echo_n "checking for --${enablestring:-enable}-dragimage... " >&6; }
15274 # Check whether --enable-dragimage was given.
15275 if test "${enable_dragimage+set}" = set; then :
15276 enableval=$enable_dragimage;
15277 if test "$enableval" = yes; then
15278 wx_cv_use_dragimage='wxUSE_DRAGIMAGE
=yes'
15280 wx_cv_use_dragimage='wxUSE_DRAGIMAGE
=no
'
15285 wx_cv_use_dragimage='wxUSE_DRAGIMAGE
=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
15290 eval "$wx_cv_use_dragimage"
15292 if test x"$enablestring" = xdisable; then
15293 if test $wxUSE_DRAGIMAGE = no; then
15299 result=$wxUSE_DRAGIMAGE
15302 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15303 $as_echo "$result" >&6; }
15307 defaultval=$wxUSE_ALL_FEATURES
15308 if test -z "$defaultval"; then
15309 if test x"$enablestring" = xdisable; then
15316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-accessibility" >&5
15317 $as_echo_n "checking
for --${enablestring:-enable}-accessibility...
" >&6; }
15318 # Check whether --enable-accessibility was given.
15319 if test "${enable_accessibility+set}" = set; then :
15320 enableval=$enable_accessibility;
15321 if test "$enableval" = yes; then
15322 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
15324 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
15329 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
15334 eval "$wx_cv_use_accessibility"
15336 if test x
"$enablestring" = xdisable
; then
15337 if test $wxUSE_ACCESSIBILITY = no
; then
15343 result
=$wxUSE_ACCESSIBILITY
15346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15347 $as_echo "$result" >&6; }
15351 defaultval
=$wxUSE_ALL_FEATURES
15352 if test -z "$defaultval"; then
15353 if test x
"$enablestring" = xdisable
; then
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-uiactionsim" >&5
15361 $as_echo_n "checking for --${enablestring:-enable}-uiactionsim... " >&6; }
15362 # Check whether --enable-uiactionsim was given.
15363 if test "${enable_uiactionsim+set}" = set; then :
15364 enableval
=$enable_uiactionsim;
15365 if test "$enableval" = yes; then
15366 wx_cv_use_uiactionsim
='wxUSE_UIACTIONSIMULATOR=yes'
15368 wx_cv_use_uiactionsim
='wxUSE_UIACTIONSIMULATOR=no'
15373 wx_cv_use_uiactionsim
='wxUSE_UIACTIONSIMULATOR=${'DEFAULT_wxUSE_UIACTIONSIMULATOR":-$defaultval}"
15378 eval "$wx_cv_use_uiactionsim"
15380 if test x"$enablestring" = xdisable; then
15381 if test $wxUSE_UIACTIONSIMULATOR = no; then
15387 result=$wxUSE_UIACTIONSIMULATOR
15390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15391 $as_echo "$result" >&6; }
15395 defaultval=$wxUSE_ALL_FEATURES
15396 if test -z "$defaultval"; then
15397 if test x"$enablestring" = xdisable; then
15404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dctransform" >&5
15405 $as_echo_n "checking for --${enablestring:-enable}-dctransform... " >&6; }
15406 # Check whether --enable-dctransform was given.
15407 if test "${enable_dctransform+set}" = set; then :
15408 enableval=$enable_dctransform;
15409 if test "$enableval" = yes; then
15410 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX
=yes'
15412 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX
=no
'
15417 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX
=${'DEFAULT_wxUSE_DC_TRANSFORM_MATRIX":-$defaultval}"
15422 eval "$wx_cv_use_dctransform"
15424 if test x"$enablestring" = xdisable; then
15425 if test $wxUSE_DC_TRANSFORM_MATRIX = no; then
15431 result=$wxUSE_DC_TRANSFORM_MATRIX
15434 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15435 $as_echo "$result" >&6; }
15439 defaultval=$wxUSE_ALL_FEATURES
15440 if test -z "$defaultval"; then
15441 if test x"$enablestring" = xdisable; then
15448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-webviewwebkit" >&5
15449 $as_echo_n "checking
for --${enablestring:-enable}-webviewwebkit...
" >&6; }
15450 # Check whether --enable-webviewwebkit was given.
15451 if test "${enable_webviewwebkit+set}" = set; then :
15452 enableval=$enable_webviewwebkit;
15453 if test "$enableval" = yes; then
15454 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=yes'
15456 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=no'
15461 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=${'DEFAULT_wxUSE_WEBVIEW_WEBKIT":-$defaultval}"
15466 eval "$wx_cv_use_webviewwebkit"
15468 if test x
"$enablestring" = xdisable
; then
15469 if test $wxUSE_WEBVIEW_WEBKIT = no
; then
15475 result
=$wxUSE_WEBVIEW_WEBKIT
15478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15479 $as_echo "$result" >&6; }
15485 defaultval
=$wxUSE_ALL_FEATURES
15486 if test -z "$defaultval"; then
15487 if test x
"$enablestring" = xdisable
; then
15494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-palette" >&5
15495 $as_echo_n "checking for --${enablestring:-enable}-palette... " >&6; }
15496 # Check whether --enable-palette was given.
15497 if test "${enable_palette+set}" = set; then :
15498 enableval
=$enable_palette;
15499 if test "$enableval" = yes; then
15500 wx_cv_use_palette
='wxUSE_PALETTE=yes'
15502 wx_cv_use_palette
='wxUSE_PALETTE=no'
15507 wx_cv_use_palette
='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
15512 eval "$wx_cv_use_palette"
15514 if test x"$enablestring" = xdisable; then
15515 if test $wxUSE_PALETTE = no; then
15521 result=$wxUSE_PALETTE
15524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15525 $as_echo "$result" >&6; }
15529 defaultval=$wxUSE_ALL_FEATURES
15530 if test -z "$defaultval"; then
15531 if test x"$enablestring" = xdisable; then
15538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-image" >&5
15539 $as_echo_n "checking for --${enablestring:-enable}-image... " >&6; }
15540 # Check whether --enable-image was given.
15541 if test "${enable_image+set}" = set; then :
15542 enableval=$enable_image;
15543 if test "$enableval" = yes; then
15544 wx_cv_use_image='wxUSE_IMAGE
=yes'
15546 wx_cv_use_image='wxUSE_IMAGE
=no
'
15551 wx_cv_use_image='wxUSE_IMAGE
=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
15556 eval "$wx_cv_use_image"
15558 if test x"$enablestring" = xdisable; then
15559 if test $wxUSE_IMAGE = no; then
15565 result=$wxUSE_IMAGE
15568 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15569 $as_echo "$result" >&6; }
15573 defaultval=$wxUSE_ALL_FEATURES
15574 if test -z "$defaultval"; then
15575 if test x"$enablestring" = xdisable; then
15582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-gif" >&5
15583 $as_echo_n "checking
for --${enablestring:-enable}-gif...
" >&6; }
15584 # Check whether --enable-gif was given.
15585 if test "${enable_gif+set}" = set; then :
15586 enableval=$enable_gif;
15587 if test "$enableval" = yes; then
15588 wx_cv_use_gif='wxUSE_GIF=yes'
15590 wx_cv_use_gif='wxUSE_GIF=no'
15595 wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
15600 eval "$wx_cv_use_gif"
15602 if test x
"$enablestring" = xdisable
; then
15603 if test $wxUSE_GIF = no
; then
15612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15613 $as_echo "$result" >&6; }
15617 defaultval
=$wxUSE_ALL_FEATURES
15618 if test -z "$defaultval"; then
15619 if test x
"$enablestring" = xdisable
; then
15626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-pcx" >&5
15627 $as_echo_n "checking for --${enablestring:-enable}-pcx... " >&6; }
15628 # Check whether --enable-pcx was given.
15629 if test "${enable_pcx+set}" = set; then :
15630 enableval
=$enable_pcx;
15631 if test "$enableval" = yes; then
15632 wx_cv_use_pcx
='wxUSE_PCX=yes'
15634 wx_cv_use_pcx
='wxUSE_PCX=no'
15639 wx_cv_use_pcx
='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
15644 eval "$wx_cv_use_pcx"
15646 if test x"$enablestring" = xdisable; then
15647 if test $wxUSE_PCX = no; then
15656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15657 $as_echo "$result" >&6; }
15661 defaultval=$wxUSE_ALL_FEATURES
15662 if test -z "$defaultval"; then
15663 if test x"$enablestring" = xdisable; then
15670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tga" >&5
15671 $as_echo_n "checking for --${enablestring:-enable}-tga... " >&6; }
15672 # Check whether --enable-tga was given.
15673 if test "${enable_tga+set}" = set; then :
15674 enableval=$enable_tga;
15675 if test "$enableval" = yes; then
15676 wx_cv_use_tga='wxUSE_TGA
=yes'
15678 wx_cv_use_tga='wxUSE_TGA
=no
'
15683 wx_cv_use_tga='wxUSE_TGA
=${'DEFAULT_wxUSE_TGA":-$defaultval}"
15688 eval "$wx_cv_use_tga"
15690 if test x"$enablestring" = xdisable; then
15691 if test $wxUSE_TGA = no; then
15700 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15701 $as_echo "$result" >&6; }
15705 defaultval=$wxUSE_ALL_FEATURES
15706 if test -z "$defaultval"; then
15707 if test x"$enablestring" = xdisable; then
15714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-iff" >&5
15715 $as_echo_n "checking
for --${enablestring:-enable}-iff...
" >&6; }
15716 # Check whether --enable-iff was given.
15717 if test "${enable_iff+set}" = set; then :
15718 enableval=$enable_iff;
15719 if test "$enableval" = yes; then
15720 wx_cv_use_iff='wxUSE_IFF=yes'
15722 wx_cv_use_iff='wxUSE_IFF=no'
15727 wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
15732 eval "$wx_cv_use_iff"
15734 if test x
"$enablestring" = xdisable
; then
15735 if test $wxUSE_IFF = no
; then
15744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15745 $as_echo "$result" >&6; }
15749 defaultval
=$wxUSE_ALL_FEATURES
15750 if test -z "$defaultval"; then
15751 if test x
"$enablestring" = xdisable
; then
15758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-pnm" >&5
15759 $as_echo_n "checking for --${enablestring:-enable}-pnm... " >&6; }
15760 # Check whether --enable-pnm was given.
15761 if test "${enable_pnm+set}" = set; then :
15762 enableval
=$enable_pnm;
15763 if test "$enableval" = yes; then
15764 wx_cv_use_pnm
='wxUSE_PNM=yes'
15766 wx_cv_use_pnm
='wxUSE_PNM=no'
15771 wx_cv_use_pnm
='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
15776 eval "$wx_cv_use_pnm"
15778 if test x"$enablestring" = xdisable; then
15779 if test $wxUSE_PNM = no; then
15788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15789 $as_echo "$result" >&6; }
15793 defaultval=$wxUSE_ALL_FEATURES
15794 if test -z "$defaultval"; then
15795 if test x"$enablestring" = xdisable; then
15802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xpm" >&5
15803 $as_echo_n "checking for --${enablestring:-enable}-xpm... " >&6; }
15804 # Check whether --enable-xpm was given.
15805 if test "${enable_xpm+set}" = set; then :
15806 enableval=$enable_xpm;
15807 if test "$enableval" = yes; then
15808 wx_cv_use_xpm='wxUSE_XPM
=yes'
15810 wx_cv_use_xpm='wxUSE_XPM
=no
'
15815 wx_cv_use_xpm='wxUSE_XPM
=${'DEFAULT_wxUSE_XPM":-$defaultval}"
15820 eval "$wx_cv_use_xpm"
15822 if test x"$enablestring" = xdisable; then
15823 if test $wxUSE_XPM = no; then
15832 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15833 $as_echo "$result" >&6; }
15837 defaultval=$wxUSE_ALL_FEATURES
15838 if test -z "$defaultval"; then
15839 if test x"$enablestring" = xdisable; then
15846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ico_cur" >&5
15847 $as_echo_n "checking
for --${enablestring:-enable}-ico_cur...
" >&6; }
15848 # Check whether --enable-ico_cur was given.
15849 if test "${enable_ico_cur+set}" = set; then :
15850 enableval=$enable_ico_cur;
15851 if test "$enableval" = yes; then
15852 wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
15854 wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
15859 wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
15864 eval "$wx_cv_use_ico_cur"
15866 if test x
"$enablestring" = xdisable
; then
15867 if test $wxUSE_ICO_CUR = no
; then
15873 result
=$wxUSE_ICO_CUR
15876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15877 $as_echo "$result" >&6; }
15883 defaultval
=$wxUSE_ALL_FEATURES
15884 if test -z "$defaultval"; then
15885 if test x
"$enablestring" = xdisable
; then
15892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dccache" >&5
15893 $as_echo_n "checking for --${enablestring:-enable}-dccache... " >&6; }
15894 # Check whether --enable-dccache was given.
15895 if test "${enable_dccache+set}" = set; then :
15896 enableval
=$enable_dccache;
15897 if test "$enableval" = yes; then
15898 wx_cv_use_dccache
='wxUSE_DC_CACHEING=yes'
15900 wx_cv_use_dccache
='wxUSE_DC_CACHEING=no'
15905 wx_cv_use_dccache
='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
15910 eval "$wx_cv_use_dccache"
15912 if test x"$enablestring" = xdisable; then
15913 if test $wxUSE_DC_CACHEING = no; then
15919 result=$wxUSE_DC_CACHEING
15922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15923 $as_echo "$result" >&6; }
15927 defaultval=$wxUSE_ALL_FEATURES
15928 if test -z "$defaultval"; then
15929 if test x"$enablestring" = xdisable; then
15936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ps-in-msw" >&5
15937 $as_echo_n "checking for --${enablestring:-enable}-ps-in-msw... " >&6; }
15938 # Check whether --enable-ps-in-msw was given.
15939 if test "${enable_ps_in_msw+set}" = set; then :
15940 enableval=$enable_ps_in_msw;
15941 if test "$enableval" = yes; then
15942 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
=yes'
15944 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
=no
'
15949 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
15954 eval "$wx_cv_use_ps_in_msw"
15956 if test x"$enablestring" = xdisable; then
15957 if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no; then
15963 result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
15966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15967 $as_echo "$result" >&6; }
15971 defaultval=$wxUSE_ALL_FEATURES
15972 if test -z "$defaultval"; then
15973 if test x"$enablestring" = xdisable; then
15980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ownerdrawn" >&5
15981 $as_echo_n "checking
for --${enablestring:-enable}-ownerdrawn...
" >&6; }
15982 # Check whether --enable-ownerdrawn was given.
15983 if test "${enable_ownerdrawn+set}" = set; then :
15984 enableval=$enable_ownerdrawn;
15985 if test "$enableval" = yes; then
15986 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
15988 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
15993 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
15998 eval "$wx_cv_use_ownerdrawn"
16000 if test x
"$enablestring" = xdisable
; then
16001 if test $wxUSE_OWNER_DRAWN = no
; then
16007 result
=$wxUSE_OWNER_DRAWN
16010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16011 $as_echo "$result" >&6; }
16015 defaultval
=$wxUSE_ALL_FEATURES
16016 if test -z "$defaultval"; then
16017 if test x
"$enablestring" = xdisable
; then
16024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-uxtheme" >&5
16025 $as_echo_n "checking for --${enablestring:-enable}-uxtheme... " >&6; }
16026 # Check whether --enable-uxtheme was given.
16027 if test "${enable_uxtheme+set}" = set; then :
16028 enableval
=$enable_uxtheme;
16029 if test "$enableval" = yes; then
16030 wx_cv_use_uxtheme
='wxUSE_UXTHEME=yes'
16032 wx_cv_use_uxtheme
='wxUSE_UXTHEME=no'
16037 wx_cv_use_uxtheme
='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
16042 eval "$wx_cv_use_uxtheme"
16044 if test x"$enablestring" = xdisable; then
16045 if test $wxUSE_UXTHEME = no; then
16051 result=$wxUSE_UXTHEME
16054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16055 $as_echo "$result" >&6; }
16059 defaultval=$wxUSE_ALL_FEATURES
16060 if test -z "$defaultval"; then
16061 if test x"$enablestring" = xdisable; then
16068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-wxdib" >&5
16069 $as_echo_n "checking for --${enablestring:-enable}-wxdib... " >&6; }
16070 # Check whether --enable-wxdib was given.
16071 if test "${enable_wxdib+set}" = set; then :
16072 enableval=$enable_wxdib;
16073 if test "$enableval" = yes; then
16074 wx_cv_use_wxdib='wxUSE_DIB
=yes'
16076 wx_cv_use_wxdib='wxUSE_DIB
=no
'
16081 wx_cv_use_wxdib='wxUSE_DIB
=${'DEFAULT_wxUSE_DIB":-$defaultval}"
16086 eval "$wx_cv_use_wxdib"
16088 if test x"$enablestring" = xdisable; then
16089 if test $wxUSE_DIB = no; then
16098 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
16099 $as_echo "$result" >&6; }
16103 defaultval=$wxUSE_ALL_FEATURES
16104 if test -z "$defaultval"; then
16105 if test x"$enablestring" = xdisable; then
16112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-webviewie" >&5
16113 $as_echo_n "checking
for --${enablestring:-enable}-webviewie...
" >&6; }
16114 # Check whether --enable-webviewie was given.
16115 if test "${enable_webviewie+set}" = set; then :
16116 enableval=$enable_webviewie;
16117 if test "$enableval" = yes; then
16118 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=yes'
16120 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=no'
16125 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=${'DEFAULT_wxUSE_WEBVIEW_IE":-$defaultval}"
16130 eval "$wx_cv_use_webviewie"
16132 if test x
"$enablestring" = xdisable
; then
16133 if test $wxUSE_WEBVIEW_IE = no
; then
16139 result
=$wxUSE_WEBVIEW_IE
16142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16143 $as_echo "$result" >&6; }
16146 if test "$wxUSE_MSW" != 1; then
16147 DEFAULT_wxUSE_AUTOID_MANAGEMENT
=no
16152 defaultval
=$wxUSE_ALL_FEATURES
16153 if test -z "$defaultval"; then
16154 if test x
"$enablestring" = xdisable
; then
16161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-autoidman" >&5
16162 $as_echo_n "checking for --${enablestring:-enable}-autoidman... " >&6; }
16163 # Check whether --enable-autoidman was given.
16164 if test "${enable_autoidman+set}" = set; then :
16165 enableval
=$enable_autoidman;
16166 if test "$enableval" = yes; then
16167 wx_cv_use_autoidman
='wxUSE_AUTOID_MANAGEMENT=yes'
16169 wx_cv_use_autoidman
='wxUSE_AUTOID_MANAGEMENT=no'
16174 wx_cv_use_autoidman
='wxUSE_AUTOID_MANAGEMENT=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
16179 eval "$wx_cv_use_autoidman"
16181 if test x"$enablestring" = xdisable; then
16182 if test $wxUSE_AUTOID_MANAGEMENT = no; then
16188 result=$wxUSE_AUTOID_MANAGEMENT
16191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16192 $as_echo "$result" >&6; }
16198 cat >confcache <<\_ACEOF
16199 # This file is a shell script that caches the results of configure
16200 # tests run on this system so they can be shared between configure
16201 # scripts and configure runs, see configure's option
--config-cache.
16202 # It is not useful on other systems. If it contains results you don't
16203 # want to keep, you may remove or edit it.
16205 # config.status only pays attention to the cache file if you give it
16206 # the --recheck option to rerun configure.
16208 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16209 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16210 # following values.
16214 # The following way of writing the cache mishandles newlines in values,
16215 # but we know of no workaround that is simple, portable, and efficient.
16216 # So, we kill variables containing newlines.
16217 # Ultrix sh set writes to stderr and can't be redirected directly,
16218 # and sets the high bit in the cache file unless we assign to the vars.
16220 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16221 eval ac_val
=\$
$ac_var
16225 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16226 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16229 _
| IFS
| as_nl
) ;; #(
16230 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
16231 *) { eval $ac_var=; unset $ac_var;} ;;
16237 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16238 *${as_nl}ac_space
=\
*)
16239 # `set' does not quote correctly, so add quotes: double-quote
16240 # substitution turns \\\\ into \\, and sed turns \\ into \.
16243 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16246 # `set' quotes correctly as required by POSIX, so do not add quotes.
16247 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16256 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16258 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16260 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
16261 if test -w "$cache_file"; then
16262 if test "x$cache_file" != "x/dev/null"; then
16263 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16264 $as_echo "$as_me: updating cache $cache_file" >&6;}
16265 if test ! -f "$cache_file" || test -h "$cache_file"; then
16266 cat confcache
>"$cache_file"
16268 case $cache_file in #(
16270 mv -f confcache
"$cache_file"$$
&&
16271 mv -f "$cache_file"$$
"$cache_file" ;; #(
16273 mv -f confcache
"$cache_file" ;;
16278 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16279 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16286 ac_cpp
='$CPP $CPPFLAGS'
16287 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16288 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16289 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
16290 if test -n "$ac_tool_prefix"; then
16291 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
16292 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
16293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16294 $as_echo_n "checking for $ac_word... " >&6; }
16295 if ${ac_cv_prog_CC+:} false
; then :
16296 $as_echo_n "(cached) " >&6
16298 if test -n "$CC"; then
16299 ac_cv_prog_CC
="$CC" # Let the user override the test.
16301 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16302 for as_dir
in $PATH
16305 test -z "$as_dir" && as_dir
=.
16306 for ac_exec_ext
in '' $ac_executable_extensions; do
16307 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16308 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
16309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16319 if test -n "$CC"; then
16320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16321 $as_echo "$CC" >&6; }
16323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16324 $as_echo "no" >&6; }
16329 if test -z "$ac_cv_prog_CC"; then
16331 # Extract the first word of "gcc", so it can be a program name with args.
16332 set dummy gcc
; ac_word
=$2
16333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16334 $as_echo_n "checking for $ac_word... " >&6; }
16335 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
16336 $as_echo_n "(cached) " >&6
16338 if test -n "$ac_ct_CC"; then
16339 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
16341 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16342 for as_dir
in $PATH
16345 test -z "$as_dir" && as_dir
=.
16346 for ac_exec_ext
in '' $ac_executable_extensions; do
16347 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16348 ac_cv_prog_ac_ct_CC
="gcc"
16349 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16358 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
16359 if test -n "$ac_ct_CC"; then
16360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
16361 $as_echo "$ac_ct_CC" >&6; }
16363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16364 $as_echo "no" >&6; }
16367 if test "x$ac_ct_CC" = x
; then
16370 case $cross_compiling:$ac_tool_warned in
16372 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
16373 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
16374 ac_tool_warned
=yes ;;
16379 CC
="$ac_cv_prog_CC"
16382 if test -z "$CC"; then
16383 if test -n "$ac_tool_prefix"; then
16384 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
16385 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
16386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16387 $as_echo_n "checking for $ac_word... " >&6; }
16388 if ${ac_cv_prog_CC+:} false
; then :
16389 $as_echo_n "(cached) " >&6
16391 if test -n "$CC"; then
16392 ac_cv_prog_CC
="$CC" # Let the user override the test.
16394 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16395 for as_dir
in $PATH
16398 test -z "$as_dir" && as_dir
=.
16399 for ac_exec_ext
in '' $ac_executable_extensions; do
16400 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16401 ac_cv_prog_CC
="${ac_tool_prefix}cc"
16402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16412 if test -n "$CC"; then
16413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16414 $as_echo "$CC" >&6; }
16416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16417 $as_echo "no" >&6; }
16423 if test -z "$CC"; then
16424 # Extract the first word of "cc", so it can be a program name with args.
16425 set dummy cc
; ac_word
=$2
16426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16427 $as_echo_n "checking for $ac_word... " >&6; }
16428 if ${ac_cv_prog_CC+:} false
; then :
16429 $as_echo_n "(cached) " >&6
16431 if test -n "$CC"; then
16432 ac_cv_prog_CC
="$CC" # Let the user override the test.
16434 ac_prog_rejected
=no
16435 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16436 for as_dir
in $PATH
16439 test -z "$as_dir" && as_dir
=.
16440 for ac_exec_ext
in '' $ac_executable_extensions; do
16441 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16442 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
16443 ac_prog_rejected
=yes
16447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16454 if test $ac_prog_rejected = yes; then
16455 # We found a bogon in the path, so make sure we never use it.
16456 set dummy
$ac_cv_prog_CC
16458 if test $# != 0; then
16459 # We chose a different compiler from the bogus one.
16460 # However, it has the same basename, so the bogon will be chosen
16461 # first if we set CC to just the basename; use the full file name.
16463 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
16469 if test -n "$CC"; then
16470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16471 $as_echo "$CC" >&6; }
16473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16474 $as_echo "no" >&6; }
16479 if test -z "$CC"; then
16480 if test -n "$ac_tool_prefix"; then
16481 for ac_prog
in cl.exe
16483 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16484 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
16485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16486 $as_echo_n "checking for $ac_word... " >&6; }
16487 if ${ac_cv_prog_CC+:} false
; then :
16488 $as_echo_n "(cached) " >&6
16490 if test -n "$CC"; then
16491 ac_cv_prog_CC
="$CC" # Let the user override the test.
16493 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16494 for as_dir
in $PATH
16497 test -z "$as_dir" && as_dir
=.
16498 for ac_exec_ext
in '' $ac_executable_extensions; do
16499 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16500 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
16501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16511 if test -n "$CC"; then
16512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16513 $as_echo "$CC" >&6; }
16515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16516 $as_echo "no" >&6; }
16520 test -n "$CC" && break
16523 if test -z "$CC"; then
16525 for ac_prog
in cl.exe
16527 # Extract the first word of "$ac_prog", so it can be a program name with args.
16528 set dummy
$ac_prog; ac_word
=$2
16529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16530 $as_echo_n "checking for $ac_word... " >&6; }
16531 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
16532 $as_echo_n "(cached) " >&6
16534 if test -n "$ac_ct_CC"; then
16535 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
16537 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16538 for as_dir
in $PATH
16541 test -z "$as_dir" && as_dir
=.
16542 for ac_exec_ext
in '' $ac_executable_extensions; do
16543 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16544 ac_cv_prog_ac_ct_CC
="$ac_prog"
16545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16554 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
16555 if test -n "$ac_ct_CC"; then
16556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
16557 $as_echo "$ac_ct_CC" >&6; }
16559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16560 $as_echo "no" >&6; }
16564 test -n "$ac_ct_CC" && break
16567 if test "x$ac_ct_CC" = x
; then
16570 case $cross_compiling:$ac_tool_warned in
16572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
16573 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
16574 ac_tool_warned
=yes ;;
16583 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16584 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16585 as_fn_error $?
"no acceptable C compiler found in \$PATH
16586 See \`config.log' for more details" "$LINENO" 5; }
16588 # Provide some information about the compiler.
16589 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
16592 for ac_option
in --version -v -V -qversion; do
16593 { { ac_try
="$ac_compiler $ac_option >&5"
16594 case "(($ac_try" in
16595 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
16596 *) ac_try_echo=$ac_try;;
16598 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16599 $as_echo "$ac_try_echo"; } >&5
16600 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
16602 if test -s conftest.err; then
16604 ... rest of stderr output deleted ...
16605 10q' conftest.err >conftest.er1
16606 cat conftest.er1 >&5
16608 rm -f conftest.er1 conftest.err
16609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16610 test $ac_status = 0; }
16613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16614 /* end confdefs.h. */
16624 ac_clean_files_save=$ac_clean_files
16625 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
16626 # Try to create an executable without -o first, disregard a.out.
16627 # It will help us diagnose broken compilers, and finding out an intuition
16629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
16630 $as_echo_n "checking whether the C compiler works... " >&6; }
16631 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
16633 # The possible output files:
16634 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
16637 for ac_file in $ac_files
16640 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
16641 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
16646 if { { ac_try="$ac_link_default"
16647 case "(($ac_try" in
16648 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
16649 *) ac_try_echo
=$ac_try;;
16651 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16652 $as_echo "$ac_try_echo"; } >&5
16653 (eval "$ac_link_default") 2>&5
16655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16656 test $ac_status = 0; }; then :
16657 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
16658 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
16659 # in a Makefile. We should not override ac_cv_exeext if it was cached,
16660 # so that the user can short-circuit this test for compilers unknown to
16662 for ac_file
in $ac_files ''
16664 test -f "$ac_file" || continue
16666 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.map
| *.inf
| *.dSYM
| *.o
| *.obj
)
16669 # We found the default executable, but exeext='' is most
16673 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
16675 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
16677 # We set ac_cv_exeext here because the later test for it is not
16678 # safe: cross compilers may not add the suffix if given an `-o'
16679 # argument, so we may need to know it at that point already.
16680 # Even if this section looks crufty: it has the advantage of
16681 # actually working.
16687 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
16692 if test -z "$ac_file"; then :
16693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16694 $as_echo "no" >&6; }
16695 $as_echo "$as_me: failed program was:" >&5
16696 sed 's/^/| /' conftest.
$ac_ext >&5
16698 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16699 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16700 as_fn_error
77 "C compiler cannot create executables
16701 See \`config.log' for more details" "$LINENO" 5; }
16703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16704 $as_echo "yes" >&6; }
16706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
16707 $as_echo_n "checking for C compiler default output file name... " >&6; }
16708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
16709 $as_echo "$ac_file" >&6; }
16710 ac_exeext
=$ac_cv_exeext
16712 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
16713 ac_clean_files
=$ac_clean_files_save
16714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
16715 $as_echo_n "checking for suffix of executables... " >&6; }
16716 if { { ac_try
="$ac_link"
16717 case "(($ac_try" in
16718 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
16719 *) ac_try_echo=$ac_try;;
16721 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16722 $as_echo "$ac_try_echo"; } >&5
16723 (eval "$ac_link") 2>&5
16725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16726 test $ac_status = 0; }; then :
16727 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
16728 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
16729 # work properly (i.e., refer to `conftest.exe'), while it won't with
16731 for ac_file
in conftest.exe conftest conftest.
*; do
16732 test -f "$ac_file" || continue
16734 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.map
| *.inf
| *.dSYM
| *.o
| *.obj
) ;;
16735 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
16741 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16742 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16743 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
16744 See \`config.log' for more details" "$LINENO" 5; }
16746 rm -f conftest conftest
$ac_cv_exeext
16747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
16748 $as_echo "$ac_cv_exeext" >&6; }
16750 rm -f conftest.
$ac_ext
16751 EXEEXT
=$ac_cv_exeext
16753 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16754 /* end confdefs.h. */
16759 FILE *f = fopen ("conftest.out", "w");
16760 return ferror (f) || fclose (f) != 0;
16766 ac_clean_files
="$ac_clean_files conftest.out"
16767 # Check that the compiler produces executables we can run. If not, either
16768 # the compiler is broken, or we cross compile.
16769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
16770 $as_echo_n "checking whether we are cross compiling... " >&6; }
16771 if test "$cross_compiling" != yes; then
16772 { { ac_try
="$ac_link"
16773 case "(($ac_try" in
16774 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
16775 *) ac_try_echo=$ac_try;;
16777 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16778 $as_echo "$ac_try_echo"; } >&5
16779 (eval "$ac_link") 2>&5
16781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16782 test $ac_status = 0; }
16783 if { ac_try='./conftest$ac_cv_exeext'
16784 { { case "(($ac_try" in
16785 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
16786 *) ac_try_echo
=$ac_try;;
16788 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16789 $as_echo "$ac_try_echo"; } >&5
16790 (eval "$ac_try") 2>&5
16792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16793 test $ac_status = 0; }; }; then
16796 if test "$cross_compiling" = maybe
; then
16797 cross_compiling
=yes
16799 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16800 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16801 as_fn_error $?
"cannot run C compiled programs.
16802 If you meant to cross compile, use \`--host'.
16803 See \`config.log' for more details" "$LINENO" 5; }
16807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
16808 $as_echo "$cross_compiling" >&6; }
16810 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
16811 ac_clean_files
=$ac_clean_files_save
16812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
16813 $as_echo_n "checking for suffix of object files... " >&6; }
16814 if ${ac_cv_objext+:} false
; then :
16815 $as_echo_n "(cached) " >&6
16817 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16818 /* end confdefs.h. */
16828 rm -f conftest.o conftest.obj
16829 if { { ac_try
="$ac_compile"
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_compile") 2>&5
16838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16839 test $ac_status = 0; }; then :
16840 for ac_file in conftest.o conftest.obj conftest.*; do
16841 test -f "$ac_file" || continue;
16843 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
16844 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
16849 $as_echo "$as_me: failed program was:" >&5
16850 sed 's/^/| /' conftest.$ac_ext >&5
16852 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16853 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16854 as_fn_error $? "cannot compute suffix of object files
: cannot compile
16855 See \
`config.log' for more details" "$LINENO" 5; }
16857 rm -f conftest.$ac_cv_objext conftest.$ac_ext
16859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
16860 $as_echo "$ac_cv_objext" >&6; }
16861 OBJEXT=$ac_cv_objext
16863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
16864 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
16865 if ${ac_cv_c_compiler_gnu+:} false; then :
16866 $as_echo_n "(cached) " >&6
16868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16869 /* end confdefs.h. */
16882 if ac_fn_c_try_compile "$LINENO"; then :
16883 ac_compiler_gnu=yes
16887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16888 ac_cv_c_compiler_gnu=$ac_compiler_gnu
16891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
16892 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
16893 if test $ac_compiler_gnu = yes; then
16898 ac_test_CFLAGS=${CFLAGS+set}
16899 ac_save_CFLAGS=$CFLAGS
16900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
16901 $as_echo_n "checking whether $CC accepts -g... " >&6; }
16902 if ${ac_cv_prog_cc_g+:} false; then :
16903 $as_echo_n "(cached) " >&6
16905 ac_save_c_werror_flag=$ac_c_werror_flag
16906 ac_c_werror_flag=yes
16909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16910 /* end confdefs.h. */
16920 if ac_fn_c_try_compile "$LINENO"; then :
16921 ac_cv_prog_cc_g=yes
16924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16925 /* end confdefs.h. */
16935 if ac_fn_c_try_compile "$LINENO"; then :
16938 ac_c_werror_flag=$ac_save_c_werror_flag
16940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16941 /* end confdefs.h. */
16951 if ac_fn_c_try_compile "$LINENO"; then :
16952 ac_cv_prog_cc_g=yes
16954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16959 ac_c_werror_flag=$ac_save_c_werror_flag
16961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
16962 $as_echo "$ac_cv_prog_cc_g" >&6; }
16963 if test "$ac_test_CFLAGS" = set; then
16964 CFLAGS=$ac_save_CFLAGS
16965 elif test $ac_cv_prog_cc_g = yes; then
16966 if test "$GCC" = yes; then
16972 if test "$GCC" = yes; then
16978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
16979 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
16980 if ${ac_cv_prog_cc_c89+:} false; then :
16981 $as_echo_n "(cached) " >&6
16983 ac_cv_prog_cc_c89=no
16985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16986 /* end confdefs.h. */
16987 #include <stdarg.h>
16990 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
16991 struct buf { int x; };
16992 FILE * (*rcsopen) (struct buf *, struct stat *, int);
16993 static char *e (p, i)
16999 static char *f (char * (*g) (char **, int), char **p, ...)
17004 s = g (p, va_arg (v,int));
17009 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
17010 function prototypes and stuff, but not '\xHH' hex character constants.
17011 These don't provoke an error unfortunately, instead are silently treated
17012 as 'x'. The following induces an error, until -std is added to get
17013 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
17014 array size at least. It's necessary to write '\x00'==0 to get something
17015 that's true only with -std. */
17016 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
17018 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
17019 inside strings and character constants. */
17021 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
17023 int test (int i, double x);
17024 struct s1 {int (*f) (int a);};
17025 struct s2 {int (*f) (double a);};
17026 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
17032 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
17037 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
17038 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
17040 CC="$ac_save_CC $ac_arg"
17041 if ac_fn_c_try_compile "$LINENO"; then :
17042 ac_cv_prog_cc_c89=$ac_arg
17044 rm -f core conftest.err conftest.$ac_objext
17045 test "x$ac_cv_prog_cc_c89" != "xno" && break
17047 rm -f conftest.$ac_ext
17052 case "x$ac_cv_prog_cc_c89" in
17054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
17055 $as_echo "none needed" >&6; } ;;
17057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
17058 $as_echo "unsupported" >&6; } ;;
17060 CC="$CC $ac_cv_prog_cc_c89"
17061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
17062 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
17064 if test "x$ac_cv_prog_cc_c89" != xno; then :
17069 ac_cpp='$CPP $CPPFLAGS'
17070 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17071 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17072 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17082 ac_cpp='$CPP $CPPFLAGS'
17083 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17084 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17085 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Intel C compiler" >&5
17088 $as_echo_n "checking whether we are using the Intel C compiler... " >&6; }
17089 if ${bakefile_cv_c_compiler___INTEL_COMPILER+:} false; then :
17090 $as_echo_n "(cached) " >&6
17092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17093 /* end confdefs.h. */
17099 #ifndef __INTEL_COMPILER
17107 if ac_fn_c_try_compile "$LINENO"; then :
17108 bakefile_cv_c_compiler___INTEL_COMPILER=yes
17110 bakefile_cv_c_compiler___INTEL_COMPILER=no
17113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
17118 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
17119 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
17125 ac_cpp='$CPP $CPPFLAGS'
17126 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17127 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17128 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17133 if test "$INTELCC" = "yes"; then
17137 ac_cpp='$CPP $CPPFLAGS'
17138 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17139 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17140 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C compiler v8 or later" >&5
17143 $as_echo_n "checking whether we are using Intel C compiler v8 or later... " >&6; }
17144 if ${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+:} false; then :
17145 $as_echo_n "(cached) " >&6
17147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17148 /* end confdefs.h. */
17154 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
17162 if ac_fn_c_try_compile "$LINENO"; then :
17163 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=yes
17165 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=no
17168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
17173 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
17174 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
17180 ac_cpp='$CPP $CPPFLAGS'
17181 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17182 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17183 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17190 ac_cpp='$CPP $CPPFLAGS'
17191 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17192 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17193 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C compiler v10 or later" >&5
17196 $as_echo_n "checking whether we are using Intel C compiler v10 or later... " >&6; }
17197 if ${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+:} false; then :
17198 $as_echo_n "(cached) " >&6
17200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17201 /* end confdefs.h. */
17207 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
17215 if ac_fn_c_try_compile "$LINENO"; then :
17216 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=yes
17218 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=no
17221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
17226 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
17227 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
17233 ac_cpp='$CPP $CPPFLAGS'
17234 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17235 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17236 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17242 if test "x$GCC" != "xyes"; then
17243 if test "xCC" = "xC"; then
17244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler requires -ext o" >&5
17245 $as_echo_n "checking if the C compiler requires -ext o... " >&6; }
17246 if ${bakefile_cv_c_exto+:} false; then :
17247 $as_echo_n "(cached) " >&6
17249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17250 /* end confdefs.h. */
17260 rm -f conftest.$ac_objext conftest.$ac_ext.o
17261 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
17262 (eval $ac_compile) 2>&5
17264 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17265 test $ac_status = 0; }; then :
17266 for ac_file in `(ls conftest.
* 2>/dev
/null
)`; do
17268 conftest.$ac_ext.o)
17269 bakefile_cv_c_exto="-ext o"
17276 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17277 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17278 as_fn_error $? "cannot figure out
if compiler needs
-ext o
: cannot compile
17279 See \
`config.log' for more details" "$LINENO" 5; }
17282 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
17285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_exto" >&5
17286 $as_echo "$bakefile_cv_c_exto" >&6; }
17287 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17288 if test "c" = "c"; then
17289 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
17291 if test "c" = "cxx"; then
17292 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
17296 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17297 unset ac_cv_prog_cc_g
17298 ac_test_CFLAGS=${CFLAGS+set}
17299 ac_save_CFLAGS=$CFLAGS
17300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
17301 $as_echo_n "checking whether $CC accepts -g... " >&6; }
17302 if ${ac_cv_prog_cc_g+:} false; then :
17303 $as_echo_n "(cached) " >&6
17305 ac_save_c_werror_flag=$ac_c_werror_flag
17306 ac_c_werror_flag=yes
17309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17310 /* end confdefs.h. */
17320 if ac_fn_c_try_compile "$LINENO"; then :
17321 ac_cv_prog_cc_g=yes
17324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17325 /* end confdefs.h. */
17335 if ac_fn_c_try_compile "$LINENO"; then :
17338 ac_c_werror_flag=$ac_save_c_werror_flag
17340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17341 /* end confdefs.h. */
17351 if ac_fn_c_try_compile "$LINENO"; then :
17352 ac_cv_prog_cc_g=yes
17354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17359 ac_c_werror_flag=$ac_save_c_werror_flag
17361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
17362 $as_echo "$ac_cv_prog_cc_g" >&6; }
17363 if test "$ac_test_CFLAGS" = set; then
17364 CFLAGS=$ac_save_CFLAGS
17365 elif test $ac_cv_prog_cc_g = yes; then
17366 if test "$GCC" = yes; then
17372 if test "$GCC" = yes; then
17386 ac_cpp='$CPP $CPPFLAGS'
17387 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17388 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17389 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C compiler" >&5
17392 $as_echo_n "checking whether we are using the IBM xlC C compiler... " >&6; }
17393 if ${bakefile_cv_c_compiler___xlC__+:} false; then :
17394 $as_echo_n "(cached) " >&6
17396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17397 /* end confdefs.h. */
17411 if ac_fn_c_try_compile "$LINENO"; then :
17412 bakefile_cv_c_compiler___xlC__=yes
17414 bakefile_cv_c_compiler___xlC__=no
17417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___xlC__" >&5
17422 $as_echo "$bakefile_cv_c_compiler___xlC__" >&6; }
17423 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17429 ac_cpp='$CPP $CPPFLAGS'
17430 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17431 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17432 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17442 ac_cpp='$CPP $CPPFLAGS'
17443 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17444 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17445 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Metrowerks C compiler" >&5
17448 $as_echo_n "checking whether we are using the Metrowerks C compiler... " >&6; }
17449 if ${bakefile_cv_c_compiler___MWERKS__+:} false; then :
17450 $as_echo_n "(cached) " >&6
17452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17453 /* end confdefs.h. */
17467 if ac_fn_c_try_compile "$LINENO"; then :
17468 bakefile_cv_c_compiler___MWERKS__=yes
17470 bakefile_cv_c_compiler___MWERKS__=no
17473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___MWERKS__" >&5
17478 $as_echo "$bakefile_cv_c_compiler___MWERKS__" >&6; }
17479 if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
17485 ac_cpp='$CPP $CPPFLAGS'
17486 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17487 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17488 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17492 if test "$MWCC" != "yes"; then
17496 ac_cpp='$CPP $CPPFLAGS'
17497 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17498 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17499 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C compiler" >&5
17502 $as_echo_n "checking whether we are using the IBM xlC C compiler... " >&6; }
17503 if ${bakefile_cv_c_compiler___xlC__+:} false; then :
17504 $as_echo_n "(cached) " >&6
17506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17507 /* end confdefs.h. */
17521 if ac_fn_c_try_compile "$LINENO"; then :
17522 bakefile_cv_c_compiler___xlC__=yes
17524 bakefile_cv_c_compiler___xlC__=no
17527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___xlC__" >&5
17532 $as_echo "$bakefile_cv_c_compiler___xlC__" >&6; }
17533 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17539 ac_cpp='$CPP $CPPFLAGS'
17540 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17541 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17542 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17553 ac_cpp='$CPP $CPPFLAGS'
17554 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17555 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17556 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the SGI C compiler" >&5
17559 $as_echo_n "checking whether we are using the SGI C compiler... " >&6; }
17560 if ${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+:} false; then :
17561 $as_echo_n "(cached) " >&6
17563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17564 /* end confdefs.h. */
17570 #ifndef _SGI_COMPILER_VERSION
17578 if ac_fn_c_try_compile "$LINENO"; then :
17579 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
17581 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
17584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
17589 $as_echo "$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
17590 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
17596 ac_cpp='$CPP $CPPFLAGS'
17597 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17598 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17599 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17606 if test "$INTELCC" != "yes"; then
17610 ac_cpp='$CPP $CPPFLAGS'
17611 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17612 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17613 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C compiler" >&5
17616 $as_echo_n "checking whether we are using the Sun C compiler... " >&6; }
17617 if ${bakefile_cv_c_compiler___SUNPRO_C+:} false; then :
17618 $as_echo_n "(cached) " >&6
17620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17621 /* end confdefs.h. */
17635 if ac_fn_c_try_compile "$LINENO"; then :
17636 bakefile_cv_c_compiler___SUNPRO_C=yes
17638 bakefile_cv_c_compiler___SUNPRO_C=no
17641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17646 $as_echo "$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17647 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17653 ac_cpp='$CPP $CPPFLAGS'
17654 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17655 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17656 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17667 ac_cpp='$CPP $CPPFLAGS'
17668 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17669 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17670 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the HP C compiler" >&5
17673 $as_echo_n "checking whether we are using the HP C compiler... " >&6; }
17674 if ${bakefile_cv_c_compiler___HP_cc+:} false; then :
17675 $as_echo_n "(cached) " >&6
17677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17678 /* end confdefs.h. */
17692 if ac_fn_c_try_compile "$LINENO"; then :
17693 bakefile_cv_c_compiler___HP_cc=yes
17695 bakefile_cv_c_compiler___HP_cc=no
17698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___HP_cc" >&5
17703 $as_echo "$bakefile_cv_c_compiler___HP_cc" >&6; }
17704 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
17710 ac_cpp='$CPP $CPPFLAGS'
17711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
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 Compaq C compiler" >&5
17729 $as_echo_n "checking whether we are using the Compaq C compiler... " >&6; }
17730 if ${bakefile_cv_c_compiler___DECC+:} 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___DECC=yes
17751 bakefile_cv_c_compiler___DECC=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___DECC" >&5
17759 $as_echo "$bakefile_cv_c_compiler___DECC" >&6; }
17760 if test "x$bakefile_cv_c_compiler___DECC" = "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
17779 ac_cpp='$CPP $CPPFLAGS'
17780 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17781 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17782 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C compiler" >&5
17785 $as_echo_n "checking whether we are using the Sun C compiler... " >&6; }
17786 if ${bakefile_cv_c_compiler___SUNPRO_C+:} false; then :
17787 $as_echo_n "(cached) " >&6
17789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17790 /* end confdefs.h. */
17804 if ac_fn_c_try_compile "$LINENO"; then :
17805 bakefile_cv_c_compiler___SUNPRO_C=yes
17807 bakefile_cv_c_compiler___SUNPRO_C=no
17810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17815 $as_echo "$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17816 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17822 ac_cpp='$CPP $CPPFLAGS'
17823 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17824 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17825 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
17840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
17841 $as_echo_n "checking how to run the C preprocessor... " >&6; }
17842 # On Suns, sometimes $CPP names a directory.
17843 if test -n "$CPP" && test -d "$CPP"; then
17846 if test -z "$CPP"; then
17847 if ${ac_cv_prog_CPP+:} false; then :
17848 $as_echo_n "(cached) " >&6
17850 # Double quotes because CPP needs to be expanded
17851 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
17853 ac_preproc_ok=false
17854 for ac_c_preproc_warn_flag in '' yes
17856 # Use a header file that comes with gcc, so configuring glibc
17857 # with a fresh cross-compiler works.
17858 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17859 # <limits.h> exists even on freestanding compilers.
17860 # On the NeXT, cc -E runs the code through the compiler's parser,
17861 # not just through cpp. "Syntax error" is here to catch this case.
17862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17863 /* end confdefs.h. */
17865 # include <limits.h>
17867 # include <assert.h>
17871 if ac_fn_c_try_cpp "$LINENO"; then :
17874 # Broken: fails on valid input.
17877 rm -f conftest.err conftest.i conftest.$ac_ext
17879 # OK, works on sane cases. Now check whether nonexistent headers
17880 # can be detected and how.
17881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17882 /* end confdefs.h. */
17883 #include <ac_nonexistent.h>
17885 if ac_fn_c_try_cpp "$LINENO"; then :
17886 # Broken: success on invalid input.
17889 # Passes both tests.
17893 rm -f conftest.err conftest.i conftest.$ac_ext
17896 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17897 rm -f conftest.i conftest.err conftest.
$ac_ext
17898 if $ac_preproc_ok; then :
17903 ac_cv_prog_CPP
=$CPP
17906 CPP
=$ac_cv_prog_CPP
17908 ac_cv_prog_CPP
=$CPP
17910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
17911 $as_echo "$CPP" >&6; }
17912 ac_preproc_ok
=false
17913 for ac_c_preproc_warn_flag
in '' yes
17915 # Use a header file that comes with gcc, so configuring glibc
17916 # with a fresh cross-compiler works.
17917 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17918 # <limits.h> exists even on freestanding compilers.
17919 # On the NeXT, cc -E runs the code through the compiler's parser,
17920 # not just through cpp. "Syntax error" is here to catch this case.
17921 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17922 /* end confdefs.h. */
17924 # include <limits.h>
17926 # include <assert.h>
17930 if ac_fn_c_try_cpp
"$LINENO"; then :
17933 # Broken: fails on valid input.
17936 rm -f conftest.err conftest.i conftest.
$ac_ext
17938 # OK, works on sane cases. Now check whether nonexistent headers
17939 # can be detected and how.
17940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17941 /* end confdefs.h. */
17942 #include <ac_nonexistent.h>
17944 if ac_fn_c_try_cpp
"$LINENO"; then :
17945 # Broken: success on invalid input.
17948 # Passes both tests.
17952 rm -f conftest.err conftest.i conftest.
$ac_ext
17955 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17956 rm -f conftest.i conftest.err conftest.
$ac_ext
17957 if $ac_preproc_ok; then :
17960 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17961 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17962 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
17963 See \`config.log' for more details" "$LINENO" 5; }
17967 ac_cpp
='$CPP $CPPFLAGS'
17968 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17969 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17970 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
17974 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
17975 if ${ac_cv_path_GREP+:} false
; then :
17976 $as_echo_n "(cached) " >&6
17978 if test -z "$GREP"; then
17979 ac_path_GREP_found
=false
17980 # Loop through the user's path and test for each of PROGNAME-LIST
17981 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
17982 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
17985 test -z "$as_dir" && as_dir
=.
17986 for ac_prog
in grep ggrep
; do
17987 for ac_exec_ext
in '' $ac_executable_extensions; do
17988 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
17989 as_fn_executable_p
"$ac_path_GREP" || continue
17990 # Check for GNU ac_path_GREP and select it if it is found.
17991 # Check for GNU $ac_path_GREP
17992 case `"$ac_path_GREP" --version 2>&1` in
17994 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
17997 $as_echo_n 0123456789 >"conftest.in"
18000 cat "conftest.in" "conftest.in" >"conftest.tmp"
18001 mv "conftest.tmp" "conftest.in"
18002 cp "conftest.in" "conftest.nl"
18003 $as_echo 'GREP' >> "conftest.nl"
18004 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null
|| break
18005 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 || break
18006 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
18007 if test $ac_count -gt ${ac_path_GREP_max-0}; then
18008 # Best one so far, save it but keep looking for a better one
18009 ac_cv_path_GREP
="$ac_path_GREP"
18010 ac_path_GREP_max
=$ac_count
18012 # 10*(2^10) chars as input seems more than enough
18013 test $ac_count -gt 10 && break
18015 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
18018 $ac_path_GREP_found && break 3
18023 if test -z "$ac_cv_path_GREP"; then
18024 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
18027 ac_cv_path_GREP
=$GREP
18031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
18032 $as_echo "$ac_cv_path_GREP" >&6; }
18033 GREP
="$ac_cv_path_GREP"
18036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
18037 $as_echo_n "checking for egrep... " >&6; }
18038 if ${ac_cv_path_EGREP+:} false
; then :
18039 $as_echo_n "(cached) " >&6
18041 if echo a
| $GREP -E '(a|b)' >/dev
/null
2>&1
18042 then ac_cv_path_EGREP
="$GREP -E"
18044 if test -z "$EGREP"; then
18045 ac_path_EGREP_found
=false
18046 # Loop through the user's path and test for each of PROGNAME-LIST
18047 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18048 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
18051 test -z "$as_dir" && as_dir
=.
18052 for ac_prog
in egrep; do
18053 for ac_exec_ext
in '' $ac_executable_extensions; do
18054 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
18055 as_fn_executable_p
"$ac_path_EGREP" || continue
18056 # Check for GNU ac_path_EGREP and select it if it is found.
18057 # Check for GNU $ac_path_EGREP
18058 case `"$ac_path_EGREP" --version 2>&1` in
18060 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
18063 $as_echo_n 0123456789 >"conftest.in"
18066 cat "conftest.in" "conftest.in" >"conftest.tmp"
18067 mv "conftest.tmp" "conftest.in"
18068 cp "conftest.in" "conftest.nl"
18069 $as_echo 'EGREP' >> "conftest.nl"
18070 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null
|| break
18071 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 || break
18072 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
18073 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
18074 # Best one so far, save it but keep looking for a better one
18075 ac_cv_path_EGREP
="$ac_path_EGREP"
18076 ac_path_EGREP_max
=$ac_count
18078 # 10*(2^10) chars as input seems more than enough
18079 test $ac_count -gt 10 && break
18081 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
18084 $ac_path_EGREP_found && break 3
18089 if test -z "$ac_cv_path_EGREP"; then
18090 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
18093 ac_cv_path_EGREP
=$EGREP
18098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
18099 $as_echo "$ac_cv_path_EGREP" >&6; }
18100 EGREP
="$ac_cv_path_EGREP"
18103 if test $ac_cv_c_compiler_gnu = yes; then
18104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
18105 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
18106 if ${ac_cv_prog_gcc_traditional+:} false
; then :
18107 $as_echo_n "(cached) " >&6
18109 ac_pattern
="Autoconf.*'x'"
18110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18111 /* end confdefs.h. */
18115 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18116 $EGREP "$ac_pattern" >/dev
/null
2>&1; then :
18117 ac_cv_prog_gcc_traditional
=yes
18119 ac_cv_prog_gcc_traditional
=no
18124 if test $ac_cv_prog_gcc_traditional = no
; then
18125 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18126 /* end confdefs.h. */
18127 #include <termio.h>
18130 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18131 $EGREP "$ac_pattern" >/dev
/null
2>&1; then :
18132 ac_cv_prog_gcc_traditional
=yes
18138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
18139 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
18140 if test $ac_cv_prog_gcc_traditional = yes; then
18141 CC
="$CC -traditional"
18146 CXXFLAGS
=${CXXFLAGS:=}
18148 ac_cpp
='$CXXCPP $CPPFLAGS'
18149 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18150 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18151 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18152 if test -z "$CXX"; then
18153 if test -n "$CCC"; then
18156 if test -n "$ac_tool_prefix"; then
18157 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
18159 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
18160 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
18161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18162 $as_echo_n "checking for $ac_word... " >&6; }
18163 if ${ac_cv_prog_CXX+:} false
; then :
18164 $as_echo_n "(cached) " >&6
18166 if test -n "$CXX"; then
18167 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
18169 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18170 for as_dir
in $PATH
18173 test -z "$as_dir" && as_dir
=.
18174 for ac_exec_ext
in '' $ac_executable_extensions; do
18175 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
18176 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
18177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18186 CXX
=$ac_cv_prog_CXX
18187 if test -n "$CXX"; then
18188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
18189 $as_echo "$CXX" >&6; }
18191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18192 $as_echo "no" >&6; }
18196 test -n "$CXX" && break
18199 if test -z "$CXX"; then
18201 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
18203 # Extract the first word of "$ac_prog", so it can be a program name with args.
18204 set dummy
$ac_prog; ac_word
=$2
18205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18206 $as_echo_n "checking for $ac_word... " >&6; }
18207 if ${ac_cv_prog_ac_ct_CXX+:} false
; then :
18208 $as_echo_n "(cached) " >&6
18210 if test -n "$ac_ct_CXX"; then
18211 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
18213 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18214 for as_dir
in $PATH
18217 test -z "$as_dir" && as_dir
=.
18218 for ac_exec_ext
in '' $ac_executable_extensions; do
18219 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
18220 ac_cv_prog_ac_ct_CXX
="$ac_prog"
18221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18230 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
18231 if test -n "$ac_ct_CXX"; then
18232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
18233 $as_echo "$ac_ct_CXX" >&6; }
18235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18236 $as_echo "no" >&6; }
18240 test -n "$ac_ct_CXX" && break
18243 if test "x$ac_ct_CXX" = x
; then
18246 case $cross_compiling:$ac_tool_warned in
18248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
18249 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
18250 ac_tool_warned
=yes ;;
18258 # Provide some information about the compiler.
18259 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
18262 for ac_option
in --version -v -V -qversion; do
18263 { { ac_try
="$ac_compiler $ac_option >&5"
18264 case "(($ac_try" in
18265 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
18266 *) ac_try_echo=$ac_try;;
18268 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
18269 $as_echo "$ac_try_echo"; } >&5
18270 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18272 if test -s conftest.err; then
18274 ... rest of stderr output deleted ...
18275 10q' conftest.err >conftest.er1
18276 cat conftest.er1 >&5
18278 rm -f conftest.er1 conftest.err
18279 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18280 test $ac_status = 0; }
18283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
18284 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
18285 if ${ac_cv_cxx_compiler_gnu+:} false; then :
18286 $as_echo_n "(cached) " >&6
18288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18289 /* end confdefs.h. */
18302 if ac_fn_cxx_try_compile "$LINENO"; then :
18303 ac_compiler_gnu=yes
18307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18308 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
18311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
18312 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
18313 if test $ac_compiler_gnu = yes; then
18318 ac_test_CXXFLAGS=${CXXFLAGS+set}
18319 ac_save_CXXFLAGS=$CXXFLAGS
18320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
18321 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
18322 if ${ac_cv_prog_cxx_g+:} false; then :
18323 $as_echo_n "(cached) " >&6
18325 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
18326 ac_cxx_werror_flag=yes
18327 ac_cv_prog_cxx_g=no
18329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18330 /* end confdefs.h. */
18340 if ac_fn_cxx_try_compile "$LINENO"; then :
18341 ac_cv_prog_cxx_g=yes
18344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18345 /* end confdefs.h. */
18355 if ac_fn_cxx_try_compile "$LINENO"; then :
18358 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
18360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18361 /* end confdefs.h. */
18371 if ac_fn_cxx_try_compile "$LINENO"; then :
18372 ac_cv_prog_cxx_g=yes
18374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18379 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
18381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
18382 $as_echo "$ac_cv_prog_cxx_g" >&6; }
18383 if test "$ac_test_CXXFLAGS" = set; then
18384 CXXFLAGS=$ac_save_CXXFLAGS
18385 elif test $ac_cv_prog_cxx_g = yes; then
18386 if test "$GXX" = yes; then
18392 if test "$GXX" = yes; then
18399 ac_cpp='$CPP $CPPFLAGS'
18400 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18401 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18402 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18412 ac_cpp='$CXXCPP $CPPFLAGS'
18413 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18414 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18415 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Intel C++ compiler" >&5
18418 $as_echo_n "checking whether we are using the Intel C++ compiler... " >&6; }
18419 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER+:} false; then :
18420 $as_echo_n "(cached) " >&6
18422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18423 /* end confdefs.h. */
18429 #ifndef __INTEL_COMPILER
18437 if ac_fn_cxx_try_compile "$LINENO"; then :
18438 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
18440 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
18443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
18448 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
18449 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
18455 ac_cpp='$CPP $CPPFLAGS'
18456 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18457 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18458 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18463 if test "$INTELCXX" = "yes"; then
18467 ac_cpp='$CXXCPP $CPPFLAGS'
18468 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18469 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18470 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C++ compiler v8 or later" >&5
18473 $as_echo_n "checking whether we are using Intel C++ compiler v8 or later... " >&6; }
18474 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+:} false; then :
18475 $as_echo_n "(cached) " >&6
18477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18478 /* end confdefs.h. */
18484 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
18492 if ac_fn_cxx_try_compile "$LINENO"; then :
18493 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
18495 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
18498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
18503 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
18504 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
18510 ac_cpp='$CPP $CPPFLAGS'
18511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18512 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18513 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18520 ac_cpp='$CXXCPP $CPPFLAGS'
18521 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18522 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18523 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C++ compiler v10 or later" >&5
18526 $as_echo_n "checking whether we are using Intel C++ compiler v10 or later... " >&6; }
18527 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+:} false; then :
18528 $as_echo_n "(cached) " >&6
18530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18531 /* end confdefs.h. */
18537 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
18545 if ac_fn_cxx_try_compile "$LINENO"; then :
18546 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=yes
18548 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=no
18551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
18556 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
18557 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
18563 ac_cpp='$CPP $CPPFLAGS'
18564 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18565 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18566 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18572 if test "x$GCXX" != "xyes"; then
18573 if test "xCXX" = "xC"; then
18574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler requires -ext o" >&5
18575 $as_echo_n "checking if the C compiler requires -ext o... " >&6; }
18576 if ${bakefile_cv_c_exto+:} false; then :
18577 $as_echo_n "(cached) " >&6
18579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18580 /* end confdefs.h. */
18590 rm -f conftest.$ac_objext conftest.$ac_ext.o
18591 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18592 (eval $ac_compile) 2>&5
18594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18595 test $ac_status = 0; }; then :
18596 for ac_file in `(ls conftest.
* 2>/dev
/null
)`; do
18598 conftest.$ac_ext.o)
18599 bakefile_cv_c_exto="-ext o"
18606 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18607 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18608 as_fn_error $? "cannot figure out
if compiler needs
-ext o
: cannot compile
18609 See \
`config.log' for more details" "$LINENO" 5; }
18612 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
18615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_exto" >&5
18616 $as_echo "$bakefile_cv_c_exto" >&6; }
18617 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18618 if test "c" = "c"; then
18619 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
18621 if test "c" = "cxx"; then
18622 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
18626 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18627 unset ac_cv_prog_cc_g
18628 ac_test_CFLAGS=${CFLAGS+set}
18629 ac_save_CFLAGS=$CFLAGS
18630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
18631 $as_echo_n "checking whether $CC accepts -g... " >&6; }
18632 if ${ac_cv_prog_cc_g+:} false; then :
18633 $as_echo_n "(cached) " >&6
18635 ac_save_c_werror_flag=$ac_c_werror_flag
18636 ac_c_werror_flag=yes
18639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18640 /* end confdefs.h. */
18650 if ac_fn_c_try_compile "$LINENO"; then :
18651 ac_cv_prog_cc_g=yes
18654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18655 /* end confdefs.h. */
18665 if ac_fn_c_try_compile "$LINENO"; then :
18668 ac_c_werror_flag=$ac_save_c_werror_flag
18670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18671 /* end confdefs.h. */
18681 if ac_fn_c_try_compile "$LINENO"; then :
18682 ac_cv_prog_cc_g=yes
18684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18689 ac_c_werror_flag=$ac_save_c_werror_flag
18691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
18692 $as_echo "$ac_cv_prog_cc_g" >&6; }
18693 if test "$ac_test_CFLAGS" = set; then
18694 CFLAGS=$ac_save_CFLAGS
18695 elif test $ac_cv_prog_cc_g = yes; then
18696 if test "$GCC" = yes; then
18702 if test "$GCC" = yes; then
18716 ac_cpp='$CXXCPP $CPPFLAGS'
18717 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18718 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18719 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C++ compiler" >&5
18722 $as_echo_n "checking whether we are using the IBM xlC C++ compiler... " >&6; }
18723 if ${bakefile_cv_cxx_compiler___xlC__+:} false; then :
18724 $as_echo_n "(cached) " >&6
18726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18727 /* end confdefs.h. */
18741 if ac_fn_cxx_try_compile "$LINENO"; then :
18742 bakefile_cv_cxx_compiler___xlC__=yes
18744 bakefile_cv_cxx_compiler___xlC__=no
18747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18752 $as_echo "$bakefile_cv_cxx_compiler___xlC__" >&6; }
18753 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18759 ac_cpp='$CPP $CPPFLAGS'
18760 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18761 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18762 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18772 ac_cpp='$CXXCPP $CPPFLAGS'
18773 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18774 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18775 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Metrowerks C++ compiler" >&5
18778 $as_echo_n "checking whether we are using the Metrowerks C++ compiler... " >&6; }
18779 if ${bakefile_cv_cxx_compiler___MWERKS__+:} false; then :
18780 $as_echo_n "(cached) " >&6
18782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18783 /* end confdefs.h. */
18797 if ac_fn_cxx_try_compile "$LINENO"; then :
18798 bakefile_cv_cxx_compiler___MWERKS__=yes
18800 bakefile_cv_cxx_compiler___MWERKS__=no
18803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
18808 $as_echo "$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
18809 if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
18815 ac_cpp='$CPP $CPPFLAGS'
18816 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18817 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18818 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18822 if test "$MWCXX" != "yes"; then
18826 ac_cpp='$CXXCPP $CPPFLAGS'
18827 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18828 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18829 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C++ compiler" >&5
18832 $as_echo_n "checking whether we are using the IBM xlC C++ compiler... " >&6; }
18833 if ${bakefile_cv_cxx_compiler___xlC__+:} false; then :
18834 $as_echo_n "(cached) " >&6
18836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18837 /* end confdefs.h. */
18851 if ac_fn_cxx_try_compile "$LINENO"; then :
18852 bakefile_cv_cxx_compiler___xlC__=yes
18854 bakefile_cv_cxx_compiler___xlC__=no
18857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18862 $as_echo "$bakefile_cv_cxx_compiler___xlC__" >&6; }
18863 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18869 ac_cpp='$CPP $CPPFLAGS'
18870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18883 ac_cpp='$CXXCPP $CPPFLAGS'
18884 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18885 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18886 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the SGI C++ compiler" >&5
18889 $as_echo_n "checking whether we are using the SGI C++ compiler... " >&6; }
18890 if ${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+:} false; then :
18891 $as_echo_n "(cached) " >&6
18893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18894 /* end confdefs.h. */
18900 #ifndef _SGI_COMPILER_VERSION
18908 if ac_fn_cxx_try_compile "$LINENO"; then :
18909 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
18911 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
18914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
18919 $as_echo "$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
18920 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
18926 ac_cpp='$CPP $CPPFLAGS'
18927 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18928 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18929 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18936 if test "$INTELCXX" != "yes"; then
18940 ac_cpp='$CXXCPP $CPPFLAGS'
18941 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18942 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18943 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C++ compiler" >&5
18946 $as_echo_n "checking whether we are using the Sun C++ compiler... " >&6; }
18947 if ${bakefile_cv_cxx_compiler___SUNPRO_CC+:} false; then :
18948 $as_echo_n "(cached) " >&6
18950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18951 /* end confdefs.h. */
18957 #ifndef __SUNPRO_CC
18965 if ac_fn_cxx_try_compile "$LINENO"; then :
18966 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18968 bakefile_cv_cxx_compiler___SUNPRO_CC=no
18971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18976 $as_echo "$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18977 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18983 ac_cpp='$CPP $CPPFLAGS'
18984 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18985 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18986 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18997 ac_cpp='$CXXCPP $CPPFLAGS'
18998 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18999 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19000 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the HP C++ compiler" >&5
19003 $as_echo_n "checking whether we are using the HP C++ compiler... " >&6; }
19004 if ${bakefile_cv_cxx_compiler___HP_aCC+:} false; then :
19005 $as_echo_n "(cached) " >&6
19007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19008 /* end confdefs.h. */
19022 if ac_fn_cxx_try_compile "$LINENO"; then :
19023 bakefile_cv_cxx_compiler___HP_aCC=yes
19025 bakefile_cv_cxx_compiler___HP_aCC=no
19028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
19033 $as_echo "$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
19034 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
19040 ac_cpp='$CPP $CPPFLAGS'
19041 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19042 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19043 ac_compiler_gnu=$ac_cv_c_compiler_gnu
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 Compaq C++ compiler" >&5
19059 $as_echo_n "checking whether we are using the Compaq C++ compiler... " >&6; }
19060 if ${bakefile_cv_cxx_compiler___DECCXX+:} false; then :
19061 $as_echo_n "(cached) " >&6
19063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19064 /* end confdefs.h. */
19078 if ac_fn_cxx_try_compile "$LINENO"; then :
19079 bakefile_cv_cxx_compiler___DECCXX=yes
19081 bakefile_cv_cxx_compiler___DECCXX=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___DECCXX" >&5
19089 $as_echo "$bakefile_cv_cxx_compiler___DECCXX" >&6; }
19090 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "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
19109 ac_cpp='$CXXCPP $CPPFLAGS'
19110 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19111 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19112 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C++ compiler" >&5
19115 $as_echo_n "checking whether we are using the Sun C++ compiler... " >&6; }
19116 if ${bakefile_cv_cxx_compiler___SUNPRO_CC+:} false; then :
19117 $as_echo_n "(cached) " >&6
19119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19120 /* end confdefs.h. */
19126 #ifndef __SUNPRO_CC
19134 if ac_fn_cxx_try_compile "$LINENO"; then :
19135 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
19137 bakefile_cv_cxx_compiler___SUNPRO_CC=no
19140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
19145 $as_echo "$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
19146 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
19152 ac_cpp='$CPP $CPPFLAGS'
19153 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19154 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19155 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19165 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
19166 as_fn_error $? "C++ compiler is needed to build wxWidgets" "$LINENO" 5
19169 if test "x$SUNCXX" != xyes; then
19170 if test -n "$ac_tool_prefix"; then
19171 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
19172 set dummy ${ac_tool_prefix}ar; ac_word=$2
19173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19174 $as_echo_n "checking for $ac_word... " >&6; }
19175 if ${ac_cv_prog_AR+:} false; then :
19176 $as_echo_n "(cached) " >&6
19178 if test -n "$AR"; then
19179 ac_cv_prog_AR="$AR" # Let the user override the test.
19181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19182 for as_dir in $PATH
19185 test -z "$as_dir" && as_dir=.
19186 for ac_exec_ext in '' $ac_executable_extensions; do
19187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19188 ac_cv_prog_AR="${ac_tool_prefix}ar"
19189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19199 if test -n "$AR"; then
19200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
19201 $as_echo "$AR" >&6; }
19203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19204 $as_echo "no" >&6; }
19209 if test -z "$ac_cv_prog_AR"; then
19211 # Extract the first word of "ar", so it can be a program name with args.
19212 set dummy ar; ac_word=$2
19213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19214 $as_echo_n "checking for $ac_word... " >&6; }
19215 if ${ac_cv_prog_ac_ct_AR+:} false; then :
19216 $as_echo_n "(cached) " >&6
19218 if test -n "$ac_ct_AR"; then
19219 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
19221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19222 for as_dir in $PATH
19225 test -z "$as_dir" && as_dir=.
19226 for ac_exec_ext in '' $ac_executable_extensions; do
19227 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19228 ac_cv_prog_ac_ct_AR="ar"
19229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19238 ac_ct_AR=$ac_cv_prog_ac_ct_AR
19239 if test -n "$ac_ct_AR"; then
19240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
19241 $as_echo "$ac_ct_AR" >&6; }
19243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19244 $as_echo "no" >&6; }
19247 if test "x$ac_ct_AR" = x; then
19250 case $cross_compiling:$ac_tool_warned in
19252 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
19253 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
19254 ac_tool_warned=yes ;;
19259 AR="$ac_cv_prog_AR"
19262 if test "x$AR" = "x" ; then
19263 as_fn_error $? "ar is needed to build wxWidgets" "$LINENO" 5
19268 if test "$wxUSE_MAC" = 1; then
19270 retest_macosx_linking=no
19274 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
19275 if test "x$wxUSE_MAC_ARCH" != xno; then
19276 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&5
19277 $as_echo "$as_me: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&2;}
19280 if test "x$wxUSE_UNIVERSAL_BINARY" != xyes; then
19281 OSX_ARCH_OPTS=$wxUSE_UNIVERSAL_BINARY
19282 else OSX_ARCH_OPTS="ppc,i386"
19283 if test "$wxUSE_OSX_COCOA" = 1; then
19284 OSX_ARCH_OPTS="$OSX_ARCH_OPTS,x86_64"
19288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for architectures to use in universal binary" >&5
19289 $as_echo_n "checking for architectures to use in universal binary... " >&6; }
19290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OSX_ARCH_OPTS" >&5
19291 $as_echo "$OSX_ARCH_OPTS" >&6; }
19293 retest_macosx_linking=yes
19295 if test "x$wxUSE_MAC_ARCH" != xno; then
19296 OSX_ARCH_OPTS=$wxUSE_MAC_ARCH
19300 if test "x$OSX_ARCH_OPTS" != "x"; then
19301 if echo $OSX_ARCH_OPTS | grep -q ","; then
19302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling dependency tracking due to universal binary build." >&5
19303 $as_echo "$as_me: WARNING: Disabling dependency tracking due to universal binary build." >&2;}
19304 disable_macosx_deps=yes
19306 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling precompiled headers due to universal binary build." >&5
19307 $as_echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
19311 OSX_ARCH_OPTS=`echo $OSX_ARCH_OPTS | sed -e 's/^/-arch /' -e 's/,/ -arch /g'`
19313 CXXFLAGS="$OSX_ARCH_OPTS $CXXFLAGS"
19314 CFLAGS="$OSX_ARCH_OPTS $CFLAGS"
19315 OBJCXXFLAGS="$OSX_ARCH_OPTS $OBJCXXFLAGS"
19316 OBJCFLAGS="$OSX_ARCH_OPTS $OBJCFLAGS"
19317 LDFLAGS="$OSX_ARCH_OPTS $LDFLAGS"
19320 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
19322 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
19323 # TODO: Search for most recent SDK and use it.
19324 wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
19328 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
19330 $as_echo_n "checking for SDK directory $wxUSE_MACOSX_SDK... " >&6; }
19331 if ! test -d "$wxUSE_MACOSX_SDK"; then
19332 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19333 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19334 as_fn_error $? "not found
19335 See \
`config.log' for more details" "$LINENO" 5; }
19337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: exists" >&5
19338 $as_echo "exists" >&6; }
19340 MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
19341 retest_macosx_linking=yes
19344 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
19345 wxUSE_MACOSX_VERSION_MIN=
19346 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
19347 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking SDK deployment version" >&5
19349 $as_echo_n "checking SDK deployment version... " >&6; }
19351 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/'`
19353 # If that failed, try again with the new key
19354 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
19356 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/'`
19360 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
19361 wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
19362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_VERSION_MIN" >&5
19363 $as_echo "$wxUSE_MACOSX_VERSION_MIN" >&6; }
19365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
19366 $as_echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
19367 wxUSE_MACOSX_VERSION_MIN=
19370 wxUSE_MACOSX_VERSION_MIN=
19372 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
19373 wxUSE_MACOSX_VERSION_MIN=10.5
19376 if test "x$MACOSX_SDK_OPTS" != "x"; then
19377 eval "CC=\"$CC $MACOSX_SDK_OPTS\""
19378 eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
19379 eval "LD=\"$LD $MACOSX_SDK_OPTS\""
19380 retest_macosx_linking=yes
19383 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
19384 if test "$wxUSE_OSX_IPHONE" = 1; then
19385 MACOSX_VERSION_MIN_OPTS="-miphoneos-version-min=$wxUSE_MACOSX_VERSION_MIN"
19387 MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
19389 eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
19390 eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
19391 eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
19392 retest_macosx_linking=yes
19395 if test "x$retest_macosx_linking" = "xyes"; then
19397 ac_cpp='$CPP $CPPFLAGS'
19398 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19399 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19400 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C compiler ($CC) works with SDK/version options" >&5
19403 $as_echo_n "checking if C compiler ($CC) works with SDK/version options... " >&6; }
19404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19405 /* end confdefs.h. */
19415 if ac_fn_c_try_link "$LINENO"; then :
19416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19417 $as_echo "yes" >&6; }
19419 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19420 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19421 as_fn_error $? "no. Try a different SDK
19422 See \
`config.log' for more details" "$LINENO" 5; }; exit 1
19424 rm -f core conftest.err conftest.$ac_objext \
19425 conftest$ac_exeext conftest.$ac_ext
19427 ac_cpp='$CPP $CPPFLAGS'
19428 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19429 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19430 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19434 ac_cpp='$CXXCPP $CPPFLAGS'
19435 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19436 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19437 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C++ compiler ($CXX) works with SDK/version options" >&5
19440 $as_echo_n "checking if C++ compiler ($CXX) works with SDK/version options... " >&6; }
19441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19442 /* end confdefs.h. */
19452 if ac_fn_cxx_try_link "$LINENO"; then :
19453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19454 $as_echo "yes" >&6; }
19456 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19457 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19458 as_fn_error $? "no. Try a different SDK
19459 See \
`config.log' for more details" "$LINENO" 5; }; exit 1
19461 rm -f core conftest.err conftest.$ac_objext \
19462 conftest$ac_exeext conftest.$ac_ext
19464 ac_cpp='$CPP $CPPFLAGS'
19465 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19466 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19467 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19475 INSTALL_PROGRAM="cp -fp"
19476 INSTALL_DATA="cp -fp"
19483 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
19484 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
19487 GNU_SOURCE_FLAG="-D_GNU_SOURCE"
19488 CFLAGS="$GNU_SOURCE_FLAG $CFLAGS"
19491 if test "x$USE_AIX" = "x1"; then
19492 if test "x$XLCXX" = "xyes"; then
19493 CXXFLAGS="-qunique $CXXFLAGS"
19496 CPPFLAGS="-D_LINUX_SOURCE_COMPAT $CPPFLAGS"
19500 powerpc-*-darwin* )
19501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if __POWERPC__ is already defined" >&5
19502 $as_echo_n "checking if __POWERPC__ is already defined... " >&6; }
19503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19504 /* end confdefs.h. */
19509 #ifndef __POWERPC__
19510 choke me for lack of PowerPC
19517 if ac_fn_c_try_compile "$LINENO"; then :
19518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19519 $as_echo "yes" >&6; }
19521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19522 $as_echo "no" >&6; }
19523 $as_echo "#define __POWERPC__ 1" >>confdefs.h
19527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CoreFoundation/CFBase.h is usable" >&5
19534 $as_echo_n "checking if CoreFoundation/CFBase.h is usable... " >&6; }
19535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19536 /* end confdefs.h. */
19537 #include <CoreFoundation/CFBase.h>
19547 if ac_fn_c_try_compile "$LINENO"; then :
19548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19549 $as_echo "yes" >&6; }
19551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19552 $as_echo "no" >&6; }
19553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
19554 $as_echo_n "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... " >&6; }
19555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19556 /* end confdefs.h. */
19557 #define __CF_USE_FRAMEWORK_INCLUDES__
19558 #include <CoreFoundation/CFBase.h>
19568 if ac_fn_c_try_compile "$LINENO"; then :
19569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19570 $as_echo "yes" >&6; }
19571 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
19573 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19574 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19575 as_fn_error $? "no. CoreFoundation not available.
19576 See \
`config.log' for more details" "$LINENO" 5; }
19579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19588 doesnt_want_win32=0
19591 if test "$wxUSE_MSW" = 1 ; then
19594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -mno-cygwin is in effect" >&5
19595 $as_echo_n "checking if -mno-cygwin is in effect... " >&6; }
19596 if ${wx_cv_nocygwin+:} false; then :
19597 $as_echo_n "(cached) " >&6
19600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19601 /* end confdefs.h. */
19615 if ac_fn_c_try_compile "$LINENO"; then :
19621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_nocygwin" >&5
19626 $as_echo "$wx_cv_nocygwin" >&6; }
19628 if test "$wx_cv_nocygwin" = "yes"; then
19631 doesnt_want_win32=1
19634 if test "$wants_win32" = 1 ; then
19635 BAKEFILE_FORCE_PLATFORM=win32
19643 if test "$wxUSE_WINE" = "yes"; then
19645 LDFLAGS_GUI="-mwindows"
19648 if test "$wants_win32" = 1 ; then
19651 $as_echo "#define __WIN32__ 1" >>confdefs.h
19653 $as_echo "#define __WIN95__ 1" >>confdefs.h
19655 $as_echo "#define __WINDOWS__ 1" >>confdefs.h
19657 $as_echo "#define __GNUWIN32__ 1" >>confdefs.h
19659 $as_echo "#define STRICT 1" >>confdefs.h
19662 if test "$doesnt_want_win32" = 1 ; then
19667 if test "$USE_UNIX" = 1 ; then
19669 $as_echo "#define __UNIX__ 1" >>confdefs.h
19674 *-pc-os2_emx | *-pc-os2-emx )
19675 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
19676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for drand48 in -lcExt" >&5
19677 $as_echo_n "checking for drand48 in -lcExt... " >&6; }
19678 if ${ac_cv_lib_cExt_drand48+:} false; then :
19679 $as_echo_n "(cached) " >&6
19681 ac_check_lib_save_LIBS=$LIBS
19682 LIBS="-lcExt $LIBS"
19683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19684 /* end confdefs.h. */
19686 /* Override any GCC internal prototype to avoid an error.
19687 Use char because int might match the return type of a GCC
19688 builtin and then its argument prototype would still apply. */
19701 if ac_fn_c_try_link "$LINENO"; then :
19702 ac_cv_lib_cExt_drand48=yes
19704 ac_cv_lib_cExt_drand48=no
19706 rm -f core conftest.err conftest.$ac_objext \
19707 conftest$ac_exeext conftest.$ac_ext
19708 LIBS=$ac_check_lib_save_LIBS
19710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cExt_drand48" >&5
19711 $as_echo "$ac_cv_lib_cExt_drand48" >&6; }
19712 if test "x$ac_cv_lib_cExt_drand48" = xyes; then :
19713 LIBS="$LIBS -lcExt"
19717 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
19719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc/libc version" >&5
19720 $as_echo_n "checking for gcc/libc version... " >&6; }
19721 if ${wx_cv_gccversion+:} false; then :
19722 $as_echo_n "(cached) " >&6
19725 if test "$cross_compiling" = yes; then :
19726 wx_cv_gccversion="EMX2"
19729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19730 /* end confdefs.h. */
19736 FILE *f=fopen("conftestval", "w");
19741 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
19743 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
19753 if ac_fn_c_try_run "$LINENO"; then :
19754 wx_cv_gccversion=`cat conftestval
`
19756 wx_cv_gccversion="EMX2"
19758 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19759 conftest.$ac_objext conftest.beam conftest.$ac_ext
19764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_gccversion" >&5
19765 $as_echo "$wx_cv_gccversion" >&6; }
19766 if test "$wx_cv_gccversion" = "EMX2"; then
19767 LIBS="$LIBS -lstdcpp"
19768 LDFLAGS="$LDFLAGS -Zsysv-signals"
19770 if test "$wx_cv_gccversion" = "EMX3"; then
19771 LIBS="$LIBS -lstdcxx -lgcc"
19772 LDFLAGS="$LDFLAGS -Zsysv-signals"
19774 LIBS="$LIBS -lstdc++"
19777 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
19778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Building DLLs requires OMF mode, enabled" >&5
19779 $as_echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
19786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp() in string.h" >&5
19787 $as_echo_n "checking for strcasecmp() in string.h... " >&6; }
19788 if ${ac_cv_string_strcasecmp+:} false; then :
19789 $as_echo_n "(cached) " >&6
19792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19793 /* end confdefs.h. */
19795 #include <string.h>
19801 strcasecmp("foo", "bar");
19807 if ac_fn_c_try_link "$LINENO"; then :
19808 ac_cv_string_strcasecmp=yes
19810 ac_cv_string_strcasecmp=no
19813 rm -f core conftest.err conftest.$ac_objext \
19814 conftest$ac_exeext conftest.$ac_ext
19817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_string_strcasecmp" >&5
19818 $as_echo "$ac_cv_string_strcasecmp" >&6; }
19820 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
19821 $as_echo "#define HAVE_STRCASECMP_IN_STRING_H 1" >>confdefs.h
19824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp() in strings.h" >&5
19825 $as_echo_n "checking for strcasecmp() in strings.h... " >&6; }
19826 if ${ac_cv_strings_strcasecmp+:} false; then :
19827 $as_echo_n "(cached) " >&6
19830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19831 /* end confdefs.h. */
19833 #include <strings.h>
19839 strcasecmp("foo", "bar");
19845 if ac_fn_c_try_link "$LINENO"; then :
19846 ac_cv_strings_strcasecmp=yes
19848 ac_cv_strings_strcasecmp=no
19851 rm -f core conftest.err conftest.$ac_objext \
19852 conftest$ac_exeext conftest.$ac_ext
19855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_strings_strcasecmp" >&5
19856 $as_echo "$ac_cv_strings_strcasecmp" >&6; }
19858 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
19859 $as_echo "#define HAVE_STRCASECMP_IN_STRINGS_H 1" >>confdefs.h
19862 as_fn_error $? "No case-insensitive string comparison function found." "$LINENO" 5
19870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
19871 $as_echo_n "checking for ANSI C header files... " >&6; }
19872 if ${ac_cv_header_stdc+:} false; then :
19873 $as_echo_n "(cached) " >&6
19875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19876 /* end confdefs.h. */
19877 #include <stdlib.h>
19878 #include <stdarg.h>
19879 #include <string.h>
19890 if ac_fn_c_try_compile "$LINENO"; then :
19891 ac_cv_header_stdc=yes
19893 ac_cv_header_stdc=no
19895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19897 if test $ac_cv_header_stdc = yes; then
19898 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
19899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19900 /* end confdefs.h. */
19901 #include <string.h>
19904 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19905 $EGREP "memchr" >/dev/null 2>&1; then :
19908 ac_cv_header_stdc=no
19914 if test $ac_cv_header_stdc = yes; then
19915 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
19916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19917 /* end confdefs.h. */
19918 #include <stdlib.h>
19921 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19922 $EGREP "free" >/dev/null 2>&1; then :
19925 ac_cv_header_stdc=no
19931 if test $ac_cv_header_stdc = yes; then
19932 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
19933 if test "$cross_compiling" = yes; then :
19936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19937 /* end confdefs.h. */
19939 #include <stdlib.h>
19940 #if ((' ' & 0x0FF) == 0x020)
19941 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
19942 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
19944 # define ISLOWER(c) \
19945 (('a' <= (c) && (c) <= 'i') \
19946 || ('j' <= (c) && (c) <= 'r') \
19947 || ('s' <= (c) && (c) <= 'z'))
19948 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
19951 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
19956 for (i = 0; i < 256; i++)
19957 if (XOR (islower (i), ISLOWER (i))
19958 || toupper (i) != TOUPPER (i))
19963 if ac_fn_c_try_run "$LINENO"; then :
19966 ac_cv_header_stdc=no
19968 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19969 conftest.$ac_objext conftest.beam conftest.$ac_ext
19974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
19975 $as_echo "$ac_cv_header_stdc" >&6; }
19976 if test $ac_cv_header_stdc = yes; then
19978 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
19982 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
19983 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
19984 inttypes.h stdint.h unistd.h
19986 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
19987 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
19989 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
19990 cat >>confdefs.h <<_ACEOF
19991 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
19999 for ac_header in langinfo.h wchar.h
20001 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20002 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
20004 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
20005 cat >>confdefs.h <<_ACEOF
20006 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
20014 if test "$ac_cv_header_wchar_h" != "yes"; then
20015 for ac_header in wcstr.h
20017 ac_fn_c_check_header_compile "$LINENO" "wcstr.h" "ac_cv_header_wcstr_h" "$ac_includes_default
20019 if test "x$ac_cv_header_wcstr_h" = xyes; then :
20020 cat >>confdefs.h <<_ACEOF
20021 #define HAVE_WCSTR_H 1
20031 *-pc-os2_emx | *-pc-os2-emx )
20032 if test $ac_cv_header_langinfo_h = "yes" \
20033 -a \( "$wx_cv_gccversion" = "EMX2" \
20034 -o "$wx_cv_gccversion" = "EMX3" \
20035 -o "$wx_cv_gccversion" = "Innotek5" \); then
20036 LIBS="$LIBS -lintl"
20041 if test "$USE_UNIX" = 1 ; then
20042 for ac_header in sys/select.h
20044 ac_fn_c_check_header_compile "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default
20046 if test "x$ac_cv_header_sys_select_h" = xyes; then :
20047 cat >>confdefs.h <<_ACEOF
20048 #define HAVE_SYS_SELECT_H 1
20057 ac_cpp='$CXXCPP $CPPFLAGS'
20058 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20059 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20060 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20062 for ac_header in cxxabi.h
20064 ac_fn_cxx_check_header_compile "$LINENO" "cxxabi.h" "ac_cv_header_cxxabi_h" "$ac_includes_default
20066 if test "x$ac_cv_header_cxxabi_h" = xyes; then :
20067 cat >>confdefs.h <<_ACEOF
20068 #define HAVE_CXXABI_H 1
20076 ac_cpp='$CPP $CPPFLAGS'
20077 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20078 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20079 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
20085 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
20086 if ${ac_cv_c_const+:} false; then :
20087 $as_echo_n "(cached) " >&6
20089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20090 /* end confdefs.h. */
20096 #ifndef __cplusplus
20097 /* Ultrix mips cc rejects this sort of thing. */
20098 typedef int charset[2];
20099 const charset cs = { 0, 0 };
20100 /* SunOS 4.1.1 cc rejects this. */
20101 char const *const *pcpcc;
20103 /* NEC SVR4.0.2 mips cc rejects this. */
20104 struct point {int x, y;};
20105 static struct point const zero = {0,0};
20106 /* AIX XL C 1.02.0.0 rejects this.
20107 It does not let you subtract one const X* pointer from another in
20108 an arm of an if-expression whose if-part is not a constant
20110 const char *g = "string";
20111 pcpcc = &g + (g ? g-g : 0);
20112 /* HPUX 7.0 cc rejects these. */
20114 ppc = (char**) pcpcc;
20115 pcpcc = (char const *const *) ppc;
20116 { /* SCO 3.2v4 cc rejects this sort of thing. */
20119 char const *s = 0 ? (char *) 0 : (char const *) 0;
20124 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
20125 int x[] = {25, 17};
20126 const int *foo = &x[0];
20129 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
20130 typedef const int *iptr;
20134 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
20135 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
20136 struct s { int j; const int *ap[3]; } bx;
20137 struct s *b = &bx; b->j = 5;
20139 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
20140 const int foo = 10;
20141 if (!foo) return 0;
20143 return !cs[0] && !zero.x;
20150 if ac_fn_c_try_compile "$LINENO"; then :
20155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
20158 $as_echo "$ac_cv_c_const" >&6; }
20159 if test $ac_cv_c_const = no; then
20161 $as_echo "#define const /**/" >>confdefs.h
20165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
20166 $as_echo_n "checking for inline... " >&6; }
20167 if ${ac_cv_c_inline+:} false; then :
20168 $as_echo_n "(cached) " >&6
20171 for ac_kw in inline __inline__ __inline; do
20172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20173 /* end confdefs.h. */
20174 #ifndef __cplusplus
20176 static $ac_kw foo_t static_foo () {return 0; }
20177 $ac_kw foo_t foo () {return 0; }
20181 if ac_fn_c_try_compile "$LINENO"; then :
20182 ac_cv_c_inline=$ac_kw
20184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20185 test "$ac_cv_c_inline" != no && break
20189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
20190 $as_echo "$ac_cv_c_inline" >&6; }
20192 case $ac_cv_c_inline in
20195 case $ac_cv_c_inline in
20197 *) ac_val=$ac_cv_c_inline;;
20199 cat >>confdefs.h <<_ACEOF
20200 #ifndef __cplusplus
20201 #define inline $ac_val
20208 # The cast to long int works around a bug in the HP C Compiler
20209 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20210 # declarations like `int a3
[[(sizeof
(unsigned char
)) >= 0]];'.
20211 # This bug is HP SR number 8606223364.
20212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
20213 $as_echo_n "checking size of short... " >&6; }
20214 if ${ac_cv_sizeof_short+:} false; then :
20215 $as_echo_n "(cached) " >&6
20217 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
20220 if test "$ac_cv_type_short" = yes; then
20221 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20222 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
20223 as_fn_error 77 "cannot compute sizeof (short)
20224 See \`config.log
' for more details" "$LINENO" 5; }
20226 ac_cv_sizeof_short=0
20231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
20232 $as_echo "$ac_cv_sizeof_short" >&6; }
20236 cat >>confdefs.h <<_ACEOF
20237 #define SIZEOF_SHORT $ac_cv_sizeof_short
20241 # The cast to long int works around a bug in the HP C Compiler
20242 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20243 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20244 # This bug is HP SR number 8606223364.
20245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
20246 $as_echo_n "checking size of void *... " >&6; }
20247 if ${ac_cv_sizeof_void_p+:} false
; then :
20248 $as_echo_n "(cached) " >&6
20250 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
20253 if test "$ac_cv_type_void_p" = yes; then
20254 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20255 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20256 as_fn_error
77 "cannot compute sizeof (void *)
20257 See \`config.log' for more details" "$LINENO" 5; }
20259 ac_cv_sizeof_void_p
=0
20264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
20265 $as_echo "$ac_cv_sizeof_void_p" >&6; }
20269 cat >>confdefs.h
<<_ACEOF
20270 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
20274 # The cast to long int works around a bug in the HP C Compiler
20275 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20276 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20277 # This bug is HP SR number 8606223364.
20278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
20279 $as_echo_n "checking size of int... " >&6; }
20280 if ${ac_cv_sizeof_int+:} false
; then :
20281 $as_echo_n "(cached) " >&6
20283 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
20286 if test "$ac_cv_type_int" = yes; then
20287 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20288 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20289 as_fn_error
77 "cannot compute sizeof (int)
20290 See \`config.log' for more details" "$LINENO" 5; }
20297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
20298 $as_echo "$ac_cv_sizeof_int" >&6; }
20302 cat >>confdefs.h
<<_ACEOF
20303 #define SIZEOF_INT $ac_cv_sizeof_int
20307 # The cast to long int works around a bug in the HP C Compiler
20308 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20309 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20310 # This bug is HP SR number 8606223364.
20311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
20312 $as_echo_n "checking size of long... " >&6; }
20313 if ${ac_cv_sizeof_long+:} false
; then :
20314 $as_echo_n "(cached) " >&6
20316 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
20319 if test "$ac_cv_type_long" = yes; then
20320 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20321 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20322 as_fn_error
77 "cannot compute sizeof (long)
20323 See \`config.log' for more details" "$LINENO" 5; }
20325 ac_cv_sizeof_long
=0
20330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
20331 $as_echo "$ac_cv_sizeof_long" >&6; }
20335 cat >>confdefs.h
<<_ACEOF
20336 #define SIZEOF_LONG $ac_cv_sizeof_long
20340 # The cast to long int works around a bug in the HP C Compiler
20341 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20342 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20343 # This bug is HP SR number 8606223364.
20344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
20345 $as_echo_n "checking size of size_t... " >&6; }
20346 if ${ac_cv_sizeof_size_t+:} false
; then :
20347 $as_echo_n "(cached) " >&6
20349 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t" "$ac_includes_default"; then :
20352 if test "$ac_cv_type_size_t" = yes; then
20353 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20355 as_fn_error
77 "cannot compute sizeof (size_t)
20356 See \`config.log' for more details" "$LINENO" 5; }
20358 ac_cv_sizeof_size_t
=0
20363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
20364 $as_echo "$ac_cv_sizeof_size_t" >&6; }
20368 cat >>confdefs.h
<<_ACEOF
20369 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
20376 # The cast to long int works around a bug in the HP C Compiler
20377 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20378 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20379 # This bug is HP SR number 8606223364.
20380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20381 $as_echo_n "checking size of long long... " >&6; }
20382 if ${ac_cv_sizeof_long_long+:} false
; then :
20383 $as_echo_n "(cached) " >&6
20385 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20388 if test "$ac_cv_type_long_long" = yes; then
20389 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20390 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20391 as_fn_error
77 "cannot compute sizeof (long long)
20392 See \`config.log' for more details" "$LINENO" 5; }
20394 ac_cv_sizeof_long_long
=0
20399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20400 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20404 cat >>confdefs.h
<<_ACEOF
20405 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20411 # The cast to long int works around a bug in the HP C Compiler
20412 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20413 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20414 # This bug is HP SR number 8606223364.
20415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20416 $as_echo_n "checking size of long long... " >&6; }
20417 if ${ac_cv_sizeof_long_long+:} false
; then :
20418 $as_echo_n "(cached) " >&6
20420 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20423 if test "$ac_cv_type_long_long" = yes; then
20424 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20425 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20426 as_fn_error
77 "cannot compute sizeof (long long)
20427 See \`config.log' for more details" "$LINENO" 5; }
20429 ac_cv_sizeof_long_long
=0
20434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20435 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20439 cat >>confdefs.h
<<_ACEOF
20440 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20444 if test "$ac_cv_sizeof_long_long" != 0; then
20445 CPPFLAGS
="-D_INCLUDE_LONGLONG $CPPFLAGS"
20449 # The cast to long int works around a bug in the HP C Compiler
20450 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20451 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20452 # This bug is HP SR number 8606223364.
20453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20454 $as_echo_n "checking size of long long... " >&6; }
20455 if ${ac_cv_sizeof_long_long+:} false
; then :
20456 $as_echo_n "(cached) " >&6
20458 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20461 if test "$ac_cv_type_long_long" = yes; then
20462 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20463 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20464 as_fn_error
77 "cannot compute sizeof (long long)
20465 See \`config.log' for more details" "$LINENO" 5; }
20467 ac_cv_sizeof_long_long
=0
20472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20473 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20477 cat >>confdefs.h
<<_ACEOF
20478 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20484 # The cast to long int works around a bug in the HP C Compiler
20485 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20486 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20487 # This bug is HP SR number 8606223364.
20488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of wchar_t" >&5
20489 $as_echo_n "checking size of wchar_t... " >&6; }
20490 if ${ac_cv_sizeof_wchar_t+:} false
; then :
20491 $as_echo_n "(cached) " >&6
20493 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (wchar_t))" "ac_cv_sizeof_wchar_t" "
20494 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20495 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20496 # error \"fake wchar_t\"
20498 #ifdef HAVE_WCHAR_H
20500 # include <stddef.h>
20502 # include <wchar.h>
20504 #ifdef HAVE_STDLIB_H
20505 # include <stdlib.h>
20513 if test "$ac_cv_type_wchar_t" = yes; then
20514 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20515 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20516 as_fn_error
77 "cannot compute sizeof (wchar_t)
20517 See \`config.log' for more details" "$LINENO" 5; }
20519 ac_cv_sizeof_wchar_t
=0
20524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_wchar_t" >&5
20525 $as_echo "$ac_cv_sizeof_wchar_t" >&6; }
20529 cat >>confdefs.h
<<_ACEOF
20530 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
20534 if test "$ac_cv_sizeof_wchar_t" = 0; then
20535 as_fn_error $?
"wxWidgets requires wchar_t support." "$LINENO" 5
20537 $as_echo "#define wxUSE_WCHAR_T 1" >>confdefs.h
20540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
20541 $as_echo_n "checking for va_copy... " >&6; }
20542 if ${wx_cv_func_va_copy+:} false
; then :
20543 $as_echo_n "(cached) " >&6
20547 ac_cpp
='$CXXCPP $CPPFLAGS'
20548 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20549 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20550 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20552 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20553 /* end confdefs.h. */
20556 #include <stdarg.h>
20557 void foo(char *f, ...)
20572 if ac_fn_cxx_try_link
"$LINENO"; then :
20573 wx_cv_func_va_copy
=yes
20575 wx_cv_func_va_copy
=no
20578 rm -f core conftest.err conftest.
$ac_objext \
20579 conftest
$ac_exeext conftest.
$ac_ext
20581 ac_cpp
='$CPP $CPPFLAGS'
20582 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20583 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20584 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_va_copy" >&5
20590 $as_echo "$wx_cv_func_va_copy" >&6; }
20592 if test $wx_cv_func_va_copy = "yes"; then
20593 $as_echo "#define HAVE_VA_COPY 1" >>confdefs.h
20596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if va_list can be copied by value" >&5
20597 $as_echo_n "checking if va_list can be copied by value... " >&6; }
20598 if ${wx_cv_type_va_list_lvalue+:} false
; then :
20599 $as_echo_n "(cached) " >&6
20602 if test "$cross_compiling" = yes; then :
20603 wx_cv_type_va_list_lvalue
=yes
20606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20607 /* end confdefs.h. */
20610 #include <stdarg.h>
20611 int foo(char *f, ...)
20616 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20624 return foo("hi", 17);
20628 if ac_fn_c_try_run
"$LINENO"; then :
20629 wx_cv_type_va_list_lvalue
=yes
20631 wx_cv_type_va_list_lvalue
=no
20633 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
20634 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
20640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_va_list_lvalue" >&5
20641 $as_echo "$wx_cv_type_va_list_lvalue" >&6; }
20643 if test $wx_cv_type_va_list_lvalue != "yes"; then
20644 $as_echo "#define VA_LIST_IS_ARRAY 1" >>confdefs.h
20649 if test "$wxUSE_VARARG_MACROS" = "yes"; then
20651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports variadic macros" >&5
20652 $as_echo_n "checking whether the compiler supports variadic macros... " >&6; }
20653 if ${wx_cv_have_variadic_macros+:} false
; then :
20654 $as_echo_n "(cached) " >&6
20658 ac_cpp
='$CXXCPP $CPPFLAGS'
20659 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20660 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20661 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20663 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20664 /* end confdefs.h. */
20668 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
20674 test("%s %d %p", "test", 1, 0);
20681 if ac_fn_cxx_try_compile
"$LINENO"; then :
20682 wx_cv_have_variadic_macros
=yes
20684 wx_cv_have_variadic_macros
=no
20687 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20689 ac_cpp
='$CPP $CPPFLAGS'
20690 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20691 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20692 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_have_variadic_macros" >&5
20698 $as_echo "$wx_cv_have_variadic_macros" >&6; }
20700 if test $wx_cv_have_variadic_macros = "yes"; then
20701 $as_echo "#define HAVE_VARIADIC_MACROS 1" >>confdefs.h
20707 LARGEFILE_CPPFLAGS
=
20708 # Check whether --enable-largefile was given.
20709 if test "${enable_largefile+set}" = set; then :
20710 enableval
=$enable_largefile;
20713 if test "$enable_largefile" != no
; then
20716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20717 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
20718 if ${ac_cv_sys_file_offset_bits+:} false
; then :
20719 $as_echo_n "(cached) " >&6
20722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20723 /* end confdefs.h. */
20724 #define _FILE_OFFSET_BITS 64
20725 #include <sys/types.h>
20730 unsigned int field: sizeof(off_t) == 8;
20737 if ac_fn_c_try_compile
"$LINENO"; then :
20738 ac_cv_sys_file_offset_bits
=64
20740 ac_cv_sys_file_offset_bits
=no
20742 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
20747 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
20749 if test "$ac_cv_sys_file_offset_bits" != no
; then
20751 cat >>confdefs.h
<<_ACEOF
20752 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20757 if test "x$wx_largefile" != "xyes"; then
20759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
20760 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
20761 if ${ac_cv_sys_large_files+:} false
; then :
20762 $as_echo_n "(cached) " >&6
20765 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20766 /* end confdefs.h. */
20767 #define _LARGE_FILES 1
20768 #include <sys/types.h>
20773 unsigned int field: sizeof(off_t) == 8;
20780 if ac_fn_c_try_compile
"$LINENO"; then :
20781 ac_cv_sys_large_files
=1
20783 ac_cv_sys_large_files
=no
20785 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
20790 $as_echo "$ac_cv_sys_large_files" >&6; }
20792 if test "$ac_cv_sys_large_files" != no
; then
20794 cat >>confdefs.h
<<_ACEOF
20795 #define _LARGE_FILES $ac_cv_sys_large_files
20802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if large file support is available" >&5
20803 $as_echo_n "checking if large file support is available... " >&6; }
20804 if test "x$wx_largefile" = "xyes"; then
20805 $as_echo "#define HAVE_LARGEFILE_SUPPORT 1" >>confdefs.h
20808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_largefile" >&5
20809 $as_echo "$wx_largefile" >&6; }
20812 if test "$ac_cv_sys_file_offset_bits" = "64"; then
20813 LARGEFILE_CPPFLAGS
="-D_FILE_OFFSET_BITS=64"
20814 elif test "$ac_cv_sys_large_files" = 1; then
20815 LARGEFILE_CPPFLAGS
="-D_LARGE_FILES"
20818 if test -n "$LARGEFILE_CPPFLAGS"; then
20819 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
20821 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
20822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -D__STDC_EXT__ is required" >&5
20823 $as_echo_n "checking if -D__STDC_EXT__ is required... " >&6; }
20824 if ${wx_cv_STDC_EXT_required+:} false
; then :
20825 $as_echo_n "(cached) " >&6
20829 ac_cpp
='$CXXCPP $CPPFLAGS'
20830 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20831 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20832 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20834 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20835 /* end confdefs.h. */
20841 #ifndef __STDC_EXT__
20849 if ac_fn_cxx_try_compile
"$LINENO"; then :
20850 wx_cv_STDC_EXT_required
=no
20852 wx_cv_STDC_EXT_required
=yes
20855 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20857 ac_cpp
='$CPP $CPPFLAGS'
20858 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20859 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20860 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_STDC_EXT_required" >&5
20866 $as_echo "$wx_cv_STDC_EXT_required" >&6; }
20867 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
20868 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
20874 ac_cpp
='$CXXCPP $CPPFLAGS'
20875 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20876 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20877 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20879 old_CPPFLAGS
="$CPPFLAGS"
20880 CPPFLAGS
="$CPPFLAGS $LARGEFILE_CPPFLAGS"
20881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20882 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
20883 if ${ac_cv_sys_largefile_source+:} false
; then :
20884 $as_echo_n "(cached) " >&6
20887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20888 /* end confdefs.h. */
20889 #include <sys/types.h> /* for off_t */
20894 int (*fp) (FILE *, off_t, int) = fseeko;
20895 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
20900 if ac_fn_cxx_try_link
"$LINENO"; then :
20901 ac_cv_sys_largefile_source
=no
; break
20903 rm -f core conftest.err conftest.
$ac_objext \
20904 conftest
$ac_exeext conftest.
$ac_ext
20905 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20906 /* end confdefs.h. */
20907 #define _LARGEFILE_SOURCE 1
20908 #include <sys/types.h> /* for off_t */
20913 int (*fp) (FILE *, off_t, int) = fseeko;
20914 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
20919 if ac_fn_cxx_try_link
"$LINENO"; then :
20920 ac_cv_sys_largefile_source
=1; break
20922 rm -f core conftest.err conftest.
$ac_objext \
20923 conftest
$ac_exeext conftest.
$ac_ext
20924 ac_cv_sys_largefile_source
=unknown
20928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
20929 $as_echo "$ac_cv_sys_largefile_source" >&6; }
20930 case $ac_cv_sys_largefile_source in #(
20933 cat >>confdefs.h
<<_ACEOF
20934 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20940 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20941 # in glibc 2.1.3, but that breaks too many other things.
20942 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20943 if test $ac_cv_sys_largefile_source != unknown
; then
20945 $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
20949 CPPFLAGS
="$old_CPPFLAGS"
20951 ac_cpp
='$CPP $CPPFLAGS'
20952 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20953 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20954 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20956 if test "$ac_cv_sys_largefile_source" != no
; then
20957 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
20960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
20961 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
20962 if ${ac_cv_c_bigendian+:} false
; then :
20963 $as_echo_n "(cached) " >&6
20965 ac_cv_c_bigendian
=unknown
20966 # See if sys/param.h defines the BYTE_ORDER macro.
20967 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20968 /* end confdefs.h. */
20969 #include <sys/types.h>
20970 #include <sys/param.h>
20975 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20976 bogus endian macros
20982 if ac_fn_c_try_compile
"$LINENO"; then :
20983 # It does; now see whether it defined to BIG_ENDIAN or not.
20984 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20985 /* end confdefs.h. */
20986 #include <sys/types.h>
20987 #include <sys/param.h>
20992 #if BYTE_ORDER != BIG_ENDIAN
20999 if ac_fn_c_try_compile
"$LINENO"; then :
21000 ac_cv_c_bigendian
=yes
21002 ac_cv_c_bigendian
=no
21004 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21006 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21007 if test $ac_cv_c_bigendian = unknown
; then
21008 if test "$cross_compiling" = yes; then :
21009 ac_cv_c_bigendian
=unknown
21011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21012 /* end confdefs.h. */
21014 /* Are we little or big endian? From Harbison&Steele. */
21018 char c[sizeof (long)];
21021 exit (u.c[sizeof (long) - 1] == 1);
21024 if ac_fn_c_try_run
"$LINENO"; then :
21025 ac_cv_c_bigendian
=no
21027 ac_cv_c_bigendian
=yes
21029 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
21030 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
21035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
21036 $as_echo "$ac_cv_c_bigendian" >&6; }
21037 if test $ac_cv_c_bigendian = unknown
; then
21038 { $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
21039 $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;}
21041 if test $ac_cv_c_bigendian = yes; then
21042 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
21050 ac_cpp
='$CXXCPP $CPPFLAGS'
21051 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21052 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21053 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21056 for ac_header
in iostream
21058 ac_fn_cxx_check_header_compile
"$LINENO" "iostream" "ac_cv_header_iostream" "
21060 if test "x$ac_cv_header_iostream" = xyes
; then :
21061 cat >>confdefs.h
<<_ACEOF
21062 #define HAVE_IOSTREAM 1
21070 if test "$ac_cv_header_iostream" = "yes" ; then
21073 $as_echo "#define wxUSE_IOSTREAMH 1" >>confdefs.h
21078 ac_cpp
='$CPP $CPPFLAGS'
21079 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21080 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21081 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C++ compiler supports the explicit keyword" >&5
21087 $as_echo_n "checking if C++ compiler supports the explicit keyword... " >&6; }
21088 if ${wx_cv_explicit+:} false
; then :
21089 $as_echo_n "(cached) " >&6
21094 ac_cpp
='$CXXCPP $CPPFLAGS'
21095 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21096 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21097 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21100 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21101 /* end confdefs.h. */
21103 class Foo { public: explicit Foo(int) {} };
21115 if ac_fn_cxx_try_compile
"$LINENO"; then :
21117 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21118 /* end confdefs.h. */
21120 class Foo { public: explicit Foo(int) {} };
21121 static void TakeFoo(const Foo& foo) { }
21134 if ac_fn_cxx_try_compile
"$LINENO"; then :
21140 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21146 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21149 ac_cpp
='$CPP $CPPFLAGS'
21150 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21151 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21152 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_explicit" >&5
21157 $as_echo "$wx_cv_explicit" >&6; }
21159 if test "$wx_cv_explicit" = "yes"; then
21160 $as_echo "#define HAVE_EXPLICIT 1" >>confdefs.h
21165 if test "x$SUNCXX" = xyes
; then
21166 CXXFLAGS
="-features=tmplife $GNU_SOURCE_FLAG $CXXFLAGS"
21169 if test "x$SUNCC" = xyes
; then
21170 CFLAGS
="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
21173 if test "x$SGICC" = "xyes"; then
21174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if cc version is 7.4.4 or greater" >&5
21175 $as_echo_n "checking if cc version is 7.4.4 or greater... " >&6; }
21176 if ${wx_cv_prog_sgicc744+:} false
; then :
21177 $as_echo_n "(cached) " >&6
21180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21181 /* end confdefs.h. */
21187 #if _SGI_COMPILER_VERSION >= 744
21188 chock me: mipsPro is 7.4.4 or later
21195 if ac_fn_c_try_compile
"$LINENO"; then :
21196 wx_cv_prog_sgicc744
=no
21198 wx_cv_prog_sgicc744
=yes
21201 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_prog_sgicc744" >&5
21206 $as_echo "$wx_cv_prog_sgicc744" >&6; }
21208 if test "x$wx_cv_prog_sgicc744" = "xyes"; then
21209 CFLAGS
="-woff 3970 $CFLAGS"
21212 if test "x$SGICXX" = "xyes"; then
21213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CC version is 7.4.4 or greater" >&5
21214 $as_echo_n "checking if CC version is 7.4.4 or greater... " >&6; }
21215 if ${wx_cv_prog_sgicxx744+:} false
; then :
21216 $as_echo_n "(cached) " >&6
21220 ac_cpp
='$CXXCPP $CPPFLAGS'
21221 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21222 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21223 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21226 /* end confdefs.h. */
21232 #if _SGI_COMPILER_VERSION >= 744
21233 chock me: mipsPro is 7.4.4 or later
21240 if ac_fn_cxx_try_compile
"$LINENO"; then :
21241 wx_cv_prog_sgicxx744
=no
21243 wx_cv_prog_sgicxx744
=yes
21246 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21248 ac_cpp
='$CPP $CPPFLAGS'
21249 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21250 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21251 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_prog_sgicxx744" >&5
21257 $as_echo "$wx_cv_prog_sgicxx744" >&6; }
21259 if test "x$wx_cv_prog_sgicxx744" = "xyes"; then
21260 CXXFLAGS
="-woff 3970 $CXXFLAGS"
21264 if test "x$HPCC" = "xyes"; then
21265 CFLAGS
="+W 2011,2450 $CFLAGS"
21267 if test "x$HPCXX" = "xyes"; then
21268 CXXFLAGS
="+W 2340,4232 $CXXFLAGS"
21271 if test "x$COMPAQCXX" = "xyes"; then
21272 CXXFLAGS
="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
21276 ac_cpp
='$CXXCPP $CPPFLAGS'
21277 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21278 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21279 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21282 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
21283 if test "$wxUSE_UNICODE" = "yes"; then
21284 std_string
="std::wstring"
21285 char_type
="wchar_t"
21287 std_string
="std::string"
21291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $std_string in <string>" >&5
21292 $as_echo_n "checking for $std_string in <string>... " >&6; }
21293 if ${wx_cv_class_stdstring+:} false
; then :
21294 $as_echo_n "(cached) " >&6
21297 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21298 /* end confdefs.h. */
21308 if ac_fn_cxx_try_compile
"$LINENO"; then :
21309 wx_cv_class_stdstring
=yes
21311 wx_cv_class_stdstring
=no
21314 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdstring" >&5
21319 $as_echo "$wx_cv_class_stdstring" >&6; }
21321 if test "$wx_cv_class_stdstring" = yes; then
21322 if test "$wxUSE_UNICODE" = "yes"; then
21323 $as_echo "#define HAVE_STD_WSTRING 1" >>confdefs.h
21327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if std::basic_string<$char_type> works" >&5
21328 $as_echo_n "checking if std::basic_string<$char_type> works... " >&6; }
21329 if ${wx_cv_class_stdbasicstring+:} false
; then :
21330 $as_echo_n "(cached) " >&6
21333 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21334 /* end confdefs.h. */
21336 #ifdef HAVE_WCHAR_H
21338 # include <stddef.h>
21340 # include <wchar.h>
21342 #ifdef HAVE_STDLIB_H
21343 # include <stdlib.h>
21351 std::basic_string<$char_type> foo;
21352 const $char_type* dummy = foo.c_str();
21357 if ac_fn_cxx_try_compile
"$LINENO"; then :
21358 wx_cv_class_stdbasicstring
=yes
21360 wx_cv_class_stdbasicstring
=no
21363 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdbasicstring" >&5
21368 $as_echo "$wx_cv_class_stdbasicstring" >&6; }
21370 if test "$wx_cv_class_stdbasicstring" != yes; then
21371 if test "$wxUSE_STL" = "yes"; then
21372 as_fn_error $?
"Can't use --enable-stl without $std_string or std::basic_string<$char_type>" "$LINENO" 5
21373 elif test "$wxUSE_STD_STRING" = "yes"; then
21374 as_fn_error $?
"Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" "$LINENO" 5
21376 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21377 $as_echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21378 wxUSE_STD_STRING
=no
21384 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21385 ac_fn_cxx_check_type
"$LINENO" "std::istream" "ac_cv_type_std__istream" "#include <iostream>
21387 if test "x$ac_cv_type_std__istream" = xyes
; then :
21389 cat >>confdefs.h
<<_ACEOF
21390 #define HAVE_STD__ISTREAM 1
21395 wxUSE_STD_IOSTREAM
=no
21397 ac_fn_cxx_check_type
"$LINENO" "std::ostream" "ac_cv_type_std__ostream" "#include <iostream>
21399 if test "x$ac_cv_type_std__ostream" = xyes
; then :
21401 cat >>confdefs.h
<<_ACEOF
21402 #define HAVE_STD__OSTREAM 1
21407 wxUSE_STD_IOSTREAM
=no
21411 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
21412 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21413 as_fn_error $?
"Can't use --enable-std_iostreams without std::istream and std::ostream" "$LINENO" 5
21415 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
21416 $as_echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
21421 if test "$wxUSE_STL" = "yes"; then
21422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for basic STL functionality" >&5
21423 $as_echo_n "checking for basic STL functionality... " >&6; }
21424 if ${wx_cv_lib_stl+:} false
; then :
21425 $as_echo_n "(cached) " >&6
21427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21428 /* end confdefs.h. */
21430 #include <functional>
21431 #include <algorithm>
21437 std::vector<int> moo;
21438 std::list<int> foo;
21439 std::vector<int>::iterator it =
21440 std::find_if(moo.begin(), moo.end(),
21441 std::bind2nd(std::less<int>(), 3));
21446 if ac_fn_cxx_try_compile
"$LINENO"; then :
21452 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_stl" >&5
21456 $as_echo "$wx_cv_lib_stl" >&6; }
21458 if test "$wx_cv_lib_stl" != yes; then
21459 as_fn_error $?
"Can't use --enable-stl as basic STL functionality is missing" "$LINENO" 5
21462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compliant std::string::compare" >&5
21463 $as_echo_n "checking for compliant std::string::compare... " >&6; }
21464 if ${wx_cv_func_stdstring_compare+:} false
; then :
21465 $as_echo_n "(cached) " >&6
21467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21468 /* end confdefs.h. */
21473 std::string foo, bar;
21475 foo.compare(1, 1, bar);
21476 foo.compare(1, 1, bar, 1, 1);
21478 foo.compare(1, 1, "");
21479 foo.compare(1, 1, "", 2);
21484 if ac_fn_cxx_try_compile
"$LINENO"; then :
21485 wx_cv_func_stdstring_compare
=yes
21487 wx_cv_func_stdstring_compare
=no
21490 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_stdstring_compare" >&5
21494 $as_echo "$wx_cv_func_stdstring_compare" >&6; }
21496 if test "$wx_cv_func_stdstring_compare" = yes; then
21497 $as_echo "#define HAVE_STD_STRING_COMPARE 1" >>confdefs.h
21501 if test "$wx_cv_class_gnuhashmapset" = yes; then
21502 $as_echo "#define HAVE_EXT_HASH_MAP 1" >>confdefs.h
21504 $as_echo "#define HAVE_GNU_CXX_HASH_MAP 1" >>confdefs.h
21508 ac_fn_cxx_check_header_compile
"$LINENO" "unordered_map" "ac_cv_header_unordered_map" "
21511 if test "x$ac_cv_header_unordered_map" = xyes
; then :
21512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_map and unordered_set in std" >&5
21513 $as_echo_n "checking for unordered_map and unordered_set in std... " >&6; }
21514 if ${wx_cv_class_stdunorderedmapset+:} false
; then :
21515 $as_echo_n "(cached) " >&6
21517 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21518 /* end confdefs.h. */
21519 #include <unordered_map>
21520 #include <unordered_set>
21524 std::unordered_map<double*, char*> test1;
21525 std::unordered_set<char*> test2;
21530 if ac_fn_cxx_try_compile
"$LINENO"; then :
21531 wx_cv_class_stdunorderedmapset
=yes
21533 wx_cv_class_stdunorderedmapset
=no
21535 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdunorderedmapset" >&5
21540 $as_echo "$wx_cv_class_stdunorderedmapset" >&6; }
21545 if test "$wx_cv_class_stdunorderedmapset" = yes; then
21546 $as_echo "#define HAVE_STD_UNORDERED_MAP 1" >>confdefs.h
21548 $as_echo "#define HAVE_STD_UNORDERED_SET 1" >>confdefs.h
21551 ac_fn_cxx_check_header_compile
"$LINENO" "tr1/unordered_map" "ac_cv_header_tr1_unordered_map" "
21554 if test "x$ac_cv_header_tr1_unordered_map" = xyes
; then :
21555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_map and unordered_set in std::tr1" >&5
21556 $as_echo_n "checking for unordered_map and unordered_set in std::tr1... " >&6; }
21557 if ${wx_cv_class_tr1unorderedmapset+:} false
; then :
21558 $as_echo_n "(cached) " >&6
21560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21561 /* end confdefs.h. */
21562 #include <tr1/unordered_map>
21563 #include <tr1/unordered_set>
21567 std::tr1::unordered_map<double*, char*> test1;
21568 std::tr1::unordered_set<char*> test2;
21569 #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
21570 #error can't use unordered_{map,set} with gcc-4.[01]: http://gcc.gnu.org/PR24389
21576 if ac_fn_cxx_try_compile
"$LINENO"; then :
21577 wx_cv_class_tr1unorderedmapset
=yes
21579 wx_cv_class_tr1unorderedmapset
=no
21581 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_tr1unorderedmapset" >&5
21586 $as_echo "$wx_cv_class_tr1unorderedmapset" >&6; }
21591 if test "$wx_cv_class_tr1unorderedmapset" = yes; then
21592 $as_echo "#define HAVE_TR1_UNORDERED_MAP 1" >>confdefs.h
21594 $as_echo "#define HAVE_TR1_UNORDERED_SET 1" >>confdefs.h
21597 ac_fn_cxx_check_header_compile
"$LINENO" "hash_map" "ac_cv_header_hash_map" "
21600 if test "x$ac_cv_header_hash_map" = xyes
; then :
21601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for std::hash_map and hash_set" >&5
21602 $as_echo_n "checking for std::hash_map and hash_set... " >&6; }
21603 if ${wx_cv_class_stdhashmapset+:} false
; then :
21604 $as_echo_n "(cached) " >&6
21606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21607 /* end confdefs.h. */
21608 #include <hash_map>
21609 #include <hash_set>
21613 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
21614 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
21619 if ac_fn_cxx_try_compile
"$LINENO"; then :
21620 wx_cv_class_stdhashmapset
=yes
21622 wx_cv_class_stdhashmapset
=no
21624 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdhashmapset" >&5
21629 $as_echo "$wx_cv_class_stdhashmapset" >&6; }
21634 if test "$wx_cv_class_stdhashmapset" = yes; then
21635 $as_echo "#define HAVE_HASH_MAP 1" >>confdefs.h
21637 $as_echo "#define HAVE_STD_HASH_MAP 1" >>confdefs.h
21641 ac_fn_cxx_check_header_compile
"$LINENO" "ext/hash_map" "ac_cv_header_ext_hash_map" "
21644 if test "x$ac_cv_header_ext_hash_map" = xyes
; then :
21645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU hash_map and hash_set" >&5
21646 $as_echo_n "checking for GNU hash_map and hash_set... " >&6; }
21647 if ${wx_cv_class_gnuhashmapset+:} false
; then :
21648 $as_echo_n "(cached) " >&6
21650 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21651 /* end confdefs.h. */
21652 #include <ext/hash_map>
21653 #include <ext/hash_set>
21657 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
21658 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
21663 if ac_fn_cxx_try_compile
"$LINENO"; then :
21664 wx_cv_class_gnuhashmapset
=yes
21666 wx_cv_class_gnuhashmapset
=no
21668 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_gnuhashmapset" >&5
21673 $as_echo "$wx_cv_class_gnuhashmapset" >&6; }
21683 ac_cpp
='$CXXCPP $CPPFLAGS'
21684 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21685 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21686 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
21688 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
21689 if test -z "$CXXCPP"; then
21690 if ${ac_cv_prog_CXXCPP+:} false
; then :
21691 $as_echo_n "(cached) " >&6
21693 # Double quotes because CXXCPP needs to be expanded
21694 for CXXCPP
in "$CXX -E" "/lib/cpp"
21696 ac_preproc_ok
=false
21697 for ac_cxx_preproc_warn_flag
in '' yes
21699 # Use a header file that comes with gcc, so configuring glibc
21700 # with a fresh cross-compiler works.
21701 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21702 # <limits.h> exists even on freestanding compilers.
21703 # On the NeXT, cc -E runs the code through the compiler's parser,
21704 # not just through cpp. "Syntax error" is here to catch this case.
21705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21706 /* end confdefs.h. */
21708 # include <limits.h>
21710 # include <assert.h>
21714 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21717 # Broken: fails on valid input.
21720 rm -f conftest.err conftest.i conftest.
$ac_ext
21722 # OK, works on sane cases. Now check whether nonexistent headers
21723 # can be detected and how.
21724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21725 /* end confdefs.h. */
21726 #include <ac_nonexistent.h>
21728 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21729 # Broken: success on invalid input.
21732 # Passes both tests.
21736 rm -f conftest.err conftest.i conftest.
$ac_ext
21739 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21740 rm -f conftest.i conftest.err conftest.
$ac_ext
21741 if $ac_preproc_ok; then :
21746 ac_cv_prog_CXXCPP
=$CXXCPP
21749 CXXCPP
=$ac_cv_prog_CXXCPP
21751 ac_cv_prog_CXXCPP
=$CXXCPP
21753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
21754 $as_echo "$CXXCPP" >&6; }
21755 ac_preproc_ok
=false
21756 for ac_cxx_preproc_warn_flag
in '' yes
21758 # Use a header file that comes with gcc, so configuring glibc
21759 # with a fresh cross-compiler works.
21760 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21761 # <limits.h> exists even on freestanding compilers.
21762 # On the NeXT, cc -E runs the code through the compiler's parser,
21763 # not just through cpp. "Syntax error" is here to catch this case.
21764 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21765 /* end confdefs.h. */
21767 # include <limits.h>
21769 # include <assert.h>
21773 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21776 # Broken: fails on valid input.
21779 rm -f conftest.err conftest.i conftest.
$ac_ext
21781 # OK, works on sane cases. Now check whether nonexistent headers
21782 # can be detected and how.
21783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21784 /* end confdefs.h. */
21785 #include <ac_nonexistent.h>
21787 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21788 # Broken: success on invalid input.
21791 # Passes both tests.
21795 rm -f conftest.err conftest.i conftest.
$ac_ext
21798 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21799 rm -f conftest.i conftest.err conftest.
$ac_ext
21800 if $ac_preproc_ok; then :
21803 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21804 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21805 as_fn_error $?
"C++ preprocessor \"$CXXCPP\" fails sanity check
21806 See \`config.log' for more details" "$LINENO" 5; }
21810 ac_cpp
='$CXXCPP $CPPFLAGS'
21811 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21812 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21813 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21816 for ac_header
in type_traits tr
1/type_traits
21818 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21819 ac_fn_cxx_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
21820 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
21821 cat >>confdefs.h
<<_ACEOF
21822 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21832 if test -n "$GCC"; then
21833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
21834 $as_echo_n "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... " >&6; }
21835 if ${wx_cv_cc_gcc_atomic_builtins+:} false
; then :
21836 $as_echo_n "(cached) " >&6
21839 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21840 /* end confdefs.h. */
21846 unsigned int value=0;
21847 /* wxAtomicInc doesn't use return value here */
21848 __sync_fetch_and_add(&value, 2);
21849 __sync_sub_and_fetch(&value, 1);
21850 /* but wxAtomicDec does, so mimic that: */
21851 unsigned int r2 = __sync_sub_and_fetch(&value, 1);
21857 if ac_fn_cxx_try_link
"$LINENO"; then :
21858 wx_cv_cc_gcc_atomic_builtins
=yes
21860 wx_cv_cc_gcc_atomic_builtins
=no
21862 rm -f core conftest.err conftest.
$ac_objext \
21863 conftest
$ac_exeext conftest.
$ac_ext
21867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_gcc_atomic_builtins" >&5
21868 $as_echo "$wx_cv_cc_gcc_atomic_builtins" >&6; }
21869 if test $wx_cv_cc_gcc_atomic_builtins = yes; then
21870 $as_echo "#define HAVE_GCC_ATOMIC_BUILTINS 1" >>confdefs.h
21877 ac_cpp
='$CPP $CPPFLAGS'
21878 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21879 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21880 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21885 /usr/local/include \
21886 /usr/local/X11/include \
21887 /usr/local/include/X11 \
21888 /usr/local/X11R7/include \
21889 /usr/local/X11R6/include \
21890 /usr/local/include/X11R7 \
21891 /usr/local/include/X11R6 \
21893 /usr/Motif-2.1/include \
21894 /usr/Motif-1.2/include \
21895 /usr/include/Motif1.2 \
21898 /usr/openwin/include \
21902 /usr/X11R7/include \
21903 /usr/X11R6/include \
21904 /usr/X11R6.4/include \
21906 /usr/include/X11R7 \
21907 /usr/include/X11R6 \
21912 /usr/XFree86/include/X11 \
21915 /usr/local/X1R5/include \
21916 /usr/local/include/X11R5 \
21917 /usr/X11R5/include \
21918 /usr/include/X11R5 \
21920 /usr/local/X11R4/include \
21921 /usr/local/include/X11R4 \
21922 /usr/X11R4/include \
21923 /usr/include/X11R4 \
21925 /usr/openwin/share/include"
21927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries directories" >&5
21928 $as_echo_n "checking for libraries directories... " >&6; }
21932 if ${wx_cv_std_libpath+:} false
; then :
21933 $as_echo_n "(cached) " >&6
21936 for d
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
; do
21937 for e
in a so sl dylib dll.a
; do
21939 if test -f $libc; then
21942 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21943 /* end confdefs.h. */
21945 int main() { return 0; }
21948 if ac_fn_c_try_link
"$LINENO"; then :
21949 wx_cv_std_libpath
=`echo $d | sed s@/usr/@@`
21951 rm -f core conftest.err conftest.
$ac_objext \
21952 conftest
$ac_exeext conftest.
$ac_ext
21954 if test "x$wx_cv_std_libpath" != "x"; then
21967 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
21968 wx_cv_std_libpath
="lib/64"
21973 if test "$ac_cv_sizeof_void_p" = 8; then
21974 if test -d "/usr/lib/`uname -m`-linux-gnu"; then
21975 wx_cv_std_libfullpath
="/usr/lib/`uname -m`-linux-gnu"
21976 elif test -d "/usr/lib64" -a ! -h "/usr/lib64"; then
21977 wx_cv_std_libpath
="lib64"
21982 if test -d '/usr/lib/i386-linux-gnu'; then
21983 wx_cv_std_libfullpath
='/usr/lib/i386-linux-gnu'
21988 if test -n "$wx_cv_std_libfullpath" -a -d "/usr/lib"; then
21989 wx_cv_std_libfullpath
="$wx_cv_std_libfullpath /usr/lib"
21994 if test -z "$wx_cv_std_libpath"; then
21995 wx_cv_std_libpath
="lib"
21998 if test -z "$wx_cv_std_libfullpath"; then
21999 wx_cv_std_libfullpath
="/usr/$wx_cv_std_libpath"
22003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_std_libfullpath" >&5
22004 $as_echo "$wx_cv_std_libfullpath" >&6; }
22006 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` $wx_cv_std_libfullpath"
22008 if test "$build" != "$host" -a "$GCC" = yes; then
22009 if cross_root
=`$CC -print-prog-name=ld 2>/dev/null`; then
22010 cross_root
=`dirname $cross_root`
22011 cross_root
=`dirname $cross_root`
22013 SEARCH_LIB
=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22014 SEARCH_INCLUDE
=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22015 SEARCH_INCLUDE
="$SEARCH_INCLUDE $cross_root/include"
22017 if test -z "$PKG_CONFIG_PATH"; then
22018 PKG_CONFIG_PATH
="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
22019 export PKG_CONFIG_PATH
22022 if test -z "$x_includes" -o "$x_includes" = NONE
; then
22025 for ac_dir
in $SEARCH_INCLUDE /usr
/include
22027 if test -f "$ac_dir/X11/Intrinsic.h"; then
22028 ac_find_includes
=$ac_dir
22033 x_includes
=$ac_find_includes
22035 if test -z "$x_libraries" -o "$x_libraries" = NONE
; then
22038 for ac_dir
in $SEARCH_LIB
22040 for ac_extension
in a so sl dylib dll.a
; do
22041 if test -f "$ac_dir/libXt.$ac_extension"; then
22042 ac_find_libraries
=$ac_dir
22048 x_libraries
=$ac_find_libraries
22054 cat >confcache
<<\_ACEOF
22055 # This file is a shell script that caches the results of configure
22056 # tests run on this system so they can be shared between configure
22057 # scripts and configure runs, see configure's option --config-cache.
22058 # It is not useful on other systems. If it contains results you don't
22059 # want to keep, you may remove or edit it.
22061 # config.status only pays attention to the cache file if you give it
22062 # the --recheck option to rerun configure.
22064 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22065 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22066 # following values.
22070 # The following way of writing the cache mishandles newlines in values,
22071 # but we know of no workaround that is simple, portable, and efficient.
22072 # So, we kill variables containing newlines.
22073 # Ultrix sh set writes to stderr and can't be redirected directly,
22074 # and sets the high bit in the cache file unless we assign to the vars.
22076 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
22077 eval ac_val
=\$
$ac_var
22081 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
22082 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
22085 _
| IFS
| as_nl
) ;; #(
22086 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
22087 *) { eval $ac_var=; unset $ac_var;} ;;
22093 case $as_nl`(ac_space=' '; set) 2>&1` in #(
22094 *${as_nl}ac_space
=\
*)
22095 # `set' does not quote correctly, so add quotes: double-quote
22096 # substitution turns \\\\ into \\, and sed turns \\ into \.
22099 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22102 # `set' quotes correctly as required by POSIX, so do not add quotes.
22103 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
22112 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22114 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22116 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
22117 if test -w "$cache_file"; then
22118 if test "x$cache_file" != "x/dev/null"; then
22119 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
22120 $as_echo "$as_me: updating cache $cache_file" >&6;}
22121 if test ! -f "$cache_file" || test -h "$cache_file"; then
22122 cat confcache
>"$cache_file"
22124 case $cache_file in #(
22126 mv -f confcache
"$cache_file"$$
&&
22127 mv -f "$cache_file"$$
"$cache_file" ;; #(
22129 mv -f confcache
"$cache_file" ;;
22134 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
22135 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
22144 ac_fn_c_check_func
"$LINENO" "cos" "ac_cv_func_cos"
22145 if test "x$ac_cv_func_cos" = xyes
; then :
22146 cat >>confdefs.h
<<_ACEOF
22153 for ac_func
in floor
22155 ac_fn_c_check_func
"$LINENO" "floor" "ac_cv_func_floor"
22156 if test "x$ac_cv_func_floor" = xyes
; then :
22157 cat >>confdefs.h
<<_ACEOF
22158 #define HAVE_FLOOR 1
22164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if floating point functions link without -lm" >&5
22165 $as_echo_n "checking if floating point functions link without -lm... " >&6; }
22166 if test "$have_cos" = 1 -a "$have_floor" = 1; then
22167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22168 $as_echo "yes" >&6; }
22170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22171 $as_echo "no" >&6; }
22173 # use different functions to avoid configure caching
22178 ac_fn_c_check_func
"$LINENO" "sin" "ac_cv_func_sin"
22179 if test "x$ac_cv_func_sin" = xyes
; then :
22180 cat >>confdefs.h
<<_ACEOF
22187 for ac_func
in ceil
22189 ac_fn_c_check_func
"$LINENO" "ceil" "ac_cv_func_ceil"
22190 if test "x$ac_cv_func_ceil" = xyes
; then :
22191 cat >>confdefs.h
<<_ACEOF
22192 #define HAVE_CEIL 1
22198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if floating point functions link with -lm" >&5
22199 $as_echo_n "checking if floating point functions link with -lm... " >&6; }
22200 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
22201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22202 $as_echo "yes" >&6; }
22204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22205 $as_echo "no" >&6; }
22206 # not sure we should warn the user, crash, etc.
22211 ac_cpp
='$CXXCPP $CPPFLAGS'
22212 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22213 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22214 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22216 if test "wxUSE_UNICODE" = "yes"; then
22218 for wx_func
in wcstoull
22220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
22221 $as_echo_n "checking for $wx_func... " >&6; }
22222 if eval \
${wx_cv_func_$wx_func+:} false
; then :
22223 $as_echo_n "(cached) " >&6
22226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22227 /* end confdefs.h. */
22231 $ac_includes_default
22247 if ac_fn_cxx_try_link
"$LINENO"; then :
22248 eval wx_cv_func_
$wx_func=yes
22250 eval wx_cv_func_
$wx_func=no
22252 rm -f core conftest.err conftest.
$ac_objext \
22253 conftest
$ac_exeext conftest.
$ac_ext
22256 eval ac_res
=\
$wx_cv_func_$wx_func
22257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
22258 $as_echo "$ac_res" >&6; }
22260 if eval test \
$wx_cv_func_$wx_func = yes
22262 cat >>confdefs.h
<<_ACEOF
22263 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
22275 for wx_func
in strtoull
22277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
22278 $as_echo_n "checking for $wx_func... " >&6; }
22279 if eval \
${wx_cv_func_$wx_func+:} false
; then :
22280 $as_echo_n "(cached) " >&6
22283 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22284 /* end confdefs.h. */
22288 $ac_includes_default
22304 if ac_fn_cxx_try_link
"$LINENO"; then :
22305 eval wx_cv_func_
$wx_func=yes
22307 eval wx_cv_func_
$wx_func=no
22309 rm -f core conftest.err conftest.
$ac_objext \
22310 conftest
$ac_exeext conftest.
$ac_ext
22313 eval ac_res
=\
$wx_cv_func_$wx_func
22314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
22315 $as_echo "$ac_res" >&6; }
22317 if eval test \
$wx_cv_func_$wx_func = yes
22319 cat >>confdefs.h
<<_ACEOF
22320 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
22332 ac_cpp
='$CPP $CPPFLAGS'
22333 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22334 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22335 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22340 if test "$wxUSE_REGEX" != "no"; then
22341 $as_echo "#define wxUSE_REGEX 1" >>confdefs.h
22344 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22345 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
22346 $as_echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
22347 wxUSE_REGEX
=builtin
22350 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22351 ac_fn_c_check_header_compile
"$LINENO" "regex.h" "ac_cv_header_regex_h" "
22353 if test "x$ac_cv_header_regex_h" = xyes
; then :
22354 for ac_func
in regcomp re_search
22356 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
22357 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
22358 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
22359 cat >>confdefs.h
<<_ACEOF
22360 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
22370 if test "x$ac_cv_func_regcomp" != "xyes"; then
22371 if test "$wxUSE_REGEX" = "sys" ; then
22372 as_fn_error $?
"system regex library not found! Use --with-regex to use built-in version" "$LINENO" 5
22374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system regex library not found, will use built-in instead" >&5
22375 $as_echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22376 wxUSE_REGEX
=builtin
22380 $as_echo "#define WX_NO_REGEX_ADVANCED 1" >>confdefs.h
22388 if test "$wxUSE_ZLIB" != "no" ; then
22389 $as_echo "#define wxUSE_ZLIB 1" >>confdefs.h
22392 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22393 if test "$USE_DARWIN" = 1; then
22394 system_zlib_h_ok
="yes"
22396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlib.h >= 1.1.4" >&5
22397 $as_echo_n "checking for zlib.h >= 1.1.4... " >&6; }
22398 if ${ac_cv_header_zlib_h+:} false
; then :
22399 $as_echo_n "(cached) " >&6
22401 if test "$cross_compiling" = yes; then :
22402 unset ac_cv_header_zlib_h
22405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22406 /* end confdefs.h. */
22413 FILE *f=fopen("conftestval", "w");
22416 ZLIB_VERSION[0] == '1' &&
22417 (ZLIB_VERSION[2] > '1' ||
22418 (ZLIB_VERSION[2] == '1' &&
22419 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22424 if ac_fn_c_try_run
"$LINENO"; then :
22425 ac_cv_header_zlib_h
=`cat conftestval`
22427 ac_cv_header_zlib_h
=no
22429 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
22430 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
22435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_zlib_h" >&5
22436 $as_echo "$ac_cv_header_zlib_h" >&6; }
22437 ac_fn_c_check_header_compile
"$LINENO" "zlib.h" "ac_cv_header_zlib_h" "
22439 if test "x$ac_cv_header_zlib_h" = xyes
; then :
22445 system_zlib_h_ok
=$ac_cv_header_zlib_h
22448 if test "$system_zlib_h_ok" = "yes"; then
22449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5
22450 $as_echo_n "checking for deflate in -lz... " >&6; }
22451 if ${ac_cv_lib_z_deflate+:} false
; then :
22452 $as_echo_n "(cached) " >&6
22454 ac_check_lib_save_LIBS
=$LIBS
22456 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22457 /* end confdefs.h. */
22459 /* Override any GCC internal prototype to avoid an error.
22460 Use char because int might match the return type of a GCC
22461 builtin and then its argument prototype would still apply. */
22474 if ac_fn_c_try_link
"$LINENO"; then :
22475 ac_cv_lib_z_deflate
=yes
22477 ac_cv_lib_z_deflate
=no
22479 rm -f core conftest.err conftest.
$ac_objext \
22480 conftest
$ac_exeext conftest.
$ac_ext
22481 LIBS
=$ac_check_lib_save_LIBS
22483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflate" >&5
22484 $as_echo "$ac_cv_lib_z_deflate" >&6; }
22485 if test "x$ac_cv_lib_z_deflate" = xyes
; then :
22491 if test "x$ZLIB_LINK" = "x" ; then
22492 if test "$wxUSE_ZLIB" = "sys" ; then
22493 as_fn_error $?
"zlib library not found or too old! Use --with-zlib=builtin to use built-in version" "$LINENO" 5
22495 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zlib library not found or too old, will use built-in instead" >&5
22496 $as_echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
22507 if test "$wxUSE_LIBPNG" != "no" ; then
22508 $as_echo "#define wxUSE_LIBPNG 1" >>confdefs.h
22511 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
22512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
22513 $as_echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
22514 wxUSE_LIBPNG
=builtin
22517 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
22518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png.h > 0.90" >&5
22519 $as_echo_n "checking for png.h > 0.90... " >&6; }
22520 if ${ac_cv_header_png_h+:} false
; then :
22521 $as_echo_n "(cached) " >&6
22523 if test "$cross_compiling" = yes; then :
22524 unset ac_cv_header_png_h
22527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22528 /* end confdefs.h. */
22535 FILE *f=fopen("conftestval", "w");
22538 PNG_LIBPNG_VER > 90 ? "yes" : "no");
22543 if ac_fn_c_try_run
"$LINENO"; then :
22544 ac_cv_header_png_h
=`cat conftestval`
22546 ac_cv_header_png_h
=no
22548 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
22549 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
22554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_png_h" >&5
22555 $as_echo "$ac_cv_header_png_h" >&6; }
22556 ac_fn_c_check_header_compile
"$LINENO" "png.h" "ac_cv_header_png_h" "
22558 if test "x$ac_cv_header_png_h" = xyes
; then :
22564 if test "$ac_cv_header_png_h" = "yes"; then
22565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_sig_cmp in -lpng" >&5
22566 $as_echo_n "checking for png_sig_cmp in -lpng... " >&6; }
22567 if ${ac_cv_lib_png_png_sig_cmp+:} false
; then :
22568 $as_echo_n "(cached) " >&6
22570 ac_check_lib_save_LIBS
=$LIBS
22571 LIBS
="-lpng -lz -lm $LIBS"
22572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22573 /* end confdefs.h. */
22575 /* Override any GCC internal prototype to avoid an error.
22576 Use char because int might match the return type of a GCC
22577 builtin and then its argument prototype would still apply. */
22581 char png_sig_cmp ();
22585 return png_sig_cmp ();
22590 if ac_fn_c_try_link
"$LINENO"; then :
22591 ac_cv_lib_png_png_sig_cmp
=yes
22593 ac_cv_lib_png_png_sig_cmp
=no
22595 rm -f core conftest.err conftest.
$ac_objext \
22596 conftest
$ac_exeext conftest.
$ac_ext
22597 LIBS
=$ac_check_lib_save_LIBS
22599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_sig_cmp" >&5
22600 $as_echo "$ac_cv_lib_png_png_sig_cmp" >&6; }
22601 if test "x$ac_cv_lib_png_png_sig_cmp" = xyes
; then :
22602 PNG_LINK
=" -lpng -lz"
22607 if test "x$PNG_LINK" = "x" ; then
22608 if test "$wxUSE_LIBPNG" = "sys" ; then
22609 as_fn_error $?
"system png library not found or too old! Use --with-libpng=builtin to use built-in version" "$LINENO" 5
22611 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system png library not found or too old, will use built-in instead" >&5
22612 $as_echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
22613 wxUSE_LIBPNG
=builtin
22623 if test "$wxUSE_LIBJPEG" != "no" ; then
22624 $as_echo "#define wxUSE_LIBJPEG 1" >>confdefs.h
22627 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
22628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeglib.h" >&5
22629 $as_echo_n "checking for jpeglib.h... " >&6; }
22630 if ${ac_cv_header_jpeglib_h+:} false
; then :
22631 $as_echo_n "(cached) " >&6
22633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22634 /* end confdefs.h. */
22636 #undef HAVE_STDLIB_H
22638 #include <jpeglib.h>
22649 if ac_fn_c_try_compile
"$LINENO"; then :
22650 ac_cv_header_jpeglib_h
=yes
22652 ac_cv_header_jpeglib_h
=no
22655 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_jpeglib_h" >&5
22660 $as_echo "$ac_cv_header_jpeglib_h" >&6; }
22662 if test "$ac_cv_header_jpeglib_h" = "yes"; then
22663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_read_header in -ljpeg" >&5
22664 $as_echo_n "checking for jpeg_read_header in -ljpeg... " >&6; }
22665 if ${ac_cv_lib_jpeg_jpeg_read_header+:} false
; then :
22666 $as_echo_n "(cached) " >&6
22668 ac_check_lib_save_LIBS
=$LIBS
22669 LIBS
="-ljpeg $LIBS"
22670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22671 /* end confdefs.h. */
22673 /* Override any GCC internal prototype to avoid an error.
22674 Use char because int might match the return type of a GCC
22675 builtin and then its argument prototype would still apply. */
22679 char jpeg_read_header ();
22683 return jpeg_read_header ();
22688 if ac_fn_c_try_link
"$LINENO"; then :
22689 ac_cv_lib_jpeg_jpeg_read_header
=yes
22691 ac_cv_lib_jpeg_jpeg_read_header
=no
22693 rm -f core conftest.err conftest.
$ac_objext \
22694 conftest
$ac_exeext conftest.
$ac_ext
22695 LIBS
=$ac_check_lib_save_LIBS
22697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
22698 $as_echo "$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
22699 if test "x$ac_cv_lib_jpeg_jpeg_read_header" = xyes
; then :
22700 JPEG_LINK
=" -ljpeg"
22705 if test "x$JPEG_LINK" = "x" ; then
22706 if test "$wxUSE_LIBJPEG" = "sys" ; then
22707 as_fn_error $?
"system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" "$LINENO" 5
22709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system jpeg library not found, will use built-in instead" >&5
22710 $as_echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
22711 wxUSE_LIBJPEG
=builtin
22716 if test "$wxUSE_MSW" = 1; then
22717 ac_fn_c_check_type
"$LINENO" "boolean" "ac_cv_type_boolean" "#include <windows.h>
22719 if test "x$ac_cv_type_boolean" = xyes
; then :
22721 cat >>confdefs.h
<<_ACEOF
22722 #define HAVE_BOOLEAN 1
22726 # The cast to long int works around a bug in the HP C Compiler
22727 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22728 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22729 # This bug is HP SR number 8606223364.
22730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of boolean" >&5
22731 $as_echo_n "checking size of boolean... " >&6; }
22732 if ${ac_cv_sizeof_boolean+:} false
; then :
22733 $as_echo_n "(cached) " >&6
22735 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (boolean))" "ac_cv_sizeof_boolean" "
22736 #undef HAVE_BOOLEAN
22738 #include <jpeglib.h>
22743 if test "$ac_cv_type_boolean" = yes; then
22744 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22745 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22746 as_fn_error
77 "cannot compute sizeof (boolean)
22747 See \`config.log' for more details" "$LINENO" 5; }
22749 ac_cv_sizeof_boolean
=0
22754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_boolean" >&5
22755 $as_echo "$ac_cv_sizeof_boolean" >&6; }
22759 cat >>confdefs.h
<<_ACEOF
22760 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
22764 cat >>confdefs.h
<<_ACEOF
22765 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
22778 TIFF_PREREQ_LINKS
=-lm
22779 if test "$wxUSE_LIBTIFF" != "no" ; then
22780 $as_echo "#define wxUSE_LIBTIFF 1" >>confdefs.h
22783 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
22784 if test "$wxUSE_LIBJPEG" = "sys"; then
22785 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
22787 if test "$wxUSE_ZLIB" = "sys"; then
22788 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
22790 ac_fn_c_check_header_compile
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "
22793 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
22795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFError in -ltiff" >&5
22796 $as_echo_n "checking for TIFFError in -ltiff... " >&6; }
22797 if ${ac_cv_lib_tiff_TIFFError+:} false
; then :
22798 $as_echo_n "(cached) " >&6
22800 ac_check_lib_save_LIBS
=$LIBS
22801 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
22802 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22803 /* end confdefs.h. */
22805 /* Override any GCC internal prototype to avoid an error.
22806 Use char because int might match the return type of a GCC
22807 builtin and then its argument prototype would still apply. */
22815 return TIFFError ();
22820 if ac_fn_c_try_link
"$LINENO"; then :
22821 ac_cv_lib_tiff_TIFFError
=yes
22823 ac_cv_lib_tiff_TIFFError
=no
22825 rm -f core conftest.err conftest.
$ac_objext \
22826 conftest
$ac_exeext conftest.
$ac_ext
22827 LIBS
=$ac_check_lib_save_LIBS
22829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFError" >&5
22830 $as_echo "$ac_cv_lib_tiff_TIFFError" >&6; }
22831 if test "x$ac_cv_lib_tiff_TIFFError" = xyes
; then :
22832 TIFF_LINK
=" -ltiff"
22840 if test "x$TIFF_LINK" = "x" ; then
22841 if test "$wxUSE_LIBTIFF" = "sys" ; then
22842 as_fn_error $?
"system tiff library not found! Use --with-libtiff=builtin to use built-in version" "$LINENO" 5
22844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system tiff library not found, will use built-in instead" >&5
22845 $as_echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
22846 wxUSE_LIBTIFF
=builtin
22852 if test "$wxUSE_LIBTIFF" = "builtin" ; then
22853 if test "$wxUSE_LIBJPEG" = "no"; then
22854 ac_configure_args
="$ac_configure_args --disable-jpeg"
22858 subdirs
="$subdirs src/tiff"
22864 if test "$wxUSE_EXPAT" != "no"; then
22866 $as_echo "#define wxUSE_EXPAT 1" >>confdefs.h
22868 $as_echo "#define wxUSE_XML 1" >>confdefs.h
22871 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
22872 ac_fn_c_check_header_compile
"$LINENO" "expat.h" "ac_cv_header_expat_h" "
22874 if test "x$ac_cv_header_expat_h" = xyes
; then :
22879 if test "x$found_expat_h" = "x1"; then
22880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if expat.h is valid C++ header" >&5
22881 $as_echo_n "checking if expat.h is valid C++ header... " >&6; }
22882 if ${wx_cv_expat_is_not_broken+:} false
; then :
22883 $as_echo_n "(cached) " >&6
22887 ac_cpp
='$CXXCPP $CPPFLAGS'
22888 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22889 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22890 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22893 /* end confdefs.h. */
22903 if ac_fn_cxx_try_compile
"$LINENO"; then :
22904 wx_cv_expat_is_not_broken
=yes
22906 wx_cv_expat_is_not_broken
=no
22909 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22911 ac_cpp
='$CPP $CPPFLAGS'
22912 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22913 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22914 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_expat_is_not_broken" >&5
22920 $as_echo "$wx_cv_expat_is_not_broken" >&6; }
22921 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
22922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML_ParserCreate in -lexpat" >&5
22923 $as_echo_n "checking for XML_ParserCreate in -lexpat... " >&6; }
22924 if ${ac_cv_lib_expat_XML_ParserCreate+:} false
; then :
22925 $as_echo_n "(cached) " >&6
22927 ac_check_lib_save_LIBS
=$LIBS
22928 LIBS
="-lexpat $LIBS"
22929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22930 /* end confdefs.h. */
22932 /* Override any GCC internal prototype to avoid an error.
22933 Use char because int might match the return type of a GCC
22934 builtin and then its argument prototype would still apply. */
22938 char XML_ParserCreate ();
22942 return XML_ParserCreate ();
22947 if ac_fn_c_try_link
"$LINENO"; then :
22948 ac_cv_lib_expat_XML_ParserCreate
=yes
22950 ac_cv_lib_expat_XML_ParserCreate
=no
22952 rm -f core conftest.err conftest.
$ac_objext \
22953 conftest
$ac_exeext conftest.
$ac_ext
22954 LIBS
=$ac_check_lib_save_LIBS
22956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
22957 $as_echo "$ac_cv_lib_expat_XML_ParserCreate" >&6; }
22958 if test "x$ac_cv_lib_expat_XML_ParserCreate" = xyes
; then :
22959 EXPAT_LINK
=" -lexpat"
22964 if test "x$EXPAT_LINK" = "x" ; then
22965 if test "$wxUSE_EXPAT" = "sys" ; then
22966 as_fn_error $?
"system expat library not found! Use --with-expat=builtin to use built-in version" "$LINENO" 5
22968 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system expat library not found, will use built-in instead" >&5
22969 $as_echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
22970 wxUSE_EXPAT
=builtin
22976 if test "$wxUSE_EXPAT" = "builtin" ; then
22977 subdirs
="$subdirs src/expat"
22984 if test "$wxUSE_LIBMSPACK" != "no"; then
22985 ac_fn_c_check_header_compile
"$LINENO" "mspack.h" "ac_cv_header_mspack_h" "
22987 if test "x$ac_cv_header_mspack_h" = xyes
; then :
22992 if test "x$found_mspack_h" = "x1"; then
22993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mspack_create_chm_decompressor in -lmspack" >&5
22994 $as_echo_n "checking for mspack_create_chm_decompressor in -lmspack... " >&6; }
22995 if ${ac_cv_lib_mspack_mspack_create_chm_decompressor+:} false
; then :
22996 $as_echo_n "(cached) " >&6
22998 ac_check_lib_save_LIBS
=$LIBS
22999 LIBS
="-lmspack $LIBS"
23000 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23001 /* end confdefs.h. */
23003 /* Override any GCC internal prototype to avoid an error.
23004 Use char because int might match the return type of a GCC
23005 builtin and then its argument prototype would still apply. */
23009 char mspack_create_chm_decompressor ();
23013 return mspack_create_chm_decompressor ();
23018 if ac_fn_c_try_link
"$LINENO"; then :
23019 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
23021 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
23023 rm -f core conftest.err conftest.
$ac_objext \
23024 conftest
$ac_exeext conftest.
$ac_ext
23025 LIBS
=$ac_check_lib_save_LIBS
23027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
23028 $as_echo "$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
23029 if test "x$ac_cv_lib_mspack_mspack_create_chm_decompressor" = xyes
; then :
23030 MSPACK_LINK
=" -lmspack"
23034 if test "x$MSPACK_LINK" = "x" ; then
23039 if test "$wxUSE_LIBMSPACK" != "no"; then
23040 $as_echo "#define wxUSE_LIBMSPACK 1" >>confdefs.h
23053 if test "$USE_WIN32" = 1 ; then
23054 for ac_header
in w32api.h
23056 ac_fn_c_check_header_compile
"$LINENO" "w32api.h" "ac_cv_header_w32api_h" "
23058 if test "x$ac_cv_header_w32api_h" = xyes
; then :
23059 cat >>confdefs.h
<<_ACEOF
23060 #define HAVE_W32API_H 1
23067 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "
23069 if test "x$ac_cv_header_windows_h" = xyes
; then :
23073 as_fn_error $?
"please set CFLAGS to contain the location of windows.h" "$LINENO" 5
23079 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32"
23081 x86_64
-*-mingw32* )
23082 WINDRES_CPU_DEFINE
="--define WX_CPU_AMD64"
23085 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
23086 LIBS
="$LIBS -loleacc"
23091 LIBS
="$LIBS -lkernel32 -luser32"
23094 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
23095 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
23097 WXCONFIG_RESFLAGS
="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
23099 WIN32INSTALL
=win32install
23102 if test "$wxUSE_GUI" = "yes"; then
23113 if test "$wxUSE_OLD_COCOA" = 1 ; then
23114 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
23115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
23116 $as_echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
23117 wxUSE_PRINTING_ARCHITECTURE
=no
23119 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
23120 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
23121 $as_echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
23122 wxUSE_DRAG_AND_DROP
=no
23124 if test "$wxUSE_DRAGIMAGE" = "yes"; then
23125 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
23126 $as_echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
23131 if test "$wxUSE_MSW" = 1 ; then
23137 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
23141 if test "$wxUSE_GTK" = 1; then
23142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ version" >&5
23143 $as_echo_n "checking for GTK+ version... " >&6; }
23145 gtk_version_cached
=1
23146 if ${wx_cv_lib_gtk+:} false
; then :
23147 $as_echo_n "(cached) " >&6
23150 gtk_version_cached
=0
23151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
23155 if test "$wxUSE_THREADS" = "yes"; then
23156 GTK_MODULES
=gthread
23159 if test -z "$wxGTK_VERSION"; then
23164 if test "x$wxGTK_VERSION" != "x1"
23168 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
23173 if test "$wxGTK_VERSION" != 3; then
23174 # Check whether --enable-gtktest was given.
23175 if test "${enable_gtktest+set}" = set; then :
23176 enableval
=$enable_gtktest;
23182 pkg_config_args
=gtk
+-2.0
23183 for module
in .
$GTK_MODULES
23187 pkg_config_args
="$pkg_config_args gthread-2.0"
23194 # Extract the first word of "pkg-config", so it can be a program name with args.
23195 set dummy pkg
-config; ac_word
=$2
23196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23197 $as_echo_n "checking for $ac_word... " >&6; }
23198 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
23199 $as_echo_n "(cached) " >&6
23201 case $PKG_CONFIG in
23203 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
23206 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23207 for as_dir
in $PATH
23210 test -z "$as_dir" && as_dir
=.
23211 for ac_exec_ext
in '' $ac_executable_extensions; do
23212 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
23213 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23221 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
23225 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
23226 if test -n "$PKG_CONFIG"; then
23227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23228 $as_echo "$PKG_CONFIG" >&6; }
23230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23231 $as_echo "no" >&6; }
23236 if test x
$PKG_CONFIG != xno
; then
23237 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
23240 echo "*** pkg-config too old; version 0.7 or better required."
23248 min_gtk_version
=2.6.0
23249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
23250 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
23252 if test x
$PKG_CONFIG != xno
; then
23253 ## don't try to run the test against uninstalled libtool libs
23254 if $PKG_CONFIG --uninstalled $pkg_config_args; then
23255 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
23259 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
23266 if test x
"$no_gtk" = x
; then
23267 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
23268 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
23269 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
23270 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23271 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
23272 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23273 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
23274 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23275 if test "x$enable_gtktest" = "xyes" ; then
23276 ac_save_CFLAGS
="$CFLAGS"
23277 ac_save_LIBS
="$LIBS"
23278 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23279 LIBS
="$GTK_LIBS $LIBS"
23281 if test "$cross_compiling" = yes; then :
23282 echo $ac_n "cross compiling; assumed OK... $ac_c"
23284 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23285 /* end confdefs.h. */
23287 #include <gtk/gtk.h>
23289 #include <stdlib.h>
23294 int major, minor, micro;
23297 system ("touch conf.gtktest");
23299 /* HP/UX 9 (%@#!) writes to sscanf strings */
23300 tmp_version = g_strdup("$min_gtk_version");
23301 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
23302 printf("%s, bad version string\n", "$min_gtk_version");
23306 if ((gtk_major_version != $gtk_config_major_version) ||
23307 (gtk_minor_version != $gtk_config_minor_version) ||
23308 (gtk_micro_version != $gtk_config_micro_version))
23310 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23311 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23312 gtk_major_version, gtk_minor_version, gtk_micro_version);
23313 printf ("*** was found! If pkg-config was correct, then it is best\n");
23314 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23315 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
23316 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23317 printf("*** required on your system.\n");
23318 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
23319 printf("*** to point to the correct configuration files\n");
23321 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23322 (gtk_minor_version != GTK_MINOR_VERSION) ||
23323 (gtk_micro_version != GTK_MICRO_VERSION))
23325 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23326 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23327 printf("*** library (version %d.%d.%d)\n",
23328 gtk_major_version, gtk_minor_version, gtk_micro_version);
23332 if ((gtk_major_version > major) ||
23333 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23334 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23340 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23341 gtk_major_version, gtk_minor_version, gtk_micro_version);
23342 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23343 major, minor, micro);
23344 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23346 printf("*** If you have already installed a sufficiently new version, this error\n");
23347 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
23348 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23349 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
23350 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
23351 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
23352 printf("*** so that the correct libraries are found at run-time))\n");
23359 if ac_fn_c_try_run
"$LINENO"; then :
23364 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
23365 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
23368 CFLAGS
="$ac_save_CFLAGS"
23369 LIBS
="$ac_save_LIBS"
23372 if test "x$no_gtk" = x
; then
23373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
23374 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
23377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23378 $as_echo "no" >&6; }
23379 if test "$PKG_CONFIG" = "no" ; then
23380 echo "*** A new enough version of pkg-config was not found."
23381 echo "*** See http://pkgconfig.sourceforge.net"
23383 if test -f conf.gtktest
; then
23386 echo "*** Could not run GTK+ test program, checking why..."
23387 ac_save_CFLAGS
="$CFLAGS"
23388 ac_save_LIBS
="$LIBS"
23389 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23390 LIBS
="$LIBS $GTK_LIBS"
23391 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23392 /* end confdefs.h. */
23394 #include <gtk/gtk.h>
23400 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23405 if ac_fn_c_try_link
"$LINENO"; then :
23406 echo "*** The test program compiled, but did not run. This usually means"
23407 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23408 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23409 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23410 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23411 echo "*** is required on your system"
23413 echo "*** If you have an old version installed, it is best to remove it, although"
23414 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23416 echo "*** The test program failed to compile or link. See the file config.log for the"
23417 echo "*** exact error that occurred. This usually means GTK+ is incorrectly installed."
23419 rm -f core conftest.err conftest.
$ac_objext \
23420 conftest
$ac_exeext conftest.
$ac_ext
23421 CFLAGS
="$ac_save_CFLAGS"
23422 LIBS
="$ac_save_LIBS"
23434 if test -z "$wx_cv_lib_gtk"; then
23435 if test "$wxGTK_VERSION" = 3 -o "$wxGTK_VERSION" = any
; then
23436 # Check whether --enable-gtktest was given.
23437 if test "${enable_gtktest+set}" = set; then :
23438 enableval
=$enable_gtktest;
23444 pkg_config_args
=gtk
+-3.0
23445 for module
in .
$GTK_MODULES
23449 pkg_config_args
="$pkg_config_args gthread-2.0"
23456 # Extract the first word of "pkg-config", so it can be a program name with args.
23457 set dummy pkg
-config; ac_word
=$2
23458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23459 $as_echo_n "checking for $ac_word... " >&6; }
23460 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
23461 $as_echo_n "(cached) " >&6
23463 case $PKG_CONFIG in
23465 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
23468 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23469 for as_dir
in $PATH
23472 test -z "$as_dir" && as_dir
=.
23473 for ac_exec_ext
in '' $ac_executable_extensions; do
23474 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
23475 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23483 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
23487 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
23488 if test -n "$PKG_CONFIG"; then
23489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23490 $as_echo "$PKG_CONFIG" >&6; }
23492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23493 $as_echo "no" >&6; }
23498 if test x
$PKG_CONFIG != xno
; then
23499 if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
23502 echo "*** pkg-config too old; version 0.7 or better required."
23510 min_gtk_version
=3.0.0
23511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
23512 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
23514 if test x
$PKG_CONFIG != xno
; then
23515 ## don't try to run the test against uninstalled libtool libs
23516 if $PKG_CONFIG --uninstalled $pkg_config_args; then
23517 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
23521 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
23528 if test x
"$no_gtk" = x
; then
23529 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
23530 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
23531 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-3.0 | \
23532 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23533 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-3.0 | \
23534 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23535 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-3.0 | \
23536 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23537 if test "x$enable_gtktest" = "xyes" ; then
23538 ac_save_CFLAGS
="$CFLAGS"
23539 ac_save_LIBS
="$LIBS"
23540 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23541 LIBS
="$GTK_LIBS $LIBS"
23543 if test "$cross_compiling" = yes; then :
23544 echo $ac_n "cross compiling; assumed OK... $ac_c"
23546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23547 /* end confdefs.h. */
23549 #include <gtk/gtk.h>
23551 #include <stdlib.h>
23556 int major, minor, micro;
23559 fclose (fopen ("conf.gtktest", "w"));
23561 /* HP/UX 9 (%@#!) writes to sscanf strings */
23562 tmp_version = g_strdup("$min_gtk_version");
23563 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
23564 printf("%s, bad version string\n", "$min_gtk_version");
23568 if ((gtk_major_version != $gtk_config_major_version) ||
23569 (gtk_minor_version != $gtk_config_minor_version) ||
23570 (gtk_micro_version != $gtk_config_micro_version))
23572 printf("\n*** 'pkg-config --modversion gtk+-3.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23573 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23574 gtk_major_version, gtk_minor_version, gtk_micro_version);
23575 printf ("*** was found! If pkg-config was correct, then it is best\n");
23576 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23577 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
23578 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23579 printf("*** required on your system.\n");
23580 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
23581 printf("*** to point to the correct configuration files\n");
23583 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23584 (gtk_minor_version != GTK_MINOR_VERSION) ||
23585 (gtk_micro_version != GTK_MICRO_VERSION))
23587 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23588 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23589 printf("*** library (version %d.%d.%d)\n",
23590 gtk_major_version, gtk_minor_version, gtk_micro_version);
23594 if ((gtk_major_version > major) ||
23595 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23596 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23602 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23603 gtk_major_version, gtk_minor_version, gtk_micro_version);
23604 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23605 major, minor, micro);
23606 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23608 printf("*** If you have already installed a sufficiently new version, this error\n");
23609 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
23610 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23611 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
23612 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
23613 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
23614 printf("*** so that the correct libraries are found at run-time))\n");
23621 if ac_fn_c_try_run
"$LINENO"; then :
23626 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
23627 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
23630 CFLAGS
="$ac_save_CFLAGS"
23631 LIBS
="$ac_save_LIBS"
23634 if test "x$no_gtk" = x
; then
23635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
23636 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
23639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23640 $as_echo "no" >&6; }
23641 if test "$PKG_CONFIG" = "no" ; then
23642 echo "*** A new enough version of pkg-config was not found."
23643 echo "*** See http://pkgconfig.sourceforge.net"
23645 if test -f conf.gtktest
; then
23648 echo "*** Could not run GTK+ test program, checking why..."
23649 ac_save_CFLAGS
="$CFLAGS"
23650 ac_save_LIBS
="$LIBS"
23651 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23652 LIBS
="$LIBS $GTK_LIBS"
23653 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23654 /* end confdefs.h. */
23656 #include <gtk/gtk.h>
23662 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23667 if ac_fn_c_try_link
"$LINENO"; then :
23668 echo "*** The test program compiled, but did not run. This usually means"
23669 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23670 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23671 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23672 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23673 echo "*** is required on your system"
23675 echo "*** If you have an old version installed, it is best to remove it, although"
23676 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23678 echo "*** The test program failed to compile or link. See the file config.log for the"
23679 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
23681 rm -f core conftest.err conftest.
$ac_objext \
23682 conftest
$ac_exeext conftest.
$ac_ext
23683 CFLAGS
="$ac_save_CFLAGS"
23684 LIBS
="$ac_save_LIBS"
23699 if test -z "$wx_cv_lib_gtk"; then
23700 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
23702 # Check whether --with-gtk-prefix was given.
23703 if test "${with_gtk_prefix+set}" = set; then :
23704 withval
=$with_gtk_prefix; gtk_config_prefix
="$withval"
23706 gtk_config_prefix
=""
23710 # Check whether --with-gtk-exec-prefix was given.
23711 if test "${with_gtk_exec_prefix+set}" = set; then :
23712 withval
=$with_gtk_exec_prefix; gtk_config_exec_prefix
="$withval"
23714 gtk_config_exec_prefix
=""
23717 # Check whether --enable-gtktest was given.
23718 if test "${enable_gtktest+set}" = set; then :
23719 enableval
=$enable_gtktest;
23725 for module
in .
$GTK_MODULES
23729 gtk_config_args
="$gtk_config_args gthread"
23734 if test x
$gtk_config_exec_prefix != x
; then
23735 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
23736 if test x
${GTK_CONFIG+set} != xset
; then
23737 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
23740 if test x
$gtk_config_prefix != x
; then
23741 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
23742 if test x
${GTK_CONFIG+set} != xset
; then
23743 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
23747 # Extract the first word of "gtk-config", so it can be a program name with args.
23748 set dummy gtk
-config; ac_word
=$2
23749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23750 $as_echo_n "checking for $ac_word... " >&6; }
23751 if ${ac_cv_path_GTK_CONFIG+:} false
; then :
23752 $as_echo_n "(cached) " >&6
23754 case $GTK_CONFIG in
23756 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
23759 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23760 for as_dir
in $PATH
23763 test -z "$as_dir" && as_dir
=.
23764 for ac_exec_ext
in '' $ac_executable_extensions; do
23765 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
23766 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23774 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
23778 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
23779 if test -n "$GTK_CONFIG"; then
23780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CONFIG" >&5
23781 $as_echo "$GTK_CONFIG" >&6; }
23783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23784 $as_echo "no" >&6; }
23788 min_gtk_version
=1.2.7
23789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK - version >= $min_gtk_version" >&5
23790 $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
23792 if test "$GTK_CONFIG" = "no" ; then
23795 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
23796 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
23797 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
23798 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23799 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
23800 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23801 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
23802 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23803 if test "x$enable_gtktest" = "xyes" ; then
23804 ac_save_CFLAGS
="$CFLAGS"
23805 ac_save_LIBS
="$LIBS"
23806 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23807 LIBS
="$GTK_LIBS $LIBS"
23809 if test "$cross_compiling" = yes; then :
23810 echo $ac_n "cross compiling; assumed OK... $ac_c"
23812 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23813 /* end confdefs.h. */
23815 #include <gtk/gtk.h>
23817 #include <stdlib.h>
23822 int major, minor, micro;
23825 system ("touch conf.gtktest");
23827 /* HP/UX 9 (%@#!) writes to sscanf strings */
23828 tmp_version = g_strdup("$min_gtk_version");
23829 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
23830 printf("%s, bad version string\n", "$min_gtk_version");
23834 if ((gtk_major_version != $gtk_config_major_version) ||
23835 (gtk_minor_version != $gtk_config_minor_version) ||
23836 (gtk_micro_version != $gtk_config_micro_version))
23838 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23839 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23840 gtk_major_version, gtk_minor_version, gtk_micro_version);
23841 printf ("*** was found! If gtk-config was correct, then it is best\n");
23842 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23843 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
23844 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23845 printf("*** required on your system.\n");
23846 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
23847 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
23848 printf("*** before re-running configure\n");
23850 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
23851 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23852 (gtk_minor_version != GTK_MINOR_VERSION) ||
23853 (gtk_micro_version != GTK_MICRO_VERSION))
23855 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23856 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23857 printf("*** library (version %d.%d.%d)\n",
23858 gtk_major_version, gtk_minor_version, gtk_micro_version);
23860 #endif /* defined (GTK_MAJOR_VERSION) ... */
23863 if ((gtk_major_version > major) ||
23864 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23865 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23871 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23872 gtk_major_version, gtk_minor_version, gtk_micro_version);
23873 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23874 major, minor, micro);
23875 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23877 printf("*** If you have already installed a sufficiently new version, this error\n");
23878 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
23879 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23880 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
23881 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
23882 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
23883 printf("*** so that the correct libraries are found at run-time))\n");
23890 if ac_fn_c_try_run
"$LINENO"; then :
23895 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
23896 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
23899 CFLAGS
="$ac_save_CFLAGS"
23900 LIBS
="$ac_save_LIBS"
23903 if test "x$no_gtk" = x
; then
23904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23905 $as_echo "yes" >&6; }
23906 wx_cv_lib_gtk
=1.2.7
23908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23909 $as_echo "no" >&6; }
23910 if test "$GTK_CONFIG" = "no" ; then
23911 echo "*** The gtk-config script installed by GTK could not be found"
23912 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
23913 echo "*** your path, or set the GTK_CONFIG environment variable to the"
23914 echo "*** full path to gtk-config."
23916 if test -f conf.gtktest
; then
23919 echo "*** Could not run GTK test program, checking why..."
23920 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23921 LIBS
="$LIBS $GTK_LIBS"
23922 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23923 /* end confdefs.h. */
23925 #include <gtk/gtk.h>
23931 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23936 if ac_fn_c_try_link
"$LINENO"; then :
23937 echo "*** The test program compiled, but did not run. This usually means"
23938 echo "*** that the run-time linker is not finding GTK or finding the wrong"
23939 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
23940 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23941 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23942 echo "*** is required on your system"
23944 echo "*** If you have an old version installed, it is best to remove it, although"
23945 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23947 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
23948 echo "*** came with the system with the command"
23950 echo "*** rpm --erase --nodeps gtk gtk-devel"
23952 echo "*** The test program failed to compile or link. See the file config.log for the"
23953 echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
23954 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
23955 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
23957 rm -f core conftest.err conftest.
$ac_objext \
23958 conftest
$ac_exeext conftest.
$ac_ext
23959 CFLAGS
="$ac_save_CFLAGS"
23960 LIBS
="$ac_save_LIBS"
23972 if test -z "$wx_cv_lib_gtk"; then
23974 # Check whether --with-gtk-prefix was given.
23975 if test "${with_gtk_prefix+set}" = set; then :
23976 withval
=$with_gtk_prefix; gtk_config_prefix
="$withval"
23978 gtk_config_prefix
=""
23982 # Check whether --with-gtk-exec-prefix was given.
23983 if test "${with_gtk_exec_prefix+set}" = set; then :
23984 withval
=$with_gtk_exec_prefix; gtk_config_exec_prefix
="$withval"
23986 gtk_config_exec_prefix
=""
23989 # Check whether --enable-gtktest was given.
23990 if test "${enable_gtktest+set}" = set; then :
23991 enableval
=$enable_gtktest;
23997 for module
in .
$GTK_MODULES
24001 gtk_config_args
="$gtk_config_args gthread"
24006 if test x
$gtk_config_exec_prefix != x
; then
24007 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24008 if test x
${GTK_CONFIG+set} != xset
; then
24009 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
24012 if test x
$gtk_config_prefix != x
; then
24013 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
24014 if test x
${GTK_CONFIG+set} != xset
; then
24015 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
24019 # Extract the first word of "gtk-config", so it can be a program name with args.
24020 set dummy gtk
-config; ac_word
=$2
24021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24022 $as_echo_n "checking for $ac_word... " >&6; }
24023 if ${ac_cv_path_GTK_CONFIG+:} false
; then :
24024 $as_echo_n "(cached) " >&6
24026 case $GTK_CONFIG in
24028 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
24031 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24032 for as_dir
in $PATH
24035 test -z "$as_dir" && as_dir
=.
24036 for ac_exec_ext
in '' $ac_executable_extensions; do
24037 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
24038 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24046 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
24050 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
24051 if test -n "$GTK_CONFIG"; then
24052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CONFIG" >&5
24053 $as_echo "$GTK_CONFIG" >&6; }
24055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24056 $as_echo "no" >&6; }
24060 min_gtk_version
=1.2.3
24061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK - version >= $min_gtk_version" >&5
24062 $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
24064 if test "$GTK_CONFIG" = "no" ; then
24067 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
24068 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
24069 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
24070 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24071 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
24072 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24073 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
24074 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24075 if test "x$enable_gtktest" = "xyes" ; then
24076 ac_save_CFLAGS
="$CFLAGS"
24077 ac_save_LIBS
="$LIBS"
24078 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24079 LIBS
="$GTK_LIBS $LIBS"
24081 if test "$cross_compiling" = yes; then :
24082 echo $ac_n "cross compiling; assumed OK... $ac_c"
24084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24085 /* end confdefs.h. */
24087 #include <gtk/gtk.h>
24089 #include <stdlib.h>
24094 int major, minor, micro;
24097 system ("touch conf.gtktest");
24099 /* HP/UX 9 (%@#!) writes to sscanf strings */
24100 tmp_version = g_strdup("$min_gtk_version");
24101 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
24102 printf("%s, bad version string\n", "$min_gtk_version");
24106 if ((gtk_major_version != $gtk_config_major_version) ||
24107 (gtk_minor_version != $gtk_config_minor_version) ||
24108 (gtk_micro_version != $gtk_config_micro_version))
24110 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24111 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24112 gtk_major_version, gtk_minor_version, gtk_micro_version);
24113 printf ("*** was found! If gtk-config was correct, then it is best\n");
24114 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24115 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
24116 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24117 printf("*** required on your system.\n");
24118 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24119 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24120 printf("*** before re-running configure\n");
24122 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24123 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24124 (gtk_minor_version != GTK_MINOR_VERSION) ||
24125 (gtk_micro_version != GTK_MICRO_VERSION))
24127 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24128 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24129 printf("*** library (version %d.%d.%d)\n",
24130 gtk_major_version, gtk_minor_version, gtk_micro_version);
24132 #endif /* defined (GTK_MAJOR_VERSION) ... */
24135 if ((gtk_major_version > major) ||
24136 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24137 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24143 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24144 gtk_major_version, gtk_minor_version, gtk_micro_version);
24145 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24146 major, minor, micro);
24147 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24149 printf("*** If you have already installed a sufficiently new version, this error\n");
24150 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24151 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24152 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24153 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24154 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
24155 printf("*** so that the correct libraries are found at run-time))\n");
24162 if ac_fn_c_try_run
"$LINENO"; then :
24167 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
24168 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
24171 CFLAGS
="$ac_save_CFLAGS"
24172 LIBS
="$ac_save_LIBS"
24175 if test "x$no_gtk" = x
; then
24176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24177 $as_echo "yes" >&6; }
24178 wx_cv_lib_gtk
=1.2.3
24180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24181 $as_echo "no" >&6; }
24182 if test "$GTK_CONFIG" = "no" ; then
24183 echo "*** The gtk-config script installed by GTK could not be found"
24184 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24185 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24186 echo "*** full path to gtk-config."
24188 if test -f conf.gtktest
; then
24191 echo "*** Could not run GTK test program, checking why..."
24192 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24193 LIBS
="$LIBS $GTK_LIBS"
24194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24195 /* end confdefs.h. */
24197 #include <gtk/gtk.h>
24203 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24208 if ac_fn_c_try_link
"$LINENO"; then :
24209 echo "*** The test program compiled, but did not run. This usually means"
24210 echo "*** that the run-time linker is not finding GTK or finding the wrong"
24211 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
24212 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24213 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24214 echo "*** is required on your system"
24216 echo "*** If you have an old version installed, it is best to remove it, although"
24217 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24219 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
24220 echo "*** came with the system with the command"
24222 echo "*** rpm --erase --nodeps gtk gtk-devel"
24224 echo "*** The test program failed to compile or link. See the file config.log for the"
24225 echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
24226 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
24227 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
24229 rm -f core conftest.err conftest.
$ac_objext \
24230 conftest
$ac_exeext conftest.
$ac_ext
24231 CFLAGS
="$ac_save_CFLAGS"
24232 LIBS
="$ac_save_LIBS"
24247 if test -z "$wx_cv_lib_gtk"; then
24250 GTK_LIBS
="$GTK_LIBS -lX11"
24252 wx_cv_cflags_gtk
=$GTK_CFLAGS
24253 wx_cv_libs_gtk
=$GTK_LIBS
24260 if test "$gtk_version_cached" = 1; then
24261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_gtk" >&5
24262 $as_echo "$wx_cv_lib_gtk" >&6; }
24265 case "$wx_cv_lib_gtk" in
24276 *) as_fn_error $?
"
24277 The development files for GTK+ were not found. For GTK+ 2, please
24278 ensure that pkg-config is in the path and that gtk+-2.0.pc is
24279 installed. For GTK+ 1.2 please check that gtk-config is in the path,
24280 and that the version is 1.2.3 or above. Also check that the
24281 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
24282 --libs' are in the LD_LIBRARY_PATH or equivalent.
24287 if test "$WXGTK3" = 1; then
24288 $as_echo "#define __WXGTK218__ 1" >>confdefs.h
24290 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24292 elif test "$WXGTK2" = 1; then
24293 save_CFLAGS
="$CFLAGS"
24295 CFLAGS
="$wx_cv_cflags_gtk $CFLAGS"
24296 LIBS
="$LIBS $wx_cv_libs_gtk"
24298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GTK+ is version >= 2.18" >&5
24299 $as_echo_n "checking if GTK+ is version >= 2.18... " >&6; }
24300 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24301 /* end confdefs.h. */
24303 #include <gtk/gtk.h>
24309 #if !GTK_CHECK_VERSION(2,18,0)
24317 if ac_fn_c_try_compile
"$LINENO"; then :
24319 $as_echo "#define __WXGTK218__ 1" >>confdefs.h
24321 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24324 $as_echo "yes" >&6; }
24329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24330 $as_echo "no" >&6; }
24334 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24336 if test "$ac_wxgtk218" = 0; then
24337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GTK+ is version >= 2.10" >&5
24338 $as_echo_n "checking if GTK+ is version >= 2.10... " >&6; }
24339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24340 /* end confdefs.h. */
24342 #include <gtk/gtk.h>
24348 #if !GTK_CHECK_VERSION(2,10,0)
24356 if ac_fn_c_try_compile
"$LINENO"; then :
24358 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24361 $as_echo "yes" >&6; }
24366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24367 $as_echo "no" >&6; }
24371 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24374 CFLAGS
="$save_CFLAGS"
24377 if test "$wxUSE_UNICODE" = "yes"; then
24378 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
24379 $as_echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
24383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdk_im_open in -lgdk" >&5
24384 $as_echo_n "checking for gdk_im_open in -lgdk... " >&6; }
24385 if ${ac_cv_lib_gdk_gdk_im_open+:} false
; then :
24386 $as_echo_n "(cached) " >&6
24388 ac_check_lib_save_LIBS
=$LIBS
24390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24391 /* end confdefs.h. */
24393 /* Override any GCC internal prototype to avoid an error.
24394 Use char because int might match the return type of a GCC
24395 builtin and then its argument prototype would still apply. */
24399 char gdk_im_open ();
24403 return gdk_im_open ();
24408 if ac_fn_c_try_link
"$LINENO"; then :
24409 ac_cv_lib_gdk_gdk_im_open
=yes
24411 ac_cv_lib_gdk_gdk_im_open
=no
24413 rm -f core conftest.err conftest.
$ac_objext \
24414 conftest
$ac_exeext conftest.
$ac_ext
24415 LIBS
=$ac_check_lib_save_LIBS
24417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gdk_gdk_im_open" >&5
24418 $as_echo "$ac_cv_lib_gdk_gdk_im_open" >&6; }
24419 if test "x$ac_cv_lib_gdk_gdk_im_open" = xyes
; then :
24420 $as_echo "#define HAVE_XIM 1" >>confdefs.h
24425 if test "$USE_DARWIN" != 1; then
24426 for ac_func
in poll
24428 ac_fn_c_check_func
"$LINENO" "poll" "ac_cv_func_poll"
24429 if test "x$ac_cv_func_poll" = xyes
; then :
24430 cat >>confdefs.h
<<_ACEOF
24431 #define HAVE_POLL 1
24440 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
24441 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
24442 AFMINSTALL
=afminstall
24446 if test "$wxUSE_GPE" = "yes"; then
24447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gpewidget library" >&5
24448 $as_echo_n "checking for gpewidget library... " >&6; }
24451 for ac_dir
in $SEARCH_LIB
24453 for ac_extension
in a so sl dylib dll.a
; do
24454 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
24455 ac_find_libraries
=$ac_dir
24461 if test "$ac_find_libraries" != "" ; then
24463 if test "$ac_find_libraries" = "default location"; then
24466 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
24468 if test $result = 0; then
24471 ac_path_to_link
=" -L$ac_find_libraries"
24475 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
24477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
24478 $as_echo "found in $ac_find_libraries" >&6; }
24480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
24481 $as_echo "not found" >&6; }
24487 if test "$wxUSE_DFB" = 1; then
24490 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
24491 if test -n "$ac_tool_prefix"; then
24492 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
24493 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
24494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24495 $as_echo_n "checking for $ac_word... " >&6; }
24496 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
24497 $as_echo_n "(cached) " >&6
24499 case $PKG_CONFIG in
24501 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
24504 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24505 for as_dir
in $PATH
24508 test -z "$as_dir" && as_dir
=.
24509 for ac_exec_ext
in '' $ac_executable_extensions; do
24510 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
24511 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24522 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
24523 if test -n "$PKG_CONFIG"; then
24524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
24525 $as_echo "$PKG_CONFIG" >&6; }
24527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24528 $as_echo "no" >&6; }
24533 if test -z "$ac_cv_path_PKG_CONFIG"; then
24534 ac_pt_PKG_CONFIG
=$PKG_CONFIG
24535 # Extract the first word of "pkg-config", so it can be a program name with args.
24536 set dummy pkg
-config; ac_word
=$2
24537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24538 $as_echo_n "checking for $ac_word... " >&6; }
24539 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
24540 $as_echo_n "(cached) " >&6
24542 case $ac_pt_PKG_CONFIG in
24544 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
24547 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24548 for as_dir
in $PATH
24551 test -z "$as_dir" && as_dir
=.
24552 for ac_exec_ext
in '' $ac_executable_extensions; do
24553 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
24554 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24565 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
24566 if test -n "$ac_pt_PKG_CONFIG"; then
24567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
24568 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
24570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24571 $as_echo "no" >&6; }
24574 if test "x$ac_pt_PKG_CONFIG" = x
; then
24577 case $cross_compiling:$ac_tool_warned in
24579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24580 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24581 ac_tool_warned
=yes ;;
24583 PKG_CONFIG
=$ac_pt_PKG_CONFIG
24586 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
24590 if test -n "$PKG_CONFIG"; then
24591 _pkg_min_version
=0.9.0
24592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
24593 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
24594 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
24595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24596 $as_echo "yes" >&6; }
24598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24599 $as_echo "no" >&6; }
24607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRECTFB" >&5
24608 $as_echo_n "checking for DIRECTFB... " >&6; }
24610 if test -n "$PKG_CONFIG"; then
24611 if test -n "$DIRECTFB_CFLAGS"; then
24612 pkg_cv_DIRECTFB_CFLAGS
="$DIRECTFB_CFLAGS"
24614 if test -n "$PKG_CONFIG" && \
24615 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\""; } >&5
24616 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
24618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24619 test $ac_status = 0; }; then
24620 pkg_cv_DIRECTFB_CFLAGS
=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
24628 if test -n "$PKG_CONFIG"; then
24629 if test -n "$DIRECTFB_LIBS"; then
24630 pkg_cv_DIRECTFB_LIBS
="$DIRECTFB_LIBS"
24632 if test -n "$PKG_CONFIG" && \
24633 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\""; } >&5
24634 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
24636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24637 test $ac_status = 0; }; then
24638 pkg_cv_DIRECTFB_LIBS
=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
24649 if test $pkg_failed = yes; then
24651 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
24652 _pkg_short_errors_supported
=yes
24654 _pkg_short_errors_supported
=no
24656 if test $_pkg_short_errors_supported = yes; then
24657 DIRECTFB_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
24659 DIRECTFB_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
24661 # Put the nasty error message in config.log where it belongs
24662 echo "$DIRECTFB_PKG_ERRORS" >&5
24665 as_fn_error $?
"DirectFB not found." "$LINENO" 5
24668 elif test $pkg_failed = untried
; then
24670 as_fn_error $?
"DirectFB not found." "$LINENO" 5
24674 DIRECTFB_CFLAGS
=$pkg_cv_DIRECTFB_CFLAGS
24675 DIRECTFB_LIBS
=$pkg_cv_DIRECTFB_LIBS
24676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24677 $as_echo "yes" >&6; }
24679 wxUSE_UNIVERSAL
="yes"
24680 TOOLKIT_INCLUDE
="$DIRECTFB_CFLAGS"
24681 GUI_TK_LIBRARY
="$DIRECTFB_LIBS"
24688 if test "$wxUSE_MICROWIN" = 1; then
24689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MicroWindows" >&5
24690 $as_echo_n "checking for MicroWindows... " >&6; }
24691 if test "x$MICROWINDOWS" = x
; then
24692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
24693 $as_echo "not found" >&6; }
24694 as_fn_error $?
"Cannot find MicroWindows library. Make sure MICROWINDOWS is set." "$LINENO" 5
24696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MICROWINDOWS" >&5
24697 $as_echo "$MICROWINDOWS" >&6; }
24700 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
24701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: MicroWindows' libraries found." >&5
24702 $as_echo "MicroWindows' libraries found." >&6; }
24704 as_fn_error $?
"Cannot find MicroWindows libraries, make sure they are compiled." "$LINENO" 5
24707 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
24708 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
24710 wxUSE_UNIVERSAL
="yes"
24712 AFMINSTALL
=afminstall
24714 GUIDIST
=MICROWIN_DIST
24716 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
24719 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
24720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
24721 $as_echo_n "checking for X... " >&6; }
24724 # Check whether --with-x was given.
24725 if test "${with_x+set}" = set; then :
24729 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
24730 if test "x$with_x" = xno
; then
24731 # The user explicitly disabled X.
24734 case $x_includes,$x_libraries in #(
24735 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
24736 *,NONE
| NONE
,*) if ${ac_cv_have_x+:} false
; then :
24737 $as_echo_n "(cached) " >&6
24739 # One or both of the vars are not set, and there is no cached value.
24740 ac_x_includes
=no ac_x_libraries
=no
24741 rm -f -r conftest.dir
24742 if mkdir conftest.dir
; then
24744 cat >Imakefile
<<'_ACEOF'
24746 @echo incroot='${INCROOT}'
24748 @echo usrlibdir='${USRLIBDIR}'
24750 @echo libdir='${LIBDIR}'
24752 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
24753 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
24754 for ac_var
in incroot usrlibdir libdir
; do
24755 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
24757 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
24758 for ac_extension
in a so sl dylib la dll
; do
24759 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
24760 test -f "$ac_im_libdir/libX11.$ac_extension"; then
24761 ac_im_usrlibdir
=$ac_im_libdir; break
24764 # Screen out bogus values from the imake configuration. They are
24765 # bogus both because they are the default anyway, and because
24766 # using them would break gcc on systems where it needs fixed includes.
24767 case $ac_im_incroot in
24768 /usr
/include
) ac_x_includes
= ;;
24769 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
24771 case $ac_im_usrlibdir in
24772 /usr
/lib
| /usr
/lib64
| /lib
| /lib64
) ;;
24773 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
24777 rm -f -r conftest.dir
24780 # Standard set of common directories for X headers.
24781 # Check X11 before X11Rn because it is often a symlink to the current release.
24795 /usr/local/X11/include
24796 /usr/local/X11R7/include
24797 /usr/local/X11R6/include
24798 /usr/local/X11R5/include
24799 /usr/local/X11R4/include
24801 /usr/local/include/X11
24802 /usr/local/include/X11R7
24803 /usr/local/include/X11R6
24804 /usr/local/include/X11R5
24805 /usr/local/include/X11R4
24809 /usr/XFree86/include/X11
24813 /usr/unsupported/include
24814 /usr/athena/include
24815 /usr/local/x11r5/include
24816 /usr/lpp/Xamples/include
24818 /usr/openwin/include
24819 /usr/openwin/share/include'
24821 if test "$ac_x_includes" = no
; then
24822 # Guess where to find include files, by looking for Xlib.h.
24823 # First, try using that file with no special directory specified.
24824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24825 /* end confdefs.h. */
24826 #include <X11/Xlib.h>
24828 if ac_fn_c_try_cpp
"$LINENO"; then :
24829 # We can compile using X headers with no special include directory.
24832 for ac_dir
in $ac_x_header_dirs; do
24833 if test -r "$ac_dir/X11/Xlib.h"; then
24834 ac_x_includes
=$ac_dir
24839 rm -f conftest.err conftest.i conftest.
$ac_ext
24840 fi # $ac_x_includes = no
24842 if test "$ac_x_libraries" = no
; then
24843 # Check for the libraries.
24844 # See if we find them without any special options.
24845 # Don't add to $LIBS permanently.
24848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24849 /* end confdefs.h. */
24850 #include <X11/Xlib.h>
24859 if ac_fn_c_try_link
"$LINENO"; then :
24861 # We can link X programs with no special library path.
24865 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
24867 # Don't even attempt the hair of trying to link an X program!
24868 for ac_extension
in a so sl dylib la dll
; do
24869 if test -r "$ac_dir/libX11.$ac_extension"; then
24870 ac_x_libraries
=$ac_dir
24876 rm -f core conftest.err conftest.
$ac_objext \
24877 conftest
$ac_exeext conftest.
$ac_ext
24878 fi # $ac_x_libraries = no
24880 case $ac_x_includes,$ac_x_libraries in #(
24881 no
,* | *,no
| *\'*)
24882 # Didn't find X, or a directory has "'" in its name.
24883 ac_cv_have_x
="have_x=no";; #(
24885 # Record where we found X for the cache.
24886 ac_cv_have_x
="have_x=yes\
24887 ac_x_includes='$ac_x_includes'\
24888 ac_x_libraries='$ac_x_libraries'"
24894 eval "$ac_cv_have_x"
24897 if test "$have_x" != yes; then
24898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
24899 $as_echo "$have_x" >&6; }
24902 # If each of the values was on the command line, it overrides each guess.
24903 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
24904 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
24905 # Update the cache value to reflect the command line values.
24906 ac_cv_have_x
="have_x=yes\
24907 ac_x_includes='$x_includes'\
24908 ac_x_libraries='$x_libraries'"
24909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
24910 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
24913 if test "$no_x" = yes; then
24914 # Not all programs may use this symbol, but it does not hurt to define it.
24916 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
24918 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
24920 if test -n "$x_includes"; then
24921 X_CFLAGS
="$X_CFLAGS -I$x_includes"
24924 # It would also be nice to do this for all -L options, not just this one.
24925 if test -n "$x_libraries"; then
24926 X_LIBS
="$X_LIBS -L$x_libraries"
24927 # For Solaris; some versions of Sun CC require a space after -R and
24928 # others require no space. Words are not sufficient . . . .
24929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
24930 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
24931 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
24932 ac_xsave_c_werror_flag
=$ac_c_werror_flag
24933 ac_c_werror_flag
=yes
24934 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24935 /* end confdefs.h. */
24945 if ac_fn_c_try_link
"$LINENO"; then :
24946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24947 $as_echo "no" >&6; }
24948 X_LIBS
="$X_LIBS -R$x_libraries"
24950 LIBS
="$ac_xsave_LIBS -R $x_libraries"
24951 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24952 /* end confdefs.h. */
24962 if ac_fn_c_try_link
"$LINENO"; then :
24963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24964 $as_echo "yes" >&6; }
24965 X_LIBS
="$X_LIBS -R $x_libraries"
24967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
24968 $as_echo "neither works" >&6; }
24970 rm -f core conftest.err conftest.
$ac_objext \
24971 conftest
$ac_exeext conftest.
$ac_ext
24973 rm -f core conftest.err conftest.
$ac_objext \
24974 conftest
$ac_exeext conftest.
$ac_ext
24975 ac_c_werror_flag
=$ac_xsave_c_werror_flag
24976 LIBS
=$ac_xsave_LIBS
24979 # Check for system-dependent libraries X programs must link with.
24980 # Do this before checking for the system-independent R6 libraries
24981 # (-lICE), since we may need -lsocket or whatever for X linking.
24983 if test "$ISC" = yes; then
24984 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
24986 # Martyn Johnson says this is needed for Ultrix, if the X
24987 # libraries were built with DECnet support. And Karl Berry says
24988 # the Alpha needs dnet_stub (dnet does not exist).
24989 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
24990 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24991 /* end confdefs.h. */
24993 /* Override any GCC internal prototype to avoid an error.
24994 Use char because int might match the return type of a GCC
24995 builtin and then its argument prototype would still apply. */
24999 char XOpenDisplay ();
25003 return XOpenDisplay ();
25008 if ac_fn_c_try_link
"$LINENO"; then :
25011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
25012 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
25013 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
25014 $as_echo_n "(cached) " >&6
25016 ac_check_lib_save_LIBS
=$LIBS
25017 LIBS
="-ldnet $LIBS"
25018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25019 /* end confdefs.h. */
25021 /* Override any GCC internal prototype to avoid an error.
25022 Use char because int might match the return type of a GCC
25023 builtin and then its argument prototype would still apply. */
25031 return dnet_ntoa ();
25036 if ac_fn_c_try_link
"$LINENO"; then :
25037 ac_cv_lib_dnet_dnet_ntoa
=yes
25039 ac_cv_lib_dnet_dnet_ntoa
=no
25041 rm -f core conftest.err conftest.
$ac_objext \
25042 conftest
$ac_exeext conftest.
$ac_ext
25043 LIBS
=$ac_check_lib_save_LIBS
25045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
25046 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
25047 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
25048 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
25051 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
25052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
25053 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
25054 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
25055 $as_echo_n "(cached) " >&6
25057 ac_check_lib_save_LIBS
=$LIBS
25058 LIBS
="-ldnet_stub $LIBS"
25059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25060 /* end confdefs.h. */
25062 /* Override any GCC internal prototype to avoid an error.
25063 Use char because int might match the return type of a GCC
25064 builtin and then its argument prototype would still apply. */
25072 return dnet_ntoa ();
25077 if ac_fn_c_try_link
"$LINENO"; then :
25078 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
25080 ac_cv_lib_dnet_stub_dnet_ntoa
=no
25082 rm -f core conftest.err conftest.
$ac_objext \
25083 conftest
$ac_exeext conftest.
$ac_ext
25084 LIBS
=$ac_check_lib_save_LIBS
25086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
25087 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
25088 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
25089 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
25094 rm -f core conftest.err conftest.
$ac_objext \
25095 conftest
$ac_exeext conftest.
$ac_ext
25096 LIBS
="$ac_xsave_LIBS"
25098 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
25099 # to get the SysV transport functions.
25100 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
25102 # The nsl library prevents programs from opening the X display
25103 # on Irix 5.2, according to T.E. Dickey.
25104 # The functions gethostbyname, getservbyname, and inet_addr are
25105 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
25106 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
25107 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
25111 if test $ac_cv_func_gethostbyname = no
; then
25112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
25113 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
25114 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
25115 $as_echo_n "(cached) " >&6
25117 ac_check_lib_save_LIBS
=$LIBS
25119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25120 /* end confdefs.h. */
25122 /* Override any GCC internal prototype to avoid an error.
25123 Use char because int might match the return type of a GCC
25124 builtin and then its argument prototype would still apply. */
25128 char gethostbyname ();
25132 return gethostbyname ();
25137 if ac_fn_c_try_link
"$LINENO"; then :
25138 ac_cv_lib_nsl_gethostbyname
=yes
25140 ac_cv_lib_nsl_gethostbyname
=no
25142 rm -f core conftest.err conftest.
$ac_objext \
25143 conftest
$ac_exeext conftest.
$ac_ext
25144 LIBS
=$ac_check_lib_save_LIBS
25146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
25147 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
25148 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
25149 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
25152 if test $ac_cv_lib_nsl_gethostbyname = no
; then
25153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
25154 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
25155 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
25156 $as_echo_n "(cached) " >&6
25158 ac_check_lib_save_LIBS
=$LIBS
25160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25161 /* end confdefs.h. */
25163 /* Override any GCC internal prototype to avoid an error.
25164 Use char because int might match the return type of a GCC
25165 builtin and then its argument prototype would still apply. */
25169 char gethostbyname ();
25173 return gethostbyname ();
25178 if ac_fn_c_try_link
"$LINENO"; then :
25179 ac_cv_lib_bsd_gethostbyname
=yes
25181 ac_cv_lib_bsd_gethostbyname
=no
25183 rm -f core conftest.err conftest.
$ac_objext \
25184 conftest
$ac_exeext conftest.
$ac_ext
25185 LIBS
=$ac_check_lib_save_LIBS
25187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
25188 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
25189 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
25190 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
25196 # lieder@skyler.mavd.honeywell.com says without -lsocket,
25197 # socket/setsockopt and other routines are undefined under SCO ODT
25198 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
25199 # on later versions), says Simon Leinen: it contains gethostby*
25200 # variants that don't use the name server (or something). -lsocket
25201 # must be given before -lnsl if both are needed. We assume that
25202 # if connect needs -lnsl, so does gethostbyname.
25203 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
25204 if test "x$ac_cv_func_connect" = xyes
; then :
25208 if test $ac_cv_func_connect = no
; then
25209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
25210 $as_echo_n "checking for connect in -lsocket... " >&6; }
25211 if ${ac_cv_lib_socket_connect+:} false
; then :
25212 $as_echo_n "(cached) " >&6
25214 ac_check_lib_save_LIBS
=$LIBS
25215 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
25216 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25217 /* end confdefs.h. */
25219 /* Override any GCC internal prototype to avoid an error.
25220 Use char because int might match the return type of a GCC
25221 builtin and then its argument prototype would still apply. */
25234 if ac_fn_c_try_link
"$LINENO"; then :
25235 ac_cv_lib_socket_connect
=yes
25237 ac_cv_lib_socket_connect
=no
25239 rm -f core conftest.err conftest.
$ac_objext \
25240 conftest
$ac_exeext conftest.
$ac_ext
25241 LIBS
=$ac_check_lib_save_LIBS
25243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
25244 $as_echo "$ac_cv_lib_socket_connect" >&6; }
25245 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
25246 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
25251 # Guillermo Gomez says -lposix is necessary on A/UX.
25252 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
25253 if test "x$ac_cv_func_remove" = xyes
; then :
25257 if test $ac_cv_func_remove = no
; then
25258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
25259 $as_echo_n "checking for remove in -lposix... " >&6; }
25260 if ${ac_cv_lib_posix_remove+:} false
; then :
25261 $as_echo_n "(cached) " >&6
25263 ac_check_lib_save_LIBS
=$LIBS
25264 LIBS
="-lposix $LIBS"
25265 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25266 /* end confdefs.h. */
25268 /* Override any GCC internal prototype to avoid an error.
25269 Use char because int might match the return type of a GCC
25270 builtin and then its argument prototype would still apply. */
25283 if ac_fn_c_try_link
"$LINENO"; then :
25284 ac_cv_lib_posix_remove
=yes
25286 ac_cv_lib_posix_remove
=no
25288 rm -f core conftest.err conftest.
$ac_objext \
25289 conftest
$ac_exeext conftest.
$ac_ext
25290 LIBS
=$ac_check_lib_save_LIBS
25292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
25293 $as_echo "$ac_cv_lib_posix_remove" >&6; }
25294 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
25295 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
25300 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
25301 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
25302 if test "x$ac_cv_func_shmat" = xyes
; then :
25306 if test $ac_cv_func_shmat = no
; then
25307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
25308 $as_echo_n "checking for shmat in -lipc... " >&6; }
25309 if ${ac_cv_lib_ipc_shmat+:} false
; then :
25310 $as_echo_n "(cached) " >&6
25312 ac_check_lib_save_LIBS
=$LIBS
25314 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25315 /* end confdefs.h. */
25317 /* Override any GCC internal prototype to avoid an error.
25318 Use char because int might match the return type of a GCC
25319 builtin and then its argument prototype would still apply. */
25332 if ac_fn_c_try_link
"$LINENO"; then :
25333 ac_cv_lib_ipc_shmat
=yes
25335 ac_cv_lib_ipc_shmat
=no
25337 rm -f core conftest.err conftest.
$ac_objext \
25338 conftest
$ac_exeext conftest.
$ac_ext
25339 LIBS
=$ac_check_lib_save_LIBS
25341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
25342 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
25343 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
25344 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
25350 # Check for libraries that X11R6 Xt/Xaw programs need.
25351 ac_save_LDFLAGS
=$LDFLAGS
25352 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
25353 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
25354 # check for ICE first), but we must link in the order -lSM -lICE or
25355 # we get undefined symbols. So assume we have SM if we have ICE.
25356 # These have to be linked with before -lX11, unlike the other
25357 # libraries we check for below, so use a different variable.
25358 # John Interrante, Karl Berry
25359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
25360 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
25361 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
25362 $as_echo_n "(cached) " >&6
25364 ac_check_lib_save_LIBS
=$LIBS
25365 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
25366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25367 /* end confdefs.h. */
25369 /* Override any GCC internal prototype to avoid an error.
25370 Use char because int might match the return type of a GCC
25371 builtin and then its argument prototype would still apply. */
25375 char IceConnectionNumber ();
25379 return IceConnectionNumber ();
25384 if ac_fn_c_try_link
"$LINENO"; then :
25385 ac_cv_lib_ICE_IceConnectionNumber
=yes
25387 ac_cv_lib_ICE_IceConnectionNumber
=no
25389 rm -f core conftest.err conftest.
$ac_objext \
25390 conftest
$ac_exeext conftest.
$ac_ext
25391 LIBS
=$ac_check_lib_save_LIBS
25393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
25394 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
25395 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
25396 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
25399 LDFLAGS
=$ac_save_LDFLAGS
25404 if test "$no_x" = "yes"; then
25405 as_fn_error $?
"X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" "$LINENO" 5
25408 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
25409 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
25410 AFMINSTALL
=afminstall
25411 COMPILED_X_PROGRAM
=0
25415 if test "$wxUSE_X11" = 1; then
25416 if test "$wxUSE_NANOX" = "yes"; then
25417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MicroWindows/NanoX distribution" >&5
25418 $as_echo_n "checking for MicroWindows/NanoX distribution... " >&6; }
25419 if test "x$MICROWIN" = x
; then
25420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
25421 $as_echo "not found" >&6; }
25422 as_fn_error $?
"Cannot find MicroWindows library. Make sure MICROWIN is set." "$LINENO" 5
25424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MICROWIN" >&5
25425 $as_echo "$MICROWIN" >&6; }
25426 $as_echo "#define wxUSE_NANOX 1" >>confdefs.h
25431 if test "$wxUSE_UNICODE" = "yes"; then
25434 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
25435 if test -n "$ac_tool_prefix"; then
25436 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
25437 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
25438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25439 $as_echo_n "checking for $ac_word... " >&6; }
25440 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
25441 $as_echo_n "(cached) " >&6
25443 case $PKG_CONFIG in
25445 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25448 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25449 for as_dir
in $PATH
25452 test -z "$as_dir" && as_dir
=.
25453 for ac_exec_ext
in '' $ac_executable_extensions; do
25454 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
25455 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25466 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25467 if test -n "$PKG_CONFIG"; then
25468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
25469 $as_echo "$PKG_CONFIG" >&6; }
25471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25472 $as_echo "no" >&6; }
25477 if test -z "$ac_cv_path_PKG_CONFIG"; then
25478 ac_pt_PKG_CONFIG
=$PKG_CONFIG
25479 # Extract the first word of "pkg-config", so it can be a program name with args.
25480 set dummy pkg
-config; ac_word
=$2
25481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25482 $as_echo_n "checking for $ac_word... " >&6; }
25483 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
25484 $as_echo_n "(cached) " >&6
25486 case $ac_pt_PKG_CONFIG in
25488 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
25491 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25492 for as_dir
in $PATH
25495 test -z "$as_dir" && as_dir
=.
25496 for ac_exec_ext
in '' $ac_executable_extensions; do
25497 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
25498 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25499 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25509 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
25510 if test -n "$ac_pt_PKG_CONFIG"; then
25511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
25512 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
25514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25515 $as_echo "no" >&6; }
25518 if test "x$ac_pt_PKG_CONFIG" = x
; then
25521 case $cross_compiling:$ac_tool_warned in
25523 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25524 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25525 ac_tool_warned
=yes ;;
25527 PKG_CONFIG
=$ac_pt_PKG_CONFIG
25530 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
25534 if test -n "$PKG_CONFIG"; then
25535 _pkg_min_version
=0.9.0
25536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
25537 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
25538 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
25539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25540 $as_echo "yes" >&6; }
25542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25543 $as_echo "no" >&6; }
25551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOX" >&5
25552 $as_echo_n "checking for PANGOX... " >&6; }
25554 if test -n "$PKG_CONFIG"; then
25555 if test -n "$PANGOX_CFLAGS"; then
25556 pkg_cv_PANGOX_CFLAGS
="$PANGOX_CFLAGS"
25558 if test -n "$PKG_CONFIG" && \
25559 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangox\""; } >&5
25560 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
25562 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25563 test $ac_status = 0; }; then
25564 pkg_cv_PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
25572 if test -n "$PKG_CONFIG"; then
25573 if test -n "$PANGOX_LIBS"; then
25574 pkg_cv_PANGOX_LIBS
="$PANGOX_LIBS"
25576 if test -n "$PKG_CONFIG" && \
25577 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangox\""; } >&5
25578 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
25580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25581 test $ac_status = 0; }; then
25582 pkg_cv_PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
25593 if test $pkg_failed = yes; then
25595 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25596 _pkg_short_errors_supported
=yes
25598 _pkg_short_errors_supported
=no
25600 if test $_pkg_short_errors_supported = yes; then
25601 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
25603 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
25605 # Put the nasty error message in config.log where it belongs
25606 echo "$PANGOX_PKG_ERRORS" >&5
25609 as_fn_error $?
"pangox library not found, library cannot be compiled in Unicode mode" "$LINENO" 5
25612 elif test $pkg_failed = untried
; then
25614 as_fn_error $?
"pangox library not found, library cannot be compiled in Unicode mode" "$LINENO" 5
25618 PANGOX_CFLAGS
=$pkg_cv_PANGOX_CFLAGS
25619 PANGOX_LIBS
=$pkg_cv_PANGOX_LIBS
25620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25621 $as_echo "yes" >&6; }
25623 CFLAGS
="$PANGOX_CFLAGS $CFLAGS"
25624 CXXFLAGS
="$PANGOX_CFLAGS $CXXFLAGS"
25625 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
25630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOFT2" >&5
25631 $as_echo_n "checking for PANGOFT2... " >&6; }
25633 if test -n "$PKG_CONFIG"; then
25634 if test -n "$PANGOFT2_CFLAGS"; then
25635 pkg_cv_PANGOFT2_CFLAGS
="$PANGOFT2_CFLAGS"
25637 if test -n "$PKG_CONFIG" && \
25638 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoft2\""; } >&5
25639 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
25641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25642 test $ac_status = 0; }; then
25643 pkg_cv_PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
25651 if test -n "$PKG_CONFIG"; then
25652 if test -n "$PANGOFT2_LIBS"; then
25653 pkg_cv_PANGOFT2_LIBS
="$PANGOFT2_LIBS"
25655 if test -n "$PKG_CONFIG" && \
25656 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoft2\""; } >&5
25657 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
25659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25660 test $ac_status = 0; }; then
25661 pkg_cv_PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
25672 if test $pkg_failed = yes; then
25674 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25675 _pkg_short_errors_supported
=yes
25677 _pkg_short_errors_supported
=no
25679 if test $_pkg_short_errors_supported = yes; then
25680 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
25682 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
25684 # Put the nasty error message in config.log where it belongs
25685 echo "$PANGOFT2_PKG_ERRORS" >&5
25688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25689 $as_echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25690 wxUSE_PRINTING_ARCHITECTURE
="no"
25693 elif test $pkg_failed = untried
; then
25695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25696 $as_echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25697 wxUSE_PRINTING_ARCHITECTURE
="no"
25701 PANGOFT2_CFLAGS
=$pkg_cv_PANGOFT2_CFLAGS
25702 PANGOFT2_LIBS
=$pkg_cv_PANGOFT2_LIBS
25703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25704 $as_echo "yes" >&6; }
25706 CFLAGS
="$PANGOFT2_CFLAGS $CFLAGS"
25707 CXXFLAGS
="$PANGOFT2_CFLAGS $CXXFLAGS"
25708 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
25713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOXFT" >&5
25714 $as_echo_n "checking for PANGOXFT... " >&6; }
25716 if test -n "$PKG_CONFIG"; then
25717 if test -n "$PANGOXFT_CFLAGS"; then
25718 pkg_cv_PANGOXFT_CFLAGS
="$PANGOXFT_CFLAGS"
25720 if test -n "$PKG_CONFIG" && \
25721 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoxft\""; } >&5
25722 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
25724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25725 test $ac_status = 0; }; then
25726 pkg_cv_PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
25734 if test -n "$PKG_CONFIG"; then
25735 if test -n "$PANGOXFT_LIBS"; then
25736 pkg_cv_PANGOXFT_LIBS
="$PANGOXFT_LIBS"
25738 if test -n "$PKG_CONFIG" && \
25739 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoxft\""; } >&5
25740 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
25742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25743 test $ac_status = 0; }; then
25744 pkg_cv_PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
25755 if test $pkg_failed = yes; then
25757 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25758 _pkg_short_errors_supported
=yes
25760 _pkg_short_errors_supported
=no
25762 if test $_pkg_short_errors_supported = yes; then
25763 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
25765 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
25767 # Put the nasty error message in config.log where it belongs
25768 echo "$PANGOXFT_PKG_ERRORS" >&5
25771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25772 $as_echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25775 elif test $pkg_failed = untried
; then
25777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25778 $as_echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25782 PANGOXFT_CFLAGS
=$pkg_cv_PANGOXFT_CFLAGS
25783 PANGOXFT_LIBS
=$pkg_cv_PANGOXFT_LIBS
25784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25785 $as_echo "yes" >&6; }
25787 $as_echo "#define HAVE_PANGO_XFT 1" >>confdefs.h
25789 CFLAGS
="$PANGOXFT_CFLAGS $CFLAGS"
25790 CXXFLAGS
="$PANGOXFT_CFLAGS $CXXFLAGS"
25791 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
25795 LIBS
="$LIBS $PANGOX_LIBS"
25796 for ac_func
in pango_font_family_is_monospace
25798 ac_fn_c_check_func
"$LINENO" "pango_font_family_is_monospace" "ac_cv_func_pango_font_family_is_monospace"
25799 if test "x$ac_cv_func_pango_font_family_is_monospace" = xyes
; then :
25800 cat >>confdefs.h
<<_ACEOF
25801 #define HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE 1
25810 wxUSE_UNIVERSAL
="yes"
25812 if test "$wxUSE_NANOX" = "yes"; then
25813 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
25814 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"
25815 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
25817 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
25824 if test "$wxUSE_MOTIF" = 1; then
25825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif/Lesstif headers" >&5
25826 $as_echo_n "checking for Motif/Lesstif headers... " >&6; }
25829 for ac_dir
in $SEARCH_INCLUDE /usr
/include
25831 if test -f "$ac_dir/Xm/Xm.h"; then
25832 ac_find_includes
=$ac_dir
25837 if test "$ac_find_includes" != "" ; then
25838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_includes" >&5
25839 $as_echo "found in $ac_find_includes" >&6; }
25841 if test "x$ac_find_includes" = "x/usr/include"; then
25842 ac_path_to_include
=""
25844 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
25846 if test $result = 0; then
25847 ac_path_to_include
=""
25849 ac_path_to_include
=" -I$ac_find_includes"
25853 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
25855 save_CFLAGS
=$CFLAGS
25856 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
25858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25859 /* end confdefs.h. */
25868 version = xmUseVersion;
25874 if ac_fn_c_try_compile
"$LINENO"; then :
25876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in default search path" >&5
25877 $as_echo "found in default search path" >&6; }
25878 COMPILED_X_PROGRAM
=1
25882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25883 $as_echo "no" >&6; }
25884 as_fn_error $?
"please set CPPFLAGS to contain the location of Xm/Xm.h" "$LINENO" 5
25888 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
25890 CFLAGS
=$save_CFLAGS
25894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif/Lesstif library" >&5
25895 $as_echo_n "checking for Motif/Lesstif library... " >&6; }
25898 for ac_dir
in $SEARCH_LIB
25900 for ac_extension
in a so sl dylib dll.a
; do
25901 if test -f "$ac_dir/libXm.$ac_extension"; then
25902 ac_find_libraries
=$ac_dir
25909 if test "x$ac_find_libraries" != "x" ; then
25910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
25911 $as_echo "found in $ac_find_libraries" >&6; }
25914 if test "$ac_find_libraries" = "default location"; then
25917 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
25919 if test $result = 0; then
25922 ac_path_to_link
=" -L$ac_find_libraries"
25926 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
25928 save_CFLAGS
=$CFLAGS
25929 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
25931 LIBS
="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
25933 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25934 /* end confdefs.h. */
25943 version = xmUseVersion;
25949 if ac_fn_c_try_link
"$LINENO"; then :
25951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in default search path" >&5
25952 $as_echo "found in default search path" >&6; }
25953 COMPILED_X_PROGRAM
=1
25957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25958 $as_echo "no" >&6; }
25959 as_fn_error $?
"please set LDFLAGS to contain the location of libXm" "$LINENO" 5
25963 rm -f core conftest.err conftest.
$ac_objext \
25964 conftest
$ac_exeext conftest.
$ac_ext
25966 CFLAGS
=$save_CFLAGS
25970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need -lXp and/or -lSM -lICE" >&5
25971 $as_echo_n "checking if we need -lXp and/or -lSM -lICE... " >&6; }
25975 for libp
in "" " -lXp"; do
25976 if test "$libs_found" = 0; then
25977 for libsm_ice
in "" " -lSM -lICE"; do
25978 if test "$libs_found" = 0; then
25980 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
25981 save_CFLAGS
=$CFLAGS
25982 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
25984 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25985 /* end confdefs.h. */
25988 #include <Xm/List.h>
25994 XmString string = NULL;
25997 XmListAddItem(w, string, position);
26003 if ac_fn_c_try_link
"$LINENO"; then :
26006 libsm_ice_link
="$libsm_ice"
26007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: need${libp_link}${libsm_ice_link}" >&5
26008 $as_echo "need${libp_link}${libsm_ice_link}" >&6; }
26012 rm -f core conftest.err conftest.
$ac_objext \
26013 conftest
$ac_exeext conftest.
$ac_ext
26016 CFLAGS
=$save_CFLAGS
26022 if test "$libs_found" = 0; then
26023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't find the right libraries" >&5
26024 $as_echo "can't find the right libraries" >&6; }
26025 as_fn_error $?
"can't link a simple motif program" "$LINENO" 5
26028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SgCreateList in -lSgm" >&5
26029 $as_echo_n "checking for SgCreateList in -lSgm... " >&6; }
26030 if ${ac_cv_lib_Sgm_SgCreateList+:} false
; then :
26031 $as_echo_n "(cached) " >&6
26033 ac_check_lib_save_LIBS
=$LIBS
26035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26036 /* end confdefs.h. */
26038 /* Override any GCC internal prototype to avoid an error.
26039 Use char because int might match the return type of a GCC
26040 builtin and then its argument prototype would still apply. */
26044 char SgCreateList ();
26048 return SgCreateList ();
26053 if ac_fn_c_try_link
"$LINENO"; then :
26054 ac_cv_lib_Sgm_SgCreateList
=yes
26056 ac_cv_lib_Sgm_SgCreateList
=no
26058 rm -f core conftest.err conftest.
$ac_objext \
26059 conftest
$ac_exeext conftest.
$ac_ext
26060 LIBS
=$ac_check_lib_save_LIBS
26062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Sgm_SgCreateList" >&5
26063 $as_echo "$ac_cv_lib_Sgm_SgCreateList" >&6; }
26064 if test "x$ac_cv_lib_Sgm_SgCreateList" = xyes
; then :
26065 libsgm_link
=" -lSgm"
26069 save_CFLAGS
=$CFLAGS
26070 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif 2" >&5
26073 $as_echo_n "checking for Motif 2... " >&6; }
26074 if ${wx_cv_lib_motif2+:} false
; then :
26075 $as_echo_n "(cached) " >&6
26077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26078 /* end confdefs.h. */
26086 #if XmVersion < 2000
26094 if ac_fn_c_try_compile
"$LINENO"; then :
26095 wx_cv_lib_motif2
="yes"
26097 wx_cv_lib_motif2
="no"
26099 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_motif2" >&5
26102 $as_echo "$wx_cv_lib_motif2" >&6; }
26103 if test "$wx_cv_lib_motif2" = "yes"; then
26104 $as_echo "#define __WXMOTIF20__ 1" >>confdefs.h
26107 $as_echo "#define __WXMOTIF20__ 0" >>confdefs.h
26111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Motif is Lesstif" >&5
26112 $as_echo_n "checking whether Motif is Lesstif... " >&6; }
26113 if ${wx_cv_lib_lesstif+:} false
; then :
26114 $as_echo_n "(cached) " >&6
26116 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26117 /* end confdefs.h. */
26125 #if !defined(LesstifVersion) || LesstifVersion <= 0
26133 if ac_fn_c_try_compile
"$LINENO"; then :
26134 wx_cv_lib_lesstif
="yes"
26136 wx_cv_lib_lesstif
="no"
26138 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_lesstif" >&5
26142 $as_echo "$wx_cv_lib_lesstif" >&6; }
26143 if test "$wx_cv_lib_lesstif" = "yes"; then
26144 $as_echo "#define __WXLESSTIF__ 1" >>confdefs.h
26147 $as_echo "#define __WXLESSTIF__ 0" >>confdefs.h
26151 CFLAGS
=$save_CFLAGS
26153 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
26158 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26159 if test "$wxUSE_LIBXPM" = "sys"; then
26160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xpm library" >&5
26161 $as_echo_n "checking for Xpm library... " >&6; }
26164 for ac_dir
in $SEARCH_LIB
26166 for ac_extension
in a so sl dylib dll.a
; do
26167 if test -f "$ac_dir/libXpm.$ac_extension"; then
26168 ac_find_libraries
=$ac_dir
26174 if test "$ac_find_libraries" != "" ; then
26176 if test "$ac_find_libraries" = "default location"; then
26179 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
26181 if test $result = 0; then
26184 ac_path_to_link
=" -L$ac_find_libraries"
26188 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
26189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
26190 $as_echo "found in $ac_find_libraries" >&6; }
26192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11/xpm.h" >&5
26193 $as_echo_n "checking for X11/xpm.h... " >&6; }
26194 if ${wx_cv_x11_xpm_h+:} false
; then :
26195 $as_echo_n "(cached) " >&6
26198 save_CFLAGS
=$CFLAGS
26199 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26202 /* end confdefs.h. */
26204 #include <X11/xpm.h>
26211 version = XpmLibraryVersion();
26217 if ac_fn_c_try_compile
"$LINENO"; then :
26218 wx_cv_x11_xpm_h
=yes
26223 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26225 CFLAGS
=$save_CFLAGS
26229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_x11_xpm_h" >&5
26230 $as_echo "$wx_cv_x11_xpm_h" >&6; }
26232 if test $wx_cv_x11_xpm_h = "yes"; then
26233 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
26234 $as_echo "#define wxHAVE_LIB_XPM 1" >>confdefs.h
26237 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: built-in less efficient XPM decoder will be used" >&5
26238 $as_echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
26244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
26245 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
26246 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
26247 $as_echo_n "(cached) " >&6
26249 ac_check_lib_save_LIBS
=$LIBS
26250 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
26251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26252 /* end confdefs.h. */
26254 /* Override any GCC internal prototype to avoid an error.
26255 Use char because int might match the return type of a GCC
26256 builtin and then its argument prototype would still apply. */
26260 char XShapeQueryExtension ();
26264 return XShapeQueryExtension ();
26269 if ac_fn_c_try_link
"$LINENO"; then :
26270 ac_cv_lib_Xext_XShapeQueryExtension
=yes
26272 ac_cv_lib_Xext_XShapeQueryExtension
=no
26274 rm -f core conftest.err conftest.
$ac_objext \
26275 conftest
$ac_exeext conftest.
$ac_ext
26276 LIBS
=$ac_check_lib_save_LIBS
26278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
26279 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
26280 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
26282 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
26288 if test "$wxHAVE_XEXT_LIB" = 1; then
26289 save_CFLAGS
="$CFLAGS"
26290 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11/extensions/shape.h" >&5
26293 $as_echo_n "checking for X11/extensions/shape.h... " >&6; }
26294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26295 /* end confdefs.h. */
26297 #include <X11/Xlib.h>
26298 #include <X11/extensions/shape.h>
26304 int dummy1, dummy2;
26305 XShapeQueryExtension((Display*)NULL,
26306 (int*)NULL, (int*)NULL);
26312 if ac_fn_c_try_compile
"$LINENO"; then :
26314 $as_echo "#define HAVE_XSHAPE 1" >>confdefs.h
26316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
26317 $as_echo "found" >&6; }
26321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
26322 $as_echo "not found" >&6; }
26325 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26326 CFLAGS
="$save_CFLAGS"
26331 if test "$wxUSE_OSX_CARBON" = 1; then
26332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler syntax to enable Pascal strings" >&5
26333 $as_echo_n "checking for compiler syntax to enable Pascal strings... " >&6; }
26334 if test "$GCC" = yes; then
26335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: gcc" >&5
26336 $as_echo "gcc" >&6; }
26337 CPPFLAGS_PASCAL
="-fpascal-strings"
26338 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
26339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: xlc" >&5
26340 $as_echo "xlc" >&6; }
26341 CPPFLAGS_PASCAL
="-qmacpstr"
26343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
26344 $as_echo "none" >&6; }
26347 if test "x$wxUSE_UNIX" = "xyes"; then
26348 CPPFLAGS
="$CPPFLAGS_PASCAL -I/Developer/Headers/FlatCarbon $CPPFLAGS"
26350 CPPFLAGS
="$CPPFLAGS_PASCAL -DTARGET_CARBON $CPPFLAGS"
26354 GUIDIST
=OSX_CARBON_DIST
26355 WXBASEPORT
="_carbon"
26357 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
26360 if test "$wxUSE_OSX_COCOA" = 1; then
26362 GUIDIST
=OSX_COCOA_DIST
26364 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
26367 if test "$wxUSE_OSX_IPHONE" = 1; then
26371 if test "$wxUSE_OLD_COCOA" = 1; then
26376 if test "$wxUSE_PM" = 1; then
26379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type SPBCDATA" >&5
26380 $as_echo_n "checking for type SPBCDATA... " >&6; }
26381 if ${wx_cv_spbcdata+:} false
; then :
26382 $as_echo_n "(cached) " >&6
26385 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26386 /* end confdefs.h. */
26401 if ac_fn_c_try_compile
"$LINENO"; then :
26407 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_spbcdata" >&5
26412 $as_echo "$wx_cv_spbcdata" >&6; }
26414 if test $wx_cv_spbcdata = "yes"; then
26415 $as_echo "#define HAVE_SPBCDATA 1" >>confdefs.h
26420 if test "$TOOLKIT" = "PM" ; then
26423 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
26426 if test "$wxUSE_UNIVERSAL" = "yes"; then
26427 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
26431 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
26432 DISTDIR
="wx\$(TOOLKIT)"
26438 if test "$USE_WIN32" = 1 ; then
26442 GUIDIST
="BASE_DIST"
26448 if test "$wxUSE_GUI" = "yes"; then
26449 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
26450 for ac_header
in X
11/Xlib.h
26452 ac_fn_c_check_header_compile
"$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "
26454 if test "x$ac_cv_header_X11_Xlib_h" = xyes
; then :
26455 cat >>confdefs.h
<<_ACEOF
26456 #define HAVE_X11_XLIB_H 1
26463 for ac_header
in X
11/XKBlib.h
26465 ac_fn_c_check_header_compile
"$LINENO" "X11/XKBlib.h" "ac_cv_header_X11_XKBlib_h" "
26466 #if HAVE_X11_XLIB_H
26467 #include <X11/Xlib.h>
26471 if test "x$ac_cv_header_X11_XKBlib_h" = xyes
; then :
26472 cat >>confdefs.h
<<_ACEOF
26473 #define HAVE_X11_XKBLIB_H 1
26486 if test "$wxUSE_DISPLAY" = "yes"; then
26487 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$WXGTK1" = 1; then
26491 fl_pkgname
=`echo "Xinerama" | tr [:upper:] [:lower:]`
26494 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
26495 if test -n "$ac_tool_prefix"; then
26496 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
26497 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
26498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26499 $as_echo_n "checking for $ac_word... " >&6; }
26500 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
26501 $as_echo_n "(cached) " >&6
26503 case $PKG_CONFIG in
26505 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
26508 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26509 for as_dir
in $PATH
26512 test -z "$as_dir" && as_dir
=.
26513 for ac_exec_ext
in '' $ac_executable_extensions; do
26514 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
26515 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
26516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26526 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
26527 if test -n "$PKG_CONFIG"; then
26528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
26529 $as_echo "$PKG_CONFIG" >&6; }
26531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26532 $as_echo "no" >&6; }
26537 if test -z "$ac_cv_path_PKG_CONFIG"; then
26538 ac_pt_PKG_CONFIG
=$PKG_CONFIG
26539 # Extract the first word of "pkg-config", so it can be a program name with args.
26540 set dummy pkg
-config; ac_word
=$2
26541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26542 $as_echo_n "checking for $ac_word... " >&6; }
26543 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
26544 $as_echo_n "(cached) " >&6
26546 case $ac_pt_PKG_CONFIG in
26548 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
26551 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26552 for as_dir
in $PATH
26555 test -z "$as_dir" && as_dir
=.
26556 for ac_exec_ext
in '' $ac_executable_extensions; do
26557 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
26558 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
26559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26569 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
26570 if test -n "$ac_pt_PKG_CONFIG"; then
26571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
26572 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
26574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26575 $as_echo "no" >&6; }
26578 if test "x$ac_pt_PKG_CONFIG" = x
; then
26581 case $cross_compiling:$ac_tool_warned in
26583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
26584 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
26585 ac_tool_warned
=yes ;;
26587 PKG_CONFIG
=$ac_pt_PKG_CONFIG
26590 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
26594 if test -n "$PKG_CONFIG"; then
26595 _pkg_min_version
=0.9.0
26596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
26597 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
26598 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
26599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26600 $as_echo "yes" >&6; }
26602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26603 $as_echo "no" >&6; }
26610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xinerama" >&5
26611 $as_echo_n "checking for Xinerama... " >&6; }
26613 if test -n "$PKG_CONFIG"; then
26614 if test -n "$Xinerama_CFLAGS"; then
26615 pkg_cv_Xinerama_CFLAGS
="$Xinerama_CFLAGS"
26617 if test -n "$PKG_CONFIG" && \
26618 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26619 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26622 test $ac_status = 0; }; then
26623 pkg_cv_Xinerama_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
26631 if test -n "$PKG_CONFIG"; then
26632 if test -n "$Xinerama_LIBS"; then
26633 pkg_cv_Xinerama_LIBS
="$Xinerama_LIBS"
26635 if test -n "$PKG_CONFIG" && \
26636 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26637 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26640 test $ac_status = 0; }; then
26641 pkg_cv_Xinerama_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
26652 if test $pkg_failed = yes; then
26654 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
26655 _pkg_short_errors_supported
=yes
26657 _pkg_short_errors_supported
=no
26659 if test $_pkg_short_errors_supported = yes; then
26660 Xinerama_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
26662 Xinerama_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
26664 # Put the nasty error message in config.log where it belongs
26665 echo "$Xinerama_PKG_ERRORS" >&5
26668 if test "x$ac_find_libraries" = "x"; then
26669 if test "xXineramaQueryScreens" != "x"; then
26670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryScreens in -lXinerama" >&5
26671 $as_echo_n "checking for XineramaQueryScreens in -lXinerama... " >&6; }
26672 if ${ac_cv_lib_Xinerama_XineramaQueryScreens+:} false
; then :
26673 $as_echo_n "(cached) " >&6
26675 ac_check_lib_save_LIBS
=$LIBS
26676 LIBS
="-lXinerama $LIBS"
26677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26678 /* end confdefs.h. */
26680 /* Override any GCC internal prototype to avoid an error.
26681 Use char because int might match the return type of a GCC
26682 builtin and then its argument prototype would still apply. */
26686 char XineramaQueryScreens ();
26690 return XineramaQueryScreens ();
26695 if ac_fn_c_try_link
"$LINENO"; then :
26696 ac_cv_lib_Xinerama_XineramaQueryScreens
=yes
26698 ac_cv_lib_Xinerama_XineramaQueryScreens
=no
26700 rm -f core conftest.err conftest.
$ac_objext \
26701 conftest
$ac_exeext conftest.
$ac_ext
26702 LIBS
=$ac_check_lib_save_LIBS
26704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
26705 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
26706 if test "x$ac_cv_lib_Xinerama_XineramaQueryScreens" = xyes
; then :
26707 ac_find_libraries
="std"
26713 if test "x$ac_find_libraries" = "x"; then
26714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26715 $as_echo_n "checking elsewhere... " >&6; }
26718 for ac_dir
in $SEARCH_LIB
26720 for ac_extension
in a so sl dylib dll.a
; do
26721 if test -f "$ac_dir/libXinerama.$ac_extension"; then
26722 ac_find_libraries
=$ac_dir
26728 if test "x$ac_find_libraries" != "x"; then
26729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26730 $as_echo "yes" >&6; }
26732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26733 $as_echo "no" >&6; }
26737 elif test $pkg_failed = untried
; then
26739 if test "x$ac_find_libraries" = "x"; then
26740 if test "xXineramaQueryScreens" != "x"; then
26741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryScreens in -lXinerama" >&5
26742 $as_echo_n "checking for XineramaQueryScreens in -lXinerama... " >&6; }
26743 if ${ac_cv_lib_Xinerama_XineramaQueryScreens+:} false
; then :
26744 $as_echo_n "(cached) " >&6
26746 ac_check_lib_save_LIBS
=$LIBS
26747 LIBS
="-lXinerama $LIBS"
26748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26749 /* end confdefs.h. */
26751 /* Override any GCC internal prototype to avoid an error.
26752 Use char because int might match the return type of a GCC
26753 builtin and then its argument prototype would still apply. */
26757 char XineramaQueryScreens ();
26761 return XineramaQueryScreens ();
26766 if ac_fn_c_try_link
"$LINENO"; then :
26767 ac_cv_lib_Xinerama_XineramaQueryScreens
=yes
26769 ac_cv_lib_Xinerama_XineramaQueryScreens
=no
26771 rm -f core conftest.err conftest.
$ac_objext \
26772 conftest
$ac_exeext conftest.
$ac_ext
26773 LIBS
=$ac_check_lib_save_LIBS
26775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
26776 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
26777 if test "x$ac_cv_lib_Xinerama_XineramaQueryScreens" = xyes
; then :
26778 ac_find_libraries
="std"
26784 if test "x$ac_find_libraries" = "x"; then
26785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26786 $as_echo_n "checking elsewhere... " >&6; }
26789 for ac_dir
in $SEARCH_LIB
26791 for ac_extension
in a so sl dylib dll.a
; do
26792 if test -f "$ac_dir/libXinerama.$ac_extension"; then
26793 ac_find_libraries
=$ac_dir
26799 if test "x$ac_find_libraries" != "x"; then
26800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26801 $as_echo "yes" >&6; }
26803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26804 $as_echo "no" >&6; }
26809 Xinerama_CFLAGS
=$pkg_cv_Xinerama_CFLAGS
26810 Xinerama_LIBS
=$pkg_cv_Xinerama_LIBS
26811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26812 $as_echo "yes" >&6; }
26814 ac_find_libraries
="std"
26816 eval ac_find_cflags
=\
$Xinerama_CFLAGS
26817 eval fl_libs
=\
$Xinerama_LIBS
26819 for fl_path
in $fl_libs
26821 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
26822 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
26828 if test "$ac_find_libraries" != "" ; then
26829 if test "$ac_find_libraries" != "std" ; then
26831 if test "$ac_find_libraries" = "default location"; then
26834 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
26836 if test $result = 0; then
26839 ac_path_to_link
=" -L$ac_find_libraries"
26843 if test "$ac_path_to_link" != " -L/usr/lib" ; then
26844 LDFLAGS
="$LDFLAGS $ac_path_to_link"
26848 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
26850 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Xinerama not found; disabling wxDisplay" >&5
26851 $as_echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
26854 elif test "$wxUSE_MSW" = 1; then
26855 ac_fn_c_check_header_compile
"$LINENO" "ddraw.h" "ac_cv_header_ddraw_h" "#include <windows.h>
26857 if test "x$ac_cv_header_ddraw_h" = xyes
; then :
26865 if test "$wxUSE_DISPLAY" = "yes"; then
26866 if test "$USE_XINERAMA" = 1 -o "$wxUSE_GTK" = 1; then
26870 fl_pkgname
=`echo "Xxf86vm" | tr [:upper:] [:lower:]`
26873 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
26874 if test -n "$ac_tool_prefix"; then
26875 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
26876 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
26877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26878 $as_echo_n "checking for $ac_word... " >&6; }
26879 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
26880 $as_echo_n "(cached) " >&6
26882 case $PKG_CONFIG in
26884 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
26887 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26888 for as_dir
in $PATH
26891 test -z "$as_dir" && as_dir
=.
26892 for ac_exec_ext
in '' $ac_executable_extensions; do
26893 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
26894 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
26895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26905 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
26906 if test -n "$PKG_CONFIG"; then
26907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
26908 $as_echo "$PKG_CONFIG" >&6; }
26910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26911 $as_echo "no" >&6; }
26916 if test -z "$ac_cv_path_PKG_CONFIG"; then
26917 ac_pt_PKG_CONFIG
=$PKG_CONFIG
26918 # Extract the first word of "pkg-config", so it can be a program name with args.
26919 set dummy pkg
-config; ac_word
=$2
26920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26921 $as_echo_n "checking for $ac_word... " >&6; }
26922 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
26923 $as_echo_n "(cached) " >&6
26925 case $ac_pt_PKG_CONFIG in
26927 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
26930 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26931 for as_dir
in $PATH
26934 test -z "$as_dir" && as_dir
=.
26935 for ac_exec_ext
in '' $ac_executable_extensions; do
26936 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
26937 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
26938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26948 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
26949 if test -n "$ac_pt_PKG_CONFIG"; then
26950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
26951 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
26953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26954 $as_echo "no" >&6; }
26957 if test "x$ac_pt_PKG_CONFIG" = x
; then
26960 case $cross_compiling:$ac_tool_warned in
26962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
26963 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
26964 ac_tool_warned
=yes ;;
26966 PKG_CONFIG
=$ac_pt_PKG_CONFIG
26969 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
26973 if test -n "$PKG_CONFIG"; then
26974 _pkg_min_version
=0.9.0
26975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
26976 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
26977 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
26978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26979 $as_echo "yes" >&6; }
26981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26982 $as_echo "no" >&6; }
26989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xxf86vm" >&5
26990 $as_echo_n "checking for Xxf86vm... " >&6; }
26992 if test -n "$PKG_CONFIG"; then
26993 if test -n "$Xxf86vm_CFLAGS"; then
26994 pkg_cv_Xxf86vm_CFLAGS
="$Xxf86vm_CFLAGS"
26996 if test -n "$PKG_CONFIG" && \
26997 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26998 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27000 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27001 test $ac_status = 0; }; then
27002 pkg_cv_Xxf86vm_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27010 if test -n "$PKG_CONFIG"; then
27011 if test -n "$Xxf86vm_LIBS"; then
27012 pkg_cv_Xxf86vm_LIBS
="$Xxf86vm_LIBS"
27014 if test -n "$PKG_CONFIG" && \
27015 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27016 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27018 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27019 test $ac_status = 0; }; then
27020 pkg_cv_Xxf86vm_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27031 if test $pkg_failed = yes; then
27033 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27034 _pkg_short_errors_supported
=yes
27036 _pkg_short_errors_supported
=no
27038 if test $_pkg_short_errors_supported = yes; then
27039 Xxf86vm_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27041 Xxf86vm_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27043 # Put the nasty error message in config.log where it belongs
27044 echo "$Xxf86vm_PKG_ERRORS" >&5
27047 if test "x$ac_find_libraries" = "x"; then
27048 if test "xXF86VidModeQueryExtension" != "x"; then
27049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
27050 $as_echo_n "checking for XF86VidModeQueryExtension in -lXxf86vm... " >&6; }
27051 if ${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+:} false
; then :
27052 $as_echo_n "(cached) " >&6
27054 ac_check_lib_save_LIBS
=$LIBS
27055 LIBS
="-lXxf86vm $LIBS"
27056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27057 /* end confdefs.h. */
27059 /* Override any GCC internal prototype to avoid an error.
27060 Use char because int might match the return type of a GCC
27061 builtin and then its argument prototype would still apply. */
27065 char XF86VidModeQueryExtension ();
27069 return XF86VidModeQueryExtension ();
27074 if ac_fn_c_try_link
"$LINENO"; then :
27075 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=yes
27077 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=no
27079 rm -f core conftest.err conftest.
$ac_objext \
27080 conftest
$ac_exeext conftest.
$ac_ext
27081 LIBS
=$ac_check_lib_save_LIBS
27083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
27084 $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
27085 if test "x$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" = xyes
; then :
27086 ac_find_libraries
="std"
27092 if test "x$ac_find_libraries" = "x"; then
27093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27094 $as_echo_n "checking elsewhere... " >&6; }
27097 for ac_dir
in $SEARCH_LIB
27099 for ac_extension
in a so sl dylib dll.a
; do
27100 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27101 ac_find_libraries
=$ac_dir
27107 if test "x$ac_find_libraries" != "x"; then
27108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27109 $as_echo "yes" >&6; }
27111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27112 $as_echo "no" >&6; }
27116 elif test $pkg_failed = untried
; then
27118 if test "x$ac_find_libraries" = "x"; then
27119 if test "xXF86VidModeQueryExtension" != "x"; then
27120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
27121 $as_echo_n "checking for XF86VidModeQueryExtension in -lXxf86vm... " >&6; }
27122 if ${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+:} false
; then :
27123 $as_echo_n "(cached) " >&6
27125 ac_check_lib_save_LIBS
=$LIBS
27126 LIBS
="-lXxf86vm $LIBS"
27127 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27128 /* end confdefs.h. */
27130 /* Override any GCC internal prototype to avoid an error.
27131 Use char because int might match the return type of a GCC
27132 builtin and then its argument prototype would still apply. */
27136 char XF86VidModeQueryExtension ();
27140 return XF86VidModeQueryExtension ();
27145 if ac_fn_c_try_link
"$LINENO"; then :
27146 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=yes
27148 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=no
27150 rm -f core conftest.err conftest.
$ac_objext \
27151 conftest
$ac_exeext conftest.
$ac_ext
27152 LIBS
=$ac_check_lib_save_LIBS
27154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
27155 $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
27156 if test "x$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" = xyes
; then :
27157 ac_find_libraries
="std"
27163 if test "x$ac_find_libraries" = "x"; then
27164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27165 $as_echo_n "checking elsewhere... " >&6; }
27168 for ac_dir
in $SEARCH_LIB
27170 for ac_extension
in a so sl dylib dll.a
; do
27171 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27172 ac_find_libraries
=$ac_dir
27178 if test "x$ac_find_libraries" != "x"; then
27179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27180 $as_echo "yes" >&6; }
27182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27183 $as_echo "no" >&6; }
27188 Xxf86vm_CFLAGS
=$pkg_cv_Xxf86vm_CFLAGS
27189 Xxf86vm_LIBS
=$pkg_cv_Xxf86vm_LIBS
27190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27191 $as_echo "yes" >&6; }
27193 ac_find_libraries
="std"
27195 eval ac_find_cflags
=\
$Xxf86vm_CFLAGS
27196 eval fl_libs
=\
$Xxf86vm_LIBS
27198 for fl_path
in $fl_libs
27200 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27201 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
27207 if test "$ac_find_libraries" != "" ; then
27208 for ac_header
in X
11/extensions
/xf86vmode.h
27210 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "
27211 #if HAVE_X11_XLIB_H
27212 #include <X11/Xlib.h>
27216 if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = xyes
; then :
27217 cat >>confdefs.h
<<_ACEOF
27218 #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
27221 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
27231 if test "$wxUSE_DETECT_SM" = "yes"; then
27232 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1; then
27236 fl_pkgname
=`echo "SM" | tr [:upper:] [:lower:]`
27239 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27240 if test -n "$ac_tool_prefix"; then
27241 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27242 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
27243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27244 $as_echo_n "checking for $ac_word... " >&6; }
27245 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
27246 $as_echo_n "(cached) " >&6
27248 case $PKG_CONFIG in
27250 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27253 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27254 for as_dir
in $PATH
27257 test -z "$as_dir" && as_dir
=.
27258 for ac_exec_ext
in '' $ac_executable_extensions; do
27259 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27260 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27271 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27272 if test -n "$PKG_CONFIG"; then
27273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27274 $as_echo "$PKG_CONFIG" >&6; }
27276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27277 $as_echo "no" >&6; }
27282 if test -z "$ac_cv_path_PKG_CONFIG"; then
27283 ac_pt_PKG_CONFIG
=$PKG_CONFIG
27284 # Extract the first word of "pkg-config", so it can be a program name with args.
27285 set dummy pkg
-config; ac_word
=$2
27286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27287 $as_echo_n "checking for $ac_word... " >&6; }
27288 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
27289 $as_echo_n "(cached) " >&6
27291 case $ac_pt_PKG_CONFIG in
27293 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27296 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27297 for as_dir
in $PATH
27300 test -z "$as_dir" && as_dir
=.
27301 for ac_exec_ext
in '' $ac_executable_extensions; do
27302 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27303 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27314 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
27315 if test -n "$ac_pt_PKG_CONFIG"; then
27316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27317 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27320 $as_echo "no" >&6; }
27323 if test "x$ac_pt_PKG_CONFIG" = x
; then
27326 case $cross_compiling:$ac_tool_warned in
27328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27329 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27330 ac_tool_warned
=yes ;;
27332 PKG_CONFIG
=$ac_pt_PKG_CONFIG
27335 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
27339 if test -n "$PKG_CONFIG"; then
27340 _pkg_min_version
=0.9.0
27341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27342 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27343 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27345 $as_echo "yes" >&6; }
27347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27348 $as_echo "no" >&6; }
27355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SM" >&5
27356 $as_echo_n "checking for SM... " >&6; }
27358 if test -n "$PKG_CONFIG"; then
27359 if test -n "$SM_CFLAGS"; then
27360 pkg_cv_SM_CFLAGS
="$SM_CFLAGS"
27362 if test -n "$PKG_CONFIG" && \
27363 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27364 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27366 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27367 test $ac_status = 0; }; then
27368 pkg_cv_SM_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27376 if test -n "$PKG_CONFIG"; then
27377 if test -n "$SM_LIBS"; then
27378 pkg_cv_SM_LIBS
="$SM_LIBS"
27380 if test -n "$PKG_CONFIG" && \
27381 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27382 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27384 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27385 test $ac_status = 0; }; then
27386 pkg_cv_SM_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27397 if test $pkg_failed = yes; then
27399 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27400 _pkg_short_errors_supported
=yes
27402 _pkg_short_errors_supported
=no
27404 if test $_pkg_short_errors_supported = yes; then
27405 SM_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27407 SM_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27409 # Put the nasty error message in config.log where it belongs
27410 echo "$SM_PKG_ERRORS" >&5
27413 if test "x$ac_find_libraries" = "x"; then
27414 if test "xSmcOpenConnection" != "x"; then
27415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
27416 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
27417 if ${ac_cv_lib_SM_SmcOpenConnection+:} false
; then :
27418 $as_echo_n "(cached) " >&6
27420 ac_check_lib_save_LIBS
=$LIBS
27422 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27423 /* end confdefs.h. */
27425 /* Override any GCC internal prototype to avoid an error.
27426 Use char because int might match the return type of a GCC
27427 builtin and then its argument prototype would still apply. */
27431 char SmcOpenConnection ();
27435 return SmcOpenConnection ();
27440 if ac_fn_c_try_link
"$LINENO"; then :
27441 ac_cv_lib_SM_SmcOpenConnection
=yes
27443 ac_cv_lib_SM_SmcOpenConnection
=no
27445 rm -f core conftest.err conftest.
$ac_objext \
27446 conftest
$ac_exeext conftest.
$ac_ext
27447 LIBS
=$ac_check_lib_save_LIBS
27449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
27450 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
27451 if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes
; then :
27452 ac_find_libraries
="std"
27458 if test "x$ac_find_libraries" = "x"; then
27459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27460 $as_echo_n "checking elsewhere... " >&6; }
27463 for ac_dir
in $SEARCH_LIB
27465 for ac_extension
in a so sl dylib dll.a
; do
27466 if test -f "$ac_dir/libSM.$ac_extension"; then
27467 ac_find_libraries
=$ac_dir
27473 if test "x$ac_find_libraries" != "x"; then
27474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27475 $as_echo "yes" >&6; }
27477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27478 $as_echo "no" >&6; }
27482 elif test $pkg_failed = untried
; then
27484 if test "x$ac_find_libraries" = "x"; then
27485 if test "xSmcOpenConnection" != "x"; then
27486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
27487 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
27488 if ${ac_cv_lib_SM_SmcOpenConnection+:} false
; then :
27489 $as_echo_n "(cached) " >&6
27491 ac_check_lib_save_LIBS
=$LIBS
27493 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27494 /* end confdefs.h. */
27496 /* Override any GCC internal prototype to avoid an error.
27497 Use char because int might match the return type of a GCC
27498 builtin and then its argument prototype would still apply. */
27502 char SmcOpenConnection ();
27506 return SmcOpenConnection ();
27511 if ac_fn_c_try_link
"$LINENO"; then :
27512 ac_cv_lib_SM_SmcOpenConnection
=yes
27514 ac_cv_lib_SM_SmcOpenConnection
=no
27516 rm -f core conftest.err conftest.
$ac_objext \
27517 conftest
$ac_exeext conftest.
$ac_ext
27518 LIBS
=$ac_check_lib_save_LIBS
27520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
27521 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
27522 if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes
; then :
27523 ac_find_libraries
="std"
27529 if test "x$ac_find_libraries" = "x"; then
27530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27531 $as_echo_n "checking elsewhere... " >&6; }
27534 for ac_dir
in $SEARCH_LIB
27536 for ac_extension
in a so sl dylib dll.a
; do
27537 if test -f "$ac_dir/libSM.$ac_extension"; then
27538 ac_find_libraries
=$ac_dir
27544 if test "x$ac_find_libraries" != "x"; then
27545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27546 $as_echo "yes" >&6; }
27548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27549 $as_echo "no" >&6; }
27554 SM_CFLAGS
=$pkg_cv_SM_CFLAGS
27555 SM_LIBS
=$pkg_cv_SM_LIBS
27556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27557 $as_echo "yes" >&6; }
27559 ac_find_libraries
="std"
27561 eval ac_find_cflags
=\
$SM_CFLAGS
27562 eval fl_libs
=\
$SM_LIBS
27564 for fl_path
in $fl_libs
27566 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27567 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
27573 if test "$ac_find_libraries" != "" ; then
27574 if test "$ac_find_libraries" != "std" ; then
27576 if test "$ac_find_libraries" = "default location"; then
27579 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27581 if test $result = 0; then
27584 ac_path_to_link
=" -L$ac_find_libraries"
27588 if test "$ac_path_to_link" != " -L/usr/lib" ; then
27589 LDFLAGS
="$LDFLAGS $ac_path_to_link"
27592 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lSM"
27594 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libSM not found; disabling session management detection" >&5
27595 $as_echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
27596 wxUSE_DETECT_SM
="no"
27599 wxUSE_DETECT_SM
="no"
27606 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
27609 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
27610 OPENGL_LIBS
="-framework OpenGL -framework AGL"
27611 elif test "$wxUSE_MSW" = 1; then
27612 OPENGL_LIBS
="-lopengl32 -lglu32"
27613 elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK" = 1; then
27615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenGL headers" >&5
27616 $as_echo_n "checking for OpenGL headers... " >&6; }
27619 for ac_dir
in $SEARCH_INCLUDE /opt
/graphics
/OpenGL
/include
/usr
/include
27621 if test -f "$ac_dir/GL/gl.h"; then
27622 ac_find_includes
=$ac_dir
27627 if test "$ac_find_includes" != "" ; then
27628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_includes" >&5
27629 $as_echo "found in $ac_find_includes" >&6; }
27631 if test "x$ac_find_includes" = "x/usr/include"; then
27632 ac_path_to_include
=""
27634 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
27636 if test $result = 0; then
27637 ac_path_to_include
=""
27639 ac_path_to_include
=" -I$ac_find_includes"
27643 CPPFLAGS
="$ac_path_to_include $CPPFLAGS"
27645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
27646 $as_echo "not found" >&6; }
27649 ac_fn_c_check_header_compile
"$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "
27651 if test "x$ac_cv_header_GL_gl_h" = xyes
; then :
27653 ac_fn_c_check_header_compile
"$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "
27655 if test "x$ac_cv_header_GL_glu_h" = xyes
; then :
27662 fl_pkgname
=`echo "GL" | tr [:upper:] [:lower:]`
27665 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27666 if test -n "$ac_tool_prefix"; then
27667 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27668 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
27669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27670 $as_echo_n "checking for $ac_word... " >&6; }
27671 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
27672 $as_echo_n "(cached) " >&6
27674 case $PKG_CONFIG in
27676 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27679 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27680 for as_dir
in $PATH
27683 test -z "$as_dir" && as_dir
=.
27684 for ac_exec_ext
in '' $ac_executable_extensions; do
27685 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27686 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27697 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27698 if test -n "$PKG_CONFIG"; then
27699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27700 $as_echo "$PKG_CONFIG" >&6; }
27702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27703 $as_echo "no" >&6; }
27708 if test -z "$ac_cv_path_PKG_CONFIG"; then
27709 ac_pt_PKG_CONFIG
=$PKG_CONFIG
27710 # Extract the first word of "pkg-config", so it can be a program name with args.
27711 set dummy pkg
-config; ac_word
=$2
27712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27713 $as_echo_n "checking for $ac_word... " >&6; }
27714 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
27715 $as_echo_n "(cached) " >&6
27717 case $ac_pt_PKG_CONFIG in
27719 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27722 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27723 for as_dir
in $PATH
27726 test -z "$as_dir" && as_dir
=.
27727 for ac_exec_ext
in '' $ac_executable_extensions; do
27728 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27729 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27740 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
27741 if test -n "$ac_pt_PKG_CONFIG"; then
27742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27743 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27746 $as_echo "no" >&6; }
27749 if test "x$ac_pt_PKG_CONFIG" = x
; then
27752 case $cross_compiling:$ac_tool_warned in
27754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27755 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27756 ac_tool_warned
=yes ;;
27758 PKG_CONFIG
=$ac_pt_PKG_CONFIG
27761 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
27765 if test -n "$PKG_CONFIG"; then
27766 _pkg_min_version
=0.9.0
27767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27768 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27769 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27771 $as_echo "yes" >&6; }
27773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27774 $as_echo "no" >&6; }
27781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL" >&5
27782 $as_echo_n "checking for GL... " >&6; }
27784 if test -n "$PKG_CONFIG"; then
27785 if test -n "$GL_CFLAGS"; then
27786 pkg_cv_GL_CFLAGS
="$GL_CFLAGS"
27788 if test -n "$PKG_CONFIG" && \
27789 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27790 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27793 test $ac_status = 0; }; then
27794 pkg_cv_GL_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27802 if test -n "$PKG_CONFIG"; then
27803 if test -n "$GL_LIBS"; then
27804 pkg_cv_GL_LIBS
="$GL_LIBS"
27806 if test -n "$PKG_CONFIG" && \
27807 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27808 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27811 test $ac_status = 0; }; then
27812 pkg_cv_GL_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27823 if test $pkg_failed = yes; then
27825 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27826 _pkg_short_errors_supported
=yes
27828 _pkg_short_errors_supported
=no
27830 if test $_pkg_short_errors_supported = yes; then
27831 GL_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27833 GL_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27835 # Put the nasty error message in config.log where it belongs
27836 echo "$GL_PKG_ERRORS" >&5
27839 if test "x$ac_find_libraries" = "x"; then
27840 if test "xglBegin" != "x"; then
27841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5
27842 $as_echo_n "checking for glBegin in -lGL... " >&6; }
27843 if ${ac_cv_lib_GL_glBegin+:} false
; then :
27844 $as_echo_n "(cached) " >&6
27846 ac_check_lib_save_LIBS
=$LIBS
27848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27849 /* end confdefs.h. */
27851 /* Override any GCC internal prototype to avoid an error.
27852 Use char because int might match the return type of a GCC
27853 builtin and then its argument prototype would still apply. */
27866 if ac_fn_c_try_link
"$LINENO"; then :
27867 ac_cv_lib_GL_glBegin
=yes
27869 ac_cv_lib_GL_glBegin
=no
27871 rm -f core conftest.err conftest.
$ac_objext \
27872 conftest
$ac_exeext conftest.
$ac_ext
27873 LIBS
=$ac_check_lib_save_LIBS
27875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glBegin" >&5
27876 $as_echo "$ac_cv_lib_GL_glBegin" >&6; }
27877 if test "x$ac_cv_lib_GL_glBegin" = xyes
; then :
27878 ac_find_libraries
="std"
27884 if test "x$ac_find_libraries" = "x"; then
27885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27886 $as_echo_n "checking elsewhere... " >&6; }
27889 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
27891 for ac_extension
in a so sl dylib dll.a
; do
27892 if test -f "$ac_dir/libGL.$ac_extension"; then
27893 ac_find_libraries
=$ac_dir
27899 if test "x$ac_find_libraries" != "x"; then
27900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27901 $as_echo "yes" >&6; }
27903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27904 $as_echo "no" >&6; }
27908 elif test $pkg_failed = untried
; then
27910 if test "x$ac_find_libraries" = "x"; then
27911 if test "xglBegin" != "x"; then
27912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5
27913 $as_echo_n "checking for glBegin in -lGL... " >&6; }
27914 if ${ac_cv_lib_GL_glBegin+:} false
; then :
27915 $as_echo_n "(cached) " >&6
27917 ac_check_lib_save_LIBS
=$LIBS
27919 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27920 /* end confdefs.h. */
27922 /* Override any GCC internal prototype to avoid an error.
27923 Use char because int might match the return type of a GCC
27924 builtin and then its argument prototype would still apply. */
27937 if ac_fn_c_try_link
"$LINENO"; then :
27938 ac_cv_lib_GL_glBegin
=yes
27940 ac_cv_lib_GL_glBegin
=no
27942 rm -f core conftest.err conftest.
$ac_objext \
27943 conftest
$ac_exeext conftest.
$ac_ext
27944 LIBS
=$ac_check_lib_save_LIBS
27946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glBegin" >&5
27947 $as_echo "$ac_cv_lib_GL_glBegin" >&6; }
27948 if test "x$ac_cv_lib_GL_glBegin" = xyes
; then :
27949 ac_find_libraries
="std"
27955 if test "x$ac_find_libraries" = "x"; then
27956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27957 $as_echo_n "checking elsewhere... " >&6; }
27960 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
27962 for ac_extension
in a so sl dylib dll.a
; do
27963 if test -f "$ac_dir/libGL.$ac_extension"; then
27964 ac_find_libraries
=$ac_dir
27970 if test "x$ac_find_libraries" != "x"; then
27971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27972 $as_echo "yes" >&6; }
27974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27975 $as_echo "no" >&6; }
27980 GL_CFLAGS
=$pkg_cv_GL_CFLAGS
27981 GL_LIBS
=$pkg_cv_GL_LIBS
27982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27983 $as_echo "yes" >&6; }
27985 ac_find_libraries
="std"
27987 eval ac_find_cflags
=\
$GL_CFLAGS
27988 eval fl_libs
=\
$GL_LIBS
27990 for fl_path
in $fl_libs
27992 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27993 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
27999 if test "$ac_find_libraries" != "" ; then
28000 if test "$ac_find_libraries" != "std" ; then
28002 if test "$ac_find_libraries" = "default location"; then
28005 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
28007 if test $result = 0; then
28010 ac_path_to_link
=" -L$ac_find_libraries"
28014 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28015 LDFLAGS_GL
="$ac_path_to_link"
28022 fl_pkgname
=`echo "GLU" | tr [:upper:] [:lower:]`
28025 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
28026 if test -n "$ac_tool_prefix"; then
28027 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
28028 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
28029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28030 $as_echo_n "checking for $ac_word... " >&6; }
28031 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
28032 $as_echo_n "(cached) " >&6
28034 case $PKG_CONFIG in
28036 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28039 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28040 for as_dir
in $PATH
28043 test -z "$as_dir" && as_dir
=.
28044 for ac_exec_ext
in '' $ac_executable_extensions; do
28045 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28046 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28057 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28058 if test -n "$PKG_CONFIG"; then
28059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
28060 $as_echo "$PKG_CONFIG" >&6; }
28062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28063 $as_echo "no" >&6; }
28068 if test -z "$ac_cv_path_PKG_CONFIG"; then
28069 ac_pt_PKG_CONFIG
=$PKG_CONFIG
28070 # Extract the first word of "pkg-config", so it can be a program name with args.
28071 set dummy pkg
-config; ac_word
=$2
28072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28073 $as_echo_n "checking for $ac_word... " >&6; }
28074 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
28075 $as_echo_n "(cached) " >&6
28077 case $ac_pt_PKG_CONFIG in
28079 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
28082 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28083 for as_dir
in $PATH
28086 test -z "$as_dir" && as_dir
=.
28087 for ac_exec_ext
in '' $ac_executable_extensions; do
28088 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28089 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28100 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
28101 if test -n "$ac_pt_PKG_CONFIG"; then
28102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
28103 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
28105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28106 $as_echo "no" >&6; }
28109 if test "x$ac_pt_PKG_CONFIG" = x
; then
28112 case $cross_compiling:$ac_tool_warned in
28114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28115 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28116 ac_tool_warned
=yes ;;
28118 PKG_CONFIG
=$ac_pt_PKG_CONFIG
28121 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
28125 if test -n "$PKG_CONFIG"; then
28126 _pkg_min_version
=0.9.0
28127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
28128 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
28129 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
28130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28131 $as_echo "yes" >&6; }
28133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28134 $as_echo "no" >&6; }
28141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLU" >&5
28142 $as_echo_n "checking for GLU... " >&6; }
28144 if test -n "$PKG_CONFIG"; then
28145 if test -n "$GLU_CFLAGS"; then
28146 pkg_cv_GLU_CFLAGS
="$GLU_CFLAGS"
28148 if test -n "$PKG_CONFIG" && \
28149 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28150 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28152 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28153 test $ac_status = 0; }; then
28154 pkg_cv_GLU_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28162 if test -n "$PKG_CONFIG"; then
28163 if test -n "$GLU_LIBS"; then
28164 pkg_cv_GLU_LIBS
="$GLU_LIBS"
28166 if test -n "$PKG_CONFIG" && \
28167 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28168 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28171 test $ac_status = 0; }; then
28172 pkg_cv_GLU_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28183 if test $pkg_failed = yes; then
28185 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28186 _pkg_short_errors_supported
=yes
28188 _pkg_short_errors_supported
=no
28190 if test $_pkg_short_errors_supported = yes; then
28191 GLU_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28193 GLU_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28195 # Put the nasty error message in config.log where it belongs
28196 echo "$GLU_PKG_ERRORS" >&5
28199 if test "x$ac_find_libraries" = "x"; then
28200 if test "xgluBeginCurve" != "x"; then
28201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5
28202 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; }
28203 if ${ac_cv_lib_GLU_gluBeginCurve+:} false
; then :
28204 $as_echo_n "(cached) " >&6
28206 ac_check_lib_save_LIBS
=$LIBS
28208 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28209 /* end confdefs.h. */
28211 /* Override any GCC internal prototype to avoid an error.
28212 Use char because int might match the return type of a GCC
28213 builtin and then its argument prototype would still apply. */
28217 char gluBeginCurve ();
28221 return gluBeginCurve ();
28226 if ac_fn_c_try_link
"$LINENO"; then :
28227 ac_cv_lib_GLU_gluBeginCurve
=yes
28229 ac_cv_lib_GLU_gluBeginCurve
=no
28231 rm -f core conftest.err conftest.
$ac_objext \
28232 conftest
$ac_exeext conftest.
$ac_ext
28233 LIBS
=$ac_check_lib_save_LIBS
28235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
28236 $as_echo "$ac_cv_lib_GLU_gluBeginCurve" >&6; }
28237 if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes
; then :
28238 ac_find_libraries
="std"
28244 if test "x$ac_find_libraries" = "x"; then
28245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28246 $as_echo_n "checking elsewhere... " >&6; }
28249 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28251 for ac_extension
in a so sl dylib dll.a
; do
28252 if test -f "$ac_dir/libGLU.$ac_extension"; then
28253 ac_find_libraries
=$ac_dir
28259 if test "x$ac_find_libraries" != "x"; then
28260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28261 $as_echo "yes" >&6; }
28263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28264 $as_echo "no" >&6; }
28268 elif test $pkg_failed = untried
; then
28270 if test "x$ac_find_libraries" = "x"; then
28271 if test "xgluBeginCurve" != "x"; then
28272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5
28273 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; }
28274 if ${ac_cv_lib_GLU_gluBeginCurve+:} false
; then :
28275 $as_echo_n "(cached) " >&6
28277 ac_check_lib_save_LIBS
=$LIBS
28279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28280 /* end confdefs.h. */
28282 /* Override any GCC internal prototype to avoid an error.
28283 Use char because int might match the return type of a GCC
28284 builtin and then its argument prototype would still apply. */
28288 char gluBeginCurve ();
28292 return gluBeginCurve ();
28297 if ac_fn_c_try_link
"$LINENO"; then :
28298 ac_cv_lib_GLU_gluBeginCurve
=yes
28300 ac_cv_lib_GLU_gluBeginCurve
=no
28302 rm -f core conftest.err conftest.
$ac_objext \
28303 conftest
$ac_exeext conftest.
$ac_ext
28304 LIBS
=$ac_check_lib_save_LIBS
28306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
28307 $as_echo "$ac_cv_lib_GLU_gluBeginCurve" >&6; }
28308 if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes
; then :
28309 ac_find_libraries
="std"
28315 if test "x$ac_find_libraries" = "x"; then
28316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28317 $as_echo_n "checking elsewhere... " >&6; }
28320 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28322 for ac_extension
in a so sl dylib dll.a
; do
28323 if test -f "$ac_dir/libGLU.$ac_extension"; then
28324 ac_find_libraries
=$ac_dir
28330 if test "x$ac_find_libraries" != "x"; then
28331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28332 $as_echo "yes" >&6; }
28334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28335 $as_echo "no" >&6; }
28340 GLU_CFLAGS
=$pkg_cv_GLU_CFLAGS
28341 GLU_LIBS
=$pkg_cv_GLU_LIBS
28342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28343 $as_echo "yes" >&6; }
28345 ac_find_libraries
="std"
28347 eval ac_find_cflags
=\
$GLU_CFLAGS
28348 eval fl_libs
=\
$GLU_LIBS
28350 for fl_path
in $fl_libs
28352 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28353 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
28359 if test "$ac_find_libraries" != "" ; then
28360 if test "$ac_find_libraries" != "std" ; then
28362 if test "$ac_find_libraries" = "default location"; then
28365 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
28367 if test $result = 0; then
28370 ac_path_to_link
=" -L$ac_find_libraries"
28374 if test "$ac_path_to_link" != " -L/usr/lib" -a \
28375 "$ac_path_to_link" != "$LDFLAGS_GL" ; then
28376 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
28381 OPENGL_LIBS
="-lGL -lGLU"
28385 if test "$found_gl" != 1; then
28389 fl_pkgname
=`echo "MesaGL" | tr [:upper:] [:lower:]`
28392 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
28393 if test -n "$ac_tool_prefix"; then
28394 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
28395 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
28396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28397 $as_echo_n "checking for $ac_word... " >&6; }
28398 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
28399 $as_echo_n "(cached) " >&6
28401 case $PKG_CONFIG in
28403 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28406 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28407 for as_dir
in $PATH
28410 test -z "$as_dir" && as_dir
=.
28411 for ac_exec_ext
in '' $ac_executable_extensions; do
28412 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28413 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28424 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28425 if test -n "$PKG_CONFIG"; then
28426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
28427 $as_echo "$PKG_CONFIG" >&6; }
28429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28430 $as_echo "no" >&6; }
28435 if test -z "$ac_cv_path_PKG_CONFIG"; then
28436 ac_pt_PKG_CONFIG
=$PKG_CONFIG
28437 # Extract the first word of "pkg-config", so it can be a program name with args.
28438 set dummy pkg
-config; ac_word
=$2
28439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28440 $as_echo_n "checking for $ac_word... " >&6; }
28441 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
28442 $as_echo_n "(cached) " >&6
28444 case $ac_pt_PKG_CONFIG in
28446 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
28449 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28450 for as_dir
in $PATH
28453 test -z "$as_dir" && as_dir
=.
28454 for ac_exec_ext
in '' $ac_executable_extensions; do
28455 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28456 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28467 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
28468 if test -n "$ac_pt_PKG_CONFIG"; then
28469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
28470 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
28472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28473 $as_echo "no" >&6; }
28476 if test "x$ac_pt_PKG_CONFIG" = x
; then
28479 case $cross_compiling:$ac_tool_warned in
28481 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28482 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28483 ac_tool_warned
=yes ;;
28485 PKG_CONFIG
=$ac_pt_PKG_CONFIG
28488 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
28492 if test -n "$PKG_CONFIG"; then
28493 _pkg_min_version
=0.9.0
28494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
28495 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
28496 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
28497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28498 $as_echo "yes" >&6; }
28500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28501 $as_echo "no" >&6; }
28508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MesaGL" >&5
28509 $as_echo_n "checking for MesaGL... " >&6; }
28511 if test -n "$PKG_CONFIG"; then
28512 if test -n "$MesaGL_CFLAGS"; then
28513 pkg_cv_MesaGL_CFLAGS
="$MesaGL_CFLAGS"
28515 if test -n "$PKG_CONFIG" && \
28516 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28517 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28520 test $ac_status = 0; }; then
28521 pkg_cv_MesaGL_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28529 if test -n "$PKG_CONFIG"; then
28530 if test -n "$MesaGL_LIBS"; then
28531 pkg_cv_MesaGL_LIBS
="$MesaGL_LIBS"
28533 if test -n "$PKG_CONFIG" && \
28534 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28535 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28538 test $ac_status = 0; }; then
28539 pkg_cv_MesaGL_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28550 if test $pkg_failed = yes; then
28552 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28553 _pkg_short_errors_supported
=yes
28555 _pkg_short_errors_supported
=no
28557 if test $_pkg_short_errors_supported = yes; then
28558 MesaGL_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28560 MesaGL_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28562 # Put the nasty error message in config.log where it belongs
28563 echo "$MesaGL_PKG_ERRORS" >&5
28566 if test "x$ac_find_libraries" = "x"; then
28567 if test "xglEnable" != "x"; then
28568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glEnable in -lMesaGL" >&5
28569 $as_echo_n "checking for glEnable in -lMesaGL... " >&6; }
28570 if ${ac_cv_lib_MesaGL_glEnable+:} false
; then :
28571 $as_echo_n "(cached) " >&6
28573 ac_check_lib_save_LIBS
=$LIBS
28574 LIBS
="-lMesaGL $LIBS"
28575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28576 /* end confdefs.h. */
28578 /* Override any GCC internal prototype to avoid an error.
28579 Use char because int might match the return type of a GCC
28580 builtin and then its argument prototype would still apply. */
28588 return glEnable ();
28593 if ac_fn_c_try_link
"$LINENO"; then :
28594 ac_cv_lib_MesaGL_glEnable
=yes
28596 ac_cv_lib_MesaGL_glEnable
=no
28598 rm -f core conftest.err conftest.
$ac_objext \
28599 conftest
$ac_exeext conftest.
$ac_ext
28600 LIBS
=$ac_check_lib_save_LIBS
28602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_MesaGL_glEnable" >&5
28603 $as_echo "$ac_cv_lib_MesaGL_glEnable" >&6; }
28604 if test "x$ac_cv_lib_MesaGL_glEnable" = xyes
; then :
28605 ac_find_libraries
="std"
28611 if test "x$ac_find_libraries" = "x"; then
28612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28613 $as_echo_n "checking elsewhere... " >&6; }
28616 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28618 for ac_extension
in a so sl dylib dll.a
; do
28619 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
28620 ac_find_libraries
=$ac_dir
28626 if test "x$ac_find_libraries" != "x"; then
28627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28628 $as_echo "yes" >&6; }
28630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28631 $as_echo "no" >&6; }
28635 elif test $pkg_failed = untried
; then
28637 if test "x$ac_find_libraries" = "x"; then
28638 if test "xglEnable" != "x"; then
28639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glEnable in -lMesaGL" >&5
28640 $as_echo_n "checking for glEnable in -lMesaGL... " >&6; }
28641 if ${ac_cv_lib_MesaGL_glEnable+:} false
; then :
28642 $as_echo_n "(cached) " >&6
28644 ac_check_lib_save_LIBS
=$LIBS
28645 LIBS
="-lMesaGL $LIBS"
28646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28647 /* end confdefs.h. */
28649 /* Override any GCC internal prototype to avoid an error.
28650 Use char because int might match the return type of a GCC
28651 builtin and then its argument prototype would still apply. */
28659 return glEnable ();
28664 if ac_fn_c_try_link
"$LINENO"; then :
28665 ac_cv_lib_MesaGL_glEnable
=yes
28667 ac_cv_lib_MesaGL_glEnable
=no
28669 rm -f core conftest.err conftest.
$ac_objext \
28670 conftest
$ac_exeext conftest.
$ac_ext
28671 LIBS
=$ac_check_lib_save_LIBS
28673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_MesaGL_glEnable" >&5
28674 $as_echo "$ac_cv_lib_MesaGL_glEnable" >&6; }
28675 if test "x$ac_cv_lib_MesaGL_glEnable" = xyes
; then :
28676 ac_find_libraries
="std"
28682 if test "x$ac_find_libraries" = "x"; then
28683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28684 $as_echo_n "checking elsewhere... " >&6; }
28687 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28689 for ac_extension
in a so sl dylib dll.a
; do
28690 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
28691 ac_find_libraries
=$ac_dir
28697 if test "x$ac_find_libraries" != "x"; then
28698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28699 $as_echo "yes" >&6; }
28701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28702 $as_echo "no" >&6; }
28707 MesaGL_CFLAGS
=$pkg_cv_MesaGL_CFLAGS
28708 MesaGL_LIBS
=$pkg_cv_MesaGL_LIBS
28709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28710 $as_echo "yes" >&6; }
28712 ac_find_libraries
="std"
28714 eval ac_find_cflags
=\
$MesaGL_CFLAGS
28715 eval fl_libs
=\
$MesaGL_LIBS
28717 for fl_path
in $fl_libs
28719 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28720 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
28726 if test "$ac_find_libraries" != "" ; then
28727 if test "$ac_find_libraries" != "std" ; then
28729 if test "$ac_find_libraries" = "default location"; then
28732 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
28734 if test $result = 0; then
28737 ac_path_to_link
=" -L$ac_find_libraries"
28741 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28742 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
28745 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
28757 if test "x$OPENGL_LIBS" = "x"; then
28758 if test "$wxUSE_OPENGL" = "yes"; then
28759 as_fn_error $?
"OpenGL libraries not available" "$LINENO" 5
28761 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
28762 $as_echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
28768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
28769 $as_echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
28773 if test "$wxUSE_OPENGL" = "auto"; then
28777 if test "$wxUSE_OPENGL" = "yes"; then
28779 $as_echo "#define wxUSE_OPENGL 1" >>confdefs.h
28781 $as_echo "#define wxUSE_GLCANVAS 1" >>confdefs.h
28783 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
28788 if test -n "$TOOLKIT" ; then
28789 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
28794 if test "$wxUSE_SHARED" = "yes"; then
28798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Host system doesn't support shared libraries, disabling" >&5
28799 $as_echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
28804 if test "$wxUSE_SHARED" = "yes"; then
28808 *-*-cygwin* | *-*-mingw* )
28809 wx_cv_version_script
=no
28813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts --version-script" >&5
28814 $as_echo_n "checking if the linker accepts --version-script... " >&6; }
28815 if ${wx_cv_version_script+:} false
; then :
28816 $as_echo_n "(cached) " >&6
28819 echo "VER_1 { *; };" >conftest.sym
28820 echo "int main() { return 0; }" >conftest.cpp
28823 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28824 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
28825 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28826 (eval $ac_try) 2>&5
28828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28829 test $ac_status = 0; }; } ; then
28830 if test -s conftest.stderr
; then
28831 wx_cv_version_script
=no
28833 wx_cv_version_script
=yes
28836 wx_cv_version_script
=no
28839 if test $wx_cv_version_script = yes
28841 echo "struct B { virtual ~B() { } }; \
28842 struct D : public B { }; \
28843 void F() { D d; }" > conftest.cpp
28846 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28847 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
28848 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28849 (eval $ac_try) 2>&5
28851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28852 test $ac_status = 0; }; } &&
28854 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28855 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
28856 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28857 (eval $ac_try) 2>&5
28859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28860 test $ac_status = 0; }; }
28863 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28864 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
28865 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28866 (eval $ac_try) 2>&5
28868 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28869 test $ac_status = 0; }; }
28871 wx_cv_version_script
=yes
28873 wx_cv_version_script
=no
28878 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
28879 rm -f conftest1.output conftest2.output conftest3.output
28882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_version_script" >&5
28883 $as_echo "$wx_cv_version_script" >&6; }
28885 if test $wx_cv_version_script = yes ; then
28886 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(wx_top_builddir)/version-script"
28892 if test "$wxUSE_VISIBILITY" != "no"; then
28895 if test -n "$GCC"; then
28896 CFLAGS_VISIBILITY
="-fvisibility=hidden"
28897 CXXFLAGS_VISIBILITY
="-fvisibility=hidden -fvisibility-inlines-hidden"
28898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for symbols visibility support" >&5
28899 $as_echo_n "checking for symbols visibility support... " >&6; }
28900 if ${wx_cv_cc_visibility+:} false
; then :
28901 $as_echo_n "(cached) " >&6
28904 wx_save_CXXFLAGS
="$CXXFLAGS"
28905 CXXFLAGS
="$CXXFLAGS $CXXFLAGS_VISIBILITY"
28907 ac_cpp
='$CXXCPP $CPPFLAGS'
28908 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28909 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28910 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
28912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28913 /* end confdefs.h. */
28915 /* we need gcc >= 4.0, older versions with visibility support
28916 didn't have class visibility: */
28917 #if defined(__GNUC__) && __GNUC__ < 4
28918 error this gcc is too old;
28921 /* visibility only makes sense for ELF shared libs: */
28922 #if !defined(__ELF__) && !defined(__APPLE__)
28923 error this platform has no visibility;
28926 /* at the time of Xcode 4.1 / Clang 3, Clang++ still didn't have the bugs sorted out: */
28927 #if defined(__clang__)
28928 clang compiler is still broken w.r.t. visibility;
28931 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
28932 extern __attribute__((__visibility__("default"))) int exportedvar;
28933 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
28934 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
28935 class __attribute__((__visibility__("default"))) Foo {
28947 if ac_fn_cxx_try_compile
"$LINENO"; then :
28948 wx_cv_cc_visibility
=yes
28950 wx_cv_cc_visibility
=no
28952 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
28954 ac_cpp
='$CPP $CPPFLAGS'
28955 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28956 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28957 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
28959 CXXFLAGS
="$wx_save_CXXFLAGS"
28962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_visibility" >&5
28963 $as_echo "$wx_cv_cc_visibility" >&6; }
28964 if test $wx_cv_cc_visibility = yes; then
28965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken libstdc++ visibility" >&5
28966 $as_echo_n "checking for broken libstdc++ visibility... " >&6; }
28967 if ${wx_cv_cc_broken_libstdcxx_visibility+:} false
; then :
28968 $as_echo_n "(cached) " >&6
28971 wx_save_CXXFLAGS
="$CXXFLAGS"
28972 wx_save_LDFLAGS
="$LDFLAGS"
28973 CXXFLAGS
="$CXXFLAGS $CXXFLAGS_VISIBILITY"
28974 LDFLAGS
="$LDFLAGS -shared -fPIC"
28976 ac_cpp
='$CXXCPP $CPPFLAGS'
28977 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28978 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28979 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
28981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28982 /* end confdefs.h. */
28990 std::string s("hello");
28997 if ac_fn_cxx_try_link
"$LINENO"; then :
28998 wx_cv_cc_broken_libstdcxx_visibility
=no
29000 wx_cv_cc_broken_libstdcxx_visibility
=yes
29002 rm -f core conftest.err conftest.
$ac_objext \
29003 conftest
$ac_exeext conftest.
$ac_ext
29005 ac_cpp
='$CPP $CPPFLAGS'
29006 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29007 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29008 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29010 CXXFLAGS
="$wx_save_CXXFLAGS"
29011 LDFLAGS
="$wx_save_LDFLAGS"
29014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
29015 $as_echo "$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
29017 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
29018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can work around it" >&5
29019 $as_echo_n "checking whether we can work around it... " >&6; }
29020 if ${wx_cv_cc_visibility_workaround+:} false
; then :
29021 $as_echo_n "(cached) " >&6
29025 ac_cpp
='$CXXCPP $CPPFLAGS'
29026 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29027 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29028 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29031 /* end confdefs.h. */
29033 #pragma GCC visibility push(default)
29035 #pragma GCC visibility pop
29041 std::string s("hello");
29048 if ac_fn_cxx_try_link
"$LINENO"; then :
29049 wx_cv_cc_visibility_workaround
=no
29051 wx_cv_cc_visibility_workaround
=yes
29053 rm -f core conftest.err conftest.
$ac_objext \
29054 conftest
$ac_exeext conftest.
$ac_ext
29056 ac_cpp
='$CPP $CPPFLAGS'
29057 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29058 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29059 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_visibility_workaround" >&5
29065 $as_echo "$wx_cv_cc_visibility_workaround" >&6; }
29067 if test $wx_cv_cc_visibility_workaround = no
; then
29068 wx_cv_cc_visibility
=no
29073 if test $wx_cv_cc_visibility = yes; then
29074 $as_echo "#define HAVE_VISIBILITY 1" >>confdefs.h
29076 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
29077 $as_echo "#define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1" >>confdefs.h
29081 CFLAGS_VISIBILITY
=""
29082 CXXFLAGS_VISIBILITY
=""
29090 if test "x$SUNCXX" = xyes
; then
29091 SAMPLES_RPATH_FLAG
="-R\$(wx_top_builddir)/lib"
29092 WXCONFIG_RPATH
="-R\$libdir"
29095 *-*-linux* | *-*-gnu* )
29096 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(wx_top_builddir)/lib"
29097 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
29102 CPPFLAGS
="-isystem /usr/openwin/include $CPPFLAGS"
29104 saveLdflags
="$LDFLAGS"
29105 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
29106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -rpath" >&5
29107 $as_echo_n "checking if the linker accepts -rpath... " >&6; }
29108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29109 /* end confdefs.h. */
29119 if ac_fn_c_try_link
"$LINENO"; then :
29121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29122 $as_echo "yes" >&6; }
29123 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(wx_top_builddir)/lib"
29124 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
29128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29129 $as_echo "no" >&6; }
29130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -R" >&5
29131 $as_echo_n "checking if the linker accepts -R... " >&6; }
29132 LDFLAGS
="$saveLdflags -Wl,-R,/"
29133 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29134 /* end confdefs.h. */
29144 if ac_fn_c_try_link
"$LINENO"; then :
29146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29147 $as_echo "yes" >&6; }
29148 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(wx_top_builddir)/lib"
29149 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
29153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29154 $as_echo "no" >&6; }
29157 rm -f core conftest.err conftest.
$ac_objext \
29158 conftest
$ac_exeext conftest.
$ac_ext
29161 rm -f core conftest.err conftest.
$ac_objext \
29162 conftest
$ac_exeext conftest.
$ac_ext
29163 LDFLAGS
="$saveLdflags"
29167 install_name_tool
=`which ${HOST_PREFIX}install_name_tool`
29168 if test "$install_name_tool" -a -x "$install_name_tool"; then
29169 DYLIB_RPATH_POSTLINK
="${HOST_PREFIX}install_name_tool -id \$@ \$@"
29170 cat <<EOF >change-install-names
29172 libnames=\`cd \${2} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
29173 for i in \${libnames} ; do
29174 ${HOST_PREFIX}install_name_tool -id \${3}/\${i} \${1}/\${i}
29175 for dep in \${libnames} ; do
29176 ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${3}/\${dep} \${1}/\${i}
29180 chmod +x change
-install-names
29181 DYLIB_RPATH_INSTALL
="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \$(wx_top_builddir)/lib \${libdir}"
29184 HEADER_PAD_OPTION
="-headerpad_max_install_names"
29187 *-*-cygwin* | *-*-mingw32* )
29191 SAMPLES_RPATH_FLAG
="-Wl,+b,\$(wx_top_builddir)/lib"
29192 WXCONFIG_RPATH
="-Wl,+b,\$libdir"
29198 WXCONFIG_ONLY_CPPFLAGS
="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
29200 if test $wxUSE_RPATH = "no"; then
29201 SAMPLES_RPATH_FLAG
=''
29202 DYLIB_PATH_POSTLINK
=''
29210 config_linkage_component
="-static"
29217 lib_unicode_suffix
=
29219 if test "$wxUSE_UNICODE" = "yes"; then
29220 lib_unicode_suffix
=u
29221 WX_CHARTYPE
="unicode"
29225 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
29226 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
29229 if test "$wxUSE_DEBUG_INFO" = "yes"; then
29233 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
29235 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
29237 TOOLCHAIN_FULLNAME
="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
29240 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
29241 WX_LIBRARY_BASENAME_NOGUI
="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29243 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29245 if test "${TOOLKIT_DIR}" = "os2"; then
29246 WX_LIBRARY_BASENAME_GUI
="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29248 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29253 if test "$wxUSE_OLD_COCOA" = 1; then
29256 ac_cpp
='$CPP $CPPFLAGS'
29257 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29258 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29259 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
29264 $as_echo_n "checking if AppKit/NSEvent.h conflicts with CoreFoundation... " >&6; }
29265 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29266 /* end confdefs.h. */
29267 #include <AppKit/NSEvent.h>
29268 #include <CoreFoundation/CoreFoundation.h>
29278 if ac_fn_c_try_compile
"$LINENO"; then :
29279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29280 $as_echo "no" >&6; }
29282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29283 $as_echo "yes" >&6; }
29284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if defining __Point__ will fix it" >&5
29285 $as_echo_n "checking if defining __Point__ will fix it... " >&6; }
29286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29287 /* end confdefs.h. */
29288 #define __Point__ 1
29289 #include <AppKit/NSEvent.h>
29290 #include <CoreFoundation/CoreFoundation.h>
29300 if ac_fn_c_try_compile
"$LINENO"; then :
29301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29302 $as_echo "yes" >&6; }
29303 $as_echo "#define __Point__ 1" >>confdefs.h
29307 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
29308 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
29310 See \`config.log' for more details" "$LINENO" 5; }
29313 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29316 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29318 ac_cpp
='$CPP $CPPFLAGS'
29319 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29320 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29321 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29326 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
29327 if test "x$ac_cv_type_mode_t" = xyes
; then :
29331 cat >>confdefs.h
<<_ACEOF
29337 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
29338 if test "x$ac_cv_type_off_t" = xyes
; then :
29342 cat >>confdefs.h
<<_ACEOF
29343 #define off_t long int
29348 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
29349 if test "x$ac_cv_type_pid_t" = xyes
; then :
29353 cat >>confdefs.h
<<_ACEOF
29359 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
29360 if test "x$ac_cv_type_size_t" = xyes
; then :
29364 cat >>confdefs.h
<<_ACEOF
29365 #define size_t unsigned int
29371 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
29372 if test "x$ac_cv_type_ssize_t" = xyes
; then :
29374 cat >>confdefs.h
<<_ACEOF
29375 #define HAVE_SSIZE_T 1
29383 ac_cpp
='$CXXCPP $CPPFLAGS'
29384 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29385 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29386 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if size_t is unsigned int" >&5
29388 $as_echo_n "checking if size_t is unsigned int... " >&6; }
29389 if ${wx_cv_size_t_is_uint+:} false
; then :
29390 $as_echo_n "(cached) " >&6
29393 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29394 /* end confdefs.h. */
29395 #include <stddef.h>
29402 struct Foo { void foo(size_t); void foo(unsigned int); };
29410 if ac_fn_cxx_try_compile
"$LINENO"; then :
29411 wx_cv_size_t_is_uint
=no
29413 wx_cv_size_t_is_uint
=yes
29416 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_size_t_is_uint" >&5
29421 $as_echo "$wx_cv_size_t_is_uint" >&6; }
29423 if test "$wx_cv_size_t_is_uint" = "yes"; then
29424 $as_echo "#define wxSIZE_T_IS_UINT 1" >>confdefs.h
29427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if size_t is unsigned long" >&5
29428 $as_echo_n "checking if size_t is unsigned long... " >&6; }
29429 if ${wx_cv_size_t_is_ulong+:} false
; then :
29430 $as_echo_n "(cached) " >&6
29432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29433 /* end confdefs.h. */
29434 #include <stddef.h>
29441 struct Foo { void foo(size_t); void foo(unsigned long); };
29449 if ac_fn_cxx_try_compile
"$LINENO"; then :
29450 wx_cv_size_t_is_ulong
=no
29452 wx_cv_size_t_is_ulong
=yes
29455 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_size_t_is_ulong" >&5
29459 $as_echo "$wx_cv_size_t_is_ulong" >&6; }
29461 if test "$wx_cv_size_t_is_ulong" = "yes"; then
29462 $as_echo "#define wxSIZE_T_IS_ULONG 1" >>confdefs.h
29467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if wchar_t is separate type" >&5
29468 $as_echo_n "checking if wchar_t is separate type... " >&6; }
29469 if ${wx_cv_wchar_t_is_separate_type+:} false
; then :
29470 $as_echo_n "(cached) " >&6
29472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29473 /* end confdefs.h. */
29481 struct Foo { void foo(wchar_t);
29482 void foo(unsigned short);
29483 void foo(unsigned int);
29484 void foo(unsigned long); };
29492 if ac_fn_cxx_try_compile
"$LINENO"; then :
29493 wx_cv_wchar_t_is_separate_type
=yes
29495 wx_cv_wchar_t_is_separate_type
=no
29498 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_wchar_t_is_separate_type" >&5
29502 $as_echo "$wx_cv_wchar_t_is_separate_type" >&6; }
29504 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
29505 $as_echo "#define wxWCHAR_T_IS_REAL_TYPE 1" >>confdefs.h
29508 $as_echo "#define wxWCHAR_T_IS_REAL_TYPE 0" >>confdefs.h
29513 ac_cpp
='$CPP $CPPFLAGS'
29514 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29515 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29516 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pw_gecos in struct passwd" >&5
29520 $as_echo_n "checking for pw_gecos in struct passwd... " >&6; }
29521 if ${wx_cv_struct_pw_gecos+:} false
; then :
29522 $as_echo_n "(cached) " >&6
29525 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29526 /* end confdefs.h. */
29540 if ac_fn_c_try_compile
"$LINENO"; then :
29542 wx_cv_struct_pw_gecos
=yes
29546 wx_cv_struct_pw_gecos
=no
29550 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_struct_pw_gecos" >&5
29555 $as_echo "$wx_cv_struct_pw_gecos" >&6; }
29557 if test "$wx_cv_struct_pw_gecos" = "yes"; then
29558 $as_echo "#define HAVE_PW_GECOS 1" >>confdefs.h
29565 for ac_func
in wcslen
29567 ac_fn_c_check_func
"$LINENO" "wcslen" "ac_cv_func_wcslen"
29568 if test "x$ac_cv_func_wcslen" = xyes
; then :
29569 cat >>confdefs.h
<<_ACEOF
29570 #define HAVE_WCSLEN 1
29577 if test "$WCSLEN_FOUND" = 0; then
29578 if test "$TOOLKIT" = "MSW"; then
29579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcslen in -lmsvcrt" >&5
29580 $as_echo_n "checking for wcslen in -lmsvcrt... " >&6; }
29581 if ${ac_cv_lib_msvcrt_wcslen+:} false
; then :
29582 $as_echo_n "(cached) " >&6
29584 ac_check_lib_save_LIBS
=$LIBS
29585 LIBS
="-lmsvcrt $LIBS"
29586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29587 /* end confdefs.h. */
29589 /* Override any GCC internal prototype to avoid an error.
29590 Use char because int might match the return type of a GCC
29591 builtin and then its argument prototype would still apply. */
29604 if ac_fn_c_try_link
"$LINENO"; then :
29605 ac_cv_lib_msvcrt_wcslen
=yes
29607 ac_cv_lib_msvcrt_wcslen
=no
29609 rm -f core conftest.err conftest.
$ac_objext \
29610 conftest
$ac_exeext conftest.
$ac_ext
29611 LIBS
=$ac_check_lib_save_LIBS
29613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_msvcrt_wcslen" >&5
29614 $as_echo "$ac_cv_lib_msvcrt_wcslen" >&6; }
29615 if test "x$ac_cv_lib_msvcrt_wcslen" = xyes
; then :
29620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcslen in -lw" >&5
29621 $as_echo_n "checking for wcslen in -lw... " >&6; }
29622 if ${ac_cv_lib_w_wcslen+:} false
; then :
29623 $as_echo_n "(cached) " >&6
29625 ac_check_lib_save_LIBS
=$LIBS
29627 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29628 /* end confdefs.h. */
29630 /* Override any GCC internal prototype to avoid an error.
29631 Use char because int might match the return type of a GCC
29632 builtin and then its argument prototype would still apply. */
29645 if ac_fn_c_try_link
"$LINENO"; then :
29646 ac_cv_lib_w_wcslen
=yes
29648 ac_cv_lib_w_wcslen
=no
29650 rm -f core conftest.err conftest.
$ac_objext \
29651 conftest
$ac_exeext conftest.
$ac_ext
29652 LIBS
=$ac_check_lib_save_LIBS
29654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wcslen" >&5
29655 $as_echo "$ac_cv_lib_w_wcslen" >&6; }
29656 if test "x$ac_cv_lib_w_wcslen" = xyes
; then :
29666 if test "$WCSLEN_FOUND" = 1; then
29667 $as_echo "#define HAVE_WCSLEN 1" >>confdefs.h
29671 for ac_func
in wcsdup wcsftime strnlen wcsnlen wcscasecmp wcsncasecmp
29673 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29674 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
29675 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
29676 cat >>confdefs.h
<<_ACEOF
29677 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29684 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
29685 CPPFLAGS
="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
29688 ac_fn_c_check_type
"$LINENO" "mbstate_t" "ac_cv_type_mbstate_t" "#include <wchar.h>
29690 if test "x$ac_cv_type_mbstate_t" = xyes
; then :
29692 cat >>confdefs.h
<<_ACEOF
29693 #define HAVE_MBSTATE_T 1
29696 for ac_func
in wcsrtombs
29698 ac_fn_c_check_func
"$LINENO" "wcsrtombs" "ac_cv_func_wcsrtombs"
29699 if test "x$ac_cv_func_wcsrtombs" = xyes
; then :
29700 cat >>confdefs.h
<<_ACEOF
29701 #define HAVE_WCSRTOMBS 1
29710 for ac_func
in snprintf vsnprintf vsscanf
29712 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29713 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
29714 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
29715 cat >>confdefs.h
<<_ACEOF
29716 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29724 ac_cpp
='$CXXCPP $CPPFLAGS'
29725 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29726 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29727 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29729 if test "$ac_cv_func_vsnprintf" = "yes"; then
29730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vsnprintf declaration" >&5
29731 $as_echo_n "checking for vsnprintf declaration... " >&6; }
29732 if ${wx_cv_func_vsnprintf_decl+:} false
; then :
29733 $as_echo_n "(cached) " >&6
29736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29737 /* end confdefs.h. */
29740 #include <stdarg.h>
29748 vsnprintf(buf, 10u, "%s", ap);
29754 if ac_fn_cxx_try_compile
"$LINENO"; then :
29755 wx_cv_func_vsnprintf_decl
=yes
29757 wx_cv_func_vsnprintf_decl
=no
29760 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_vsnprintf_decl" >&5
29765 $as_echo "$wx_cv_func_vsnprintf_decl" >&6; }
29767 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
29768 $as_echo "#define HAVE_VSNPRINTF_DECL 1" >>confdefs.h
29771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if vsnprintf declaration is broken" >&5
29772 $as_echo_n "checking if vsnprintf declaration is broken... " >&6; }
29773 if ${wx_cv_func_broken_vsnprintf_decl+:} false
; then :
29774 $as_echo_n "(cached) " >&6
29777 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29778 /* end confdefs.h. */
29781 #include <stdarg.h>
29783 #if __MSL__ >= 0x6000
29785 using namespace std;
29795 const char *fmt = "%s";
29796 vsnprintf(buf, 10u, fmt, ap);
29802 if ac_fn_cxx_try_compile
"$LINENO"; then :
29803 wx_cv_func_broken_vsnprintf_decl
=no
29805 wx_cv_func_broken_vsnprintf_decl
=yes
29808 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_broken_vsnprintf_decl" >&5
29813 $as_echo "$wx_cv_func_broken_vsnprintf_decl" >&6; }
29815 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
29816 $as_echo "#define HAVE_BROKEN_VSNPRINTF_DECL 1" >>confdefs.h
29822 if test "$ac_cv_func_snprintf" = "yes"; then
29823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snprintf declaration" >&5
29824 $as_echo_n "checking for snprintf declaration... " >&6; }
29825 if ${wx_cv_func_snprintf_decl+:} false
; then :
29826 $as_echo_n "(cached) " >&6
29829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29830 /* end confdefs.h. */
29833 #include <stdarg.h>
29835 #if __MSL__ >= 0x6000
29837 using namespace std;
29846 snprintf(buf, 10u, "%s", "wx");
29852 if ac_fn_cxx_try_compile
"$LINENO"; then :
29853 wx_cv_func_snprintf_decl
=yes
29855 wx_cv_func_snprintf_decl
=no
29858 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_snprintf_decl" >&5
29863 $as_echo "$wx_cv_func_snprintf_decl" >&6; }
29865 if test "$wx_cv_func_snprintf_decl" = "yes"; then
29866 $as_echo "#define HAVE_SNPRINTF_DECL 1" >>confdefs.h
29870 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
29872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if snprintf supports positional arguments" >&5
29873 $as_echo_n "checking if snprintf supports positional arguments... " >&6; }
29874 if ${wx_cv_func_snprintf_pos_params+:} false
; then :
29875 $as_echo_n "(cached) " >&6
29878 if test "$cross_compiling" = yes; then :
29880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming Unix98 printf() is not available,
29881 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
29882 $as_echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
29883 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
29884 wx_cv_func_snprintf_pos_params
=no
29888 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29889 /* end confdefs.h. */
29896 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
29897 if (strcmp ("2 3 1", buffer) == 0)
29903 if ac_fn_cxx_try_run
"$LINENO"; then :
29904 wx_cv_func_snprintf_pos_params
=no
29906 wx_cv_func_snprintf_pos_params
=yes
29908 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
29909 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
29915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_snprintf_pos_params" >&5
29916 $as_echo "$wx_cv_func_snprintf_pos_params" >&6; }
29918 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
29919 $as_echo "#define HAVE_UNIX98_PRINTF 1" >>confdefs.h
29925 if test "$ac_cv_func_vsscanf" = "yes"; then
29926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vsscanf declaration" >&5
29927 $as_echo_n "checking for vsscanf declaration... " >&6; }
29928 if ${wx_cv_func_vsscanf_decl+:} false
; then :
29929 $as_echo_n "(cached) " >&6
29932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29933 /* end confdefs.h. */
29936 #include <stdarg.h>
29938 #if __MSL__ >= 0x6000
29940 using namespace std;
29950 vsscanf(buf, "%s", args);
29956 if ac_fn_cxx_try_compile
"$LINENO"; then :
29957 wx_cv_func_vsscanf_decl
=yes
29959 wx_cv_func_vsscanf_decl
=no
29962 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_vsscanf_decl" >&5
29967 $as_echo "$wx_cv_func_vsscanf_decl" >&6; }
29969 if test "$wx_cv_func_vsscanf_decl" = "yes"; then
29970 $as_echo "#define HAVE_VSSCANF_DECL 1" >>confdefs.h
29975 ac_cpp
='$CPP $CPPFLAGS'
29976 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29977 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29978 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29981 if test "$wxUSE_UNICODE" = yes; then
29983 wchar_headers
="#include <stdio.h>
29984 #include <wchar.h>"
29987 for ac_header
in widec.h
29989 ac_fn_c_check_header_compile
"$LINENO" "widec.h" "ac_cv_header_widec_h" "$ac_includes_default
29991 if test "x$ac_cv_header_widec_h" = xyes
; then :
29992 cat >>confdefs.h
<<_ACEOF
29993 #define HAVE_WIDEC_H 1
30000 if test "$ac_cv_header_widec_h" = "yes"; then
30001 wchar_headers
="$wchar_headers
30002 #include <widec.h>"
30007 for wx_func
in putws fputws wprintf vswprintf vswscanf
30009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30010 $as_echo_n "checking for $wx_func... " >&6; }
30011 if eval \
${wx_cv_func_$wx_func+:} false
; then :
30012 $as_echo_n "(cached) " >&6
30015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30016 /* end confdefs.h. */
30020 $ac_includes_default
30036 if ac_fn_c_try_link
"$LINENO"; then :
30037 eval wx_cv_func_
$wx_func=yes
30039 eval wx_cv_func_
$wx_func=no
30041 rm -f core conftest.err conftest.
$ac_objext \
30042 conftest
$ac_exeext conftest.
$ac_ext
30045 eval ac_res
=\
$wx_cv_func_$wx_func
30046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30047 $as_echo "$ac_res" >&6; }
30049 if eval test \
$wx_cv_func_$wx_func = yes
30051 cat >>confdefs.h
<<_ACEOF
30052 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _vsnwprintf" >&5
30064 $as_echo_n "checking for _vsnwprintf... " >&6; }
30065 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30066 /* end confdefs.h. */
30076 if ac_fn_c_try_compile
"$LINENO"; then :
30077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30078 $as_echo "yes" >&6; }
30079 $as_echo "#define HAVE__VSNWPRINTF 1" >>confdefs.h
30082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30083 $as_echo "no" >&6; }
30085 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext;
30088 if test "$wxUSE_FILE" = "yes"; then
30090 for wx_func
in fsync
30092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30093 $as_echo_n "checking for $wx_func... " >&6; }
30094 if eval \
${wx_cv_func_$wx_func+:} false
; then :
30095 $as_echo_n "(cached) " >&6
30098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30099 /* end confdefs.h. */
30103 $ac_includes_default
30119 if ac_fn_c_try_link
"$LINENO"; then :
30120 eval wx_cv_func_
$wx_func=yes
30122 eval wx_cv_func_
$wx_func=no
30124 rm -f core conftest.err conftest.
$ac_objext \
30125 conftest
$ac_exeext conftest.
$ac_ext
30128 eval ac_res
=\
$wx_cv_func_$wx_func
30129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30130 $as_echo "$ac_res" >&6; }
30132 if eval test \
$wx_cv_func_$wx_func = yes
30134 cat >>confdefs.h
<<_ACEOF
30135 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30148 ac_cpp
='$CXXCPP $CPPFLAGS'
30149 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30150 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30151 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30154 for wx_func
in round
30156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30157 $as_echo_n "checking for $wx_func... " >&6; }
30158 if eval \
${wx_cv_func_$wx_func+:} false
; then :
30159 $as_echo_n "(cached) " >&6
30162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30163 /* end confdefs.h. */
30167 $ac_includes_default
30183 if ac_fn_cxx_try_link
"$LINENO"; then :
30184 eval wx_cv_func_
$wx_func=yes
30186 eval wx_cv_func_
$wx_func=no
30188 rm -f core conftest.err conftest.
$ac_objext \
30189 conftest
$ac_exeext conftest.
$ac_ext
30192 eval ac_res
=\
$wx_cv_func_$wx_func
30193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30194 $as_echo "$ac_res" >&6; }
30196 if eval test \
$wx_cv_func_$wx_func = yes
30198 cat >>confdefs.h
<<_ACEOF
30199 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30210 ac_cpp
='$CPP $CPPFLAGS'
30211 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30212 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30213 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30216 if test "$TOOLKIT" != "MSW"; then
30218 if test "$wxUSE_LIBICONV" != "no" ; then
30222 # Check whether --with-libiconv-prefix was given.
30223 if test "${with_libiconv_prefix+set}" = set; then :
30224 withval
=$with_libiconv_prefix;
30225 for dir
in `echo "$withval" | tr : ' '`; do
30226 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
30227 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
30233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
30234 $as_echo_n "checking for iconv... " >&6; }
30235 if ${am_cv_func_iconv+:} false
; then :
30236 $as_echo_n "(cached) " >&6
30239 am_cv_func_iconv
="no, consider installing GNU libiconv"
30241 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30242 /* end confdefs.h. */
30243 #include <stdlib.h>
30248 iconv_t cd = iconv_open("","");
30249 iconv(cd,NULL,NULL,NULL,NULL);
30255 if ac_fn_c_try_link
"$LINENO"; then :
30256 am_cv_func_iconv
=yes
30258 rm -f core conftest.err conftest.
$ac_objext \
30259 conftest
$ac_exeext conftest.
$ac_ext
30260 if test "$am_cv_func_iconv" != yes; then
30261 am_save_LIBS
="$LIBS"
30262 LIBS
="$LIBS -liconv"
30263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30264 /* end confdefs.h. */
30265 #include <stdlib.h>
30270 iconv_t cd = iconv_open("","");
30271 iconv(cd,NULL,NULL,NULL,NULL);
30277 if ac_fn_c_try_link
"$LINENO"; then :
30278 am_cv_lib_iconv
=yes
30279 am_cv_func_iconv
=yes
30281 rm -f core conftest.err conftest.
$ac_objext \
30282 conftest
$ac_exeext conftest.
$ac_ext
30283 LIBS
="$am_save_LIBS"
30287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
30288 $as_echo "$am_cv_func_iconv" >&6; }
30289 if test "$am_cv_func_iconv" = yes; then
30291 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
30293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if iconv needs const" >&5
30294 $as_echo_n "checking if iconv needs const... " >&6; }
30295 if ${wx_cv_func_iconv_const+:} false
; then :
30296 $as_echo_n "(cached) " >&6
30298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30299 /* end confdefs.h. */
30301 #include <stdlib.h>
30307 #if defined(__STDC__) || defined(__cplusplus)
30308 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
30321 if ac_fn_c_try_compile
"$LINENO"; then :
30322 wx_cv_func_iconv_const
="no"
30324 wx_cv_func_iconv_const
="yes"
30327 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_iconv_const" >&5
30331 $as_echo "$wx_cv_func_iconv_const" >&6; }
30334 if test "x$wx_cv_func_iconv_const" = "xyes"; then
30335 iconv_const
="const"
30339 cat >>confdefs.h
<<_ACEOF
30340 #define ICONV_CONST $iconv_const
30345 if test "$am_cv_lib_iconv" = yes; then
30350 LIBS
="$LIBICONV $LIBS"
30353 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
30354 for ac_func
in sigaction
30356 ac_fn_c_check_func
"$LINENO" "sigaction" "ac_cv_func_sigaction"
30357 if test "x$ac_cv_func_sigaction" = xyes
; then :
30358 cat >>confdefs.h
<<_ACEOF
30359 #define HAVE_SIGACTION 1
30366 if test "$ac_cv_func_sigaction" = "no"; then
30367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
30368 $as_echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
30369 wxUSE_ON_FATAL_EXCEPTION
=no
30372 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sa_handler type" >&5
30374 $as_echo_n "checking for sa_handler type... " >&6; }
30375 if ${wx_cv_type_sa_handler+:} false
; then :
30376 $as_echo_n "(cached) " >&6
30380 ac_cpp
='$CXXCPP $CPPFLAGS'
30381 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30382 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30383 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30385 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30386 /* end confdefs.h. */
30387 #include <signal.h>
30392 extern void testSigHandler(int);
30394 struct sigaction sa;
30395 sa.sa_handler = testSigHandler;
30401 if ac_fn_cxx_try_compile
"$LINENO"; then :
30403 wx_cv_type_sa_handler
=int
30407 wx_cv_type_sa_handler
=void
30410 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30412 ac_cpp
='$CPP $CPPFLAGS'
30413 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30414 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30415 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_sa_handler" >&5
30420 $as_echo "$wx_cv_type_sa_handler" >&6; }
30422 cat >>confdefs.h
<<_ACEOF
30423 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
30429 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
30430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for backtrace() in <execinfo.h>" >&5
30431 $as_echo_n "checking for backtrace() in <execinfo.h>... " >&6; }
30432 if ${wx_cv_func_backtrace+:} false
; then :
30433 $as_echo_n "(cached) " >&6
30436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing backtrace" >&5
30437 $as_echo_n "checking for library containing backtrace... " >&6; }
30438 if ${ac_cv_search_backtrace+:} false
; then :
30439 $as_echo_n "(cached) " >&6
30441 ac_func_search_save_LIBS
=$LIBS
30442 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30443 /* end confdefs.h. */
30445 /* Override any GCC internal prototype to avoid an error.
30446 Use char because int might match the return type of a GCC
30447 builtin and then its argument prototype would still apply. */
30455 return backtrace ();
30460 for ac_lib
in '' execinfo
; do
30461 if test -z "$ac_lib"; then
30462 ac_res
="none required"
30465 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
30467 if ac_fn_c_try_link
"$LINENO"; then :
30468 ac_cv_search_backtrace
=$ac_res
30470 rm -f core conftest.err conftest.
$ac_objext \
30472 if ${ac_cv_search_backtrace+:} false
; then :
30476 if ${ac_cv_search_backtrace+:} false
; then :
30479 ac_cv_search_backtrace
=no
30481 rm conftest.
$ac_ext
30482 LIBS
=$ac_func_search_save_LIBS
30484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_backtrace" >&5
30485 $as_echo "$ac_cv_search_backtrace" >&6; }
30486 ac_res
=$ac_cv_search_backtrace
30487 if test "$ac_res" != no
; then :
30488 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
30491 ac_cpp
='$CXXCPP $CPPFLAGS'
30492 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30493 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30494 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30496 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30497 /* end confdefs.h. */
30498 #include <execinfo.h>
30505 backtrace(trace, 1);
30506 messages = backtrace_symbols(trace, 1);
30512 if ac_fn_cxx_try_link
"$LINENO"; then :
30513 wx_cv_func_backtrace
=yes
30515 wx_cv_func_backtrace
=no
30518 rm -f core conftest.err conftest.
$ac_objext \
30519 conftest
$ac_exeext conftest.
$ac_ext
30521 ac_cpp
='$CPP $CPPFLAGS'
30522 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30523 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30524 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30528 wx_cv_func_backtrace
=no
30535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_backtrace" >&5
30536 $as_echo "$wx_cv_func_backtrace" >&6; }
30538 if test "$wx_cv_func_backtrace" = "no"; then
30539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
30540 $as_echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
30541 wxUSE_STACKWALKER
=no
30543 if test "$ac_cv_header_cxxabi_h" = "yes"; then
30544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __cxa_demangle() in <cxxabi.h>" >&5
30545 $as_echo_n "checking for __cxa_demangle() in <cxxabi.h>... " >&6; }
30546 if ${wx_cv_func_cxa_demangle+:} false
; then :
30547 $as_echo_n "(cached) " >&6
30551 ac_cpp
='$CXXCPP $CPPFLAGS'
30552 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30553 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30554 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30557 /* end confdefs.h. */
30558 #include <cxxabi.h>
30564 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
30570 if ac_fn_cxx_try_link
"$LINENO"; then :
30571 wx_cv_func_cxa_demangle
=yes
30573 wx_cv_func_cxa_demangle
=no
30576 rm -f core conftest.err conftest.
$ac_objext \
30577 conftest
$ac_exeext conftest.
$ac_ext
30579 ac_cpp
='$CPP $CPPFLAGS'
30580 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30581 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30582 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_cxa_demangle" >&5
30588 $as_echo "$wx_cv_func_cxa_demangle" >&6; }
30590 wx_cv_func_cxa_demangle
=no
30593 if test "$wx_cv_func_cxa_demangle" = "yes"; then
30594 $as_echo "#define HAVE_CXA_DEMANGLE 1" >>confdefs.h
30600 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
30601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
30602 $as_echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
30603 wxUSE_STACKWALKER
=no
30607 for ac_func
in mkstemp mktemp
30609 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30610 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
30611 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
30612 cat >>confdefs.h
<<_ACEOF
30613 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statfs" >&5
30621 $as_echo_n "checking for statfs... " >&6; }
30622 if ${wx_cv_func_statfs+:} false
; then :
30623 $as_echo_n "(cached) " >&6
30625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30626 /* end confdefs.h. */
30628 #if defined(__BSD__)
30629 #include <sys/param.h>
30630 #include <sys/mount.h>
30632 #include <sys/vfs.h>
30650 if ac_fn_c_try_compile
"$LINENO"; then :
30651 wx_cv_func_statfs
=yes
30653 wx_cv_func_statfs
=no
30656 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statfs" >&5
30660 $as_echo "$wx_cv_func_statfs" >&6; }
30662 if test "$wx_cv_func_statfs" = "yes"; then
30663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statfs declaration" >&5
30664 $as_echo_n "checking for statfs declaration... " >&6; }
30665 if ${wx_cv_func_statfs_decl+:} false
; then :
30666 $as_echo_n "(cached) " >&6
30669 ac_cpp
='$CXXCPP $CPPFLAGS'
30670 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30671 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30672 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30675 /* end confdefs.h. */
30677 #if defined(__BSD__)
30678 #include <sys/param.h>
30679 #include <sys/mount.h>
30681 #include <sys/vfs.h>
30695 if ac_fn_cxx_try_compile
"$LINENO"; then :
30696 wx_cv_func_statfs_decl
=yes
30698 wx_cv_func_statfs_decl
=no
30701 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30703 ac_cpp
='$CPP $CPPFLAGS'
30704 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30705 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30706 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statfs_decl" >&5
30711 $as_echo "$wx_cv_func_statfs_decl" >&6; }
30713 if test "$wx_cv_func_statfs_decl" = "yes"; then
30714 $as_echo "#define HAVE_STATFS_DECL 1" >>confdefs.h
30718 wx_cv_type_statvfs_t
="struct statfs"
30719 $as_echo "#define HAVE_STATFS 1" >>confdefs.h
30722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statvfs" >&5
30723 $as_echo_n "checking for statvfs... " >&6; }
30724 if ${wx_cv_func_statvfs+:} false
; then :
30725 $as_echo_n "(cached) " >&6
30727 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30728 /* end confdefs.h. */
30730 #include <stddef.h>
30731 #include <sys/statvfs.h>
30737 statvfs("/", NULL);
30743 if ac_fn_c_try_compile
"$LINENO"; then :
30744 wx_cv_func_statvfs
=yes
30746 wx_cv_func_statvfs
=no
30749 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statvfs" >&5
30753 $as_echo "$wx_cv_func_statvfs" >&6; }
30755 if test "$wx_cv_func_statvfs" = "yes"; then
30756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statvfs argument type" >&5
30757 $as_echo_n "checking for statvfs argument type... " >&6; }
30758 if ${wx_cv_type_statvfs_t+:} false
; then :
30759 $as_echo_n "(cached) " >&6
30762 ac_cpp
='$CXXCPP $CPPFLAGS'
30763 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30764 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30765 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30768 /* end confdefs.h. */
30770 #include <sys/statvfs.h>
30787 if ac_fn_cxx_try_compile
"$LINENO"; then :
30788 wx_cv_type_statvfs_t
=statvfs_t
30791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30792 /* end confdefs.h. */
30794 #include <sys/statvfs.h>
30811 if ac_fn_cxx_try_compile
"$LINENO"; then :
30812 wx_cv_type_statvfs_t
="struct statvfs"
30814 wx_cv_type_statvfs_t
="unknown"
30817 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30821 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30823 ac_cpp
='$CPP $CPPFLAGS'
30824 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30825 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30826 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_statvfs_t" >&5
30831 $as_echo "$wx_cv_type_statvfs_t" >&6; }
30833 if test "$wx_cv_type_statvfs_t" != "unknown"; then
30834 $as_echo "#define HAVE_STATVFS 1" >>confdefs.h
30838 wx_cv_type_statvfs_t
="unknown"
30842 if test "$wx_cv_type_statvfs_t" != "unknown"; then
30843 cat >>confdefs.h
<<_ACEOF
30844 #define WX_STATFS_T $wx_cv_type_statvfs_t
30848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
30849 $as_echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
30852 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30853 for ac_func
in fcntl flock
30855 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30856 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
30857 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
30858 cat >>confdefs.h
<<_ACEOF
30859 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30866 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
30867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxSingleInstanceChecker not available" >&5
30868 $as_echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
30869 wxUSE_SNGLINST_CHECKER
=no
30873 for ac_func
in setenv putenv
30875 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30876 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
30877 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
30878 cat >>confdefs.h
<<_ACEOF
30879 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30885 if test "$ac_cv_func_setenv" = "yes"; then
30886 for ac_func
in unsetenv
30888 ac_fn_c_check_func
"$LINENO" "unsetenv" "ac_cv_func_unsetenv"
30889 if test "x$ac_cv_func_unsetenv" = xyes
; then :
30890 cat >>confdefs.h
<<_ACEOF
30891 #define HAVE_UNSETENV 1
30899 HAVE_SOME_SLEEP_FUNC
=0
30900 if test "$USE_BEOS" = 1; then
30901 $as_echo "#define HAVE_SLEEP 1" >>confdefs.h
30903 HAVE_SOME_SLEEP_FUNC
=1
30906 if test "$USE_DARWIN" = 1; then
30907 $as_echo "#define HAVE_USLEEP 1" >>confdefs.h
30909 HAVE_SOME_SLEEP_FUNC
=1
30912 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
30914 for ac_func
in nanosleep
30916 ac_fn_c_check_func
"$LINENO" "nanosleep" "ac_cv_func_nanosleep"
30917 if test "x$ac_cv_func_nanosleep" = xyes
; then :
30918 cat >>confdefs.h
<<_ACEOF
30919 #define HAVE_NANOSLEEP 1
30921 $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
30925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lposix4" >&5
30926 $as_echo_n "checking for nanosleep in -lposix4... " >&6; }
30927 if ${ac_cv_lib_posix4_nanosleep+:} false
; then :
30928 $as_echo_n "(cached) " >&6
30930 ac_check_lib_save_LIBS
=$LIBS
30931 LIBS
="-lposix4 $LIBS"
30932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30933 /* end confdefs.h. */
30935 /* Override any GCC internal prototype to avoid an error.
30936 Use char because int might match the return type of a GCC
30937 builtin and then its argument prototype would still apply. */
30945 return nanosleep ();
30950 if ac_fn_c_try_link
"$LINENO"; then :
30951 ac_cv_lib_posix4_nanosleep
=yes
30953 ac_cv_lib_posix4_nanosleep
=no
30955 rm -f core conftest.err conftest.
$ac_objext \
30956 conftest
$ac_exeext conftest.
$ac_ext
30957 LIBS
=$ac_check_lib_save_LIBS
30959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_nanosleep" >&5
30960 $as_echo "$ac_cv_lib_posix4_nanosleep" >&6; }
30961 if test "x$ac_cv_lib_posix4_nanosleep" = xyes
; then :
30963 $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
30965 POSIX4_LINK
=" -lposix4"
30970 for wx_func
in usleep
30972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30973 $as_echo_n "checking for $wx_func... " >&6; }
30974 if eval \
${wx_cv_func_$wx_func+:} false
; then :
30975 $as_echo_n "(cached) " >&6
30978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30979 /* end confdefs.h. */
30983 $ac_includes_default
30999 if ac_fn_c_try_link
"$LINENO"; then :
31000 eval wx_cv_func_
$wx_func=yes
31002 eval wx_cv_func_
$wx_func=no
31004 rm -f core conftest.err conftest.
$ac_objext \
31005 conftest
$ac_exeext conftest.
$ac_ext
31008 eval ac_res
=\
$wx_cv_func_$wx_func
31009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31010 $as_echo "$ac_res" >&6; }
31012 if eval test \
$wx_cv_func_$wx_func = yes
31014 cat >>confdefs.h
<<_ACEOF
31015 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31021 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxSleep() function will not work" >&5
31022 $as_echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
31039 for wx_func
in uname
31041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31042 $as_echo_n "checking for $wx_func... " >&6; }
31043 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31044 $as_echo_n "(cached) " >&6
31047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31048 /* end confdefs.h. */
31051 #include <sys/utsname.h>
31052 $ac_includes_default
31068 if ac_fn_c_try_link
"$LINENO"; then :
31069 eval wx_cv_func_
$wx_func=yes
31071 eval wx_cv_func_
$wx_func=no
31073 rm -f core conftest.err conftest.
$ac_objext \
31074 conftest
$ac_exeext conftest.
$ac_ext
31077 eval ac_res
=\
$wx_cv_func_$wx_func
31078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31079 $as_echo "$ac_res" >&6; }
31081 if eval test \
$wx_cv_func_$wx_func = yes
31083 cat >>confdefs.h
<<_ACEOF
31084 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31094 if test "$wx_cv_func_uname" != yes; then
31096 for wx_func
in gethostname
31098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31099 $as_echo_n "checking for $wx_func... " >&6; }
31100 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31101 $as_echo_n "(cached) " >&6
31104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31105 /* end confdefs.h. */
31109 $ac_includes_default
31125 if ac_fn_c_try_link
"$LINENO"; then :
31126 eval wx_cv_func_
$wx_func=yes
31128 eval wx_cv_func_
$wx_func=no
31130 rm -f core conftest.err conftest.
$ac_objext \
31131 conftest
$ac_exeext conftest.
$ac_ext
31134 eval ac_res
=\
$wx_cv_func_$wx_func
31135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31136 $as_echo "$ac_res" >&6; }
31138 if eval test \
$wx_cv_func_$wx_func = yes
31140 cat >>confdefs.h
<<_ACEOF
31141 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31154 for wx_func
in strtok_r
31156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31157 $as_echo_n "checking for $wx_func... " >&6; }
31158 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31159 $as_echo_n "(cached) " >&6
31162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31163 /* end confdefs.h. */
31167 $ac_includes_default
31183 if ac_fn_c_try_link
"$LINENO"; then :
31184 eval wx_cv_func_
$wx_func=yes
31186 eval wx_cv_func_
$wx_func=no
31188 rm -f core conftest.err conftest.
$ac_objext \
31189 conftest
$ac_exeext conftest.
$ac_ext
31192 eval ac_res
=\
$wx_cv_func_$wx_func
31193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31194 $as_echo "$ac_res" >&6; }
31196 if eval test \
$wx_cv_func_$wx_func = yes
31198 cat >>confdefs.h
<<_ACEOF
31199 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31211 for ac_func
in inet_addr
31213 ac_fn_c_check_func
"$LINENO" "inet_addr" "ac_cv_func_inet_addr"
31214 if test "x$ac_cv_func_inet_addr" = xyes
; then :
31215 cat >>confdefs.h
<<_ACEOF
31216 #define HAVE_INET_ADDR 1
31218 $as_echo "#define HAVE_INET_ADDR 1" >>confdefs.h
31222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lnsl" >&5
31223 $as_echo_n "checking for inet_addr in -lnsl... " >&6; }
31224 if ${ac_cv_lib_nsl_inet_addr+:} false
; then :
31225 $as_echo_n "(cached) " >&6
31227 ac_check_lib_save_LIBS
=$LIBS
31229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31230 /* end confdefs.h. */
31232 /* Override any GCC internal prototype to avoid an error.
31233 Use char because int might match the return type of a GCC
31234 builtin and then its argument prototype would still apply. */
31242 return inet_addr ();
31247 if ac_fn_c_try_link
"$LINENO"; then :
31248 ac_cv_lib_nsl_inet_addr
=yes
31250 ac_cv_lib_nsl_inet_addr
=no
31252 rm -f core conftest.err conftest.
$ac_objext \
31253 conftest
$ac_exeext conftest.
$ac_ext
31254 LIBS
=$ac_check_lib_save_LIBS
31256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_addr" >&5
31257 $as_echo "$ac_cv_lib_nsl_inet_addr" >&6; }
31258 if test "x$ac_cv_lib_nsl_inet_addr" = xyes
; then :
31262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lresolv" >&5
31263 $as_echo_n "checking for inet_addr in -lresolv... " >&6; }
31264 if ${ac_cv_lib_resolv_inet_addr+:} false
; then :
31265 $as_echo_n "(cached) " >&6
31267 ac_check_lib_save_LIBS
=$LIBS
31268 LIBS
="-lresolv $LIBS"
31269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31270 /* end confdefs.h. */
31272 /* Override any GCC internal prototype to avoid an error.
31273 Use char because int might match the return type of a GCC
31274 builtin and then its argument prototype would still apply. */
31282 return inet_addr ();
31287 if ac_fn_c_try_link
"$LINENO"; then :
31288 ac_cv_lib_resolv_inet_addr
=yes
31290 ac_cv_lib_resolv_inet_addr
=no
31292 rm -f core conftest.err conftest.
$ac_objext \
31293 conftest
$ac_exeext conftest.
$ac_ext
31294 LIBS
=$ac_check_lib_save_LIBS
31296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_inet_addr" >&5
31297 $as_echo "$ac_cv_lib_resolv_inet_addr" >&6; }
31298 if test "x$ac_cv_lib_resolv_inet_addr" = xyes
; then :
31302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lsocket" >&5
31303 $as_echo_n "checking for inet_addr in -lsocket... " >&6; }
31304 if ${ac_cv_lib_socket_inet_addr+:} false
; then :
31305 $as_echo_n "(cached) " >&6
31307 ac_check_lib_save_LIBS
=$LIBS
31308 LIBS
="-lsocket $LIBS"
31309 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31310 /* end confdefs.h. */
31312 /* Override any GCC internal prototype to avoid an error.
31313 Use char because int might match the return type of a GCC
31314 builtin and then its argument prototype would still apply. */
31322 return inet_addr ();
31327 if ac_fn_c_try_link
"$LINENO"; then :
31328 ac_cv_lib_socket_inet_addr
=yes
31330 ac_cv_lib_socket_inet_addr
=no
31332 rm -f core conftest.err conftest.
$ac_objext \
31333 conftest
$ac_exeext conftest.
$ac_ext
31334 LIBS
=$ac_check_lib_save_LIBS
31336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_inet_addr" >&5
31337 $as_echo "$ac_cv_lib_socket_inet_addr" >&6; }
31338 if test "x$ac_cv_lib_socket_inet_addr" = xyes
; then :
31357 for ac_func
in inet_aton
31359 ac_fn_c_check_func
"$LINENO" "inet_aton" "ac_cv_func_inet_aton"
31360 if test "x$ac_cv_func_inet_aton" = xyes
; then :
31361 cat >>confdefs.h
<<_ACEOF
31362 #define HAVE_INET_ATON 1
31364 $as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
31368 as_ac_Lib
=`$as_echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
31369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton in -l$INET_LINK" >&5
31370 $as_echo_n "checking for inet_aton in -l$INET_LINK... " >&6; }
31371 if eval \
${$as_ac_Lib+:} false
; then :
31372 $as_echo_n "(cached) " >&6
31374 ac_check_lib_save_LIBS
=$LIBS
31375 LIBS
="-l$INET_LINK $LIBS"
31376 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31377 /* end confdefs.h. */
31379 /* Override any GCC internal prototype to avoid an error.
31380 Use char because int might match the return type of a GCC
31381 builtin and then its argument prototype would still apply. */
31389 return inet_aton ();
31394 if ac_fn_c_try_link
"$LINENO"; then :
31395 eval "$as_ac_Lib=yes"
31397 eval "$as_ac_Lib=no"
31399 rm -f core conftest.err conftest.
$ac_objext \
31400 conftest
$ac_exeext conftest.
$ac_ext
31401 LIBS
=$ac_check_lib_save_LIBS
31403 eval ac_res
=\$
$as_ac_Lib
31404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31405 $as_echo "$ac_res" >&6; }
31406 if eval test \"x\$
"$as_ac_Lib"\" = x
"yes"; then :
31407 $as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
31416 if test "x$INET_LINK" != "x"; then
31417 $as_echo "#define HAVE_INET_ADDR 1" >>confdefs.h
31419 INET_LINK
=" -l$INET_LINK"
31423 for wx_func
in fdopen
31425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31426 $as_echo_n "checking for $wx_func... " >&6; }
31427 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31428 $as_echo_n "(cached) " >&6
31431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31432 /* end confdefs.h. */
31436 $ac_includes_default
31452 if ac_fn_c_try_link
"$LINENO"; then :
31453 eval wx_cv_func_
$wx_func=yes
31455 eval wx_cv_func_
$wx_func=no
31457 rm -f core conftest.err conftest.
$ac_objext \
31458 conftest
$ac_exeext conftest.
$ac_ext
31461 eval ac_res
=\
$wx_cv_func_$wx_func
31462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31463 $as_echo "$ac_res" >&6; }
31465 if eval test \
$wx_cv_func_$wx_func = yes
31467 cat >>confdefs.h
<<_ACEOF
31468 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31479 if test "$wxUSE_TARSTREAM" = "yes"; then
31481 for wx_func
in sysconf
31483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31484 $as_echo_n "checking for $wx_func... " >&6; }
31485 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31486 $as_echo_n "(cached) " >&6
31489 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31490 /* end confdefs.h. */
31494 $ac_includes_default
31510 if ac_fn_c_try_link
"$LINENO"; then :
31511 eval wx_cv_func_
$wx_func=yes
31513 eval wx_cv_func_
$wx_func=no
31515 rm -f core conftest.err conftest.
$ac_objext \
31516 conftest
$ac_exeext conftest.
$ac_ext
31519 eval ac_res
=\
$wx_cv_func_$wx_func
31520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31521 $as_echo "$ac_res" >&6; }
31523 if eval test \
$wx_cv_func_$wx_func = yes
31525 cat >>confdefs.h
<<_ACEOF
31526 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31538 for wx_func
in getpwuid_r
31540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31541 $as_echo_n "checking for $wx_func... " >&6; }
31542 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31543 $as_echo_n "(cached) " >&6
31546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31547 /* end confdefs.h. */
31554 $ac_includes_default
31564 struct passwd pw, *ppw;
31566 getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
31574 if ac_fn_c_try_link
"$LINENO"; then :
31575 eval wx_cv_func_
$wx_func=yes
31577 eval wx_cv_func_
$wx_func=no
31579 rm -f core conftest.err conftest.
$ac_objext \
31580 conftest
$ac_exeext conftest.
$ac_ext
31583 eval ac_res
=\
$wx_cv_func_$wx_func
31584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31585 $as_echo "$ac_res" >&6; }
31587 if eval test \
$wx_cv_func_$wx_func = yes
31589 cat >>confdefs.h
<<_ACEOF
31590 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31602 for wx_func
in getgrgid_r
31604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31605 $as_echo_n "checking for $wx_func... " >&6; }
31606 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31607 $as_echo_n "(cached) " >&6
31610 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31611 /* end confdefs.h. */
31618 $ac_includes_default
31628 struct group grp, *pgrp;
31630 getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
31638 if ac_fn_c_try_link
"$LINENO"; then :
31639 eval wx_cv_func_
$wx_func=yes
31641 eval wx_cv_func_
$wx_func=no
31643 rm -f core conftest.err conftest.
$ac_objext \
31644 conftest
$ac_exeext conftest.
$ac_ext
31647 eval ac_res
=\
$wx_cv_func_$wx_func
31648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31649 $as_echo "$ac_res" >&6; }
31651 if eval test \
$wx_cv_func_$wx_func = yes
31653 cat >>confdefs.h
<<_ACEOF
31654 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31670 cat >confcache
<<\_ACEOF
31671 # This file is a shell script that caches the results of configure
31672 # tests run on this system so they can be shared between configure
31673 # scripts and configure runs, see configure's option --config-cache.
31674 # It is not useful on other systems. If it contains results you don't
31675 # want to keep, you may remove or edit it.
31677 # config.status only pays attention to the cache file if you give it
31678 # the --recheck option to rerun configure.
31680 # `ac_cv_env_foo' variables (set or unset) will be overridden when
31681 # loading this file, other *unset* `ac_cv_foo' will be assigned the
31682 # following values.
31686 # The following way of writing the cache mishandles newlines in values,
31687 # but we know of no workaround that is simple, portable, and efficient.
31688 # So, we kill variables containing newlines.
31689 # Ultrix sh set writes to stderr and can't be redirected directly,
31690 # and sets the high bit in the cache file unless we assign to the vars.
31692 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
31693 eval ac_val
=\$
$ac_var
31697 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
31698 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
31701 _
| IFS
| as_nl
) ;; #(
31702 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
31703 *) { eval $ac_var=; unset $ac_var;} ;;
31709 case $as_nl`(ac_space=' '; set) 2>&1` in #(
31710 *${as_nl}ac_space
=\
*)
31711 # `set' does not quote correctly, so add quotes: double-quote
31712 # substitution turns \\\\ into \\, and sed turns \\ into \.
31715 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
31718 # `set' quotes correctly as required by POSIX, so do not add quotes.
31719 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
31728 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
31730 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
31732 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
31733 if test -w "$cache_file"; then
31734 if test "x$cache_file" != "x/dev/null"; then
31735 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
31736 $as_echo "$as_me: updating cache $cache_file" >&6;}
31737 if test ! -f "$cache_file" || test -h "$cache_file"; then
31738 cat confcache
>"$cache_file"
31740 case $cache_file in #(
31742 mv -f confcache
"$cache_file"$$
&&
31743 mv -f "$cache_file"$$
"$cache_file" ;; #(
31745 mv -f confcache
"$cache_file" ;;
31750 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
31751 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
31757 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
31763 if test "$wxUSE_THREADS" = "yes" ; then
31764 if test "$USE_BEOS" = 1; then
31765 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: BeOS threads are not yet supported... disabled" >&5
31766 $as_echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
31771 if test "$wxUSE_THREADS" = "yes" ; then
31774 THREAD_OPTS
="-pthread"
31775 if test "x$SUNCXX" = xyes
; then
31776 THREAD_OPTS
="-mt lthread $THREAD_OPTS"
31780 *-*-solaris2* | *-*-sunos4* )
31781 if test "x$GCC" = "xyes"; then
31782 THREAD_OPTS
="-pthreads $THREAD_OPTS"
31786 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
31788 *-*-darwin* | *-*-cygwin* )
31792 THREAD_OPTS
="pthreads"
31795 if test "x$GCC" = "xyes"; then
31796 $CXX -dumpspecs | grep 'pthread:' >/dev
/null
||
31804 if test "x$GCC" = "xyes"; then
31814 if test "x$GCC" != "xyes"; then
31815 THREAD_OPTS
="-Ethread"
31822 THREAD_OPTS
="none pthread"
31826 THREAD_OPTS
="$THREAD_OPTS pthread none"
31831 for flag
in $THREAD_OPTS; do
31834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5
31835 $as_echo_n "checking whether pthreads work without any flags... " >&6; }
31839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5
31840 $as_echo_n "checking whether pthreads work with $flag... " >&6; }
31841 THREADS_CFLAGS
="$flag"
31845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5
31846 $as_echo_n "checking for the pthreads library -l$flag... " >&6; }
31847 THREADS_LINK
="-l$flag"
31852 save_CFLAGS
="$CFLAGS"
31853 LIBS
="$THREADS_LINK $LIBS"
31854 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
31856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31857 /* end confdefs.h. */
31858 #include <pthread.h>
31862 pthread_create(0,0,0,0);
31867 if ac_fn_c_try_link
"$LINENO"; then :
31870 rm -f core conftest.err conftest.
$ac_objext \
31871 conftest
$ac_exeext conftest.
$ac_ext
31874 CFLAGS
="$save_CFLAGS"
31876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THREADS_OK" >&5
31877 $as_echo "$THREADS_OK" >&6; }
31878 if test "x$THREADS_OK" = "xyes"; then
31886 if test "x$THREADS_OK" != "xyes"; then
31888 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No thread support on this system... disabled" >&5
31889 $as_echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
31891 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
31892 WXCONFIG_LDFLAGS
="$THREADS_CFLAGS $WXCONFIG_LDFLAGS"
31893 LIBS
="$THREADS_LINK $LIBS"
31895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5
31896 $as_echo_n "checking if more special flags are required for pthreads... " >&6; }
31900 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
31901 WXCONFIG_LDFLAGS
="-L/usr/lib/threads $WXCONFIG_LDFLAGS"
31902 flag
="-D_THREAD_SAFE"
31905 flag
="-D_THREAD_SAFE"
31908 flag
="-D_REENTRANT"
31909 if test "x$GCC" != "xyes"; then
31910 flag
="$flag -D_RWSTD_MULTI_THREAD"
31913 *solaris
* | alpha
*-osf*)
31914 flag
="-D_REENTRANT"
31917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5
31918 $as_echo "${flag}" >&6; }
31919 if test "x$flag" != xno
; then
31920 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
31923 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
31927 if test "$wxUSE_THREADS" = "yes" ; then
31928 for ac_func
in pthread_setconcurrency
31930 ac_fn_c_check_func
"$LINENO" "pthread_setconcurrency" "ac_cv_func_pthread_setconcurrency"
31931 if test "x$ac_cv_func_pthread_setconcurrency" = xyes
; then :
31932 cat >>confdefs.h
<<_ACEOF
31933 #define HAVE_PTHREAD_SETCONCURRENCY 1
31935 $as_echo "#define HAVE_PTHREAD_SET_CONCURRENCY 1" >>confdefs.h
31939 for ac_func
in thr_setconcurrency
31941 ac_fn_c_check_func
"$LINENO" "thr_setconcurrency" "ac_cv_func_thr_setconcurrency"
31942 if test "x$ac_cv_func_thr_setconcurrency" = xyes
; then :
31943 cat >>confdefs.h
<<_ACEOF
31944 #define HAVE_THR_SETCONCURRENCY 1
31946 $as_echo "#define HAVE_THR_SETCONCURRENCY 1" >>confdefs.h
31949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Setting thread concurrency will not work properly" >&5
31950 $as_echo "$as_me: WARNING: Setting thread concurrency will not work properly" >&2;}
31959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_cleanup_push/pop" >&5
31960 $as_echo_n "checking for pthread_cleanup_push/pop... " >&6; }
31961 if ${wx_cv_func_pthread_cleanup+:} false
; then :
31962 $as_echo_n "(cached) " >&6
31966 ac_cpp
='$CXXCPP $CPPFLAGS'
31967 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31968 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31969 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
31971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31972 /* end confdefs.h. */
31973 #include <pthread.h>
31974 void ThreadCleanupFunc(void *p);
31981 pthread_cleanup_push(ThreadCleanupFunc, p);
31982 pthread_cleanup_pop(0);
31988 if ac_fn_cxx_try_compile
"$LINENO"; then :
31990 wx_cv_func_pthread_cleanup
=yes
31994 wx_cv_func_pthread_cleanup
=no
31998 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32000 ac_cpp
='$CPP $CPPFLAGS'
32001 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32002 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32003 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_pthread_cleanup" >&5
32008 $as_echo "$wx_cv_func_pthread_cleanup" >&6; }
32009 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
32010 $as_echo "#define wxHAVE_PTHREAD_CLEANUP 1" >>confdefs.h
32014 for ac_header
in sched.h
32016 ac_fn_c_check_header_compile
"$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default
32018 if test "x$ac_cv_header_sched_h" = xyes
; then :
32019 cat >>confdefs.h
<<_ACEOF
32020 #define HAVE_SCHED_H 1
32027 if test "$ac_cv_header_sched_h" = "yes"; then
32028 ac_fn_c_check_func
"$LINENO" "sched_yield" "ac_cv_func_sched_yield"
32029 if test "x$ac_cv_func_sched_yield" = xyes
; then :
32030 $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
32034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5
32035 $as_echo_n "checking for sched_yield in -lposix4... " >&6; }
32036 if ${ac_cv_lib_posix4_sched_yield+:} false
; then :
32037 $as_echo_n "(cached) " >&6
32039 ac_check_lib_save_LIBS
=$LIBS
32040 LIBS
="-lposix4 $LIBS"
32041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32042 /* end confdefs.h. */
32044 /* Override any GCC internal prototype to avoid an error.
32045 Use char because int might match the return type of a GCC
32046 builtin and then its argument prototype would still apply. */
32050 char sched_yield ();
32054 return sched_yield ();
32059 if ac_fn_c_try_link
"$LINENO"; then :
32060 ac_cv_lib_posix4_sched_yield
=yes
32062 ac_cv_lib_posix4_sched_yield
=no
32064 rm -f core conftest.err conftest.
$ac_objext \
32065 conftest
$ac_exeext conftest.
$ac_ext
32066 LIBS
=$ac_check_lib_save_LIBS
32068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5
32069 $as_echo "$ac_cv_lib_posix4_sched_yield" >&6; }
32070 if test "x$ac_cv_lib_posix4_sched_yield" = xyes
; then :
32071 $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
32072 POSIX4_LINK
=" -lposix4"
32074 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxThread::Yield will not work properly" >&5
32075 $as_echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
32086 ac_fn_c_check_func
"$LINENO" "pthread_attr_getschedpolicy" "ac_cv_func_pthread_attr_getschedpolicy"
32087 if test "x$ac_cv_func_pthread_attr_getschedpolicy" = xyes
; then :
32088 ac_fn_c_check_func
"$LINENO" "pthread_attr_setschedparam" "ac_cv_func_pthread_attr_setschedparam"
32089 if test "x$ac_cv_func_pthread_attr_setschedparam" = xyes
; then :
32090 ac_fn_c_check_func
"$LINENO" "sched_get_priority_max" "ac_cv_func_sched_get_priority_max"
32091 if test "x$ac_cv_func_sched_get_priority_max" = xyes
; then :
32094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_get_priority_max in -lposix4" >&5
32095 $as_echo_n "checking for sched_get_priority_max in -lposix4... " >&6; }
32096 if ${ac_cv_lib_posix4_sched_get_priority_max+:} false
; then :
32097 $as_echo_n "(cached) " >&6
32099 ac_check_lib_save_LIBS
=$LIBS
32100 LIBS
="-lposix4 $LIBS"
32101 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32102 /* end confdefs.h. */
32104 /* Override any GCC internal prototype to avoid an error.
32105 Use char because int might match the return type of a GCC
32106 builtin and then its argument prototype would still apply. */
32110 char sched_get_priority_max ();
32114 return sched_get_priority_max ();
32119 if ac_fn_c_try_link
"$LINENO"; then :
32120 ac_cv_lib_posix4_sched_get_priority_max
=yes
32122 ac_cv_lib_posix4_sched_get_priority_max
=no
32124 rm -f core conftest.err conftest.
$ac_objext \
32125 conftest
$ac_exeext conftest.
$ac_ext
32126 LIBS
=$ac_check_lib_save_LIBS
32128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
32129 $as_echo "$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
32130 if test "x$ac_cv_lib_posix4_sched_get_priority_max" = xyes
; then :
32133 POSIX4_LINK
=" -lposix4"
32147 if test "$HAVE_PRIOR_FUNCS" = 1; then
32148 $as_echo "#define HAVE_THREAD_PRIORITY_FUNCTIONS 1" >>confdefs.h
32151 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Setting thread priority will not work" >&5
32152 $as_echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
32155 ac_fn_c_check_func
"$LINENO" "pthread_cancel" "ac_cv_func_pthread_cancel"
32156 if test "x$ac_cv_func_pthread_cancel" = xyes
; then :
32157 $as_echo "#define HAVE_PTHREAD_CANCEL 1" >>confdefs.h
32160 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxThread::Kill() will not work properly" >&5
32161 $as_echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
32165 ac_fn_c_check_func
"$LINENO" "pthread_mutex_timedlock" "ac_cv_func_pthread_mutex_timedlock"
32166 if test "x$ac_cv_func_pthread_mutex_timedlock" = xyes
; then :
32167 $as_echo "#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1" >>confdefs.h
32170 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMutex::LockTimeout() will not work" >&5
32171 $as_echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
32175 ac_fn_c_check_func
"$LINENO" "pthread_attr_setstacksize" "ac_cv_func_pthread_attr_setstacksize"
32176 if test "x$ac_cv_func_pthread_attr_setstacksize" = xyes
; then :
32177 $as_echo "#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1" >>confdefs.h
32183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_t" >&5
32184 $as_echo_n "checking for pthread_mutexattr_t... " >&6; }
32185 if ${wx_cv_type_pthread_mutexattr_t+:} false
; then :
32186 $as_echo_n "(cached) " >&6
32189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32190 /* end confdefs.h. */
32191 #include <pthread.h>
32196 pthread_mutexattr_t attr;
32197 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32203 if ac_fn_c_try_compile
"$LINENO"; then :
32204 wx_cv_type_pthread_mutexattr_t
=yes
32206 wx_cv_type_pthread_mutexattr_t
=no
32209 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_pthread_mutexattr_t" >&5
32213 $as_echo "$wx_cv_type_pthread_mutexattr_t" >&6; }
32215 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
32216 $as_echo "#define HAVE_PTHREAD_MUTEXATTR_T 1" >>confdefs.h
32219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_settype declaration" >&5
32220 $as_echo_n "checking for pthread_mutexattr_settype declaration... " >&6; }
32221 if ${wx_cv_func_pthread_mutexattr_settype_decl+:} false
; then :
32222 $as_echo_n "(cached) " >&6
32225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32226 /* end confdefs.h. */
32227 #include <pthread.h>
32232 pthread_mutexattr_t attr;
32233 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32239 if ac_fn_c_try_compile
"$LINENO"; then :
32240 wx_cv_func_pthread_mutexattr_settype_decl
=yes
32242 wx_cv_func_pthread_mutexattr_settype_decl
=no
32245 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
32249 $as_echo "$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
32250 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
32251 $as_echo "#define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1" >>confdefs.h
32255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
32256 $as_echo_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... " >&6; }
32257 if ${wx_cv_type_pthread_rec_mutex_init+:} false
; then :
32258 $as_echo_n "(cached) " >&6
32261 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32262 /* end confdefs.h. */
32263 #include <pthread.h>
32268 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
32274 if ac_fn_c_try_compile
"$LINENO"; then :
32276 wx_cv_type_pthread_rec_mutex_init
=yes
32280 wx_cv_type_pthread_rec_mutex_init
=no
32284 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_pthread_rec_mutex_init" >&5
32288 $as_echo "$wx_cv_type_pthread_rec_mutex_init" >&6; }
32289 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
32290 $as_echo "#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1" >>confdefs.h
32293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMutex won't be recursive on this platform" >&5
32294 $as_echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
32298 if test "$wxUSE_COMPILER_TLS" = "auto"; then
32299 if test "$USE_NETBSD" = 1; then
32300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
32301 $as_echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
32302 wxUSE_COMPILER_TLS
=no
32304 wxUSE_COMPILER_TLS
=yes
32308 if test "$wxUSE_COMPILER_TLS" = "yes"; then
32309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __thread keyword" >&5
32310 $as_echo_n "checking for __thread keyword... " >&6; }
32311 if ${wx_cv_cc___thread+:} false
; then :
32312 $as_echo_n "(cached) " >&6
32315 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32316 /* end confdefs.h. */
32317 #include <pthread.h>
32322 static __thread int n = 0;
32323 static __thread int *p = 0;
32329 if ac_fn_c_try_compile
"$LINENO"; then :
32330 wx_cv_cc___thread
=yes
32332 wx_cv_cc___thread
=no
32335 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc___thread" >&5
32340 $as_echo "$wx_cv_cc___thread" >&6; }
32342 if test "$wx_cv_cc___thread" = "yes"; then
32348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -dumpversion option" >&5
32349 $as_echo_n "checking if gcc accepts -dumpversion option... " >&6; }
32351 if test "x$GCC" = "xyes" ; then :
32353 if test -z "" ; then :
32355 ax_gcc_option_test
="int main()
32362 ax_gcc_option_test
=""
32366 # Dump the test program to file
32367 cat <<EOF > conftest.c
32368 $ax_gcc_option_test
32371 # Dump back the file to the log, useful for debugging purposes
32372 { ac_try
='cat conftest.c 1>&5'
32373 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32374 (eval $ac_try) 2>&5
32376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32377 test $ac_status = 0; }; }
32379 if { ac_try
='$CC -dumpversion -c conftest.c 1>&5'
32380 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32381 (eval $ac_try) 2>&5
32383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32384 test $ac_status = 0; }; } ; then :
32386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32387 $as_echo "yes" >&6; }
32389 ax_gcc_version_option
=yes
32394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32395 $as_echo "no" >&6; }
32397 ax_gcc_version_option
=no
32404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no gcc available" >&5
32405 $as_echo "no gcc available" >&6; }
32409 if test "x$GXX" = "xyes"; then :
32411 if test "x$ax_gxx_version_option" != "no"; then :
32413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking gxx version" >&5
32414 $as_echo_n "checking gxx version... " >&6; }
32415 if ${ax_cv_gxx_version+:} false
; then :
32416 $as_echo_n "(cached) " >&6
32419 ax_cv_gxx_version
="`$CXX -dumpversion`"
32420 if test "x$ax_cv_gxx_version" = "x"; then :
32422 ax_cv_gxx_version
=""
32427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gxx_version" >&5
32428 $as_echo "$ax_cv_gxx_version" >&6; }
32429 GXX_VERSION
=$ax_cv_gxx_version
32436 if test -n "$ax_cv_gxx_version"; then
32437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __thread support in g++ is usable" >&5
32438 $as_echo_n "checking whether __thread support in g++ is usable... " >&6; }
32439 case "$ax_cv_gxx_version" in
32441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, it's broken" >&5
32442 $as_echo "no, it's broken" >&6; }
32443 wx_cv_cc___thread
=no
32446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, it works" >&5
32447 $as_echo "yes, it works" >&6; }
32453 if test "$wx_cv_cc___thread" = "yes"; then
32454 $as_echo "#define HAVE___THREAD_KEYWORD 1" >>confdefs.h
32459 if test "$ac_cv_header_cxxabi_h" = "yes"; then
32460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for abi::__forced_unwind() in <cxxabi.h>" >&5
32461 $as_echo_n "checking for abi::__forced_unwind() in <cxxabi.h>... " >&6; }
32462 if ${wx_cv_type_abi_forced_unwind+:} false
; then :
32463 $as_echo_n "(cached) " >&6
32467 ac_cpp
='$CXXCPP $CPPFLAGS'
32468 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32469 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32470 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32473 /* end confdefs.h. */
32474 #include <cxxabi.h>
32479 void foo(abi::__forced_unwind&);
32485 if ac_fn_cxx_try_compile
"$LINENO"; then :
32486 wx_cv_type_abi_forced_unwind
=yes
32488 wx_cv_type_abi_forced_unwind
=no
32491 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32493 ac_cpp
='$CPP $CPPFLAGS'
32494 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32495 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32496 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_abi_forced_unwind" >&5
32502 $as_echo "$wx_cv_type_abi_forced_unwind" >&6; }
32504 wx_cv_type_abi_forced_unwind
=no
32507 if test "$wx_cv_type_abi_forced_unwind" = "yes"; then
32508 $as_echo "#define HAVE_ABI_FORCEDUNWIND 1" >>confdefs.h
32514 if test "$wxUSE_THREADS" = "yes" ; then
32516 x86_64
-*-mingw32* )
32519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports -mthreads" >&5
32520 $as_echo_n "checking if compiler supports -mthreads... " >&6; }
32521 if ${wx_cv_cflags_mthread+:} false
; then :
32522 $as_echo_n "(cached) " >&6
32525 CFLAGS_OLD
="$CFLAGS"
32526 CFLAGS
="-mthreads $CFLAGS"
32527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32528 /* end confdefs.h. */
32538 if ac_fn_c_try_compile
"$LINENO"; then :
32539 wx_cv_cflags_mthread
=yes
32541 wx_cv_cflags_mthread
=no
32544 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cflags_mthread" >&5
32549 $as_echo "$wx_cv_cflags_mthread" >&6; }
32551 if test "$wx_cv_cflags_mthread" = "yes"; then
32552 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mthreads"
32553 LDFLAGS
="$LDFLAGS -mthreads"
32555 CFLAGS
="$CFLAGS_OLD"
32559 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
32560 LDFLAGS
="$LDFLAGS -Zmt"
32566 ac_fn_c_check_func
"$LINENO" "localtime_r" "ac_cv_func_localtime_r"
32567 if test "x$ac_cv_func_localtime_r" = xyes
; then :
32568 $as_echo "#define HAVE_LOCALTIME_R 1" >>confdefs.h
32572 ac_fn_c_check_func
"$LINENO" "gmtime_r" "ac_cv_func_gmtime_r"
32573 if test "x$ac_cv_func_gmtime_r" = xyes
; then :
32574 $as_echo "#define HAVE_GMTIME_R 1" >>confdefs.h
32582 ac_cpp
='$CPP $CPPFLAGS'
32583 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32584 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32585 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how many arguments gethostbyname_r() takes" >&5
32588 $as_echo_n "checking how many arguments gethostbyname_r() takes... " >&6; }
32590 if ${ac_cv_func_which_gethostbyname_r+:} false
; then :
32591 $as_echo_n "(cached) " >&6
32595 ################################################################
32597 ac_cv_func_which_gethostbyname_r
=unknown
32600 # ONE ARGUMENT (sanity check)
32603 # This should fail, as there is no variant of gethostbyname_r() that takes
32604 # a single argument. If it actually compiles, then we can assume that
32605 # netdb.h is not declaring the function, and the compiler is thereby
32606 # assuming an implicit prototype. In which case, we're out of luck.
32608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32609 /* end confdefs.h. */
32615 char *name = "www.gnu.org";
32616 (void)gethostbyname_r(name) /* ; */
32623 if ac_fn_c_try_compile
"$LINENO"; then :
32624 ac_cv_func_which_gethostbyname_r
=no
32627 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32634 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32636 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32637 /* end confdefs.h. */
32643 char *name = "www.gnu.org";
32644 struct hostent ret, *retp;
32648 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
32655 if ac_fn_c_try_compile
"$LINENO"; then :
32656 ac_cv_func_which_gethostbyname_r
=six
32659 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32668 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32671 /* end confdefs.h. */
32677 char *name = "www.gnu.org";
32678 struct hostent ret;
32682 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
32689 if ac_fn_c_try_compile
"$LINENO"; then :
32690 ac_cv_func_which_gethostbyname_r
=five
32693 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32699 # (e.g. AIX, HP-UX, Tru64)
32702 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32705 /* end confdefs.h. */
32711 char *name = "www.gnu.org";
32712 struct hostent ret;
32713 struct hostent_data data;
32714 (void)gethostbyname_r(name, &ret, &data) /* ; */
32721 if ac_fn_c_try_compile
"$LINENO"; then :
32722 ac_cv_func_which_gethostbyname_r
=three
32725 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32729 ################################################################
32734 case "$ac_cv_func_which_gethostbyname_r" in
32736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: three" >&5
32737 $as_echo "three" >&6; }
32738 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_3 1" >>confdefs.h
32743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: five" >&5
32744 $as_echo "five" >&6; }
32745 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_5 1" >>confdefs.h
32750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: six" >&5
32751 $as_echo "six" >&6; }
32752 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_6 1" >>confdefs.h
32757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find function declaration in netdb.h" >&5
32758 $as_echo "cannot find function declaration in netdb.h" >&6; }
32762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't tell" >&5
32763 $as_echo "can't tell" >&6; }
32767 as_fn_error $?
"internal error" "$LINENO" 5
32772 ac_cpp
='$CPP $CPPFLAGS'
32773 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32774 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32775 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32779 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
32780 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
32781 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
32782 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
32783 $as_echo "#define HAVE_GETHOSTBYNAME 1" >>confdefs.h
32789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how many arguments getservbyname_r() takes" >&5
32790 $as_echo_n "checking how many arguments getservbyname_r() takes... " >&6; }
32791 if ${ac_cv_func_which_getservbyname_r+:} false
; then :
32792 $as_echo_n "(cached) " >&6
32796 ac_cpp
='$CXXCPP $CPPFLAGS'
32797 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32798 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32799 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32802 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32803 /* end confdefs.h. */
32811 struct servent *se, *res;
32814 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
32820 if ac_fn_cxx_try_compile
"$LINENO"; then :
32821 ac_cv_func_which_getservbyname_r
=six
32824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32825 /* end confdefs.h. */
32833 struct servent *se;
32836 (void) getservbyname_r(name, proto, se, buffer, buflen)
32842 if ac_fn_cxx_try_compile
"$LINENO"; then :
32843 ac_cv_func_which_getservbyname_r
=five
32846 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32847 /* end confdefs.h. */
32855 struct servent *se;
32856 struct servent_data data;
32857 (void) getservbyname_r(name, proto, se, &data);
32863 if ac_fn_cxx_try_compile
"$LINENO"; then :
32864 ac_cv_func_which_getservbyname_r
=four
32866 ac_cv_func_which_getservbyname_r
=no
32869 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32873 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32877 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32879 ac_cpp
='$CPP $CPPFLAGS'
32880 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32881 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32882 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_which_getservbyname_r" >&5
32888 $as_echo "$ac_cv_func_which_getservbyname_r" >&6; }
32890 if test $ac_cv_func_which_getservbyname_r = six
; then
32891 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_6 1" >>confdefs.h
32893 elif test $ac_cv_func_which_getservbyname_r = five
; then
32894 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_5 1" >>confdefs.h
32896 elif test $ac_cv_func_which_getservbyname_r = four
; then
32897 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_4 1" >>confdefs.h
32902 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
32903 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
32904 for ac_func
in getservbyname
32906 ac_fn_c_check_func
"$LINENO" "getservbyname" "ac_cv_func_getservbyname"
32907 if test "x$ac_cv_func_getservbyname" = xyes
; then :
32908 cat >>confdefs.h
<<_ACEOF
32909 #define HAVE_GETSERVBYNAME 1
32911 $as_echo "#define HAVE_GETSERVBYNAME 1" >>confdefs.h
32918 $as_echo "#define wxUSE_COMPILER_TLS 1" >>confdefs.h
32921 if test "$wxUSE_THREADS" = "yes"; then
32922 $as_echo "#define wxUSE_THREADS 1" >>confdefs.h
32925 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
32927 if test "$wx_cv_func_strtok_r" = "yes"; then
32928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -D_REENTRANT is needed" >&5
32929 $as_echo_n "checking if -D_REENTRANT is needed... " >&6; }
32930 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
32931 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_REENTRANT"
32932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32933 $as_echo "yes" >&6; }
32935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32936 $as_echo "no" >&6; }
32941 if test "$WXGTK3" = 1 ; then
32942 cat >>confdefs.h
<<_ACEOF
32943 #define __WXGTK3__ 1
32948 if test "$WXGTK2" = 1 ; then
32949 cat >>confdefs.h
<<_ACEOF
32950 #define __WXGTK20__ $WXGTK2
32955 if test "$WXGTK127" = 1 ; then
32956 cat >>confdefs.h
<<_ACEOF
32957 #define __WXGTK127__ $WXGTK127
32962 if test "$WXGPE" = 1 ; then
32963 cat >>confdefs.h
<<_ACEOF
32964 #define __WXGPE__ $WXGPE
32970 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
32971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
32972 $as_echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
32973 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
32977 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
32978 wxUSE_DEBUG_INFO
=yes
32979 if test "$GCC" = yes; then
32980 DEBUG_CFLAGS
="-ggdb"
32984 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
32985 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=0"
32987 if test "$wxUSE_GTK" = 1 ; then
32988 if test "$WXGTK2" = 1 ; then
32989 CPPFLAGS
="$CPPFLAGS -DG_DISABLE_CAST_CHECKS"
32991 CPPFLAGS
="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
32996 if test "$wxUSE_MEM_TRACING" = "yes" ; then
32997 $as_echo "#define wxUSE_MEMORY_TRACING 1" >>confdefs.h
32999 $as_echo "#define wxUSE_GLOBAL_MEMORY_OPERATORS 1" >>confdefs.h
33001 $as_echo "#define wxUSE_DEBUG_NEW_ALWAYS 1" >>confdefs.h
33003 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
33006 if test "$wxUSE_DMALLOC" = "yes" ; then
33007 DMALLOC_LIBS
="-ldmallocthcxx"
33011 if test "$wxUSE_PROFILE" = "yes" ; then
33012 PROFILE_FLAGS
=" -pg"
33015 if test "$GCC" = "yes" ; then
33016 if test "$wxUSE_NO_RTTI" = "yes" ; then
33017 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -DwxNO_RTTI -fno-rtti"
33019 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
33020 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fno-exceptions"
33022 if test "$wxUSE_PERMISSIVE" = "yes" ; then
33023 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -fpermissive"
33028 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mminimal-toc"
33031 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -ffunction-sections"
33037 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
33038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
33039 $as_echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
33041 if test "$wxUSE_OPTIMISE" = "no" ; then
33042 if test "$GCC" = yes ; then
33043 OPTIMISE_CFLAGS
="-O0"
33046 if test "$GCC" = yes ; then
33048 *-pc-os2_emx | *-pc-os2-emx )
33049 OPTIMISE_CFLAGS
="-O2"
33052 OPTIMISE_CFLAGS
="-O2 -fno-strict-aliasing"
33056 OPTIMISE_CFLAGS
="-O"
33062 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
33063 $as_echo "#define WXWIN_COMPATIBILITY_2_6 1" >>confdefs.h
33066 WXWIN_COMPATIBILITY_2_8
="yes"
33069 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
33070 $as_echo "#define WXWIN_COMPATIBILITY_2_8 1" >>confdefs.h
33075 if test "$wxUSE_GUI" = "yes"; then
33076 $as_echo "#define wxUSE_GUI 1" >>confdefs.h
33082 if test "$wxUSE_UNIX" = "yes"; then
33083 $as_echo "#define wxUSE_UNIX 1" >>confdefs.h
33088 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
33092 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33093 if test "$USE_DOS" = 1; then
33096 for ac_func
in dlopen
33098 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
33099 if test "x$ac_cv_func_dlopen" = xyes
; then :
33100 cat >>confdefs.h
<<_ACEOF
33101 #define HAVE_DLOPEN 1
33104 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
33110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
33111 $as_echo_n "checking for dlopen in -ldl... " >&6; }
33112 if ${ac_cv_lib_dl_dlopen+:} false
; then :
33113 $as_echo_n "(cached) " >&6
33115 ac_check_lib_save_LIBS
=$LIBS
33117 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33118 /* end confdefs.h. */
33120 /* Override any GCC internal prototype to avoid an error.
33121 Use char because int might match the return type of a GCC
33122 builtin and then its argument prototype would still apply. */
33135 if ac_fn_c_try_link
"$LINENO"; then :
33136 ac_cv_lib_dl_dlopen
=yes
33138 ac_cv_lib_dl_dlopen
=no
33140 rm -f core conftest.err conftest.
$ac_objext \
33141 conftest
$ac_exeext conftest.
$ac_ext
33142 LIBS
=$ac_check_lib_save_LIBS
33144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
33145 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
33146 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
33148 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
33151 DL_LINK
=" -ldl$DL_LINK"
33155 for ac_func
in shl_load
33157 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
33158 if test "x$ac_cv_func_shl_load" = xyes
; then :
33159 cat >>confdefs.h
<<_ACEOF
33160 #define HAVE_SHL_LOAD 1
33163 $as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
33169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld in -lshl_load" >&5
33170 $as_echo_n "checking for dld in -lshl_load... " >&6; }
33171 if ${ac_cv_lib_shl_load_dld+:} false
; then :
33172 $as_echo_n "(cached) " >&6
33174 ac_check_lib_save_LIBS
=$LIBS
33175 LIBS
="-lshl_load $LIBS"
33176 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33177 /* end confdefs.h. */
33179 /* Override any GCC internal prototype to avoid an error.
33180 Use char because int might match the return type of a GCC
33181 builtin and then its argument prototype would still apply. */
33194 if ac_fn_c_try_link
"$LINENO"; then :
33195 ac_cv_lib_shl_load_dld
=yes
33197 ac_cv_lib_shl_load_dld
=no
33199 rm -f core conftest.err conftest.
$ac_objext \
33200 conftest
$ac_exeext conftest.
$ac_ext
33201 LIBS
=$ac_check_lib_save_LIBS
33203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_shl_load_dld" >&5
33204 $as_echo "$ac_cv_lib_shl_load_dld" >&6; }
33205 if test "x$ac_cv_lib_shl_load_dld" = xyes
; then :
33208 DL_LINK
=" -ldld$DL_LINK"
33224 if test "$HAVE_DL_FUNCS" = 1; then
33225 for ac_func
in dlerror
33227 ac_fn_c_check_func
"$LINENO" "dlerror" "ac_cv_func_dlerror"
33228 if test "x$ac_cv_func_dlerror" = xyes
; then :
33229 cat >>confdefs.h
<<_ACEOF
33230 #define HAVE_DLERROR 1
33232 $as_echo "#define HAVE_DLERROR 1" >>confdefs.h
33236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlerror in -ldl" >&5
33237 $as_echo_n "checking for dlerror in -ldl... " >&6; }
33238 if ${ac_cv_lib_dl_dlerror+:} false
; then :
33239 $as_echo_n "(cached) " >&6
33241 ac_check_lib_save_LIBS
=$LIBS
33243 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33244 /* end confdefs.h. */
33246 /* Override any GCC internal prototype to avoid an error.
33247 Use char because int might match the return type of a GCC
33248 builtin and then its argument prototype would still apply. */
33261 if ac_fn_c_try_link
"$LINENO"; then :
33262 ac_cv_lib_dl_dlerror
=yes
33264 ac_cv_lib_dl_dlerror
=no
33266 rm -f core conftest.err conftest.
$ac_objext \
33267 conftest
$ac_exeext conftest.
$ac_ext
33268 LIBS
=$ac_check_lib_save_LIBS
33270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlerror" >&5
33271 $as_echo "$ac_cv_lib_dl_dlerror" >&6; }
33272 if test "x$ac_cv_lib_dl_dlerror" = xyes
; then :
33273 $as_echo "#define HAVE_DLERROR 1" >>confdefs.h
33285 if test "$USE_DARWIN" = 1; then
33289 if test "$HAVE_DL_FUNCS" = 0; then
33290 if test "$HAVE_SHL_FUNCS" = 0; then
33291 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
33292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Missing dynamic loading support, several features will be disabled" >&5
33293 $as_echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
33294 wxUSE_DYNAMIC_LOADER
=no
33295 wxUSE_DYNLIB_CLASS
=no
33297 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming wxLibrary class works on this platform" >&5
33298 $as_echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
33305 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
33306 $as_echo "#define wxUSE_DYNAMIC_LOADER 1" >>confdefs.h
33309 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33310 $as_echo "#define wxUSE_DYNLIB_CLASS 1" >>confdefs.h
33316 if test "$wxUSE_PLUGINS" = "yes" ; then
33317 if test "$wxUSE_SHARED" = "no" ; then
33318 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins supported only in shared build, disabling" >&5
33319 $as_echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
33322 if test "$wxUSE_MONOLITHIC" = "yes" ; then
33323 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins not supported monolithic build, disabling" >&5
33324 $as_echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
33327 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
33328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins require wxDynamicLibrary, disabling" >&5
33329 $as_echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
33332 if test "$wxUSE_PLUGINS" = "yes" ; then
33333 $as_echo "#define wxUSE_PLUGINS 1" >>confdefs.h
33339 if test "$wxUSE_FSWATCHER" = "yes"; then
33340 if test "$wxUSE_MSW" != "1"; then
33341 if test "$wxUSE_UNIX" = "yes"; then
33342 for ac_header
in sys
/inotify.h
33344 ac_fn_c_check_header_compile
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default
33346 if test "x$ac_cv_header_sys_inotify_h" = xyes
; then :
33347 cat >>confdefs.h
<<_ACEOF
33348 #define HAVE_SYS_INOTIFY_H 1
33355 if test "$ac_cv_header_sys_inotify_h" = "yes"; then
33356 $as_echo "#define wxHAS_INOTIFY 1" >>confdefs.h
33359 for ac_header
in sys
/event.h
33361 ac_fn_c_check_header_compile
"$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default
33363 if test "x$ac_cv_header_sys_event_h" = xyes
; then :
33364 cat >>confdefs.h
<<_ACEOF
33365 #define HAVE_SYS_EVENT_H 1
33372 if test "$ac_cv_header_sys_event_h" = "yes"; then
33373 $as_echo "#define wxHAS_KQUEUE 1" >>confdefs.h
33383 if test "$wxUSE_THREADS" != "yes"; then
33384 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&5
33385 $as_echo "$as_me: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&2;}
33390 if test "$wxUSE_FSWATCHER" = "yes"; then
33391 $as_echo "#define wxUSE_FSWATCHER 1" >>confdefs.h
33393 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS fswatcher"
33395 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystemWatcher won't be available on this platform" >&5
33396 $as_echo "$as_me: WARNING: wxFileSystemWatcher won't be available on this platform" >&2;}
33401 if test "$wxUSE_STL" = "yes"; then
33402 $as_echo "#define wxUSE_STL 1" >>confdefs.h
33406 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
33407 $as_echo "#define wxUSE_EXTENDED_RTTI 1" >>confdefs.h
33411 if test "$wxUSE_ANY" = "yes"; then
33412 $as_echo "#define wxUSE_ANY 1" >>confdefs.h
33416 if test "$wxUSE_APPLE_IEEE" = "yes"; then
33417 $as_echo "#define wxUSE_APPLE_IEEE 1" >>confdefs.h
33421 if test "$wxUSE_TIMER" = "yes"; then
33422 $as_echo "#define wxUSE_TIMER 1" >>confdefs.h
33426 if test "$USE_UNIX" = 1 ; then
33427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
33428 $as_echo_n "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... " >&6; }
33429 if ${ac_cv_header_sys_soundcard+:} false
; then :
33430 $as_echo_n "(cached) " >&6
33433 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33434 /* end confdefs.h. */
33436 #include <sys/ioctl.h>
33437 #include <sys/soundcard.h>
33443 ioctl(0, SNDCTL_DSP_SPEED, 0);
33449 if ac_fn_c_try_link
"$LINENO"; then :
33450 ac_cv_header_sys_soundcard
=yes
33454 LIBS
="$saveLibs -lossaudio"
33455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33456 /* end confdefs.h. */
33458 #include <sys/ioctl.h>
33459 #include <sys/soundcard.h>
33465 ioctl(0, SNDCTL_DSP_SPEED, 0);
33471 if ac_fn_c_try_link
"$LINENO"; then :
33472 ac_cv_header_sys_soundcard
=yes
33476 ac_cv_header_sys_soundcard
=no
33480 rm -f core conftest.err conftest.
$ac_objext \
33481 conftest
$ac_exeext conftest.
$ac_ext
33485 rm -f core conftest.err conftest.
$ac_objext \
33486 conftest
$ac_exeext conftest.
$ac_ext
33489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_soundcard" >&5
33490 $as_echo "$ac_cv_header_sys_soundcard" >&6; }
33492 if test "$ac_cv_header_sys_soundcard" = "yes"; then
33493 $as_echo "#define HAVE_SYS_SOUNDCARD_H 1" >>confdefs.h
33499 if test "$wxUSE_SOUND" = "yes"; then
33500 if test "$USE_UNIX" = 1 ; then
33501 if test "$wxUSE_LIBSDL" != "no"; then
33503 # Check whether --with-sdl-prefix was given.
33504 if test "${with_sdl_prefix+set}" = set; then :
33505 withval
=$with_sdl_prefix; sdl_prefix
="$withval"
33511 # Check whether --with-sdl-exec-prefix was given.
33512 if test "${with_sdl_exec_prefix+set}" = set; then :
33513 withval
=$with_sdl_exec_prefix; sdl_exec_prefix
="$withval"
33518 # Check whether --enable-sdltest was given.
33519 if test "${enable_sdltest+set}" = set; then :
33520 enableval
=$enable_sdltest;
33526 if test x
$sdl_exec_prefix != x
; then
33527 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
33528 if test x
${SDL_CONFIG+set} != xset
; then
33529 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
33532 if test x
$sdl_prefix != x
; then
33533 sdl_args
="$sdl_args --prefix=$sdl_prefix"
33534 if test x
${SDL_CONFIG+set} != xset
; then
33535 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
33539 if test "x$prefix" != xNONE
; then
33540 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
33542 # Extract the first word of "sdl-config", so it can be a program name with args.
33543 set dummy sdl
-config; ac_word
=$2
33544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33545 $as_echo_n "checking for $ac_word... " >&6; }
33546 if ${ac_cv_path_SDL_CONFIG+:} false
; then :
33547 $as_echo_n "(cached) " >&6
33549 case $SDL_CONFIG in
33551 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
33554 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33555 for as_dir
in $PATH
33558 test -z "$as_dir" && as_dir
=.
33559 for ac_exec_ext
in '' $ac_executable_extensions; do
33560 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
33561 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
33562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33569 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
33573 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
33574 if test -n "$SDL_CONFIG"; then
33575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL_CONFIG" >&5
33576 $as_echo "$SDL_CONFIG" >&6; }
33578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33579 $as_echo "no" >&6; }
33583 min_sdl_version
=1.2.0
33584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL - version >= $min_sdl_version" >&5
33585 $as_echo_n "checking for SDL - version >= $min_sdl_version... " >&6; }
33587 if test "$SDL_CONFIG" = "no" ; then
33590 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
33591 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
33593 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
33594 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
33595 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
33596 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
33597 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
33598 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
33599 if test "x$enable_sdltest" = "xyes" ; then
33600 ac_save_CFLAGS
="$CFLAGS"
33601 ac_save_CXXFLAGS
="$CXXFLAGS"
33602 ac_save_LIBS
="$LIBS"
33603 CFLAGS
="$CFLAGS $SDL_CFLAGS"
33604 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
33605 LIBS
="$LIBS $SDL_LIBS"
33607 if test "$cross_compiling" = yes; then :
33608 echo $ac_n "cross compiling; assumed OK... $ac_c"
33610 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33611 /* end confdefs.h. */
33614 #include <stdlib.h>
33615 #include <string.h>
33619 my_strdup (char *str)
33625 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
33626 strcpy (new_str, str);
33634 int main (int argc, char *argv[])
33636 int major, minor, micro;
33639 /* This hangs on some systems (?)
33640 system ("touch conf.sdltest");
33642 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
33644 /* HP/UX 9 (%@#!) writes to sscanf strings */
33645 tmp_version = my_strdup("$min_sdl_version");
33646 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
33647 printf("%s, bad version string\n", "$min_sdl_version");
33651 if (($sdl_major_version > major) ||
33652 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
33653 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
33659 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
33660 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
33661 printf("*** best to upgrade to the required version.\n");
33662 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
33663 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
33664 printf("*** config.cache before re-running configure\n");
33671 if ac_fn_c_try_run
"$LINENO"; then :
33676 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
33677 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
33680 CFLAGS
="$ac_save_CFLAGS"
33681 CXXFLAGS
="$ac_save_CXXFLAGS"
33682 LIBS
="$ac_save_LIBS"
33685 if test "x$no_sdl" = x
; then
33686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33687 $as_echo "yes" >&6; }
33689 EXTRALIBS_SDL
="$SDL_LIBS"
33690 CFLAGS
="$SDL_CFLAGS $CFLAGS"
33691 CXXFLAGS
="$SDL_CFLAGS $CXXFLAGS"
33692 $as_echo "#define wxUSE_LIBSDL 1" >>confdefs.h
33696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33697 $as_echo "no" >&6; }
33698 if test "$SDL_CONFIG" = "no" ; then
33699 echo "*** The sdl-config script installed by SDL could not be found"
33700 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
33701 echo "*** your path, or set the SDL_CONFIG environment variable to the"
33702 echo "*** full path to sdl-config."
33704 if test -f conf.sdltest
; then
33707 echo "*** Could not run SDL test program, checking why..."
33708 CFLAGS
="$CFLAGS $SDL_CFLAGS"
33709 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
33710 LIBS
="$LIBS $SDL_LIBS"
33711 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33712 /* end confdefs.h. */
33717 int main(int argc, char *argv[])
33720 #define main K_and_R_C_main
33730 if ac_fn_c_try_link
"$LINENO"; then :
33731 echo "*** The test program compiled, but did not run. This usually means"
33732 echo "*** that the run-time linker is not finding SDL or finding the wrong"
33733 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
33734 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
33735 echo "*** to the installed location Also, make sure you have run ldconfig if that"
33736 echo "*** is required on your system"
33738 echo "*** If you have an old version installed, it is best to remove it, although"
33739 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
33741 echo "*** The test program failed to compile or link. See the file config.log for the"
33742 echo "*** exact error that occurred. This usually means SDL was incorrectly installed"
33743 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
33744 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
33746 rm -f core conftest.err conftest.
$ac_objext \
33747 conftest
$ac_exeext conftest.
$ac_ext
33748 CFLAGS
="$ac_save_CFLAGS"
33749 CXXFLAGS
="$ac_save_CXXFLAGS"
33750 LIBS
="$ac_save_LIBS"
33761 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
33768 if test "$wxUSE_SOUND" = "yes"; then
33769 $as_echo "#define wxUSE_SOUND 1" >>confdefs.h
33771 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
33774 if test "$WXGTK2" = 1; then
33777 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33778 if test -n "$ac_tool_prefix"; then
33779 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
33780 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
33781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33782 $as_echo_n "checking for $ac_word... " >&6; }
33783 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
33784 $as_echo_n "(cached) " >&6
33786 case $PKG_CONFIG in
33788 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
33791 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33792 for as_dir
in $PATH
33795 test -z "$as_dir" && as_dir
=.
33796 for ac_exec_ext
in '' $ac_executable_extensions; do
33797 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
33798 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
33799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33809 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
33810 if test -n "$PKG_CONFIG"; then
33811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
33812 $as_echo "$PKG_CONFIG" >&6; }
33814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33815 $as_echo "no" >&6; }
33820 if test -z "$ac_cv_path_PKG_CONFIG"; then
33821 ac_pt_PKG_CONFIG
=$PKG_CONFIG
33822 # Extract the first word of "pkg-config", so it can be a program name with args.
33823 set dummy pkg
-config; ac_word
=$2
33824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33825 $as_echo_n "checking for $ac_word... " >&6; }
33826 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
33827 $as_echo_n "(cached) " >&6
33829 case $ac_pt_PKG_CONFIG in
33831 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
33834 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33835 for as_dir
in $PATH
33838 test -z "$as_dir" && as_dir
=.
33839 for ac_exec_ext
in '' $ac_executable_extensions; do
33840 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
33841 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
33842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33852 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
33853 if test -n "$ac_pt_PKG_CONFIG"; then
33854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
33855 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
33857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33858 $as_echo "no" >&6; }
33861 if test "x$ac_pt_PKG_CONFIG" = x
; then
33864 case $cross_compiling:$ac_tool_warned in
33866 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
33867 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
33868 ac_tool_warned
=yes ;;
33870 PKG_CONFIG
=$ac_pt_PKG_CONFIG
33873 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
33877 if test -n "$PKG_CONFIG"; then
33878 _pkg_min_version
=0.9.0
33879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
33880 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
33881 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
33882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33883 $as_echo "yes" >&6; }
33885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33886 $as_echo "no" >&6; }
33892 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
33894 if test "$wxUSE_GTKPRINT" = "yes" ; then
33895 if test "$WXGTK3" = 1; then
33896 gtk_unix_print
="gtk+-unix-print-3.0"
33898 gtk_unix_print
="gtk+-unix-print-2.0 >= 2.10"
33902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKPRINT" >&5
33903 $as_echo_n "checking for GTKPRINT... " >&6; }
33905 if test -n "$PKG_CONFIG"; then
33906 if test -n "$GTKPRINT_CFLAGS"; then
33907 pkg_cv_GTKPRINT_CFLAGS
="$GTKPRINT_CFLAGS"
33909 if test -n "$PKG_CONFIG" && \
33910 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_unix_print\""; } >&5
33911 ($PKG_CONFIG --exists --print-errors "$gtk_unix_print") 2>&5
33913 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33914 test $ac_status = 0; }; then
33915 pkg_cv_GTKPRINT_CFLAGS
=`$PKG_CONFIG --cflags "$gtk_unix_print" 2>/dev/null`
33923 if test -n "$PKG_CONFIG"; then
33924 if test -n "$GTKPRINT_LIBS"; then
33925 pkg_cv_GTKPRINT_LIBS
="$GTKPRINT_LIBS"
33927 if test -n "$PKG_CONFIG" && \
33928 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_unix_print\""; } >&5
33929 ($PKG_CONFIG --exists --print-errors "$gtk_unix_print") 2>&5
33931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33932 test $ac_status = 0; }; then
33933 pkg_cv_GTKPRINT_LIBS
=`$PKG_CONFIG --libs "$gtk_unix_print" 2>/dev/null`
33944 if test $pkg_failed = yes; then
33946 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33947 _pkg_short_errors_supported
=yes
33949 _pkg_short_errors_supported
=no
33951 if test $_pkg_short_errors_supported = yes; then
33952 GTKPRINT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gtk_unix_print"`
33954 GTKPRINT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$gtk_unix_print"`
33956 # Put the nasty error message in config.log where it belongs
33957 echo "$GTKPRINT_PKG_ERRORS" >&5
33960 { $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
33961 $as_echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
33962 wxUSE_GTKPRINT
="no"
33965 elif test $pkg_failed = untried
; then
33967 { $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
33968 $as_echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
33969 wxUSE_GTKPRINT
="no"
33973 GTKPRINT_CFLAGS
=$pkg_cv_GTKPRINT_CFLAGS
33974 GTKPRINT_LIBS
=$pkg_cv_GTKPRINT_LIBS
33975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33976 $as_echo "yes" >&6; }
33978 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GTKPRINT_LIBS"
33979 CFLAGS
="$GTKPRINT_CFLAGS $CFLAGS"
33980 CXXFLAGS
="$GTKPRINT_CFLAGS $CXXFLAGS"
33981 $as_echo "#define wxUSE_GTKPRINT 1" >>confdefs.h
33987 if test "$WXGTK3" = 1; then
33988 wxUSE_LIBGNOMEPRINT
=no
33991 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
33995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGNOMEPRINTUI" >&5
33996 $as_echo_n "checking for LIBGNOMEPRINTUI... " >&6; }
33998 if test -n "$PKG_CONFIG"; then
33999 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
34000 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
="$LIBGNOMEPRINTUI_CFLAGS"
34002 if test -n "$PKG_CONFIG" && \
34003 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\""; } >&5
34004 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
34006 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34007 test $ac_status = 0; }; then
34008 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
34016 if test -n "$PKG_CONFIG"; then
34017 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
34018 pkg_cv_LIBGNOMEPRINTUI_LIBS
="$LIBGNOMEPRINTUI_LIBS"
34020 if test -n "$PKG_CONFIG" && \
34021 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\""; } >&5
34022 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
34024 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34025 test $ac_status = 0; }; then
34026 pkg_cv_LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
34037 if test $pkg_failed = yes; then
34039 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34040 _pkg_short_errors_supported
=yes
34042 _pkg_short_errors_supported
=no
34044 if test $_pkg_short_errors_supported = yes; then
34045 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
34047 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
34049 # Put the nasty error message in config.log where it belongs
34050 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
34053 if test "$wxUSE_GTKPRINT" = yes; then
34054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34055 $as_echo "no" >&6; }
34057 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
34058 $as_echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
34060 wxUSE_LIBGNOMEPRINT
="no"
34063 elif test $pkg_failed = untried
; then
34065 if test "$wxUSE_GTKPRINT" = yes; then
34066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34067 $as_echo "no" >&6; }
34069 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
34070 $as_echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
34072 wxUSE_LIBGNOMEPRINT
="no"
34076 LIBGNOMEPRINTUI_CFLAGS
=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
34077 LIBGNOMEPRINTUI_LIBS
=$pkg_cv_LIBGNOMEPRINTUI_LIBS
34078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34079 $as_echo "yes" >&6; }
34081 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $LIBGNOMEPRINTUI_LIBS"
34082 CFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
34083 CXXFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
34084 $as_echo "#define wxUSE_LIBGNOMEPRINT 1" >>confdefs.h
34091 if test "$wxUSE_MIMETYPE" = "yes" ; then
34092 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
34096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOMEVFS" >&5
34097 $as_echo_n "checking for GNOMEVFS... " >&6; }
34099 if test -n "$PKG_CONFIG"; then
34100 if test -n "$GNOMEVFS_CFLAGS"; then
34101 pkg_cv_GNOMEVFS_CFLAGS
="$GNOMEVFS_CFLAGS"
34103 if test -n "$PKG_CONFIG" && \
34104 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\""; } >&5
34105 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
34107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34108 test $ac_status = 0; }; then
34109 pkg_cv_GNOMEVFS_CFLAGS
=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
34117 if test -n "$PKG_CONFIG"; then
34118 if test -n "$GNOMEVFS_LIBS"; then
34119 pkg_cv_GNOMEVFS_LIBS
="$GNOMEVFS_LIBS"
34121 if test -n "$PKG_CONFIG" && \
34122 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\""; } >&5
34123 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
34125 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34126 test $ac_status = 0; }; then
34127 pkg_cv_GNOMEVFS_LIBS
=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
34138 if test $pkg_failed = yes; then
34140 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34141 _pkg_short_errors_supported
=yes
34143 _pkg_short_errors_supported
=no
34145 if test $_pkg_short_errors_supported = yes; then
34146 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
34148 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
34150 # Put the nasty error message in config.log where it belongs
34151 echo "$GNOMEVFS_PKG_ERRORS" >&5
34154 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
34155 $as_echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
34156 wxUSE_LIBGNOMEVFS
="no"
34159 elif test $pkg_failed = untried
; then
34161 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
34162 $as_echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
34163 wxUSE_LIBGNOMEVFS
="no"
34167 GNOMEVFS_CFLAGS
=$pkg_cv_GNOMEVFS_CFLAGS
34168 GNOMEVFS_LIBS
=$pkg_cv_GNOMEVFS_LIBS
34169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34170 $as_echo "yes" >&6; }
34172 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GNOMEVFS_LIBS"
34173 CFLAGS
="$GNOMEVFS_CFLAGS $CFLAGS"
34174 CXXFLAGS
="$GNOMEVFS_CFLAGS $CXXFLAGS"
34175 $as_echo "#define wxUSE_LIBGNOMEVFS 1" >>confdefs.h
34182 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes" ; then
34183 if test "$wxUSE_LIBNOTIFY" = "yes" ; then
34187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34188 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34190 if test -n "$PKG_CONFIG"; then
34191 if test -n "$LIBNOTIFY_CFLAGS"; then
34192 pkg_cv_LIBNOTIFY_CFLAGS
="$LIBNOTIFY_CFLAGS"
34194 if test -n "$PKG_CONFIG" && \
34195 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.7\""; } >&5
34196 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.7") 2>&5
34198 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34199 test $ac_status = 0; }; then
34200 pkg_cv_LIBNOTIFY_CFLAGS
=`$PKG_CONFIG --cflags "libnotify >= 0.7" 2>/dev/null`
34208 if test -n "$PKG_CONFIG"; then
34209 if test -n "$LIBNOTIFY_LIBS"; then
34210 pkg_cv_LIBNOTIFY_LIBS
="$LIBNOTIFY_LIBS"
34212 if test -n "$PKG_CONFIG" && \
34213 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.7\""; } >&5
34214 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.7") 2>&5
34216 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34217 test $ac_status = 0; }; then
34218 pkg_cv_LIBNOTIFY_LIBS
=`$PKG_CONFIG --libs "libnotify >= 0.7" 2>/dev/null`
34229 if test $pkg_failed = yes; then
34231 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34232 _pkg_short_errors_supported
=yes
34234 _pkg_short_errors_supported
=no
34236 if test $_pkg_short_errors_supported = yes; then
34237 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.7"`
34239 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.7"`
34241 # Put the nasty error message in config.log where it belongs
34242 echo "$LIBNOTIFY_PKG_ERRORS" >&5
34247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34248 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34250 if test -n "$PKG_CONFIG"; then
34251 if test -n "$LIBNOTIFY_CFLAGS"; then
34252 pkg_cv_LIBNOTIFY_CFLAGS
="$LIBNOTIFY_CFLAGS"
34254 if test -n "$PKG_CONFIG" && \
34255 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34256 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34259 test $ac_status = 0; }; then
34260 pkg_cv_LIBNOTIFY_CFLAGS
=`$PKG_CONFIG --cflags "libnotify >= 0.4" 2>/dev/null`
34268 if test -n "$PKG_CONFIG"; then
34269 if test -n "$LIBNOTIFY_LIBS"; then
34270 pkg_cv_LIBNOTIFY_LIBS
="$LIBNOTIFY_LIBS"
34272 if test -n "$PKG_CONFIG" && \
34273 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34274 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34277 test $ac_status = 0; }; then
34278 pkg_cv_LIBNOTIFY_LIBS
=`$PKG_CONFIG --libs "libnotify >= 0.4" 2>/dev/null`
34289 if test $pkg_failed = yes; then
34291 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34292 _pkg_short_errors_supported
=yes
34294 _pkg_short_errors_supported
=no
34296 if test $_pkg_short_errors_supported = yes; then
34297 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.4"`
34299 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.4"`
34301 # Put the nasty error message in config.log where it belongs
34302 echo "$LIBNOTIFY_PKG_ERRORS" >&5
34304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34305 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34307 elif test $pkg_failed = untried
; then
34308 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34309 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34312 LIBNOTIFY_CFLAGS
=$pkg_cv_LIBNOTIFY_CFLAGS
34313 LIBNOTIFY_LIBS
=$pkg_cv_LIBNOTIFY_LIBS
34314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34315 $as_echo "yes" >&6; }
34320 elif test $pkg_failed = untried
; then
34324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34325 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34327 if test -n "$PKG_CONFIG"; then
34328 if test -n "$LIBNOTIFY_CFLAGS"; then
34329 pkg_cv_LIBNOTIFY_CFLAGS
="$LIBNOTIFY_CFLAGS"
34331 if test -n "$PKG_CONFIG" && \
34332 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34333 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34335 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34336 test $ac_status = 0; }; then
34337 pkg_cv_LIBNOTIFY_CFLAGS
=`$PKG_CONFIG --cflags "libnotify >= 0.4" 2>/dev/null`
34345 if test -n "$PKG_CONFIG"; then
34346 if test -n "$LIBNOTIFY_LIBS"; then
34347 pkg_cv_LIBNOTIFY_LIBS
="$LIBNOTIFY_LIBS"
34349 if test -n "$PKG_CONFIG" && \
34350 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34351 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34353 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34354 test $ac_status = 0; }; then
34355 pkg_cv_LIBNOTIFY_LIBS
=`$PKG_CONFIG --libs "libnotify >= 0.4" 2>/dev/null`
34366 if test $pkg_failed = yes; then
34368 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34369 _pkg_short_errors_supported
=yes
34371 _pkg_short_errors_supported
=no
34373 if test $_pkg_short_errors_supported = yes; then
34374 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.4"`
34376 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.4"`
34378 # Put the nasty error message in config.log where it belongs
34379 echo "$LIBNOTIFY_PKG_ERRORS" >&5
34381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34382 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34384 elif test $pkg_failed = untried
; then
34385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34386 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34389 LIBNOTIFY_CFLAGS
=$pkg_cv_LIBNOTIFY_CFLAGS
34390 LIBNOTIFY_LIBS
=$pkg_cv_LIBNOTIFY_LIBS
34391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34392 $as_echo "yes" >&6; }
34398 LIBNOTIFY_CFLAGS
=$pkg_cv_LIBNOTIFY_CFLAGS
34399 LIBNOTIFY_LIBS
=$pkg_cv_LIBNOTIFY_LIBS
34400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34401 $as_echo "yes" >&6; }
34404 $as_echo "#define wxUSE_LIBNOTIFY_0_7 1" >>confdefs.h
34409 if test "$HAVE_LIBNOTIFY" = "1" ; then
34410 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $LIBNOTIFY_LIBS"
34411 CFLAGS
="$LIBNOTIFY_CFLAGS $CFLAGS"
34412 CXXFLAGS
="$LIBNOTIFY_CFLAGS $CXXFLAGS"
34413 $as_echo "#define wxUSE_LIBNOTIFY 1" >>confdefs.h
34419 if test "$wxUSE_LIBHILDON" = "yes" ; then
34422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON" >&5
34423 $as_echo_n "checking for HILDON... " >&6; }
34425 if test -n "$PKG_CONFIG"; then
34426 if test -n "$HILDON_CFLAGS"; then
34427 pkg_cv_HILDON_CFLAGS
="$HILDON_CFLAGS"
34429 if test -n "$PKG_CONFIG" && \
34430 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\""; } >&5
34431 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
34433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34434 test $ac_status = 0; }; then
34435 pkg_cv_HILDON_CFLAGS
=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
34443 if test -n "$PKG_CONFIG"; then
34444 if test -n "$HILDON_LIBS"; then
34445 pkg_cv_HILDON_LIBS
="$HILDON_LIBS"
34447 if test -n "$PKG_CONFIG" && \
34448 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\""; } >&5
34449 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
34451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34452 test $ac_status = 0; }; then
34453 pkg_cv_HILDON_LIBS
=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
34464 if test $pkg_failed = yes; then
34466 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34467 _pkg_short_errors_supported
=yes
34469 _pkg_short_errors_supported
=no
34471 if test $_pkg_short_errors_supported = yes; then
34472 HILDON_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
34474 HILDON_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
34476 # Put the nasty error message in config.log where it belongs
34477 echo "$HILDON_PKG_ERRORS" >&5
34480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_lgpl not found" >&5
34481 $as_echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
34482 wxUSE_LIBHILDON
="no"
34486 elif test $pkg_failed = untried
; then
34488 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_lgpl not found" >&5
34489 $as_echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
34490 wxUSE_LIBHILDON
="no"
34495 HILDON_CFLAGS
=$pkg_cv_HILDON_CFLAGS
34496 HILDON_LIBS
=$pkg_cv_HILDON_LIBS
34497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34498 $as_echo "yes" >&6; }
34500 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $HILDON_LIBS"
34501 CFLAGS
="$CFLAGS $HILDON_CFLAGS"
34502 CXXFLAGS
="$CXXFLAGS $HILDON_CFLAGS"
34503 $as_echo "#define wxUSE_LIBHILDON 1" >>confdefs.h
34509 if test "$ac_hildon_lgpl" = 0 ; then
34512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON2" >&5
34513 $as_echo_n "checking for HILDON2... " >&6; }
34515 if test -n "$PKG_CONFIG"; then
34516 if test -n "$HILDON2_CFLAGS"; then
34517 pkg_cv_HILDON2_CFLAGS
="$HILDON2_CFLAGS"
34519 if test -n "$PKG_CONFIG" && \
34520 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\""; } >&5
34521 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
34523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34524 test $ac_status = 0; }; then
34525 pkg_cv_HILDON2_CFLAGS
=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
34533 if test -n "$PKG_CONFIG"; then
34534 if test -n "$HILDON2_LIBS"; then
34535 pkg_cv_HILDON2_LIBS
="$HILDON2_LIBS"
34537 if test -n "$PKG_CONFIG" && \
34538 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\""; } >&5
34539 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
34541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34542 test $ac_status = 0; }; then
34543 pkg_cv_HILDON2_LIBS
=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
34554 if test $pkg_failed = yes; then
34556 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34557 _pkg_short_errors_supported
=yes
34559 _pkg_short_errors_supported
=no
34561 if test $_pkg_short_errors_supported = yes; then
34562 HILDON2_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
34564 HILDON2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
34566 # Put the nasty error message in config.log where it belongs
34567 echo "$HILDON2_PKG_ERRORS" >&5
34570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_1 not found" >&5
34571 $as_echo "$as_me: WARNING: libhildon_1 not found" >&2;}
34572 wxUSE_LIBHILDON2
="no"
34575 elif test $pkg_failed = untried
; then
34577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_1 not found" >&5
34578 $as_echo "$as_me: WARNING: libhildon_1 not found" >&2;}
34579 wxUSE_LIBHILDON2
="no"
34583 HILDON2_CFLAGS
=$pkg_cv_HILDON2_CFLAGS
34584 HILDON2_LIBS
=$pkg_cv_HILDON2_LIBS
34585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34586 $as_echo "yes" >&6; }
34588 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $HILDON2_LIBS"
34589 CFLAGS
="$CFLAGS $HILDON2_CFLAGS"
34590 CXXFLAGS
="$CXXFLAGS $HILDON2_CFLAGS"
34591 $as_echo "#define wxUSE_LIBHILDON2 1" >>confdefs.h
34599 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
34600 $as_echo "#define wxUSE_CMDLINE_PARSER 1" >>confdefs.h
34604 if test "$wxUSE_STOPWATCH" = "yes"; then
34605 $as_echo "#define wxUSE_STOPWATCH 1" >>confdefs.h
34609 if test "$wxUSE_DATETIME" = "yes"; then
34610 $as_echo "#define wxUSE_DATETIME 1" >>confdefs.h
34614 if test "$wxUSE_FILE" = "yes"; then
34615 $as_echo "#define wxUSE_FILE 1" >>confdefs.h
34619 if test "$wxUSE_FFILE" = "yes"; then
34620 $as_echo "#define wxUSE_FFILE 1" >>confdefs.h
34624 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
34625 if test "$wxUSE_STREAMS" != yes; then
34626 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxArchive requires wxStreams... disabled" >&5
34627 $as_echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
34628 wxUSE_ARCHIVE_STREAMS
=no
34630 $as_echo "#define wxUSE_ARCHIVE_STREAMS 1" >>confdefs.h
34635 if test "$wxUSE_ZIPSTREAM" = "yes"; then
34636 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
34637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZip requires wxArchive... disabled" >&5
34638 $as_echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
34639 elif test "$wxUSE_ZLIB" = "no"; then
34640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZip requires wxZlib... disabled" >&5
34641 $as_echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
34643 $as_echo "#define wxUSE_ZIPSTREAM 1" >>confdefs.h
34648 if test "$wxUSE_TARSTREAM" = "yes"; then
34649 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
34650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTar requires wxArchive... disabled" >&5
34651 $as_echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
34653 $as_echo "#define wxUSE_TARSTREAM 1" >>confdefs.h
34658 if test "$wxUSE_FILE_HISTORY" = "yes"; then
34659 $as_echo "#define wxUSE_FILE_HISTORY 1" >>confdefs.h
34663 if test "$wxUSE_FILESYSTEM" = "yes"; then
34664 if test "$wxUSE_STREAMS" != yes -o \
( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \
); then
34665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
34666 $as_echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
34667 wxUSE_FILESYSTEM
=no
34669 $as_echo "#define wxUSE_FILESYSTEM 1" >>confdefs.h
34674 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
34675 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
34676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
34677 $as_echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
34679 $as_echo "#define wxUSE_FS_ARCHIVE 1" >>confdefs.h
34684 if test "$wxUSE_FS_ZIP" = "yes"; then
34685 if test "$wxUSE_FS_ARCHIVE" != yes; then
34686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
34687 $as_echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
34689 $as_echo "#define wxUSE_FS_ZIP 1" >>confdefs.h
34694 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34695 if test "$USE_UNIX" != 1; then
34696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
34697 $as_echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
34698 wxUSE_ON_FATAL_EXCEPTION
=no
34700 $as_echo "#define wxUSE_ON_FATAL_EXCEPTION 1" >>confdefs.h
34705 if test "$wxUSE_STACKWALKER" = "yes"; then
34706 $as_echo "#define wxUSE_STACKWALKER 1" >>confdefs.h
34710 if test "$wxUSE_DEBUGREPORT" = "yes"; then
34711 if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
34712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
34713 $as_echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
34714 wxUSE_DEBUGREPORT
=no
34716 $as_echo "#define wxUSE_DEBUGREPORT 1" >>confdefs.h
34718 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34719 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS debugrpt"
34724 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34725 $as_echo "#define wxUSE_SNGLINST_CHECKER 1" >>confdefs.h
34729 if test "$wxUSE_BUSYINFO" = "yes"; then
34730 $as_echo "#define wxUSE_BUSYINFO 1" >>confdefs.h
34734 if test "$wxUSE_HOTKEY" = "yes"; then
34735 if test "$wxUSE_MSW" != 1 -a "$wxUSE_OSX_COCOA" != 1 -a "$wxUSE_OSX_CARBON" != 1; then
34736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Hot keys not supported by the current toolkit, disabled" >&5
34737 $as_echo "$as_me: WARNING: Hot keys not supported by the current toolkit, disabled" >&2;}
34740 elif test "$wxUSE_HOTKEY" = "auto"; then
34741 if test "$wxUSE_MSW" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OSX_CARBON" = 1; then
34745 if test "$wxUSE_HOTKEY" = "yes"; then
34746 $as_echo "#define wxUSE_HOTKEY 1" >>confdefs.h
34750 if test "$wxUSE_STD_CONTAINERS" = "yes"; then
34751 $as_echo "#define wxUSE_STD_CONTAINERS 1" >>confdefs.h
34755 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
34756 $as_echo "#define wxUSE_STD_IOSTREAM 1" >>confdefs.h
34760 if test "$wxUSE_STD_STRING" = "yes"; then
34761 $as_echo "#define wxUSE_STD_STRING 1" >>confdefs.h
34765 if test "$wxUSE_STD_STRING_CONV_IN_WXSTRING" = "yes"; then
34766 $as_echo "#define wxUSE_STD_STRING_CONV_IN_WXSTRING 1" >>confdefs.h
34770 if test "$wxUSE_STDPATHS" = "yes"; then
34771 $as_echo "#define wxUSE_STDPATHS 1" >>confdefs.h
34775 if test "$wxUSE_TEXTBUFFER" = "yes"; then
34776 $as_echo "#define wxUSE_TEXTBUFFER 1" >>confdefs.h
34780 if test "$wxUSE_TEXTFILE" = "yes"; then
34781 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
34782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
34783 $as_echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
34785 $as_echo "#define wxUSE_TEXTFILE 1" >>confdefs.h
34790 if test "$wxUSE_CONFIG" = "yes" ; then
34791 if test "$wxUSE_TEXTFILE" != "yes"; then
34792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxConfig requires wxTextFile... disabled" >&5
34793 $as_echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
34795 $as_echo "#define wxUSE_CONFIG 1" >>confdefs.h
34797 $as_echo "#define wxUSE_CONFIG_NATIVE 1" >>confdefs.h
34799 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
34803 if test "$wxUSE_INTL" = "yes" ; then
34804 if test "$wxUSE_FILE" != "yes"; then
34805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I18n code requires wxFile... disabled" >&5
34806 $as_echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
34808 $as_echo "#define wxUSE_INTL 1" >>confdefs.h
34810 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
34811 GUIDIST
="$GUIDIST INTL_DIST"
34815 if test "$wxUSE_XLOCALE" = "yes" ; then
34816 $as_echo "#define wxUSE_XLOCALE 1" >>confdefs.h
34818 ac_fn_c_check_type
"$LINENO" "locale_t" "ac_cv_type_locale_t" "#include <xlocale.h>
34819 #include <locale.h>
34821 if test "x$ac_cv_type_locale_t" = xyes
; then :
34823 cat >>confdefs.h
<<_ACEOF
34824 #define HAVE_LOCALE_T 1
34832 if test "$wxUSE_LOG" = "yes"; then
34833 $as_echo "#define wxUSE_LOG 1" >>confdefs.h
34836 if test "$wxUSE_LOGGUI" = "yes"; then
34837 $as_echo "#define wxUSE_LOGGUI 1" >>confdefs.h
34841 if test "$wxUSE_LOGWINDOW" = "yes"; then
34842 $as_echo "#define wxUSE_LOGWINDOW 1" >>confdefs.h
34846 if test "$wxUSE_LOGDIALOG" = "yes"; then
34847 $as_echo "#define wxUSE_LOG_DIALOG 1" >>confdefs.h
34851 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS keyboard"
34854 if test "$wxUSE_LONGLONG" = "yes"; then
34855 $as_echo "#define wxUSE_LONGLONG 1" >>confdefs.h
34859 if test "$wxUSE_GEOMETRY" = "yes"; then
34860 $as_echo "#define wxUSE_GEOMETRY 1" >>confdefs.h
34864 if test "$wxUSE_BASE64" = "yes"; then
34865 $as_echo "#define wxUSE_BASE64 1" >>confdefs.h
34869 if test "$wxUSE_STREAMS" = "yes" ; then
34870 $as_echo "#define wxUSE_STREAMS 1" >>confdefs.h
34874 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
34875 $as_echo "#define wxUSE_PRINTF_POS_PARAMS 1" >>confdefs.h
34879 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
34880 $as_echo "#define wxUSE_OBJC_UNIQUIFYING 1" >>confdefs.h
34885 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
34886 $as_echo "#define wxUSE_CONSOLE_EVENTLOOP 1" >>confdefs.h
34889 if test "$wxUSE_UNIX" = "yes"; then
34890 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
34891 $as_echo "#define wxUSE_SELECT_DISPATCHER 1" >>confdefs.h
34895 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
34896 for ac_header
in sys
/epoll.h
34898 ac_fn_c_check_header_compile
"$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default
34900 if test "x$ac_cv_header_sys_epoll_h" = xyes
; then :
34901 cat >>confdefs.h
<<_ACEOF
34902 #define HAVE_SYS_EPOLL_H 1
34909 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
34910 $as_echo "#define wxUSE_EPOLL_DISPATCHER 1" >>confdefs.h
34913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
34914 $as_echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
34921 for ac_func
in gettimeofday ftime
34923 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
34924 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
34925 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
34926 cat >>confdefs.h
<<_ACEOF
34927 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
34934 if test "$ac_cv_func_gettimeofday" = "yes"; then
34935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday takes two arguments" >&5
34936 $as_echo_n "checking whether gettimeofday takes two arguments... " >&6; }
34937 if ${wx_cv_func_gettimeofday_has_2_args+:} false
; then :
34938 $as_echo_n "(cached) " >&6
34941 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
34942 /* end confdefs.h. */
34944 #include <sys/time.h>
34945 #include <unistd.h>
34952 gettimeofday(&tv, NULL);
34958 if ac_fn_c_try_compile
"$LINENO"; then :
34959 wx_cv_func_gettimeofday_has_2_args
=yes
34961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
34962 /* end confdefs.h. */
34964 #include <sys/time.h>
34965 #include <unistd.h>
34978 if ac_fn_c_try_compile
"$LINENO"; then :
34979 wx_cv_func_gettimeofday_has_2_args
=no
34982 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: failed to determine number of gettimeofday() arguments" >&5
34983 $as_echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
34984 wx_cv_func_gettimeofday_has_2_args
=unknown
34988 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
34991 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
34994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_gettimeofday_has_2_args" >&5
34995 $as_echo "$wx_cv_func_gettimeofday_has_2_args" >&6; }
34997 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
34998 $as_echo "#define WX_GETTIMEOFDAY_NO_TZ 1" >>confdefs.h
35003 if test "$wxUSE_DATETIME" = "yes"; then
35004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable in <time.h>" >&5
35005 $as_echo_n "checking for timezone variable in <time.h>... " >&6; }
35006 if ${wx_cv_var_timezone+:} false
; then :
35007 $as_echo_n "(cached) " >&6
35011 ac_cpp
='$CXXCPP $CPPFLAGS'
35012 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35013 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35014 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35017 /* end confdefs.h. */
35032 if ac_fn_cxx_try_compile
"$LINENO"; then :
35034 wx_cv_var_timezone
=timezone
35038 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35039 /* end confdefs.h. */
35054 if ac_fn_cxx_try_compile
"$LINENO"; then :
35056 wx_cv_var_timezone
=_timezone
35060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35061 /* end confdefs.h. */
35076 if ac_fn_cxx_try_compile
"$LINENO"; then :
35078 wx_cv_var_timezone
=__timezone
35082 if test "$USE_DOS" = 0 ; then
35083 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no timezone variable" >&5
35084 $as_echo "$as_me: WARNING: no timezone variable" >&2;}
35089 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35093 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35097 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35099 ac_cpp
='$CPP $CPPFLAGS'
35100 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35101 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35102 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_var_timezone" >&5
35108 $as_echo "$wx_cv_var_timezone" >&6; }
35110 if test "x$wx_cv_var_timezone" != x
; then
35111 cat >>confdefs.h
<<_ACEOF
35112 #define WX_TIMEZONE $wx_cv_var_timezone
35117 for ac_func
in localtime
35119 ac_fn_c_check_func
"$LINENO" "localtime" "ac_cv_func_localtime"
35120 if test "x$ac_cv_func_localtime" = xyes
; then :
35121 cat >>confdefs.h
<<_ACEOF
35122 #define HAVE_LOCALTIME 1
35129 if test "$ac_cv_func_localtime" = "yes"; then
35130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tm_gmtoff in struct tm" >&5
35131 $as_echo_n "checking for tm_gmtoff in struct tm... " >&6; }
35132 if ${wx_cv_struct_tm_has_gmtoff+:} false
; then :
35133 $as_echo_n "(cached) " >&6
35136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35137 /* end confdefs.h. */
35152 if ac_fn_c_try_compile
"$LINENO"; then :
35154 wx_cv_struct_tm_has_gmtoff
=yes
35157 wx_cv_struct_tm_has_gmtoff
=no
35160 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_struct_tm_has_gmtoff" >&5
35164 $as_echo "$wx_cv_struct_tm_has_gmtoff" >&6; }
35167 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
35168 $as_echo "#define WX_GMTOFF_IN_TM 1" >>confdefs.h
35172 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
35176 if test "$wxUSE_SOCKETS" = "yes"; then
35177 if test "$TOOLKIT" != "MSW"; then
35178 ac_fn_c_check_func
"$LINENO" "socket" "ac_cv_func_socket"
35179 if test "x$ac_cv_func_socket" = xyes
; then :
35183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
35184 $as_echo_n "checking for socket in -lsocket... " >&6; }
35185 if ${ac_cv_lib_socket_socket+:} false
; then :
35186 $as_echo_n "(cached) " >&6
35188 ac_check_lib_save_LIBS
=$LIBS
35189 LIBS
="-lsocket $LIBS"
35190 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35191 /* end confdefs.h. */
35193 /* Override any GCC internal prototype to avoid an error.
35194 Use char because int might match the return type of a GCC
35195 builtin and then its argument prototype would still apply. */
35208 if ac_fn_c_try_link
"$LINENO"; then :
35209 ac_cv_lib_socket_socket
=yes
35211 ac_cv_lib_socket_socket
=no
35213 rm -f core conftest.err conftest.
$ac_objext \
35214 conftest
$ac_exeext conftest.
$ac_ext
35215 LIBS
=$ac_check_lib_save_LIBS
35217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
35218 $as_echo "$ac_cv_lib_socket_socket" >&6; }
35219 if test "x$ac_cv_lib_socket_socket" = xyes
; then :
35220 if test "$INET_LINK" != " -lsocket"; then
35221 INET_LINK
="$INET_LINK -lsocket"
35225 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: socket library not found - sockets will be disabled" >&5
35226 $as_echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
35239 if test "$wxUSE_SOCKETS" = "yes" ; then
35240 if test "$TOOLKIT" != "MSW"; then
35241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is the type of the third argument of getsockname" >&5
35242 $as_echo_n "checking what is the type of the third argument of getsockname... " >&6; }
35243 if ${wx_cv_type_getsockname3+:} false
; then :
35244 $as_echo_n "(cached) " >&6
35248 ac_cpp
='$CXXCPP $CPPFLAGS'
35249 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35250 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35251 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35254 /* end confdefs.h. */
35256 #include <sys/types.h>
35257 #include <sys/socket.h>
35264 getsockname(0, 0, &len);
35270 if ac_fn_cxx_try_compile
"$LINENO"; then :
35271 wx_cv_type_getsockname3
=socklen_t
35274 CFLAGS_OLD
="$CFLAGS"
35275 if test "$GCC" = yes ; then
35276 CFLAGS
="-Werror $CFLAGS"
35279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35280 /* end confdefs.h. */
35282 #include <sys/types.h>
35283 #include <sys/socket.h>
35290 getsockname(0, 0, &len);
35296 if ac_fn_cxx_try_compile
"$LINENO"; then :
35297 wx_cv_type_getsockname3
=size_t
35299 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35300 /* end confdefs.h. */
35302 #include <sys/types.h>
35303 #include <sys/socket.h>
35310 getsockname(0, 0, &len);
35316 if ac_fn_cxx_try_compile
"$LINENO"; then :
35317 wx_cv_type_getsockname3
=int
35319 wx_cv_type_getsockname3
=unknown
35322 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35325 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35327 CFLAGS
="$CFLAGS_OLD"
35331 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35333 ac_cpp
='$CPP $CPPFLAGS'
35334 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35335 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35336 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_getsockname3" >&5
35341 $as_echo "$wx_cv_type_getsockname3" >&6; }
35343 if test "$wx_cv_type_getsockname3" = "unknown"; then
35345 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't find socklen_t synonym for this system" >&5
35346 $as_echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
35348 cat >>confdefs.h
<<_ACEOF
35349 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
35353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is the type of the fifth argument of getsockopt" >&5
35354 $as_echo_n "checking what is the type of the fifth argument of getsockopt... " >&6; }
35355 if ${wx_cv_type_getsockopt5+:} false
; then :
35356 $as_echo_n "(cached) " >&6
35360 ac_cpp
='$CXXCPP $CPPFLAGS'
35361 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35362 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35363 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35365 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35366 /* end confdefs.h. */
35368 #include <sys/types.h>
35369 #include <sys/socket.h>
35376 getsockopt(0, 0, 0, 0, &len);
35382 if ac_fn_cxx_try_compile
"$LINENO"; then :
35383 wx_cv_type_getsockopt5
=socklen_t
35386 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35387 /* end confdefs.h. */
35389 #include <sys/types.h>
35390 #include <sys/socket.h>
35397 getsockopt(0, 0, 0, 0, &len);
35403 if ac_fn_cxx_try_compile
"$LINENO"; then :
35404 wx_cv_type_getsockopt5
=size_t
35406 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35407 /* end confdefs.h. */
35409 #include <sys/types.h>
35410 #include <sys/socket.h>
35417 getsockopt(0, 0, 0, 0, &len);
35423 if ac_fn_cxx_try_compile
"$LINENO"; then :
35424 wx_cv_type_getsockopt5
=int
35426 wx_cv_type_getsockopt5
=unknown
35429 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35432 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35436 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35438 ac_cpp
='$CPP $CPPFLAGS'
35439 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35440 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35441 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_getsockopt5" >&5
35446 $as_echo "$wx_cv_type_getsockopt5" >&6; }
35448 if test "$wx_cv_type_getsockopt5" = "unknown"; then
35450 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't find socklen_t synonym for this system" >&5
35451 $as_echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
35453 cat >>confdefs.h
<<_ACEOF
35454 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
35461 if test "$wxUSE_SOCKETS" = "yes" ; then
35462 if test "$wxUSE_IPV6" = "yes"; then
35463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have sockaddr_in6" >&5
35464 $as_echo_n "checking whether we have sockaddr_in6... " >&6; }
35465 if ${wx_cv_type_sockaddr_in6+:} false
; then :
35466 $as_echo_n "(cached) " >&6
35469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35470 /* end confdefs.h. */
35472 #include <sys/types.h>
35473 #include <sys/socket.h>
35474 #include <netinet/in.h>
35480 struct sockaddr_in6 sa6;
35486 if ac_fn_c_try_compile
"$LINENO"; then :
35487 wx_cv_type_sockaddr_in6
=yes
35489 wx_cv_type_sockaddr_in6
=no
35492 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_sockaddr_in6" >&5
35497 $as_echo "$wx_cv_type_sockaddr_in6" >&6; }
35499 if test "$wx_cv_type_sockaddr_in6"="yes"; then
35500 $as_echo "#define wxUSE_IPV6 1" >>confdefs.h
35503 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: IPv6 support not available... disabled" >&5
35504 $as_echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
35508 $as_echo "#define wxUSE_SOCKETS 1" >>confdefs.h
35510 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
35513 if test "$wxUSE_PROTOCOL" = "yes"; then
35514 if test "$wxUSE_SOCKETS" != "yes"; then
35515 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Protocol classes require sockets... disabled" >&5
35516 $as_echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
35521 if test "$wxUSE_PROTOCOL" = "yes"; then
35522 $as_echo "#define wxUSE_PROTOCOL 1" >>confdefs.h
35525 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
35526 $as_echo "#define wxUSE_PROTOCOL_HTTP 1" >>confdefs.h
35529 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
35530 $as_echo "#define wxUSE_PROTOCOL_FTP 1" >>confdefs.h
35533 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
35534 $as_echo "#define wxUSE_PROTOCOL_FILE 1" >>confdefs.h
35538 if test "$wxUSE_FS_INET" = "yes"; then
35539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: HTTP filesystem require protocol classes... disabled" >&5
35540 $as_echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
35545 if test "$wxUSE_URL" = "yes"; then
35546 if test "$wxUSE_PROTOCOL" != "yes"; then
35547 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxURL class requires wxProtocol... disabled" >&5
35548 $as_echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
35551 if test "$wxUSE_URL" = "yes"; then
35552 $as_echo "#define wxUSE_URL 1" >>confdefs.h
35557 if test "$wxUSE_VARIANT" = "yes"; then
35558 $as_echo "#define wxUSE_VARIANT 1" >>confdefs.h
35562 if test "$wxUSE_FS_INET" = "yes"; then
35563 $as_echo "#define wxUSE_FS_INET 1" >>confdefs.h
35568 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
35571 if test "$TOOLKIT" = "MSW"; then
35574 elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
35575 if test "$USE_DARWIN" = 1; then
35576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking headers have declarations needed for joystick support" >&5
35577 $as_echo_n "checking headers have declarations needed for joystick support... " >&6; }
35579 ac_cpp
='$CXXCPP $CPPFLAGS'
35580 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35581 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35582 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35585 /* end confdefs.h. */
35586 #include <IOKit/hid/IOHIDLib.h>
35590 IOHIDQueueInterface *qi = NULL;
35591 IOHIDCallbackFunction cb = NULL;
35592 qi->setEventCallout(NULL, cb, NULL, NULL);
35597 if ac_fn_cxx_try_compile
"$LINENO"; then :
35601 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35603 ac_cpp
='$CPP $CPPFLAGS'
35604 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35605 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35606 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_JOYSTICK" >&5
35609 $as_echo "$wxUSE_JOYSTICK" >&6; }
35613 for ac_header
in linux
/joystick.h
35615 ac_fn_c_check_header_compile
"$LINENO" "linux/joystick.h" "ac_cv_header_linux_joystick_h" "$ac_includes_default
35617 if test "x$ac_cv_header_linux_joystick_h" = xyes
; then :
35618 cat >>confdefs.h
<<_ACEOF
35619 #define HAVE_LINUX_JOYSTICK_H 1
35628 if test "$wxUSE_JOYSTICK" = "yes"; then
35629 $as_echo "#define wxUSE_JOYSTICK 1" >>confdefs.h
35631 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
35633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Joystick not supported by this system... disabled" >&5
35634 $as_echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
35640 if test "$wxUSE_FONTENUM" = "yes" ; then
35641 $as_echo "#define wxUSE_FONTENUM 1" >>confdefs.h
35645 if test "$wxUSE_FONTMAP" = "yes" ; then
35646 $as_echo "#define wxUSE_FONTMAP 1" >>confdefs.h
35650 if test "$wxUSE_UNICODE" = "yes" ; then
35651 $as_echo "#define wxUSE_UNICODE 1" >>confdefs.h
35654 if test "$USE_WIN32" != 1; then
35655 wxUSE_UNICODE_MSLU
=no
35658 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
35659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lunicows" >&5
35660 $as_echo_n "checking for main in -lunicows... " >&6; }
35661 if ${ac_cv_lib_unicows_main+:} false
; then :
35662 $as_echo_n "(cached) " >&6
35664 ac_check_lib_save_LIBS
=$LIBS
35665 LIBS
="-lunicows $LIBS"
35666 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35667 /* end confdefs.h. */
35678 if ac_fn_c_try_link
"$LINENO"; then :
35679 ac_cv_lib_unicows_main
=yes
35681 ac_cv_lib_unicows_main
=no
35683 rm -f core conftest.err conftest.
$ac_objext \
35684 conftest
$ac_exeext conftest.
$ac_ext
35685 LIBS
=$ac_check_lib_save_LIBS
35687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unicows_main" >&5
35688 $as_echo "$ac_cv_lib_unicows_main" >&6; }
35689 if test "x$ac_cv_lib_unicows_main" = xyes
; then :
35691 $as_echo "#define wxUSE_UNICODE_MSLU 1" >>confdefs.h
35696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35697 Applications will only run on Windows NT/2000/XP!" >&5
35698 $as_echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35699 Applications will only run on Windows NT/2000/XP!" >&2;}
35700 wxUSE_UNICODE_MSLU
=no
35707 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
35708 $as_echo "#define wxUSE_UNICODE_UTF8 1" >>confdefs.h
35711 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
35712 $as_echo "#define wxUSE_UTF8_LOCALE_ONLY 1" >>confdefs.h
35718 if test "$wxUSE_CONSTRAINTS" = "yes"; then
35719 $as_echo "#define wxUSE_CONSTRAINTS 1" >>confdefs.h
35721 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
35724 if test "$wxUSE_MDI" = "yes"; then
35725 $as_echo "#define wxUSE_MDI 1" >>confdefs.h
35728 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
35729 $as_echo "#define wxUSE_MDI_ARCHITECTURE 1" >>confdefs.h
35731 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
35735 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
35736 $as_echo "#define wxUSE_DOC_VIEW_ARCHITECTURE 1" >>confdefs.h
35738 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
35741 if test "$wxUSE_HELP" = "yes"; then
35742 $as_echo "#define wxUSE_HELP 1" >>confdefs.h
35744 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
35746 if test "$wxUSE_MSW" = 1; then
35747 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
35748 $as_echo "#define wxUSE_MS_HTML_HELP 1" >>confdefs.h
35753 if test "$wxUSE_WXHTML_HELP" = "yes"; then
35754 if test "$wxUSE_HTML" = "yes"; then
35755 $as_echo "#define wxUSE_WXHTML_HELP 1" >>confdefs.h
35758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
35759 $as_echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
35760 wxUSE_WXHTML_HELP
=no
35765 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
35766 $as_echo "#define wxUSE_PRINTING_ARCHITECTURE 1" >>confdefs.h
35768 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
35771 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
35772 $as_echo "#define wxUSE_POSTSCRIPT 1" >>confdefs.h
35776 $as_echo "#define wxUSE_AFM_FOR_POSTSCRIPT 1" >>confdefs.h
35779 if test "$wxUSE_SVG" = "yes"; then
35780 $as_echo "#define wxUSE_SVG 1" >>confdefs.h
35785 if test "$wxUSE_METAFILE" = "yes"; then
35786 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
35787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMetafile is not available on this system... disabled" >&5
35788 $as_echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
35791 elif test "$wxUSE_METAFILE" = "auto"; then
35792 if test "$wxUSE_MSW" = 1 -o "$wxUSE_MAC" = 1 -o "$wxUSE_PM" = 1; then
35797 if test "$wxUSE_METAFILE" = "yes"; then
35798 $as_echo "#define wxUSE_METAFILE 1" >>confdefs.h
35800 if test "$wxUSE_MSW" = 1; then
35801 $as_echo "#define wxUSE_ENH_METAFILE 1" >>confdefs.h
35807 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
35808 -o "$wxUSE_CLIPBOARD" = "yes" \
35809 -o "$wxUSE_OLE" = "yes" \
35810 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
35811 ac_fn_c_check_header_compile
"$LINENO" "ole2.h" "ac_cv_header_ole2_h" "
35813 if test "x$ac_cv_header_ole2_h" = xyes
; then :
35819 if test "$ac_cv_header_ole2_h" = "yes" ; then
35820 if test "$GCC" = yes ; then
35821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ requires -fvtable-thunks" >&5
35822 $as_echo_n "checking if g++ requires -fvtable-thunks... " >&6; }
35823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35824 /* end confdefs.h. */
35825 #include <windows.h>
35835 if ac_fn_c_try_compile
"$LINENO"; then :
35836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
35837 $as_echo "no" >&6; }
35839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
35840 $as_echo "yes" >&6; }
35841 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fvtable-thunks"
35843 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35844 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
35845 if test "$wxUSE_OLE" = "yes" ; then
35846 $as_echo "#define wxUSE_OLE 1" >>confdefs.h
35848 $as_echo "#define wxUSE_OLE_AUTOMATION 1" >>confdefs.h
35850 $as_echo "#define wxUSE_ACTIVEX 1" >>confdefs.h
35852 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS oleauto"
35856 if test "$wxUSE_DATAOBJ" = "yes" ; then
35857 $as_echo "#define wxUSE_DATAOBJ 1" >>confdefs.h
35861 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Some features disabled because OLE headers not found" >&5
35862 $as_echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
35865 wxUSE_DRAG_AND_DROP
=no
35871 if test "$wxUSE_IPC" = "yes"; then
35872 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
35873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
35874 $as_echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
35878 if test "$wxUSE_IPC" = "yes"; then
35879 $as_echo "#define wxUSE_IPC 1" >>confdefs.h
35881 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
35885 if test "$wxUSE_DATAOBJ" = "yes"; then
35886 $as_echo "#define wxUSE_DATAOBJ 1" >>confdefs.h
35889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
35890 $as_echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
35892 wxUSE_DRAG_AND_DROP
=no
35895 if test "$wxUSE_CLIPBOARD" = "yes"; then
35896 if test "$wxUSE_DFB" = 1; then
35897 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
35898 $as_echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
35902 if test "$wxUSE_CLIPBOARD" = "yes"; then
35903 $as_echo "#define wxUSE_CLIPBOARD 1" >>confdefs.h
35908 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
35909 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_DFB" = 1; then
35910 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
35911 $as_echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
35912 wxUSE_DRAG_AND_DROP
=no
35915 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
35916 $as_echo "#define wxUSE_DRAG_AND_DROP 1" >>confdefs.h
35922 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
35923 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
35926 if test "$wxUSE_CLIPBOARD" = "yes"; then
35927 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS clipboard"
35930 if test "$wxUSE_SPLINES" = "yes" ; then
35931 $as_echo "#define wxUSE_SPLINES 1" >>confdefs.h
35935 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
35936 $as_echo "#define wxUSE_MOUSEWHEEL 1" >>confdefs.h
35940 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
35941 $as_echo "#define wxUSE_UIACTIONSIMULATOR 1" >>confdefs.h
35943 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS uiaction"
35946 if test "$wxUSE_DC_TRANSFORM_MATRIX" = "yes" ; then
35947 $as_echo "#define wxUSE_DC_TRANSFORM_MATRIX 1" >>confdefs.h
35953 if test "$wxUSE_CONTROLS" = "yes"; then
35957 if test "$wxUSE_MARKUP" = "yes"; then
35958 $as_echo "#define wxUSE_MARKUP 1" >>confdefs.h
35962 if test "$wxUSE_ACCEL" = "yes"; then
35963 $as_echo "#define wxUSE_ACCEL 1" >>confdefs.h
35968 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
35969 $as_echo "#define wxUSE_ANIMATIONCTRL 1" >>confdefs.h
35972 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS animate"
35975 if test "$wxUSE_BANNERWINDOW" = "yes"; then
35976 $as_echo "#define wxUSE_BANNERWINDOW 1" >>confdefs.h
35980 if test "$wxUSE_BUTTON" = "yes"; then
35981 $as_echo "#define wxUSE_BUTTON 1" >>confdefs.h
35986 if test "$wxUSE_BMPBUTTON" = "yes"; then
35987 $as_echo "#define wxUSE_BMPBUTTON 1" >>confdefs.h
35992 if test "$wxUSE_CALCTRL" = "yes"; then
35993 $as_echo "#define wxUSE_CALENDARCTRL 1" >>confdefs.h
35996 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
35999 if test "$wxUSE_CARET" = "yes"; then
36000 $as_echo "#define wxUSE_CARET 1" >>confdefs.h
36003 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
36006 if test "$wxUSE_COLLPANE" = "yes"; then
36007 $as_echo "#define wxUSE_COLLPANE 1" >>confdefs.h
36010 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS collpane"
36013 if test "$wxUSE_COMBOBOX" = "yes"; then
36014 $as_echo "#define wxUSE_COMBOBOX 1" >>confdefs.h
36019 if test "$wxUSE_COMBOCTRL" = "yes"; then
36020 $as_echo "#define wxUSE_COMBOCTRL 1" >>confdefs.h
36025 if test "$wxUSE_COMMANDLINKBUTTON" = "yes"; then
36026 $as_echo "#define wxUSE_COMMANDLINKBUTTON 1" >>confdefs.h
36031 if test "$wxUSE_CHOICE" = "yes"; then
36032 $as_echo "#define wxUSE_CHOICE 1" >>confdefs.h
36037 if test "$wxUSE_CHOICEBOOK" = "yes"; then
36038 $as_echo "#define wxUSE_CHOICEBOOK 1" >>confdefs.h
36043 if test "$wxUSE_CHECKBOX" = "yes"; then
36044 $as_echo "#define wxUSE_CHECKBOX 1" >>confdefs.h
36049 if test "$wxUSE_CHECKLST" = "yes"; then
36050 $as_echo "#define wxUSE_CHECKLISTBOX 1" >>confdefs.h
36055 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
36056 $as_echo "#define wxUSE_COLOURPICKERCTRL 1" >>confdefs.h
36061 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
36062 $as_echo "#define wxUSE_DATEPICKCTRL 1" >>confdefs.h
36067 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
36068 $as_echo "#define wxUSE_DIRPICKERCTRL 1" >>confdefs.h
36073 if test "$wxUSE_FILECTRL" = "yes"; then
36074 $as_echo "#define wxUSE_FILECTRL 1" >>confdefs.h
36079 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
36080 $as_echo "#define wxUSE_FILEPICKERCTRL 1" >>confdefs.h
36085 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
36086 $as_echo "#define wxUSE_FONTPICKERCTRL 1" >>confdefs.h
36091 if test "$wxUSE_DISPLAY" = "yes"; then
36092 if test "$wxUSE_DFB" = 1; then
36093 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
36094 $as_echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
36097 $as_echo "#define wxUSE_DISPLAY 1" >>confdefs.h
36099 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
36103 if test "$wxUSE_DETECT_SM" = "yes"; then
36104 $as_echo "#define wxUSE_DETECT_SM 1" >>confdefs.h
36108 if test "$wxUSE_GAUGE" = "yes"; then
36109 $as_echo "#define wxUSE_GAUGE 1" >>confdefs.h
36114 if test "$wxUSE_GRID" = "yes"; then
36115 $as_echo "#define wxUSE_GRID 1" >>confdefs.h
36118 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
36121 if test "$wxUSE_HEADERCTRL" = "yes"; then
36122 $as_echo "#define wxUSE_HEADERCTRL 1" >>confdefs.h
36127 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
36128 $as_echo "#define wxUSE_HYPERLINKCTRL 1" >>confdefs.h
36133 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
36134 $as_echo "#define wxUSE_BITMAPCOMBOBOX 1" >>confdefs.h
36139 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
36140 $as_echo "#define wxUSE_DATAVIEWCTRL 1" >>confdefs.h
36143 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dataview"
36146 if test "$wxUSE_IMAGLIST" = "yes"; then
36147 $as_echo "#define wxUSE_IMAGLIST 1" >>confdefs.h
36151 if test "$wxUSE_INFOBAR" = "yes"; then
36152 $as_echo "#define wxUSE_INFOBAR 1" >>confdefs.h
36156 if test "$wxUSE_LISTBOOK" = "yes"; then
36157 $as_echo "#define wxUSE_LISTBOOK 1" >>confdefs.h
36162 if test "$wxUSE_LISTBOX" = "yes"; then
36163 $as_echo "#define wxUSE_LISTBOX 1" >>confdefs.h
36168 if test "$wxUSE_LISTCTRL" = "yes"; then
36169 if test "$wxUSE_IMAGLIST" = "yes"; then
36170 $as_echo "#define wxUSE_LISTCTRL 1" >>confdefs.h
36173 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
36175 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
36176 $as_echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
36180 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
36181 $as_echo "#define wxUSE_EDITABLELISTBOX 1" >>confdefs.h
36186 if test "$wxUSE_NOTEBOOK" = "yes"; then
36187 $as_echo "#define wxUSE_NOTEBOOK 1" >>confdefs.h
36190 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
36193 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
36194 $as_echo "#define wxUSE_NOTIFICATION_MESSAGE 1" >>confdefs.h
36198 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
36199 $as_echo "#define wxUSE_ODCOMBOBOX 1" >>confdefs.h
36202 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS combo"
36205 if test "$wxUSE_RADIOBOX" = "yes"; then
36206 $as_echo "#define wxUSE_RADIOBOX 1" >>confdefs.h
36211 if test "$wxUSE_RADIOBTN" = "yes"; then
36212 $as_echo "#define wxUSE_RADIOBTN 1" >>confdefs.h
36217 if test "$wxUSE_REARRANGECTRL" = "yes"; then
36218 $as_echo "#define wxUSE_REARRANGECTRL 1" >>confdefs.h
36222 if test "$wxUSE_RICHMSGDLG" = "yes"; then
36223 $as_echo "#define wxUSE_RICHMSGDLG 1" >>confdefs.h
36227 if test "$wxUSE_RICHTOOLTIP" = "yes"; then
36228 $as_echo "#define wxUSE_RICHTOOLTIP 1" >>confdefs.h
36232 if test "$wxUSE_SASH" = "yes"; then
36233 $as_echo "#define wxUSE_SASH 1" >>confdefs.h
36235 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
36238 if test "$wxUSE_SCROLLBAR" = "yes"; then
36239 $as_echo "#define wxUSE_SCROLLBAR 1" >>confdefs.h
36242 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll"
36245 if test "$wxUSE_SEARCHCTRL" = "yes"; then
36246 $as_echo "#define wxUSE_SEARCHCTRL 1" >>confdefs.h
36251 if test "$wxUSE_SLIDER" = "yes"; then
36252 $as_echo "#define wxUSE_SLIDER 1" >>confdefs.h
36257 if test "$wxUSE_SPINBTN" = "yes"; then
36258 $as_echo "#define wxUSE_SPINBTN 1" >>confdefs.h
36263 if test "$wxUSE_SPINCTRL" = "yes"; then
36264 $as_echo "#define wxUSE_SPINCTRL 1" >>confdefs.h
36269 if test "$wxUSE_SPLITTER" = "yes"; then
36270 $as_echo "#define wxUSE_SPLITTER 1" >>confdefs.h
36272 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
36275 if test "$wxUSE_STATBMP" = "yes"; then
36276 $as_echo "#define wxUSE_STATBMP 1" >>confdefs.h
36281 if test "$wxUSE_STATBOX" = "yes"; then
36282 $as_echo "#define wxUSE_STATBOX 1" >>confdefs.h
36287 if test "$wxUSE_STATTEXT" = "yes"; then
36288 $as_echo "#define wxUSE_STATTEXT 1" >>confdefs.h
36293 if test "$wxUSE_STATLINE" = "yes"; then
36294 $as_echo "#define wxUSE_STATLINE 1" >>confdefs.h
36299 if test "$wxUSE_STATUSBAR" = "yes"; then
36300 $as_echo "#define wxUSE_NATIVE_STATUSBAR 1" >>confdefs.h
36302 $as_echo "#define wxUSE_STATUSBAR 1" >>confdefs.h
36306 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
36309 if test "$wxUSE_TEXTCTRL" = "yes"; then
36310 $as_echo "#define wxUSE_TEXTCTRL 1" >>confdefs.h
36313 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
36315 $as_echo "#define wxUSE_RICHEDIT 1" >>confdefs.h
36317 $as_echo "#define wxUSE_RICHEDIT2 1" >>confdefs.h
36321 if test "$wxUSE_TIMEPICKCTRL" = "yes"; then
36322 $as_echo "#define wxUSE_TIMEPICKCTRL 1" >>confdefs.h
36327 if test "$wxUSE_TOGGLEBTN" = "yes"; then
36328 if test "$wxUSE_OLD_COCOA" = 1 ; then
36329 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
36330 $as_echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
36334 if test "$wxUSE_TOGGLEBTN" = "yes"; then
36335 $as_echo "#define wxUSE_TOGGLEBTN 1" >>confdefs.h
36341 if test "$wxUSE_TOOLBAR" = "yes"; then
36342 $as_echo "#define wxUSE_TOOLBAR 1" >>confdefs.h
36346 if test "$wxUSE_UNIVERSAL" = "yes"; then
36347 wxUSE_TOOLBAR_NATIVE
="no"
36349 wxUSE_TOOLBAR_NATIVE
="yes"
36350 $as_echo "#define wxUSE_TOOLBAR_NATIVE 1" >>confdefs.h
36354 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
36357 if test "$wxUSE_TOOLTIPS" = "yes"; then
36358 if test "$wxUSE_MOTIF" = 1; then
36359 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
36360 $as_echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
36362 if test "$wxUSE_UNIVERSAL" = "yes"; then
36363 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
36364 $as_echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
36366 $as_echo "#define wxUSE_TOOLTIPS 1" >>confdefs.h
36372 if test "$wxUSE_TREEBOOK" = "yes"; then
36373 $as_echo "#define wxUSE_TREEBOOK 1" >>confdefs.h
36378 if test "$wxUSE_TOOLBOOK" = "yes"; then
36379 $as_echo "#define wxUSE_TOOLBOOK 1" >>confdefs.h
36384 if test "$wxUSE_TREECTRL" = "yes"; then
36385 if test "$wxUSE_IMAGLIST" = "yes"; then
36386 $as_echo "#define wxUSE_TREECTRL 1" >>confdefs.h
36389 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
36391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
36392 $as_echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
36396 if test "$wxUSE_TREELISTCTRL" = "yes"; then
36397 $as_echo "#define wxUSE_TREELISTCTRL 1" >>confdefs.h
36400 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treelist"
36403 if test "$wxUSE_POPUPWIN" = "yes"; then
36404 if test "$wxUSE_OLD_COCOA" = 1 ; then
36405 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
36406 $as_echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
36408 if test "$wxUSE_PM" = 1; then
36409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
36410 $as_echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
36412 $as_echo "#define wxUSE_POPUPWIN 1" >>confdefs.h
36414 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS popup"
36421 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
36422 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
36423 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Dialup manager not supported on this platform... disabled" >&5
36424 $as_echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
36426 $as_echo "#define wxUSE_DIALUP_MANAGER 1" >>confdefs.h
36428 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
36432 if test "$wxUSE_TIPWINDOW" = "yes"; then
36433 if test "$wxUSE_PM" = 1; then
36434 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
36435 $as_echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
36437 $as_echo "#define wxUSE_TIPWINDOW 1" >>confdefs.h
36442 if test "$USES_CONTROLS" = 1; then
36443 $as_echo "#define wxUSE_CONTROLS 1" >>confdefs.h
36448 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
36449 $as_echo "#define wxUSE_ACCESSIBILITY 1" >>confdefs.h
36451 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
36454 if test "$wxUSE_ARTPROVIDER_STD" = "yes"; then
36455 $as_echo "#define wxUSE_ARTPROVIDER_STD 1" >>confdefs.h
36459 if test "$wxUSE_ARTPROVIDER_TANGO" = "auto"; then
36460 if test "$wxUSE_GTK" != 1; then
36461 if test "$wxUSE_LIBPNG" != no
-a \
36462 "$wxUSE_IMAGE" = yes -a \
36463 "$wxUSE_STREAMS" = yes; then
36464 wxUSE_ARTPROVIDER_TANGO
="yes"
36469 if test "$wxUSE_ARTPROVIDER_TANGO" = "yes"; then
36470 $as_echo "#define wxUSE_ARTPROVIDER_TANGO 1" >>confdefs.h
36474 if test "$wxUSE_DRAGIMAGE" = "yes"; then
36475 $as_echo "#define wxUSE_DRAGIMAGE 1" >>confdefs.h
36477 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
36480 if test "$wxUSE_EXCEPTIONS" = "yes"; then
36481 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
36483 $as_echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
36485 $as_echo "#define wxUSE_EXCEPTIONS 1" >>confdefs.h
36487 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
36492 if test "$wxUSE_HTML" = "yes"; then
36493 $as_echo "#define wxUSE_HTML 1" >>confdefs.h
36496 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
36498 if test "$wxUSE_WEBKIT" = "yes"; then
36499 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
36500 old_CPPFLAGS
="$CPPFLAGS"
36501 CPPFLAGS
="-x objective-c++ $CPPFLAGS"
36502 ac_fn_c_check_header_compile
"$LINENO" "WebKit/HIWebView.h" "ac_cv_header_WebKit_HIWebView_h" "
36503 #include <Carbon/Carbon.h>
36504 #include <WebKit/WebKit.h>
36507 if test "x$ac_cv_header_WebKit_HIWebView_h" = xyes
; then :
36509 $as_echo "#define wxUSE_WEBKIT 1" >>confdefs.h
36511 WEBKIT_LINK
="-framework WebKit"
36515 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit headers not found; disabling wxWebKit" >&5
36516 $as_echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
36522 CPPFLAGS
="$old_CPPFLAGS"
36523 elif test "$wxUSE_OLD_COCOA" = 1; then
36524 $as_echo "#define wxUSE_WEBKIT 1" >>confdefs.h
36529 if test "$wxUSE_WEBKIT" = "yes"; then
36530 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
36535 if test "$wxUSE_XRC" = "yes"; then
36536 if test "$wxUSE_XML" != "yes"; then
36537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: XML library not built, XRC resources disabled" >&5
36538 $as_echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
36541 $as_echo "#define wxUSE_XRC 1" >>confdefs.h
36544 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS xrc"
36549 if test "$wxUSE_AUI" = "yes"; then
36550 $as_echo "#define wxUSE_AUI 1" >>confdefs.h
36553 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS aui"
36557 if test "$wxUSE_PROPGRID" = "yes"; then
36558 $as_echo "#define wxUSE_PROPGRID 1" >>confdefs.h
36561 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS propgrid"
36565 if test "$wxUSE_RIBBON" = "yes"; then
36566 $as_echo "#define wxUSE_RIBBON 1" >>confdefs.h
36569 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ribbon"
36573 if test "$wxUSE_STC" = "yes"; then
36574 $as_echo "#define wxUSE_STC 1" >>confdefs.h
36577 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS stc"
36579 # Extract the first word of "python", so it can be a program name with args.
36580 set dummy python
; ac_word
=$2
36581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
36582 $as_echo_n "checking for $ac_word... " >&6; }
36583 if ${ac_cv_path_PYTHON+:} false
; then :
36584 $as_echo_n "(cached) " >&6
36588 ac_cv_path_PYTHON
="$PYTHON" # Let the user override the test with a path.
36591 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36592 for as_dir
in $PATH
36595 test -z "$as_dir" && as_dir
=.
36596 for ac_exec_ext
in '' $ac_executable_extensions; do
36597 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
36598 ac_cv_path_PYTHON
="$as_dir/$ac_word$ac_exec_ext"
36599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36609 PYTHON
=$ac_cv_path_PYTHON
36610 if test -n "$PYTHON"; then
36611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
36612 $as_echo "$PYTHON" >&6; }
36614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36615 $as_echo "no" >&6; }
36619 if test "x$PYTHON" = "x"; then
36625 if test "$wxUSE_MENUS" = "yes"; then
36626 $as_echo "#define wxUSE_MENUS 1" >>confdefs.h
36628 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
36631 if test "$wxUSE_MIMETYPE" = "yes"; then
36632 $as_echo "#define wxUSE_MIMETYPE 1" >>confdefs.h
36636 if test "$wxUSE_MINIFRAME" = "yes"; then
36637 $as_echo "#define wxUSE_MINIFRAME 1" >>confdefs.h
36641 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
36642 $as_echo "#define wxUSE_SYSTEM_OPTIONS 1" >>confdefs.h
36646 if test "$wxUSE_TASKBARICON" = "yes"; then
36647 $as_echo "#define wxUSE_TASKBARICON 1" >>confdefs.h
36649 $as_echo "#define wxUSE_TASKBARICON_BALLOONS 1" >>confdefs.h
36651 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
36655 if test "$wxUSE_VALIDATORS" = "yes"; then
36656 $as_echo "#define wxUSE_VALIDATORS 1" >>confdefs.h
36658 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
36661 if test "$wxUSE_PALETTE" = "yes" ; then
36662 if test "$wxUSE_DFB" = 1; then
36663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxPalette not yet supported under DFB... disabled" >&5
36664 $as_echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
36667 $as_echo "#define wxUSE_PALETTE 1" >>confdefs.h
36672 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
36673 LIBS
=" -lunicows $LIBS"
36677 if test "$wxUSE_RICHTEXT" = "yes"; then
36678 $as_echo "#define wxUSE_RICHTEXT 1" >>confdefs.h
36681 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS richtext"
36684 if test "$wxUSE_WEBVIEW" = "yes"; then
36685 USE_WEBVIEW_WEBKIT
=0
36686 if test "$wxUSE_WEBVIEW_WEBKIT" = "yes"; then
36687 if test "$wxUSE_GTK" = 1; then
36688 webkitgtk
=webkit
-1.0
36689 if test "$WXGTK3" = 1; then
36690 webkitgtk
=webkitgtk
-3.0
36694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WEBKIT" >&5
36695 $as_echo_n "checking for WEBKIT... " >&6; }
36697 if test -n "$PKG_CONFIG"; then
36698 if test -n "$WEBKIT_CFLAGS"; then
36699 pkg_cv_WEBKIT_CFLAGS
="$WEBKIT_CFLAGS"
36701 if test -n "$PKG_CONFIG" && \
36702 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$webkitgtk >= 1.3.1\""; } >&5
36703 ($PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1") 2>&5
36705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36706 test $ac_status = 0; }; then
36707 pkg_cv_WEBKIT_CFLAGS
=`$PKG_CONFIG --cflags "$webkitgtk >= 1.3.1" 2>/dev/null`
36715 if test -n "$PKG_CONFIG"; then
36716 if test -n "$WEBKIT_LIBS"; then
36717 pkg_cv_WEBKIT_LIBS
="$WEBKIT_LIBS"
36719 if test -n "$PKG_CONFIG" && \
36720 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$webkitgtk >= 1.3.1\""; } >&5
36721 ($PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1") 2>&5
36723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36724 test $ac_status = 0; }; then
36725 pkg_cv_WEBKIT_LIBS
=`$PKG_CONFIG --libs "$webkitgtk >= 1.3.1" 2>/dev/null`
36736 if test $pkg_failed = yes; then
36738 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36739 _pkg_short_errors_supported
=yes
36741 _pkg_short_errors_supported
=no
36743 if test $_pkg_short_errors_supported = yes; then
36744 WEBKIT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$webkitgtk >= 1.3.1"`
36746 WEBKIT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$webkitgtk >= 1.3.1"`
36748 # Put the nasty error message in config.log where it belongs
36749 echo "$WEBKIT_PKG_ERRORS" >&5
36752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: webkitgtk not found." >&5
36753 $as_echo "$as_me: WARNING: webkitgtk not found." >&2;}
36755 elif test $pkg_failed = untried
; then
36757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: webkitgtk not found." >&5
36758 $as_echo "$as_me: WARNING: webkitgtk not found." >&2;}
36761 WEBKIT_CFLAGS
=$pkg_cv_WEBKIT_CFLAGS
36762 WEBKIT_LIBS
=$pkg_cv_WEBKIT_LIBS
36763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36764 $as_echo "yes" >&6; }
36766 USE_WEBVIEW_WEBKIT
=1
36767 CPPFLAGS
="$CPPFLAGS $WEBKIT_CFLAGS"
36768 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $WEBKIT_LIBS"
36771 elif test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
36772 old_CPPFLAGS
="$CPPFLAGS"
36773 CPPFLAGS
="-x objective-c++ $CPPFLAGS"
36774 ac_fn_c_check_header_compile
"$LINENO" "WebKit/HIWebView.h" "ac_cv_header_WebKit_HIWebView_h" "
36775 #include <Carbon/Carbon.h>
36776 #include <WebKit/WebKit.h>
36779 if test "x$ac_cv_header_WebKit_HIWebView_h" = xyes
; then :
36781 USE_WEBVIEW_WEBKIT
=1
36782 WEBKIT_LINK
="-framework WebKit"
36786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit headers not found" >&5
36787 $as_echo "$as_me: WARNING: WebKit headers not found" >&2;}
36792 CPPFLAGS
="$old_CPPFLAGS"
36797 if test "$wxUSE_GTK" = 1 -o "$wxUSE_MAC" = 1; then
36798 if test "$USE_WEBVIEW_WEBKIT" = 1; then
36799 wxUSE_WEBVIEW
="yes"
36800 $as_echo "#define wxUSE_WEBVIEW_WEBKIT 1" >>confdefs.h
36803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit not available, disabling wxWebView" >&5
36804 $as_echo "$as_me: WARNING: WebKit not available, disabling wxWebView" >&2;}
36806 elif test "$wxUSE_MSW" = 1; then
36807 if test "$wxUSE_WEBVIEW_IE" = "yes"; then
36808 wxUSE_WEBVIEW
="yes"
36809 $as_echo "#define wxUSE_WEBVIEW_IE 1" >>confdefs.h
36815 if test "$wxUSE_WEBVIEW" = "yes"; then
36817 $as_echo "#define wxUSE_WEBVIEW 1" >>confdefs.h
36819 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS webview"
36825 if test "$wxUSE_IMAGE" = "yes" ; then
36826 $as_echo "#define wxUSE_IMAGE 1" >>confdefs.h
36829 if test "$wxUSE_GIF" = "yes" ; then
36830 $as_echo "#define wxUSE_GIF 1" >>confdefs.h
36834 if test "$wxUSE_PCX" = "yes" ; then
36835 $as_echo "#define wxUSE_PCX 1" >>confdefs.h
36839 if test "$wxUSE_TGA" = "yes" ; then
36840 $as_echo "#define wxUSE_TGA 1" >>confdefs.h
36844 if test "$wxUSE_IFF" = "yes" ; then
36845 $as_echo "#define wxUSE_IFF 1" >>confdefs.h
36849 if test "$wxUSE_PNM" = "yes" ; then
36850 $as_echo "#define wxUSE_PNM 1" >>confdefs.h
36854 if test "$wxUSE_XPM" = "yes" ; then
36855 $as_echo "#define wxUSE_XPM 1" >>confdefs.h
36859 if test "$wxUSE_ICO_CUR" = "yes" ; then
36860 $as_echo "#define wxUSE_ICO_CUR 1" >>confdefs.h
36866 if test "$wxUSE_ABOUTDLG" = "yes"; then
36867 $as_echo "#define wxUSE_ABOUTDLG 1" >>confdefs.h
36871 if test "$wxUSE_CHOICEDLG" = "yes"; then
36872 $as_echo "#define wxUSE_CHOICEDLG 1" >>confdefs.h
36876 if test "$wxUSE_COLOURDLG" = "yes"; then
36877 $as_echo "#define wxUSE_COLOURDLG 1" >>confdefs.h
36881 if test "$wxUSE_FILEDLG" = "yes"; then
36882 $as_echo "#define wxUSE_FILEDLG 1" >>confdefs.h
36886 if test "$wxUSE_FINDREPLDLG" = "yes"; then
36887 $as_echo "#define wxUSE_FINDREPLDLG 1" >>confdefs.h
36891 if test "$wxUSE_FONTDLG" = "yes"; then
36892 $as_echo "#define wxUSE_FONTDLG 1" >>confdefs.h
36896 if test "$wxUSE_DIRDLG" = "yes"; then
36897 if test "$wxUSE_TREECTRL" != "yes"; then
36898 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
36899 $as_echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
36901 $as_echo "#define wxUSE_DIRDLG 1" >>confdefs.h
36906 if test "$wxUSE_MSGDLG" = "yes"; then
36907 $as_echo "#define wxUSE_MSGDLG 1" >>confdefs.h
36911 if test "$wxUSE_NUMBERDLG" = "yes"; then
36912 $as_echo "#define wxUSE_NUMBERDLG 1" >>confdefs.h
36916 if test "$wxUSE_PROGRESSDLG" = "yes"; then
36917 $as_echo "#define wxUSE_PROGRESSDLG 1" >>confdefs.h
36921 if test "$wxUSE_SPLASH" = "yes"; then
36922 $as_echo "#define wxUSE_SPLASH 1" >>confdefs.h
36924 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
36927 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
36928 $as_echo "#define wxUSE_STARTUP_TIPS 1" >>confdefs.h
36932 if test "$wxUSE_TEXTDLG" = "yes"; then
36933 $as_echo "#define wxUSE_TEXTDLG 1" >>confdefs.h
36937 if test "$wxUSE_WIZARDDLG" = "yes"; then
36938 $as_echo "#define wxUSE_WIZARDDLG 1" >>confdefs.h
36940 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
36944 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
36945 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
36946 $as_echo "#define wxUSE_OWNER_DRAWN 1" >>confdefs.h
36952 if test "$wxUSE_MSW" = 1 ; then
36954 if test "$wxUSE_DC_CACHEING" = "yes"; then
36955 $as_echo "#define wxUSE_DC_CACHEING 1" >>confdefs.h
36959 if test "$wxUSE_DIB" = "yes"; then
36960 $as_echo "#define wxUSE_WXDIB 1" >>confdefs.h
36964 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
36965 $as_echo "#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1" >>confdefs.h
36969 if test "$wxUSE_UXTHEME" = "yes"; then
36970 $as_echo "#define wxUSE_UXTHEME 1" >>confdefs.h
36976 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
36977 $as_echo "#define wxUSE_AUTOID_MANAGEMENT 1" >>confdefs.h
36981 if test "$USE_WIN32" = 1 ; then
36982 if test "$wxUSE_INICONF" = "yes"; then
36983 $as_echo "#define wxUSE_INICONF 1" >>confdefs.h
36987 if test "$wxUSE_REGKEY" = "yes"; then
36988 $as_echo "#define wxUSE_REGKEY 1" >>confdefs.h
36994 if test "$wxUSE_MAC" = 1; then
36995 wxUSE_GRAPHICS_CONTEXT
="yes"
36998 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
37000 if test "$wxUSE_MSW" = 1; then
37001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GDI+ is available" >&5
37002 $as_echo_n "checking if GDI+ is available... " >&6; }
37003 if ${wx_cv_lib_gdiplus+:} false
; then :
37004 $as_echo_n "(cached) " >&6
37008 ac_cpp
='$CXXCPP $CPPFLAGS'
37009 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37010 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37011 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
37013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
37014 /* end confdefs.h. */
37015 #include <windows.h>
37016 #include <gdiplus.h>
37021 using namespace Gdiplus;
37027 if ac_fn_cxx_try_compile
"$LINENO"; then :
37028 wx_cv_lib_gdiplus
=yes
37030 wx_cv_lib_gdiplus
=no
37033 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
37035 ac_cpp
='$CPP $CPPFLAGS'
37036 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37037 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37038 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
37043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_gdiplus" >&5
37044 $as_echo "$wx_cv_lib_gdiplus" >&6; }
37045 if test "$wx_cv_lib_gdiplus" = "yes"; then
37048 elif test "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
37051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
37052 $as_echo_n "checking for CAIRO... " >&6; }
37054 if test -n "$PKG_CONFIG"; then
37055 if test -n "$CAIRO_CFLAGS"; then
37056 pkg_cv_CAIRO_CFLAGS
="$CAIRO_CFLAGS"
37058 if test -n "$PKG_CONFIG" && \
37059 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo\""; } >&5
37060 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
37062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37063 test $ac_status = 0; }; then
37064 pkg_cv_CAIRO_CFLAGS
=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
37072 if test -n "$PKG_CONFIG"; then
37073 if test -n "$CAIRO_LIBS"; then
37074 pkg_cv_CAIRO_LIBS
="$CAIRO_LIBS"
37076 if test -n "$PKG_CONFIG" && \
37077 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo\""; } >&5
37078 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
37080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37081 test $ac_status = 0; }; then
37082 pkg_cv_CAIRO_LIBS
=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
37093 if test $pkg_failed = yes; then
37095 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37096 _pkg_short_errors_supported
=yes
37098 _pkg_short_errors_supported
=no
37100 if test $_pkg_short_errors_supported = yes; then
37101 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
37103 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
37105 # Put the nasty error message in config.log where it belongs
37106 echo "$CAIRO_PKG_ERRORS" >&5
37108 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library not found" >&5
37109 $as_echo "$as_me: WARNING: Cairo library not found" >&2;}
37111 elif test $pkg_failed = untried
; then
37112 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library not found" >&5
37113 $as_echo "$as_me: WARNING: Cairo library not found" >&2;}
37116 CAIRO_CFLAGS
=$pkg_cv_CAIRO_CFLAGS
37117 CAIRO_LIBS
=$pkg_cv_CAIRO_LIBS
37118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37119 $as_echo "yes" >&6; }
37122 if test "$wx_has_graphics" = 1; then
37124 LIBS
="$LIBS $CAIRO_LIBS"
37125 for ac_func
in cairo_push_group
37127 ac_fn_c_check_func
"$LINENO" "cairo_push_group" "ac_cv_func_cairo_push_group"
37128 if test "x$ac_cv_func_cairo_push_group" = xyes
; then :
37129 cat >>confdefs.h
<<_ACEOF
37130 #define HAVE_CAIRO_PUSH_GROUP 1
37137 if test "$ac_cv_func_cairo_push_group" = "no"; then
37139 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library is too old and misses cairo_push_group()" >&5
37140 $as_echo "$as_me: WARNING: Cairo library is too old and misses cairo_push_group()" >&2;}
37142 $as_echo "#define wxUSE_CAIRO 1" >>confdefs.h
37145 if test "$wxUSE_GTK" != 1; then
37146 CPPFLAGS
="$CAIRO_CFLAGS $CPPFLAGS"
37147 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $CAIRO_LIBS"
37155 if test "$wx_has_graphics" = 1; then
37156 $as_echo "#define wxUSE_GRAPHICS_CONTEXT 1" >>confdefs.h
37159 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGraphicsContext won't be available" >&5
37160 $as_echo "$as_me: WARNING: wxGraphicsContext won't be available" >&2;}
37167 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
37170 if test "$wxUSE_GTK" = 1; then
37171 wxUSE_GSTREAMER
="no"
37173 GST_VERSION_MAJOR
=0
37174 GST_VERSION_MINOR
=10
37175 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
37177 if test "$wxUSE_GSTREAMER8" = "no"; then
37180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
37181 $as_echo_n "checking for GST... " >&6; }
37183 if test -n "$PKG_CONFIG"; then
37184 if test -n "$GST_CFLAGS"; then
37185 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
37187 if test -n "$PKG_CONFIG" && \
37188 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\""; } >&5
37189 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
37191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37192 test $ac_status = 0; }; then
37193 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
37201 if test -n "$PKG_CONFIG"; then
37202 if test -n "$GST_LIBS"; then
37203 pkg_cv_GST_LIBS
="$GST_LIBS"
37205 if test -n "$PKG_CONFIG" && \
37206 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\""; } >&5
37207 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
37209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37210 test $ac_status = 0; }; then
37211 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
37222 if test $pkg_failed = yes; then
37224 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37225 _pkg_short_errors_supported
=yes
37227 _pkg_short_errors_supported
=no
37229 if test $_pkg_short_errors_supported = yes; then
37230 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
37232 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
37234 # Put the nasty error message in config.log where it belongs
37235 echo "$GST_PKG_ERRORS" >&5
37238 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
37239 $as_echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
37240 GST_VERSION_MINOR
=8
37243 elif test $pkg_failed = untried
; then
37245 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
37246 $as_echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
37247 GST_VERSION_MINOR
=8
37251 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
37252 GST_LIBS
=$pkg_cv_GST_LIBS
37253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37254 $as_echo "yes" >&6; }
37256 wxUSE_GSTREAMER
="yes"
37257 GST_LIBS
="$GST_LIBS -lgstinterfaces-$GST_VERSION"
37261 GST_VERSION_MINOR
=8
37264 if test $GST_VERSION_MINOR = "8"; then
37265 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
37268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
37269 $as_echo_n "checking for GST... " >&6; }
37271 if test -n "$PKG_CONFIG"; then
37272 if test -n "$GST_CFLAGS"; then
37273 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
37275 if test -n "$PKG_CONFIG" && \
37276 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\""; } >&5
37277 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
37279 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37280 test $ac_status = 0; }; then
37281 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
37289 if test -n "$PKG_CONFIG"; then
37290 if test -n "$GST_LIBS"; then
37291 pkg_cv_GST_LIBS
="$GST_LIBS"
37293 if test -n "$PKG_CONFIG" && \
37294 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\""; } >&5
37295 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
37297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37298 test $ac_status = 0; }; then
37299 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
37310 if test $pkg_failed = yes; then
37312 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37313 _pkg_short_errors_supported
=yes
37315 _pkg_short_errors_supported
=no
37317 if test $_pkg_short_errors_supported = yes; then
37318 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
37320 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
37322 # Put the nasty error message in config.log where it belongs
37323 echo "$GST_PKG_ERRORS" >&5
37326 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.8/0.10 not available." >&5
37327 $as_echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
37329 elif test $pkg_failed = untried
; then
37331 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.8/0.10 not available." >&5
37332 $as_echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
37335 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
37336 GST_LIBS
=$pkg_cv_GST_LIBS
37337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37338 $as_echo "yes" >&6; }
37339 wxUSE_GSTREAMER
="yes"
37344 if test "$wxUSE_GSTREAMER" = "yes"; then
37345 CPPFLAGS
="$GST_CFLAGS $CPPFLAGS"
37346 EXTRALIBS_MEDIA
="$GST_LIBS"
37348 $as_echo "#define wxUSE_GSTREAMER 1" >>confdefs.h
37354 elif test "$wxUSE_MAC" = 1; then
37355 GST_LIBS
="-framework QTKit"
37358 if test $USE_MEDIA = 1; then
37359 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
37360 $as_echo "#define wxUSE_MEDIACTRL 1" >>confdefs.h
37363 if test "$wxUSE_MEDIACTRL" = "yes"; then
37364 as_fn_error $?
"GStreamer not available" "$LINENO" 5
37366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
37367 $as_echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
37373 if test "$cross_compiling" != "no"; then
37376 OSINFO
=`uname -s -r -m`
37377 OSINFO
="\"$OSINFO\""
37380 cat >>confdefs.h
<<_ACEOF
37381 #define WXWIN_OS_DESCRIPTION $OSINFO
37386 if test "x$prefix" != "xNONE"; then
37389 wxPREFIX
=$ac_default_prefix
37392 cat >>confdefs.h
<<_ACEOF
37393 #define wxINSTALL_PREFIX "$wxPREFIX"
37399 STD_BASE_LIBS
="base"
37401 BUILT_WX_LIBS
="base"
37402 ALL_WX_LIBS
="xrc stc gl media qa html adv core xml net base"
37404 if test "$wxUSE_SOCKETS" = "yes" ; then
37405 STD_BASE_LIBS
="net $STD_BASE_LIBS"
37406 BUILT_WX_LIBS
="net $BUILT_WX_LIBS"
37408 if test "$wxUSE_XML" = "yes" ; then
37409 STD_BASE_LIBS
="xml $STD_BASE_LIBS"
37410 BUILT_WX_LIBS
="xml $BUILT_WX_LIBS"
37413 if test "$wxUSE_GUI" = "yes"; then
37414 STD_GUI_LIBS
="adv core"
37415 BUILT_WX_LIBS
="$STD_GUI_LIBS $BUILT_WX_LIBS"
37417 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
37418 STD_GUI_LIBS
="qa $STD_GUI_LIBS"
37419 BUILT_WX_LIBS
="qa $BUILT_WX_LIBS"
37421 if test "$wxUSE_HTML" = "yes" ; then
37422 STD_GUI_LIBS
="html $STD_GUI_LIBS"
37423 BUILT_WX_LIBS
="html $BUILT_WX_LIBS"
37425 if test "$wxUSE_MEDIACTRL" = "yes" ; then
37426 BUILT_WX_LIBS
="media $BUILT_WX_LIBS"
37428 if test "$wxUSE_OPENGL" = "yes" ; then
37429 BUILT_WX_LIBS
="gl $BUILT_WX_LIBS"
37431 if test "$wxUSE_AUI" = "yes" ; then
37432 BUILT_WX_LIBS
="aui $BUILT_WX_LIBS"
37434 if test "$wxUSE_PROPGRID" = "yes" ; then
37435 BUILT_WX_LIBS
="propgrid $BUILT_WX_LIBS"
37437 if test "$wxUSE_RIBBON" = "yes" ; then
37438 BUILT_WX_LIBS
="ribbon $BUILT_WX_LIBS"
37440 if test "$wxUSE_RICHTEXT" = "yes" ; then
37441 BUILT_WX_LIBS
="richtext $BUILT_WX_LIBS"
37443 if test "$wxUSE_STC" = "yes" ; then
37444 BUILT_WX_LIBS
="stc $BUILT_WX_LIBS"
37446 if test "$wxUSE_WEBVIEW" = "yes" ; then
37447 STD_GUI_LIBS
="webview $STD_GUI_LIBS"
37448 BUILT_WX_LIBS
="webview $BUILT_WX_LIBS"
37450 if test "$wxUSE_XRC" = "yes" ; then
37451 STD_GUI_LIBS
="xrc $STD_GUI_LIBS"
37452 BUILT_WX_LIBS
="xrc $BUILT_WX_LIBS"
37463 if test "$wxUSE_MAC" = 1 ; then
37464 if test "$USE_DARWIN" = 1; then
37465 if test "$wxUSE_OSX_IPHONE" = 1; then
37466 EXTRA_FRAMEWORKS
="-framework IOKit -framework UIKit -framework CFNetwork -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework OpenGLES -framework Foundation -framework QuartzCore"
37468 EXTRA_FRAMEWORKS
="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL"
37471 if test "$cross_compiling" != "no"; then
37472 wx_cv_target_x86_64
=no
37474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we target only x86_64" >&5
37475 $as_echo_n "checking if we target only x86_64... " >&6; }
37476 if ${wx_cv_target_x86_64+:} false
; then :
37477 $as_echo_n "(cached) " >&6
37479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
37480 /* end confdefs.h. */
37481 int main() { return 0; }
37483 if ac_fn_c_try_link
"$LINENO"; then :
37484 if file conftest
$ac_exeext|grep -q 'i386\|ppc'; then
37485 wx_cv_target_x86_64
=no
37487 wx_cv_target_x86_64
=yes
37491 rm -f core conftest.err conftest.
$ac_objext \
37492 conftest
$ac_exeext conftest.
$ac_ext
37495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_target_x86_64" >&5
37496 $as_echo "$wx_cv_target_x86_64" >&6; }
37499 if test "$wx_cv_target_x86_64" != "yes"; then
37500 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework QuickTime"
37505 if test "$wxUSE_OLD_COCOA" = 1 ; then
37506 EXTRA_FRAMEWORKS
="-framework IOKit -framework Cocoa"
37507 if test "$wxUSE_MEDIACTRL" = "yes"; then
37508 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework QuickTime"
37511 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1 ; then
37512 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
37515 LDFLAGS
="$LDFLAGS $EXTRA_FRAMEWORKS"
37516 WXCONFIG_LDFLAGS
="$WXCONFIG_LDFLAGS $EXTRA_FRAMEWORKS"
37518 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
37520 if test "$wxUSE_GUI" = "yes"; then
37523 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
37524 erase event exec font image minimal render \
37525 shaped svg taborder vscroll widgets wrapsizer"
37527 if test "$wxUSE_MONOLITHIC" != "yes"; then
37528 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
37530 if test "$TOOLKIT" = "MSW"; then
37531 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS regtest"
37532 if test "$wxUSE_UNIVERSAL" != "yes"; then
37533 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw nativdlg dll"
37536 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
37537 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw"
37540 SAMPLES_SUBDIRS
="console"
37541 if test "$wxUSE_SOCKETS" = "yes" ; then
37542 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
37544 if test "$wxUSE_IPC" = "yes" ; then
37545 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
37550 if test "x$INTELCC" = "xyes" ; then
37551 CWARNINGS
="-Wall -wd810,869,981,1418,1572,1684,2259"
37552 elif test "$GCC" = yes ; then
37553 CWARNINGS
="-Wall -Wundef"
37556 if test "x$INTELCXX" = "xyes" ; then
37557 CXXWARNINGS
="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
37558 elif test "$GXX" = yes ; then
37559 CXXWARNINGS
="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
37560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
37561 $as_echo_n "checking CXXWARNINGS for gcc -Woverloaded-virtual... " >&6; }
37562 if ${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+:} false
; then :
37563 $as_echo_n "(cached) " >&6
37565 ac_cv_cxxflags_gcc_option__Woverloaded_virtual
="no, unknown"
37568 ac_cpp
='$CXXCPP $CPPFLAGS'
37569 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37570 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37571 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
37573 ac_save_CXXFLAGS
="$CXXFLAGS"
37574 for ac_arg
in "-pedantic -Werror % -Woverloaded-virtual" "-pedantic % -Woverloaded-virtual %% no, obsolete" #
37575 do CXXFLAGS
="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
37576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
37577 /* end confdefs.h. */
37587 if ac_fn_cxx_try_compile
"$LINENO"; then :
37588 ac_cv_cxxflags_gcc_option__Woverloaded_virtual
=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
37590 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
37592 CXXFLAGS
="$ac_save_CXXFLAGS"
37594 ac_cpp
='$CPP $CPPFLAGS'
37595 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37596 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37597 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
37601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
37602 $as_echo "$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
37603 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
37607 if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev
/null
37608 then { { $as_echo "$as_me:${as_lineno-$LINENO}: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual"; } >&5
37609 (: CXXWARNINGS does contain
$ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
37611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37612 test $ac_status = 0; }
37613 else { { $as_echo "$as_me:${as_lineno-$LINENO}: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\""; } >&5
37614 (: CXXWARNINGS
="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
37616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37617 test $ac_status = 0; }
37618 CXXWARNINGS
="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
37624 if test "$wxUSE_MAC" = 1 ; then
37625 CXXWARNINGS
="$CXXWARNINGS -Wno-deprecated-declarations"
37630 WXCONFIG_CFLAGS
=`echo $WXCONFIG_CFLAGS`
37631 WXCONFIG_CXXFLAGS
=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
37634 CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS \
37635 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
37636 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
37639 C_AND_CXX_FLAGS
="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
37640 CFLAGS
=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
37641 CXXFLAGS
=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
37642 OBJCFLAGS
=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
37643 OBJCXXFLAGS
=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
37645 WXCONFIG_CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
37648 if test "x$MWCC" = "xyes"; then
37650 CC
="$CC -cwd source -I-"
37651 CXX
="$CXX -cwd source -I-"
37656 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
37657 EXTRALIBS_XML
="$EXPAT_LINK"
37658 EXTRALIBS_HTML
="$MSPACK_LINK"
37659 EXTRALIBS_MEDIA
="$GST_LIBS"
37660 EXTRALIBS_STC
="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
37661 if test "$wxUSE_GUI" = "yes"; then
37662 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK`
37664 if test "$wxUSE_OPENGL" = "yes"; then
37665 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
37668 LDFLAGS
="$LDFLAGS $PROFILE_FLAGS"
37670 WXCONFIG_LIBS
="$LIBS"
37672 if test "$wxUSE_REGEX" = "builtin" ; then
37673 wxconfig_3rdparty
="regex${lib_unicode_suffix} $wxconfig_3rdparty"
37675 if test "$wxUSE_EXPAT" = "builtin" ; then
37676 wxconfig_3rdparty
="expat $wxconfig_3rdparty"
37678 if test "$wxUSE_LIBTIFF" = "builtin" ; then
37679 wxconfig_3rdparty
="tiff $wxconfig_3rdparty"
37681 if test "$wxUSE_LIBJPEG" = "builtin" ; then
37682 wxconfig_3rdparty
="jpeg $wxconfig_3rdparty"
37684 if test "$wxUSE_LIBPNG" = "builtin" ; then
37685 wxconfig_3rdparty
="png $wxconfig_3rdparty"
37687 if test "$wxUSE_ZLIB" = "builtin" ; then
37688 wxconfig_3rdparty
="zlib $wxconfig_3rdparty"
37691 for i
in $wxconfig_3rdparty ; do
37692 WXCONFIG_LIBS
="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
37696 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
37699 case "$wxUNIV_THEMES" in
37701 $as_echo "#define wxUSE_ALL_THEMES 1" >>confdefs.h
37706 for t
in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
37707 cat >>confdefs.h
<<_ACEOF
37708 #define wxUSE_THEME_$t 1
37724 if test $wxUSE_MONOLITHIC = "yes" ; then
37730 if test $wxUSE_PLUGINS = "yes" ; then
37736 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
37742 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
37770 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
37783 TOOLKIT_DESC
="GTK+"
37784 if test "$WXGTK2" = 1; then
37785 if test "$WXGTK3" = 1; then
37786 TOOLKIT_DESC
="$TOOLKIT_DESC 3"
37788 TOOLKIT_DESC
="$TOOLKIT_DESC 2"
37790 if test "$wxUSE_GTKPRINT" = "yes" ; then
37791 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA GTK+ printing";
37793 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
37794 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA gnomeprint";
37796 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
37797 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA gnomevfs"
37799 if test "$wxUSE_LIBNOTIFY" = "yes" ; then
37800 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA libnotify"
37802 if test "$wxUSE_LIBHILDON" = "yes"; then
37803 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA hildon"
37805 if test "$wxUSE_LIBHILDON2" = "yes"; then
37806 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA hildon"
37809 if test "$TOOLKIT_EXTRA" != ""; then
37810 TOOLKIT_DESC
="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
37816 TOOLKIT_DESC
=$TOOLKIT_LOWERCASE
37820 TOOLKIT_DESC
="base only"
37824 if test "$wxUSE_WINE" = "yes"; then
37825 BAKEFILE_FORCE_PLATFORM
=win32
37828 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
37830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc precompiled header bug" >&5
37831 $as_echo_n "checking for gcc precompiled header bug... " >&6; }
37832 if ${wx_cv_gcc_pch_bug+:} false
; then :
37833 $as_echo_n "(cached) " >&6
37836 echo '#include <stdio.h>
37837 const wchar_t test_var[] = L"awidetest";' > conftest.h
37839 echo '#include "conftest.h"
37842 printf("%ls", test_var);
37846 wx_cv_gcc_pch_bug
="pch not supported"
37848 if $CXX conftest.h
>/dev
/null
2>&1
37852 if $CXX -o conftest
$PROGRAM_EXT conftest.cpp
>/dev
/null
2>&1
37854 if tr -dc '[a-z]' < conftest
$PROGRAM_EXT |
37855 grep awidetest
>/dev
/null
37857 wx_cv_gcc_pch_bug
=no
37859 wx_cv_gcc_pch_bug
=yes
37864 rm -f conftest.h conftest.gch conftest.cpp conftest
$PROGRAM_EXT
37867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_gcc_pch_bug" >&5
37868 $as_echo "$wx_cv_gcc_pch_bug" >&6; }
37870 if test "$wx_cv_gcc_pch_bug" = yes; then
37875 # Find a good install program. We prefer a C program (faster),
37876 # so one script is as good as another. But avoid the broken or
37877 # incompatible versions:
37878 # SysV /etc/install, /usr/sbin/install
37879 # SunOS /usr/etc/install
37880 # IRIX /sbin/install
37882 # AmigaOS /C/install, which installs bootblocks on floppy discs
37883 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
37884 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
37885 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
37886 # OS/2's system install, which has a completely different semantic
37887 # ./install, which can be erroneously created by make from ./install.sh.
37888 # Reject install programs that cannot install multiple files.
37889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
37890 $as_echo_n "checking for a BSD-compatible install... " >&6; }
37891 if test -z "$INSTALL"; then
37892 if ${ac_cv_path_install+:} false
; then :
37893 $as_echo_n "(cached) " >&6
37895 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37896 for as_dir
in $PATH
37899 test -z "$as_dir" && as_dir
=.
37900 # Account for people who put trailing slashes in PATH elements.
37901 case $as_dir/ in #((
37902 .
/ | .
// | /[cC
]/* | \
37903 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
37904 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
37907 # OSF1 and SCO ODT 3.0 have their own names for install.
37908 # Don't use installbsd from OSF since it installs stuff as root
37910 for ac_prog
in ginstall scoinst
install; do
37911 for ac_exec_ext
in '' $ac_executable_extensions; do
37912 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
37913 if test $ac_prog = install &&
37914 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
37915 # AIX install. It has an incompatible calling convention.
37917 elif test $ac_prog = install &&
37918 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
37919 # program-specific install script used by HP pwplus--don't use.
37922 rm -rf conftest.one conftest.two conftest.dir
37923 echo one
> conftest.one
37924 echo two
> conftest.two
37926 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
37927 test -s conftest.one
&& test -s conftest.two
&&
37928 test -s conftest.dir
/conftest.one
&&
37929 test -s conftest.dir
/conftest.two
37931 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
37944 rm -rf conftest.one conftest.two conftest.dir
37947 if test "${ac_cv_path_install+set}" = set; then
37948 INSTALL
=$ac_cv_path_install
37950 # As a last resort, use the slow shell script. Don't cache a
37951 # value for INSTALL within a source directory, because that will
37952 # break other packages using the cache if that directory is
37953 # removed, or if the value is a relative name.
37954 INSTALL
=$ac_install_sh
37957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
37958 $as_echo "$INSTALL" >&6; }
37960 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
37961 # It thinks the first close brace ends the variable substitution.
37962 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
37964 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
37966 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
37974 if test "x$BAKEFILE_HOST" = "x"; then
37975 if test "x${host}" = "x" ; then
37976 as_fn_error $?
"You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." "$LINENO" 5
37979 BAKEFILE_HOST
="${host}"
37982 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
37984 if test -n "$ac_tool_prefix"; then
37985 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
37986 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
37987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37988 $as_echo_n "checking for $ac_word... " >&6; }
37989 if ${ac_cv_prog_RANLIB+:} false
; then :
37990 $as_echo_n "(cached) " >&6
37992 if test -n "$RANLIB"; then
37993 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
37995 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37996 for as_dir
in $PATH
37999 test -z "$as_dir" && as_dir
=.
38000 for ac_exec_ext
in '' $ac_executable_extensions; do
38001 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38002 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
38003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38012 RANLIB
=$ac_cv_prog_RANLIB
38013 if test -n "$RANLIB"; then
38014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
38015 $as_echo "$RANLIB" >&6; }
38017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38018 $as_echo "no" >&6; }
38023 if test -z "$ac_cv_prog_RANLIB"; then
38024 ac_ct_RANLIB
=$RANLIB
38025 # Extract the first word of "ranlib", so it can be a program name with args.
38026 set dummy ranlib
; ac_word
=$2
38027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38028 $as_echo_n "checking for $ac_word... " >&6; }
38029 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
38030 $as_echo_n "(cached) " >&6
38032 if test -n "$ac_ct_RANLIB"; then
38033 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
38035 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38036 for as_dir
in $PATH
38039 test -z "$as_dir" && as_dir
=.
38040 for ac_exec_ext
in '' $ac_executable_extensions; do
38041 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38042 ac_cv_prog_ac_ct_RANLIB
="ranlib"
38043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38052 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
38053 if test -n "$ac_ct_RANLIB"; then
38054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
38055 $as_echo "$ac_ct_RANLIB" >&6; }
38057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38058 $as_echo "no" >&6; }
38061 if test "x$ac_ct_RANLIB" = x
; then
38064 case $cross_compiling:$ac_tool_warned in
38066 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38067 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38068 ac_tool_warned
=yes ;;
38070 RANLIB
=$ac_ct_RANLIB
38073 RANLIB
="$ac_cv_prog_RANLIB"
38077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
38078 $as_echo_n "checking whether ln -s works... " >&6; }
38080 if test "$LN_S" = "ln -s"; then
38081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
38082 $as_echo "yes" >&6; }
38084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
38085 $as_echo "no, using $LN_S" >&6; }
38089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
38090 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
38092 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
38093 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
38094 $as_echo_n "(cached) " >&6
38096 cat >conftest.
make <<\_ACEOF
38099 @
echo '@@@%%%=$(MAKE)=@@@%%%'
38101 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
38102 case `${MAKE-make} -f conftest.make 2>/dev/null` in
38103 *@@@
%%%=?
*=@@@
%%%*)
38104 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
38106 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
38108 rm -f conftest.
make
38110 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
38111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
38112 $as_echo "yes" >&6; }
38115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38116 $as_echo "no" >&6; }
38117 SET_MAKE
="MAKE=${MAKE-make}"
38122 if test "x$SUNCXX" = "xyes"; then
38124 AROPTIONS
="-xar -o"
38126 elif test "x$SGICC" = "xyes"; then
38131 if test -n "$ac_tool_prefix"; then
38132 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
38133 set dummy
${ac_tool_prefix}ar; ac_word
=$2
38134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38135 $as_echo_n "checking for $ac_word... " >&6; }
38136 if ${ac_cv_prog_AR+:} false
; then :
38137 $as_echo_n "(cached) " >&6
38139 if test -n "$AR"; then
38140 ac_cv_prog_AR
="$AR" # Let the user override the test.
38142 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38143 for as_dir
in $PATH
38146 test -z "$as_dir" && as_dir
=.
38147 for ac_exec_ext
in '' $ac_executable_extensions; do
38148 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38149 ac_cv_prog_AR
="${ac_tool_prefix}ar"
38150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38160 if test -n "$AR"; then
38161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
38162 $as_echo "$AR" >&6; }
38164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38165 $as_echo "no" >&6; }
38170 if test -z "$ac_cv_prog_AR"; then
38172 # Extract the first word of "ar", so it can be a program name with args.
38173 set dummy
ar; ac_word
=$2
38174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38175 $as_echo_n "checking for $ac_word... " >&6; }
38176 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
38177 $as_echo_n "(cached) " >&6
38179 if test -n "$ac_ct_AR"; then
38180 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
38182 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38183 for as_dir
in $PATH
38186 test -z "$as_dir" && as_dir
=.
38187 for ac_exec_ext
in '' $ac_executable_extensions; do
38188 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38189 ac_cv_prog_ac_ct_AR
="ar"
38190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38199 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
38200 if test -n "$ac_ct_AR"; then
38201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
38202 $as_echo "$ac_ct_AR" >&6; }
38204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38205 $as_echo "no" >&6; }
38208 if test "x$ac_ct_AR" = x
; then
38211 case $cross_compiling:$ac_tool_warned in
38213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38214 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38215 ac_tool_warned
=yes ;;
38220 AR
="$ac_cv_prog_AR"
38227 if test -n "$ac_tool_prefix"; then
38228 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
38229 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
38230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38231 $as_echo_n "checking for $ac_word... " >&6; }
38232 if ${ac_cv_prog_STRIP+:} false
; then :
38233 $as_echo_n "(cached) " >&6
38235 if test -n "$STRIP"; then
38236 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
38238 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38239 for as_dir
in $PATH
38242 test -z "$as_dir" && as_dir
=.
38243 for ac_exec_ext
in '' $ac_executable_extensions; do
38244 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38245 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
38246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38255 STRIP
=$ac_cv_prog_STRIP
38256 if test -n "$STRIP"; then
38257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
38258 $as_echo "$STRIP" >&6; }
38260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38261 $as_echo "no" >&6; }
38266 if test -z "$ac_cv_prog_STRIP"; then
38268 # Extract the first word of "strip", so it can be a program name with args.
38269 set dummy strip
; ac_word
=$2
38270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38271 $as_echo_n "checking for $ac_word... " >&6; }
38272 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
38273 $as_echo_n "(cached) " >&6
38275 if test -n "$ac_ct_STRIP"; then
38276 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
38278 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38279 for as_dir
in $PATH
38282 test -z "$as_dir" && as_dir
=.
38283 for ac_exec_ext
in '' $ac_executable_extensions; do
38284 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38285 ac_cv_prog_ac_ct_STRIP
="strip"
38286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38295 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
38296 if test -n "$ac_ct_STRIP"; then
38297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
38298 $as_echo "$ac_ct_STRIP" >&6; }
38300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38301 $as_echo "no" >&6; }
38304 if test "x$ac_ct_STRIP" = x
; then
38307 case $cross_compiling:$ac_tool_warned in
38309 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38310 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38311 ac_tool_warned
=yes ;;
38316 STRIP
="$ac_cv_prog_STRIP"
38319 if test -n "$ac_tool_prefix"; then
38320 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
38321 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
38322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38323 $as_echo_n "checking for $ac_word... " >&6; }
38324 if ${ac_cv_prog_NM+:} false
; then :
38325 $as_echo_n "(cached) " >&6
38327 if test -n "$NM"; then
38328 ac_cv_prog_NM
="$NM" # Let the user override the test.
38330 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38331 for as_dir
in $PATH
38334 test -z "$as_dir" && as_dir
=.
38335 for ac_exec_ext
in '' $ac_executable_extensions; do
38336 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38337 ac_cv_prog_NM
="${ac_tool_prefix}nm"
38338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38348 if test -n "$NM"; then
38349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
38350 $as_echo "$NM" >&6; }
38352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38353 $as_echo "no" >&6; }
38358 if test -z "$ac_cv_prog_NM"; then
38360 # Extract the first word of "nm", so it can be a program name with args.
38361 set dummy nm
; ac_word
=$2
38362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38363 $as_echo_n "checking for $ac_word... " >&6; }
38364 if ${ac_cv_prog_ac_ct_NM+:} false
; then :
38365 $as_echo_n "(cached) " >&6
38367 if test -n "$ac_ct_NM"; then
38368 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
38370 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38371 for as_dir
in $PATH
38374 test -z "$as_dir" && as_dir
=.
38375 for ac_exec_ext
in '' $ac_executable_extensions; do
38376 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38377 ac_cv_prog_ac_ct_NM
="nm"
38378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38387 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
38388 if test -n "$ac_ct_NM"; then
38389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
38390 $as_echo "$ac_ct_NM" >&6; }
38392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38393 $as_echo "no" >&6; }
38396 if test "x$ac_ct_NM" = x
; then
38399 case $cross_compiling:$ac_tool_warned in
38401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38403 ac_tool_warned
=yes ;;
38408 NM
="$ac_cv_prog_NM"
38412 INSTALL_DIR
="mkdir -p"
38416 case ${BAKEFILE_HOST} in
38417 *-*-cygwin* | *-*-mingw32* )
38418 LDFLAGS_GUI
="-mwindows"
38424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if make is GNU make" >&5
38425 $as_echo_n "checking if make is GNU make... " >&6; }
38426 if ${bakefile_cv_prog_makeisgnu+:} false
; then :
38427 $as_echo_n "(cached) " >&6
38430 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
38431 egrep -s GNU
> /dev
/null
); then
38432 bakefile_cv_prog_makeisgnu
="yes"
38434 bakefile_cv_prog_makeisgnu
="no"
38438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_prog_makeisgnu" >&5
38439 $as_echo "$bakefile_cv_prog_makeisgnu" >&6; }
38441 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
38458 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
38459 case "${BAKEFILE_HOST}" in
38466 *-pc-os2_emx | *-pc-os2-emx )
38476 powerpc
-apple-macos* )
38485 case "$BAKEFILE_FORCE_PLATFORM" in
38506 as_fn_error $?
"Unknown platform: $BAKEFILE_FORCE_PLATFORM" "$LINENO" 5
38521 # Check whether --enable-omf was given.
38522 if test "${enable_omf+set}" = set; then :
38523 enableval
=$enable_omf; bk_os2_use_omf
="$enableval"
38527 case "${BAKEFILE_HOST}" in
38529 if test "x$GCC" = "xyes"; then
38530 CFLAGS
="$CFLAGS -fno-common"
38531 CXXFLAGS
="$CXXFLAGS -fno-common"
38533 if test "x$XLCC" = "xyes"; then
38534 CFLAGS
="$CFLAGS -qnocommon"
38535 CXXFLAGS
="$CXXFLAGS -qnocommon"
38539 *-pc-os2_emx | *-pc-os2-emx )
38540 if test "x$bk_os2_use_omf" = "xyes" ; then
38543 LDFLAGS
="-Zomf $LDFLAGS"
38544 CFLAGS
="-Zomf $CFLAGS"
38545 CXXFLAGS
="-Zomf $CXXFLAGS"
38553 LDFLAGS
="-L/boot/develop/lib/x86 $LDFLAGS"
38559 SO_SUFFIX_MODULE
="so"
38564 DLLPREFIX_MODULE
=""
38568 case "${BAKEFILE_HOST}" in
38573 SO_SUFFIX_MODULE
="sl"
38577 SO_SUFFIX_MODULE
="a"
38581 SO_SUFFIX_MODULE
="dll"
38582 DLLIMP_SUFFIX
="dll.a"
38589 SO_SUFFIX_MODULE
="dll"
38590 DLLIMP_SUFFIX
="dll.a"
38600 *-pc-os2_emx | *-pc-os2-emx )
38602 SO_SUFFIX_MODULE
="dll"
38603 DLLIMP_SUFFIX
=$OS2_LIBEXT
38607 LIBEXT
=".$OS2_LIBEXT"
38612 SO_SUFFIX_MODULE
="bundle"
38616 if test "x$DLLIMP_SUFFIX" = "x" ; then
38617 DLLIMP_SUFFIX
="$SO_SUFFIX"
38632 if test "x$GCC" = "xyes"; then
38636 SHARED_LD_CC
="\$(CC) -shared ${PIC_FLAG} -o"
38637 SHARED_LD_CXX
="\$(CXX) -shared ${PIC_FLAG} -o"
38640 case "${BAKEFILE_HOST}" in
38642 if test "x$GCC" != "xyes"; then
38643 LDFLAGS
="$LDFLAGS -L/usr/lib"
38645 SHARED_LD_CC
="${CC} -b -o"
38646 SHARED_LD_CXX
="${CXX} -b -o"
38652 if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
38654 elif test "x$SUNCXX" = "xyes"; then
38655 SHARED_LD_CC
="${CC} -G -o"
38656 SHARED_LD_CXX
="${CXX} -G -o"
38662 if test "x$SUNCXX" = xyes
; then
38663 SHARED_LD_CC
="${CC} -G -o"
38664 SHARED_LD_CXX
="${CXX} -G -o"
38672 cat <<EOF >shared-ld-sh
38674 #-----------------------------------------------------------------------------
38675 #-- Name: distrib/mac/shared-ld-sh
38676 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
38677 #-- Author: Gilles Depeyrot
38678 #-- Copyright: (c) 2002 Gilles Depeyrot
38679 #-- Licence: any use permitted
38680 #-----------------------------------------------------------------------------
38685 linking_flag="-dynamiclib"
38686 ldargs="-r -keep_private_externs -nostdlib"
38688 if test "x${D}CXX" = "x"; then
38692 while test ${D}# -gt 0; do
38699 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
38700 # collect these options and values
38701 args="${D}{args} ${D}1 ${D}2"
38706 # collect these options and values
38707 ldargs="${D}{ldargs} ${D}1 ${D}2"
38712 # collect these load args
38713 ldargs="${D}{ldargs} ${D}1"
38716 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
38717 # collect these options
38718 args="${D}{args} ${D}1"
38721 -dynamiclib|-bundle)
38722 linking_flag="${D}1"
38726 echo "shared-ld: unhandled option '${D}1'"
38730 *.o | *.a | *.dylib)
38731 # collect object files
38732 objects="${D}{objects} ${D}1"
38736 echo "shared-ld: unhandled argument '${D}1'"
38747 # Link one module containing all the others
38749 if test ${D}{verbose} = 1; then
38750 echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
38752 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
38756 # Link the shared library from the single module created, but only if the
38757 # previous command didn't fail:
38759 if test ${D}{status} = 0; then
38760 if test ${D}{verbose} = 1; then
38761 echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
38763 ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
38768 # Remove intermediate module
38770 rm -f master.${D}${D}.o
38775 chmod +x shared
-ld-sh
38777 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
38778 SHARED_LD_MODULE_CXX
="CXX=\"\$(CXX)\" $SHARED_LD_MODULE_CC"
38781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc 3.1 or later" >&5
38782 $as_echo_n "checking for gcc 3.1 or later... " >&6; }
38783 if ${bakefile_cv_gcc31+:} false
; then :
38784 $as_echo_n "(cached) " >&6
38787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
38788 /* end confdefs.h. */
38794 #if (__GNUC__ < 3) || \
38795 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
38803 if ac_fn_c_try_compile
"$LINENO"; then :
38805 bakefile_cv_gcc31
=yes
38809 bakefile_cv_gcc31
=no
38813 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
38816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_gcc31" >&5
38817 $as_echo "$bakefile_cv_gcc31" >&6; }
38818 if test "$bakefile_cv_gcc31" = "no"; then
38819 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
38820 SHARED_LD_CXX
="$SHARED_LD_CC"
38822 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
38823 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
38826 if test "x$GCC" == "xyes"; then
38827 PIC_FLAG
="-dynamic -fPIC"
38829 if test "x$XLCC" = "xyes"; then
38830 PIC_FLAG
="-dynamic -DPIC"
38835 if test "x$GCC" = "xyes"; then
38838 case "${BAKEFILE_HOST}" in
38840 LD_EXPFULL
="-Wl,-bexpfull"
38844 SHARED_LD_CC
="\$(CC) -shared $LD_EXPFULL -o"
38845 SHARED_LD_CXX
="\$(CXX) -shared $LD_EXPFULL -o"
38847 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
38848 set dummy makeC
++SharedLib
; ac_word
=$2
38849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38850 $as_echo_n "checking for $ac_word... " >&6; }
38851 if ${ac_cv_prog_AIX_CXX_LD+:} false
; then :
38852 $as_echo_n "(cached) " >&6
38854 if test -n "$AIX_CXX_LD"; then
38855 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
38857 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38858 for as_dir
in $PATH
38861 test -z "$as_dir" && as_dir
=.
38862 for ac_exec_ext
in '' $ac_executable_extensions; do
38863 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38864 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
38865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38872 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
38875 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
38876 if test -n "$AIX_CXX_LD"; then
38877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AIX_CXX_LD" >&5
38878 $as_echo "$AIX_CXX_LD" >&6; }
38880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38881 $as_echo "no" >&6; }
38885 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
38886 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
38891 SHARED_LD_CC
="${LD} -nostart -o"
38892 SHARED_LD_CXX
="${LD} -nostart -o"
38896 if test "x$GCC" != "xyes"; then
38901 *-*-cygwin* | *-*-mingw32* )
38903 SHARED_LD_CC
="\$(CC) -shared -o"
38904 SHARED_LD_CXX
="\$(CXX) -shared -o"
38908 *-pc-os2_emx | *-pc-os2-emx )
38909 SHARED_LD_CC
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
38910 SHARED_LD_CXX
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
38914 cat <<EOF >dllar.sh
38917 # dllar - a tool to build both a .dll and an .a file
38918 # from a set of object (.o) files for EMX/OS2.
38920 # Written by Andrew Zabolotny, bit@freya.etu.ru
38921 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
38923 # This script will accept a set of files on the command line.
38924 # All the public symbols from the .o files will be exported into
38925 # a .DEF file, then linker will be run (through gcc) against them to
38926 # build a shared library consisting of all given .o files. All libraries
38927 # (.a) will be first decompressed into component .o files then act as
38928 # described above. You can optionally give a description (-d "description")
38929 # which will be put into .DLL. To see the list of accepted options (as well
38930 # as command-line format) simply run this program without options. The .DLL
38931 # is built to be imported by name (there is no guarantee that new versions
38932 # of the library you build will have same ordinals for same symbols).
38934 # dllar is free software; you can redistribute it and/or modify
38935 # it under the terms of the GNU General Public License as published by
38936 # the Free Software Foundation; either version 2, or (at your option)
38937 # any later version.
38939 # dllar is distributed in the hope that it will be useful,
38940 # but WITHOUT ANY WARRANTY; without even the implied warranty of
38941 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38942 # GNU General Public License for more details.
38944 # You should have received a copy of the GNU General Public License
38945 # along with dllar; see the file COPYING. If not, write to the Free
38946 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
38949 # To successfuly run this program you will need:
38950 # - Current drive should have LFN support (HPFS, ext2, network, etc)
38951 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
38953 # (used to build the .dll)
38955 # (used to create .def file from .o files)
38957 # (used to create .a file from .def file)
38958 # - GNU text utilites (cat, sort, uniq)
38959 # used to process emxexp output
38960 # - GNU file utilities (mv, rm)
38962 # - lxlite (optional, see flag below)
38963 # (used for general .dll cleanup)
38970 # basnam, variant of basename, which does _not_ remove the path, _iff_
38971 # second argument (suffix to remove) is given
38975 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
38978 echo ${D}1 | sed 's/'${D}2'${D}//'
38981 echo "error in basnam ${D}*"
38987 # Cleanup temporary files and output
38990 for i in ${D}inputFiles ; do
38993 rm -rf \`basnam ${D}i !\`
39000 # Kill result in case of failure as there is just to many stupid make/nmake
39001 # things out there which doesn't do this.
39002 if [ ${D}# -eq 0 ]; then
39003 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
39007 # Print usage and exit script with rc=1.
39009 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
39010 echo ' [-name-mangler-script script.sh]'
39011 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
39012 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
39013 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
39014 echo ' [*.o] [*.a]'
39015 echo '*> "output_file" should have no extension.'
39016 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
39017 echo ' The import library name is derived from this and is set to "name".a,'
39018 echo ' unless overridden by -import'
39019 echo '*> "importlib_name" should have no extension.'
39020 echo ' If it has the .o, or .a extension, it is automatically removed.'
39021 echo ' This name is used as the import library name and may be longer and'
39022 echo ' more descriptive than the DLL name which has to follow the old '
39023 echo ' 8.3 convention of FAT.'
39024 echo '*> "script.sh may be given to override the output_file name by a'
39025 echo ' different name. It is mainly useful if the regular make process'
39026 echo ' of some package does not take into account OS/2 restriction of'
39027 echo ' DLL name lengths. It takes the importlib name as input and is'
39028 echo ' supposed to procude a shorter name as output. The script should'
39029 echo ' expect to get importlib_name without extension and should produce'
39030 echo ' a (max.) 8 letter name without extension.'
39031 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
39032 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
39033 echo ' These flags will be put at the start of GCC command line.'
39034 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
39035 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
39036 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
39037 echo ' If the last character of a symbol is "*", all symbols beginning'
39038 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
39039 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
39040 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
39041 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
39042 echo ' C runtime DLLs.'
39043 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
39044 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
39045 echo ' unchanged to GCC at the end of command line.'
39046 echo '*> If you create a DLL from a library and you do not specify -o,'
39047 echo ' the basename for DLL and import library will be set to library name,'
39048 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
39049 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
39050 echo ' library will be renamed into gcc_s.a.'
39053 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
39054 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
39059 # Execute a command.
39060 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
39061 # @Uses Whatever CleanUp() uses.
39067 if [ ${D}rcCmd -ne 0 ]; then
39068 echo "command failed, exit code="${D}rcCmd
39083 CFLAGS="-s -Zcrtdll"
39085 EXPORT_BY_ORDINALS=0
39090 case ${D}curDirS in
39094 curDirS=${D}{curDirS}"/"
39097 # Parse commandline
39100 while [ ${D}1 ]; do
39103 EXPORT_BY_ORDINALS=1;
39113 -name-mangler-script)
39134 exclude_symbols=${D}{exclude_symbols}${D}1" "
39138 library_flags=${D}{library_flags}${D}1" "
39157 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39160 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
39161 if [ ${D}omfLinking -eq 1 ]; then
39162 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
39164 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
39169 if [ ${D}libsToLink -ne 0 ]; then
39170 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39172 for file in ${D}1 ; do
39173 if [ -f ${D}file ]; then
39174 inputFiles="${D}{inputFiles} ${D}file"
39178 if [ ${D}found -eq 0 ]; then
39179 echo "ERROR: No file(s) found: "${D}1
39186 done # iterate cmdline words
39189 if [ -z "${D}inputFiles" ]; then
39190 echo "dllar: no input files"
39194 # Now extract all .o files from .a files
39196 for file in ${D}inputFiles ; do
39207 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
39212 dirname=\`basnam ${D}file ${D}suffix\`"_%"
39214 if [ ${D}? -ne 0 ]; then
39215 echo "Failed to create subdirectory ./${D}dirname"
39219 # Append '!' to indicate archive
39220 newInputFiles="${D}newInputFiles ${D}{dirname}!"
39221 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
39224 for subfile in ${D}dirname/*.o* ; do
39225 if [ -f ${D}subfile ]; then
39227 if [ -s ${D}subfile ]; then
39228 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
39229 newInputFiles="${D}newInputFiles ${D}subfile"
39233 if [ ${D}found -eq 0 ]; then
39234 echo "WARNING: there are no files in archive \\'${D}file\\'"
39238 newInputFiles="${D}{newInputFiles} ${D}file"
39242 inputFiles="${D}newInputFiles"
39244 # Output filename(s).
39246 if [ -z ${D}outFile ]; then
39248 set outFile ${D}inputFiles; outFile=${D}2
39251 # If it is an archive, remove the '!' and the '_%' suffixes
39252 case ${D}outFile in
39254 outFile=\`basnam ${D}outFile _%!\`
39259 case ${D}outFile in
39261 outFile=\`basnam ${D}outFile .dll\`
39264 outFile=\`basnam ${D}outFile .DLL\`
39267 outFile=\`basnam ${D}outFile .o\`
39270 outFile=\`basnam ${D}outFile .obj\`
39273 outFile=\`basnam ${D}outFile .a\`
39276 outFile=\`basnam ${D}outFile .lib\`
39281 case ${D}outimpFile in
39283 outimpFile=\`basnam ${D}outimpFile .a\`
39286 outimpFile=\`basnam ${D}outimpFile .lib\`
39291 if [ -z ${D}outimpFile ]; then
39292 outimpFile=${D}outFile
39294 defFile="${D}{outFile}.def"
39295 arcFile="${D}{outimpFile}.a"
39296 arcFile2="${D}{outimpFile}.lib"
39298 #create ${D}dllFile as something matching 8.3 restrictions,
39299 if [ -z ${D}renameScript ] ; then
39300 dllFile="${D}outFile"
39302 dllFile=\`${D}renameScript ${D}outimpFile\`
39305 if [ ${D}do_backup -ne 0 ] ; then
39306 if [ -f ${D}arcFile ] ; then
39307 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
39309 if [ -f ${D}arcFile2 ] ; then
39310 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
39314 # Extract public symbols from all the object files.
39315 tmpdefFile=${D}{defFile}_%
39316 rm -f ${D}tmpdefFile
39317 for file in ${D}inputFiles ; do
39322 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
39327 # Create the def file.
39329 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
39330 dllFile="${D}{dllFile}.dll"
39331 if [ ! -z ${D}description ]; then
39332 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
39334 echo "EXPORTS" >> ${D}defFile
39336 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
39337 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
39339 # Checks if the export is ok or not.
39340 for word in ${D}exclude_symbols; do
39341 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
39342 mv ${D}{tmpdefFile}% ${D}tmpdefFile
39346 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
39347 sed "=" < ${D}tmpdefFile | \\
39351 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
39353 ' > ${D}{tmpdefFile}%
39354 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
39356 rm -f ${D}{tmpdefFile}%
39358 cat ${D}tmpdefFile >> ${D}defFile
39359 rm -f ${D}tmpdefFile
39361 # Do linking, create implib, and apply lxlite.
39363 for file in ${D}inputFiles ; do
39368 gccCmdl="${D}gccCmdl ${D}file"
39372 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
39373 touch "${D}{outFile}.dll"
39375 doCommand "emximp -o ${D}arcFile ${D}defFile"
39376 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
39378 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
39381 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
39383 doCommand "emxomf -s -l ${D}arcFile"
39393 powerpc
-apple-macos* | \
39394 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd
*-gnu | \
39404 as_fn_error $?
"unknown system type $BAKEFILE_HOST." "$LINENO" 5
39407 if test "x$PIC_FLAG" != "x" ; then
39408 PIC_FLAG
="$PIC_FLAG -DPIC"
39411 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
39412 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
39414 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
39415 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
39430 USE_SOTWOSYMLINKS
=0
39434 case "${BAKEFILE_HOST}" in
39435 *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
39436 *-*-k*bsd
*-gnu | *-*-mirbsd* )
39437 if test "x$SUNCXX" = "xyes"; then
39440 SONAME_FLAG
="-Wl,-soname,"
39444 USE_SOTWOSYMLINKS
=1
39456 USE_SOTWOSYMLINKS
=1
39474 # Check whether --enable-dependency-tracking was given.
39475 if test "${enable_dependency_tracking+set}" = set; then :
39476 enableval
=$enable_dependency_tracking; bk_use_trackdeps
="$enableval"
39480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dependency tracking method" >&5
39481 $as_echo_n "checking for dependency tracking method... " >&6; }
39484 if test "x$bk_use_trackdeps" = "xno" ; then
39486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
39487 $as_echo "disabled" >&6; }
39491 if test "x$GCC" = "xyes"; then
39494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: gcc" >&5
39495 $as_echo "gcc" >&6; }
39496 elif test "x$MWCC" = "xyes"; then
39499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: mwcc" >&5
39500 $as_echo "mwcc" >&6; }
39501 elif test "x$SUNCC" = "xyes"; then
39504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Sun cc" >&5
39505 $as_echo "Sun cc" >&6; }
39506 elif test "x$SGICC" = "xyes"; then
39509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: SGI cc" >&5
39510 $as_echo "SGI cc" >&6; }
39511 elif test "x$HPCC" = "xyes"; then
39514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: HP cc" >&5
39515 $as_echo "HP cc" >&6; }
39516 elif test "x$COMPAQCC" = "xyes"; then
39519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Compaq cc" >&5
39520 $as_echo "Compaq cc" >&6; }
39523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
39524 $as_echo "none" >&6; }
39527 if test $DEPS_TRACKING = 1 ; then
39533 # This script is part of Bakefile (http://www.bakefile.org) autoconf
39534 # script. It is used to track C/C++ files dependencies in portable way.
39536 # Permission is given to use this file in any way.
39538 DEPSMODE=${DEPSMODE}
39539 DEPSFLAG="${DEPSFLAG}"
39542 if test ${D}DEPSMODE = gcc ; then
39543 ${D}* ${D}{DEPSFLAG}
39546 # determine location of created files:
39547 while test ${D}# -gt 0; do
39561 objfilebase=\`basename ${D}objfile\`
39562 builddir=\`dirname ${D}objfile\`
39563 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
39564 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
39565 depsdir=${D}builddir/${D}DEPSDIRBASE
39566 mkdir -p ${D}depsdir
39568 # if the compiler failed, we're done:
39569 if test ${D}{status} != 0 ; then
39574 # move created file to the location we want it in:
39575 if test -f ${D}depfile ; then
39576 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
39579 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
39580 depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
39581 if test ! -f ${D}depfile ; then
39582 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
39583 depfile="${D}objfile.d"
39585 if test -f ${D}depfile ; then
39586 sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
39592 elif test ${D}DEPSMODE = mwcc ; then
39593 ${D}* || exit ${D}?
39594 # Run mwcc again with -MM and redirect into the dep file we want
39595 # NOTE: We can't use shift here because we need ${D}* to be valid
39597 for arg in ${D}* ; do
39598 if test "${D}prevarg" = "-o"; then
39612 objfilebase=\`basename ${D}objfile\`
39613 builddir=\`dirname ${D}objfile\`
39614 depsdir=${D}builddir/${D}DEPSDIRBASE
39615 mkdir -p ${D}depsdir
39617 ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
39620 elif test ${D}DEPSMODE = unixcc; then
39621 ${D}* || exit ${D}?
39622 # Run compiler again with deps flag and redirect into the dep file.
39623 # It doesn't work if the '-o FILE' option is used, but without it the
39624 # dependency file will contain the wrong name for the object. So it is
39625 # removed from the command line, and the dep file is fixed with sed.
39627 while test ${D}# -gt 0; do
39634 eval arg${D}#=\\${D}1
39635 cmd="${D}cmd \\${D}arg${D}#"
39641 objfilebase=\`basename ${D}objfile\`
39642 builddir=\`dirname ${D}objfile\`
39643 depsdir=${D}builddir/${D}DEPSDIRBASE
39644 mkdir -p ${D}depsdir
39646 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
39656 BK_DEPS
="`pwd`/bk-deps"
39664 case ${BAKEFILE_HOST} in
39665 *-*-cygwin* | *-*-mingw32* )
39666 if test -n "$ac_tool_prefix"; then
39667 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
39668 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
39669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39670 $as_echo_n "checking for $ac_word... " >&6; }
39671 if ${ac_cv_prog_WINDRES+:} false
; then :
39672 $as_echo_n "(cached) " >&6
39674 if test -n "$WINDRES"; then
39675 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
39677 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39678 for as_dir
in $PATH
39681 test -z "$as_dir" && as_dir
=.
39682 for ac_exec_ext
in '' $ac_executable_extensions; do
39683 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39684 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
39685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39694 WINDRES
=$ac_cv_prog_WINDRES
39695 if test -n "$WINDRES"; then
39696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
39697 $as_echo "$WINDRES" >&6; }
39699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39700 $as_echo "no" >&6; }
39705 if test -z "$ac_cv_prog_WINDRES"; then
39706 ac_ct_WINDRES
=$WINDRES
39707 # Extract the first word of "windres", so it can be a program name with args.
39708 set dummy windres
; ac_word
=$2
39709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39710 $as_echo_n "checking for $ac_word... " >&6; }
39711 if ${ac_cv_prog_ac_ct_WINDRES+:} false
; then :
39712 $as_echo_n "(cached) " >&6
39714 if test -n "$ac_ct_WINDRES"; then
39715 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
39717 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39718 for as_dir
in $PATH
39721 test -z "$as_dir" && as_dir
=.
39722 for ac_exec_ext
in '' $ac_executable_extensions; do
39723 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39724 ac_cv_prog_ac_ct_WINDRES
="windres"
39725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39734 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
39735 if test -n "$ac_ct_WINDRES"; then
39736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
39737 $as_echo "$ac_ct_WINDRES" >&6; }
39739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39740 $as_echo "no" >&6; }
39743 if test "x$ac_ct_WINDRES" = x
; then
39746 case $cross_compiling:$ac_tool_warned in
39748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
39749 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
39750 ac_tool_warned
=yes ;;
39752 WINDRES
=$ac_ct_WINDRES
39755 WINDRES
="$ac_cv_prog_WINDRES"
39760 *-*-darwin* | powerpc
-apple-macos* )
39761 # Extract the first word of "Rez", so it can be a program name with args.
39762 set dummy Rez
; ac_word
=$2
39763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39764 $as_echo_n "checking for $ac_word... " >&6; }
39765 if ${ac_cv_prog_REZ+:} false
; then :
39766 $as_echo_n "(cached) " >&6
39768 if test -n "$REZ"; then
39769 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
39771 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39772 for as_dir
in $PATH
39775 test -z "$as_dir" && as_dir
=.
39776 for ac_exec_ext
in '' $ac_executable_extensions; do
39777 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39778 ac_cv_prog_REZ
="Rez"
39779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39786 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
39789 REZ
=$ac_cv_prog_REZ
39790 if test -n "$REZ"; then
39791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $REZ" >&5
39792 $as_echo "$REZ" >&6; }
39794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39795 $as_echo "no" >&6; }
39799 # Extract the first word of "SetFile", so it can be a program name with args.
39800 set dummy SetFile
; ac_word
=$2
39801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39802 $as_echo_n "checking for $ac_word... " >&6; }
39803 if ${ac_cv_prog_SETFILE+:} false
; then :
39804 $as_echo_n "(cached) " >&6
39806 if test -n "$SETFILE"; then
39807 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
39809 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39810 for as_dir
in $PATH
39813 test -z "$as_dir" && as_dir
=.
39814 for ac_exec_ext
in '' $ac_executable_extensions; do
39815 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39816 ac_cv_prog_SETFILE
="SetFile"
39817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39824 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
39827 SETFILE
=$ac_cv_prog_SETFILE
39828 if test -n "$SETFILE"; then
39829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SETFILE" >&5
39830 $as_echo "$SETFILE" >&6; }
39832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39833 $as_echo "no" >&6; }
39848 BAKEFILE_BAKEFILE_M4_VERSION
="0.2.9"
39851 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.2.9"
39855 # Check whether --enable-precomp-headers was given.
39856 if test "${enable_precomp_headers+set}" = set; then :
39857 enableval
=$enable_precomp_headers; bk_use_pch
="$enableval"
39866 case ${BAKEFILE_HOST} in
39872 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
39873 if test "x$GCC" = "xyes"; then
39874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports precompiled headers" >&5
39875 $as_echo_n "checking if the compiler supports precompiled headers... " >&6; }
39876 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
39877 /* end confdefs.h. */
39883 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
39884 There is no PCH support
39887 There is no PCH support
39889 #if (__GNUC__ == 3) && \
39890 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
39891 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
39892 ( defined(__INTEL_COMPILER) )
39893 There is no PCH support
39900 if ac_fn_c_try_compile
"$LINENO"; then :
39902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
39903 $as_echo "yes" >&6; }
39908 if test "$INTELCXX8" = "yes"; then
39909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
39910 $as_echo "yes" >&6; }
39912 if test "$INTELCXX10" = "yes"; then
39913 ICC_PCH_CREATE_SWITCH
="-pch-create"
39914 ICC_PCH_USE_SWITCH
="-pch-use"
39916 ICC_PCH_CREATE_SWITCH
="-create-pch"
39917 ICC_PCH_USE_SWITCH
="-use-pch"
39920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39921 $as_echo "no" >&6; }
39925 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
39926 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
39930 cat <<EOF >bk-make-pch
39933 # This script is part of Bakefile (http://www.bakefile.org) autoconf
39934 # script. It is used to generated precompiled headers.
39936 # Permission is given to use this file in any way.
39943 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
39948 while test ${D}{#} -gt 0; do
39952 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
39953 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
39954 headerfile="${D}{incdir}/${D}{header}"
39957 -use-pch|-use_pch|-pch-use )
39962 if test ${D}add_to_cmdline = 1 ; then
39963 compiler="${D}{compiler} ${D}{1}"
39968 if test "x${D}{headerfile}" = "x" ; then
39969 echo "error: can't find header ${D}{header} in include paths" >&2
39971 if test -f ${D}{outfile} ; then
39972 rm -f ${D}{outfile}
39974 mkdir -p \`dirname ${D}{outfile}\`
39976 depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
39977 mkdir -p ${D}{builddir}/.deps
39978 if test "x${GCC_PCH}" = "x1" ; then
39979 # can do this because gcc is >= 3.4:
39980 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
39981 elif test "x${ICC_PCH}" = "x1" ; then
39982 filename=pch_gen-${D}${D}
39983 file=${D}{filename}.c
39984 dfile=${D}{filename}.d
39985 cat > ${D}file <<EOT
39986 #include "${D}header"
39988 # using -MF icc complains about differing command lines in creation/use
39989 ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
39990 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
39991 rm -f ${D}file ${D}dfile ${D}{filename}.o
39997 chmod +x bk
-make-pch
39998 BK_MAKE_PCH
="`pwd`/bk-make-pch"
40009 COND_BUILD_DEBUG
="#"
40010 if test "x$BUILD" = "xdebug" ; then
40011 COND_BUILD_DEBUG
=""
40014 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
40015 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
40016 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
40019 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
40020 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
40021 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
40024 COND_BUILD_DEBUG_UNICODE_0
="#"
40025 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
40026 COND_BUILD_DEBUG_UNICODE_0
=""
40029 COND_BUILD_DEBUG_UNICODE_1
="#"
40030 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
40031 COND_BUILD_DEBUG_UNICODE_1
=""
40034 COND_BUILD_RELEASE
="#"
40035 if test "x$BUILD" = "xrelease" ; then
40036 COND_BUILD_RELEASE
=""
40039 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
40040 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
40041 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
40044 COND_BUILD_RELEASE_UNICODE_0
="#"
40045 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
40046 COND_BUILD_RELEASE_UNICODE_0
=""
40049 COND_BUILD_RELEASE_UNICODE_1
="#"
40050 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
40051 COND_BUILD_RELEASE_UNICODE_1
=""
40054 COND_BUILD_debug
="#"
40055 if test "x$BUILD" = "xdebug" ; then
40056 COND_BUILD_debug
=""
40059 COND_BUILD_debug_DEBUG_FLAG_default
="#"
40060 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
40061 COND_BUILD_debug_DEBUG_FLAG_default
=""
40064 COND_BUILD_debug_DEBUG_INFO_default
="#"
40065 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
40066 COND_BUILD_debug_DEBUG_INFO_default
=""
40069 COND_BUILD_debug_UNICODE_0
="#"
40070 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
40071 COND_BUILD_debug_UNICODE_0
=""
40074 COND_BUILD_debug_UNICODE_1
="#"
40075 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
40076 COND_BUILD_debug_UNICODE_1
=""
40079 COND_BUILD_release
="#"
40080 if test "x$BUILD" = "xrelease" ; then
40081 COND_BUILD_release
=""
40084 COND_BUILD_release_DEBUG_INFO_default
="#"
40085 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
40086 COND_BUILD_release_DEBUG_INFO_default
=""
40089 COND_BUILD_release_UNICODE_0
="#"
40090 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
40091 COND_BUILD_release_UNICODE_0
=""
40094 COND_BUILD_release_UNICODE_1
="#"
40095 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
40096 COND_BUILD_release_UNICODE_1
=""
40099 COND_DEBUG_FLAG_0
="#"
40100 if test "x$DEBUG_FLAG" = "x0" ; then
40101 COND_DEBUG_FLAG_0
=""
40104 COND_DEBUG_FLAG_1
="#"
40105 if test "x$DEBUG_FLAG" = "x1" ; then
40106 COND_DEBUG_FLAG_1
=""
40109 COND_DEBUG_INFO_0
="#"
40110 if test "x$DEBUG_INFO" = "x0" ; then
40111 COND_DEBUG_INFO_0
=""
40114 COND_DEBUG_INFO_1
="#"
40115 if test "x$DEBUG_INFO" = "x1" ; then
40116 COND_DEBUG_INFO_1
=""
40119 COND_DEPS_TRACKING_0
="#"
40120 if test "x$DEPS_TRACKING" = "x0" ; then
40121 COND_DEPS_TRACKING_0
=""
40124 COND_DEPS_TRACKING_1
="#"
40125 if test "x$DEPS_TRACKING" = "x1" ; then
40126 COND_DEPS_TRACKING_1
=""
40130 if test "x$GCC_PCH" = "x1" ; then
40135 if test "x$ICC_PCH" = "x1" ; then
40139 COND_MONOLITHIC_0
="#"
40140 if test "x$MONOLITHIC" = "x0" ; then
40141 COND_MONOLITHIC_0
=""
40144 COND_MONOLITHIC_0_SHARED_0
="#"
40145 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
40146 COND_MONOLITHIC_0_SHARED_0
=""
40149 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
="#"
40150 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
40151 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
=""
40154 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
40155 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
40156 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
40159 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
="#"
40160 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
40161 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
=""
40164 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
="#"
40165 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40166 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
=""
40169 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
="#"
40170 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
40171 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
=""
40174 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
="#"
40175 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
40176 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
=""
40179 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
="#"
40180 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
40181 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
=""
40184 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
="#"
40185 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
40186 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
=""
40189 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
="#"
40190 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
40191 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
=""
40194 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
="#"
40195 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
40196 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
=""
40199 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
40200 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
40201 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
40204 COND_MONOLITHIC_0_SHARED_1
="#"
40205 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
40206 COND_MONOLITHIC_0_SHARED_1
=""
40209 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
="#"
40210 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
40211 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
=""
40214 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
40215 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
40216 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
40219 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
="#"
40220 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
40221 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
=""
40224 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
="#"
40225 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40226 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
=""
40229 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
="#"
40230 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
40231 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
=""
40234 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
="#"
40235 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
40236 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
=""
40239 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
="#"
40240 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
40241 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
=""
40244 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
="#"
40245 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
40246 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
=""
40249 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
="#"
40250 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
40251 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
=""
40254 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
="#"
40255 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
40256 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
=""
40259 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
40260 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
40261 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
40264 COND_MONOLITHIC_0_USE_AUI_1
="#"
40265 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
40266 COND_MONOLITHIC_0_USE_AUI_1
=""
40269 COND_MONOLITHIC_0_USE_GUI_1
="#"
40270 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
40271 COND_MONOLITHIC_0_USE_GUI_1
=""
40274 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
="#"
40275 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40276 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
=""
40279 COND_MONOLITHIC_0_USE_HTML_1
="#"
40280 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
40281 COND_MONOLITHIC_0_USE_HTML_1
=""
40284 COND_MONOLITHIC_0_USE_MEDIA_1
="#"
40285 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
40286 COND_MONOLITHIC_0_USE_MEDIA_1
=""
40289 COND_MONOLITHIC_0_USE_PROPGRID_1
="#"
40290 if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
40291 COND_MONOLITHIC_0_USE_PROPGRID_1
=""
40294 COND_MONOLITHIC_0_USE_QA_1
="#"
40295 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
40296 COND_MONOLITHIC_0_USE_QA_1
=""
40299 COND_MONOLITHIC_0_USE_RIBBON_1
="#"
40300 if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
40301 COND_MONOLITHIC_0_USE_RIBBON_1
=""
40304 COND_MONOLITHIC_0_USE_RICHTEXT_1
="#"
40305 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
40306 COND_MONOLITHIC_0_USE_RICHTEXT_1
=""
40309 COND_MONOLITHIC_0_USE_STC_1
="#"
40310 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
40311 COND_MONOLITHIC_0_USE_STC_1
=""
40314 COND_MONOLITHIC_0_USE_WEBVIEW_1
="#"
40315 if test "x$MONOLITHIC" = "x0" -a "x$USE_WEBVIEW" = "x1" ; then
40316 COND_MONOLITHIC_0_USE_WEBVIEW_1
=""
40319 COND_MONOLITHIC_0_USE_XRC_1
="#"
40320 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
40321 COND_MONOLITHIC_0_USE_XRC_1
=""
40324 COND_MONOLITHIC_1
="#"
40325 if test "x$MONOLITHIC" = "x1" ; then
40326 COND_MONOLITHIC_1
=""
40329 COND_MONOLITHIC_1_SHARED_0
="#"
40330 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
40331 COND_MONOLITHIC_1_SHARED_0
=""
40334 COND_MONOLITHIC_1_SHARED_1
="#"
40335 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
40336 COND_MONOLITHIC_1_SHARED_1
=""
40339 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
40340 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
40341 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
40344 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
40345 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
40346 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
40349 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
="#"
40350 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40351 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
=""
40354 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
40355 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40356 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
40359 COND_PLATFORM_MACOSX_1
="#"
40360 if test "x$PLATFORM_MACOSX" = "x1" ; then
40361 COND_PLATFORM_MACOSX_1
=""
40364 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
="#"
40365 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
40366 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
=""
40369 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
="#"
40370 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
40371 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
=""
40374 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40375 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40376 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40379 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40380 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40381 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40384 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40385 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40386 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40389 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40390 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40391 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40394 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
="#"
40395 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
40396 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
=""
40399 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
="#"
40400 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40401 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
=""
40404 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
="#"
40405 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
40406 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
=""
40409 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
="#"
40410 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40411 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
=""
40414 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
="#"
40415 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
40416 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
=""
40419 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
="#"
40420 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40421 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
=""
40424 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
40425 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
40426 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
40429 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
="#"
40430 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40431 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
=""
40434 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
40435 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40436 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
40439 COND_PLATFORM_MACOS_1
="#"
40440 if test "x$PLATFORM_MACOS" = "x1" ; then
40441 COND_PLATFORM_MACOS_1
=""
40444 COND_PLATFORM_MAC_0
="#"
40445 if test "x$PLATFORM_MAC" = "x0" ; then
40446 COND_PLATFORM_MAC_0
=""
40449 COND_PLATFORM_MAC_1
="#"
40450 if test "x$PLATFORM_MAC" = "x1" ; then
40451 COND_PLATFORM_MAC_1
=""
40454 COND_PLATFORM_MSDOS_0
="#"
40455 if test "x$PLATFORM_MSDOS" = "x0" ; then
40456 COND_PLATFORM_MSDOS_0
=""
40459 COND_PLATFORM_MSDOS_1
="#"
40460 if test "x$PLATFORM_MSDOS" = "x1" ; then
40461 COND_PLATFORM_MSDOS_1
=""
40464 COND_PLATFORM_OS2_1
="#"
40465 if test "x$PLATFORM_OS2" = "x1" ; then
40466 COND_PLATFORM_OS2_1
=""
40469 COND_PLATFORM_UNIX_0
="#"
40470 if test "x$PLATFORM_UNIX" = "x0" ; then
40471 COND_PLATFORM_UNIX_0
=""
40474 COND_PLATFORM_UNIX_1
="#"
40475 if test "x$PLATFORM_UNIX" = "x1" ; then
40476 COND_PLATFORM_UNIX_1
=""
40479 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40480 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40481 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40484 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40485 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40486 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40489 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40490 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40491 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40494 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40495 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40496 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40499 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
40500 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
40501 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
40504 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
40505 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
40506 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
40509 COND_PLATFORM_WIN32_0
="#"
40510 if test "x$PLATFORM_WIN32" = "x0" ; then
40511 COND_PLATFORM_WIN32_0
=""
40514 COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40515 if test "x$PLATFORM_WIN32" = "x0" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40516 COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40519 COND_PLATFORM_WIN32_1
="#"
40520 if test "x$PLATFORM_WIN32" = "x1" ; then
40521 COND_PLATFORM_WIN32_1
=""
40524 COND_PLATFORM_WIN32_1_SHARED_0
="#"
40525 if test "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
40526 COND_PLATFORM_WIN32_1_SHARED_0
=""
40529 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40530 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40531 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40534 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40535 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40536 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40539 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40540 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40541 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40544 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40545 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40546 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40550 if test "x$SHARED" = "x0" ; then
40554 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
="#"
40555 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
40556 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
=""
40559 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
="#"
40560 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40561 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
=""
40564 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
="#"
40565 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
40566 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
=""
40569 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
40570 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40571 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
40574 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
="#"
40575 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40576 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
=""
40579 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
="#"
40580 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40581 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
=""
40584 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
="#"
40585 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40586 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
=""
40589 COND_SHARED_0_USE_STC_1
="#"
40590 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
40591 COND_SHARED_0_USE_STC_1
=""
40594 COND_SHARED_0_wxUSE_EXPAT_builtin
="#"
40595 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
40596 COND_SHARED_0_wxUSE_EXPAT_builtin
=""
40599 COND_SHARED_0_wxUSE_REGEX_builtin
="#"
40600 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
40601 COND_SHARED_0_wxUSE_REGEX_builtin
=""
40604 COND_SHARED_0_wxUSE_ZLIB_builtin
="#"
40605 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
40606 COND_SHARED_0_wxUSE_ZLIB_builtin
=""
40610 if test "x$SHARED" = "x1" ; then
40614 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
40615 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40616 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
40620 if test "x$TOOLKIT" = "x" ; then
40624 COND_TOOLKIT_COCOA
="#"
40625 if test "x$TOOLKIT" = "xCOCOA" ; then
40626 COND_TOOLKIT_COCOA
=""
40629 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
40630 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
40631 COND_TOOLKIT_COCOA_USE_GUI_1
=""
40634 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
40635 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40636 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
40639 COND_TOOLKIT_DFB
="#"
40640 if test "x$TOOLKIT" = "xDFB" ; then
40641 COND_TOOLKIT_DFB
=""
40644 COND_TOOLKIT_DFB_USE_GUI_1
="#"
40645 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
40646 COND_TOOLKIT_DFB_USE_GUI_1
=""
40649 COND_TOOLKIT_GTK
="#"
40650 if test "x$TOOLKIT" = "xGTK" ; then
40651 COND_TOOLKIT_GTK
=""
40654 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
="#"
40655 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
40656 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
=""
40659 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40660 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40661 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40664 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40665 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40666 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40669 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
="#"
40670 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40671 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
=""
40674 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1
="#"
40675 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40676 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1
=""
40679 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
="#"
40680 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$WXUNIV" = "x0" ; then
40681 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
=""
40684 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1
="#"
40685 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$WXUNIV" = "x1" ; then
40686 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1
=""
40689 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40690 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40691 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40694 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40695 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40696 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40699 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
="#"
40700 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40701 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
=""
40704 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
="#"
40705 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$WXUNIV" = "x0" ; then
40706 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
=""
40709 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
="#"
40710 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
40711 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
=""
40714 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
="#"
40715 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40716 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
=""
40719 COND_TOOLKIT_GTK_USE_GUI_1
="#"
40720 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
40721 COND_TOOLKIT_GTK_USE_GUI_1
=""
40724 COND_TOOLKIT_MAC
="#"
40725 if test "x$TOOLKIT" = "xMAC" ; then
40726 COND_TOOLKIT_MAC
=""
40729 COND_TOOLKIT_MOTIF
="#"
40730 if test "x$TOOLKIT" = "xMOTIF" ; then
40731 COND_TOOLKIT_MOTIF
=""
40734 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
40735 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
40736 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
40739 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
40740 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40741 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
40744 COND_TOOLKIT_MSW
="#"
40745 if test "x$TOOLKIT" = "xMSW" ; then
40746 COND_TOOLKIT_MSW
=""
40749 COND_TOOLKIT_MSW_USE_GUI_1
="#"
40750 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
40751 COND_TOOLKIT_MSW_USE_GUI_1
=""
40754 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
40755 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40756 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
40759 COND_TOOLKIT_MSW_WXUNIV_0
="#"
40760 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40761 COND_TOOLKIT_MSW_WXUNIV_0
=""
40764 COND_TOOLKIT_OSX_CARBON
="#"
40765 if test "x$TOOLKIT" = "xOSX_CARBON" ; then
40766 COND_TOOLKIT_OSX_CARBON
=""
40769 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
="#"
40770 if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
40771 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
=""
40774 COND_TOOLKIT_OSX_COCOA
="#"
40775 if test "x$TOOLKIT" = "xOSX_COCOA" ; then
40776 COND_TOOLKIT_OSX_COCOA
=""
40779 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
="#"
40780 if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
40781 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
=""
40784 COND_TOOLKIT_OSX_IPHONE
="#"
40785 if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
40786 COND_TOOLKIT_OSX_IPHONE
=""
40789 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
="#"
40790 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
40791 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
=""
40794 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
="#"
40795 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40796 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
=""
40799 COND_TOOLKIT_PM
="#"
40800 if test "x$TOOLKIT" = "xPM" ; then
40804 COND_TOOLKIT_PM_USE_GUI_1
="#"
40805 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
40806 COND_TOOLKIT_PM_USE_GUI_1
=""
40809 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
40810 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40811 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
40814 COND_TOOLKIT_WINCE
="#"
40815 if test "x$TOOLKIT" = "xWINCE" ; then
40816 COND_TOOLKIT_WINCE
=""
40819 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
40820 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
40821 COND_TOOLKIT_WINCE_USE_GUI_1
=""
40824 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
40825 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40826 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
40829 COND_TOOLKIT_WINCE_WXUNIV_0
="#"
40830 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
40831 COND_TOOLKIT_WINCE_WXUNIV_0
=""
40834 COND_TOOLKIT_X11
="#"
40835 if test "x$TOOLKIT" = "xX11" ; then
40836 COND_TOOLKIT_X11
=""
40839 COND_TOOLKIT_X11_USE_GUI_1
="#"
40840 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
40841 COND_TOOLKIT_X11_USE_GUI_1
=""
40845 if test "x$UNICODE" = "x1" ; then
40849 COND_USE_CAIRO_1
="#"
40850 if test "x$USE_CAIRO" = "x1" ; then
40851 COND_USE_CAIRO_1
=""
40854 COND_USE_EXCEPTIONS_0
="#"
40855 if test "x$USE_EXCEPTIONS" = "x0" ; then
40856 COND_USE_EXCEPTIONS_0
=""
40859 COND_USE_EXCEPTIONS_1
="#"
40860 if test "x$USE_EXCEPTIONS" = "x1" ; then
40861 COND_USE_EXCEPTIONS_1
=""
40865 if test "x$USE_GUI" = "x0" ; then
40870 if test "x$USE_GUI" = "x1" ; then
40874 COND_USE_GUI_1_USE_OPENGL_1
="#"
40875 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40876 COND_USE_GUI_1_USE_OPENGL_1
=""
40879 COND_USE_GUI_1_WXUNIV_0
="#"
40880 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40881 COND_USE_GUI_1_WXUNIV_0
=""
40884 COND_USE_GUI_1_WXUNIV_1
="#"
40885 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40886 COND_USE_GUI_1_WXUNIV_1
=""
40889 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
40890 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40891 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
40894 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
40895 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40896 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
40899 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
40900 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40901 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
40904 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
="#"
40905 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40906 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
=""
40909 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
="#"
40910 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40911 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
=""
40914 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
="#"
40915 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40916 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
=""
40919 COND_USE_OPENGL_1
="#"
40920 if test "x$USE_OPENGL" = "x1" ; then
40921 COND_USE_OPENGL_1
=""
40925 if test "x$USE_PCH" = "x1" ; then
40929 COND_USE_PLUGINS_0
="#"
40930 if test "x$USE_PLUGINS" = "x0" ; then
40931 COND_USE_PLUGINS_0
=""
40934 COND_USE_RTTI_0
="#"
40935 if test "x$USE_RTTI" = "x0" ; then
40939 COND_USE_RTTI_1
="#"
40940 if test "x$USE_RTTI" = "x1" ; then
40944 COND_USE_SOTWOSYMLINKS_1
="#"
40945 if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
40946 COND_USE_SOTWOSYMLINKS_1
=""
40949 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
="#"
40950 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40951 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
=""
40954 COND_USE_SOVERLINUX_1
="#"
40955 if test "x$USE_SOVERLINUX" = "x1" ; then
40956 COND_USE_SOVERLINUX_1
=""
40959 COND_USE_SOVERSION_0
="#"
40960 if test "x$USE_SOVERSION" = "x0" ; then
40961 COND_USE_SOVERSION_0
=""
40964 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
="#"
40965 if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
40966 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
=""
40969 COND_USE_SOVERSOLARIS_1
="#"
40970 if test "x$USE_SOVERSOLARIS" = "x1" ; then
40971 COND_USE_SOVERSOLARIS_1
=""
40975 if test "x$USE_STC" = "x1" ; then
40979 COND_USE_THREADS_0
="#"
40980 if test "x$USE_THREADS" = "x0" ; then
40981 COND_USE_THREADS_0
=""
40984 COND_USE_THREADS_1
="#"
40985 if test "x$USE_THREADS" = "x1" ; then
40986 COND_USE_THREADS_1
=""
40990 if test "x$USE_XRC" = "x1" ; then
40994 COND_WINDOWS_IMPLIB_1
="#"
40995 if test "x$WINDOWS_IMPLIB" = "x1" ; then
40996 COND_WINDOWS_IMPLIB_1
=""
40999 COND_WITH_PLUGIN_SDL_1
="#"
41000 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
41001 COND_WITH_PLUGIN_SDL_1
=""
41005 if test "x$WXUNIV" = "x0" ; then
41010 if test "x$WXUNIV" = "x1" ; then
41014 COND_WXUSE_EXPAT_BUILTIN
="#"
41015 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
41016 COND_WXUSE_EXPAT_BUILTIN
=""
41019 COND_WXUSE_LIBJPEG_BUILTIN
="#"
41020 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
41021 COND_WXUSE_LIBJPEG_BUILTIN
=""
41024 COND_WXUSE_LIBPNG_BUILTIN
="#"
41025 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
41026 COND_WXUSE_LIBPNG_BUILTIN
=""
41029 COND_WXUSE_LIBTIFF_BUILTIN
="#"
41030 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
41031 COND_WXUSE_LIBTIFF_BUILTIN
=""
41034 COND_WXUSE_REGEX_BUILTIN
="#"
41035 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
41036 COND_WXUSE_REGEX_BUILTIN
=""
41039 COND_WXUSE_ZLIB_BUILTIN
="#"
41040 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
41041 COND_WXUSE_ZLIB_BUILTIN
=""
41044 COND_wxUSE_EXPAT_builtin
="#"
41045 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
41046 COND_wxUSE_EXPAT_builtin
=""
41049 COND_wxUSE_LIBJPEG_builtin
="#"
41050 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
41051 COND_wxUSE_LIBJPEG_builtin
=""
41054 COND_wxUSE_LIBPNG_builtin
="#"
41055 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
41056 COND_wxUSE_LIBPNG_builtin
=""
41059 COND_wxUSE_LIBTIFF_builtin
="#"
41060 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
41061 COND_wxUSE_LIBTIFF_builtin
=""
41064 COND_wxUSE_REGEX_builtin
="#"
41065 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
41066 COND_wxUSE_REGEX_builtin
=""
41069 COND_wxUSE_ZLIB_builtin
="#"
41070 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
41071 COND_wxUSE_ZLIB_builtin
=""
41076 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
41077 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
41080 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
41081 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
41088 ?
:* ) # Drive letter, considered as absolute.
41091 INSTALL
=`pwd`/${INSTALL} ;;
41094 if test "$wxUSE_GUI" = "yes"; then
41096 if test "$wxUSE_MSW" = 1 ; then
41097 if test "x$WINDRES" = "x"; then
41098 as_fn_error $?
"Required windres program not found" "$LINENO" 5
41104 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
41105 WX_RESOURCES_MACOSX_ASCII
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
41106 WX_RESOURCES_MACOSX_DATA
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
41108 LIBWXMACRES
="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
41110 # Extract the first word of "DeRez", so it can be a program name with args.
41111 set dummy DeRez
; ac_word
=$2
41112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
41113 $as_echo_n "checking for $ac_word... " >&6; }
41114 if ${ac_cv_prog_DEREZ+:} false
; then :
41115 $as_echo_n "(cached) " >&6
41117 if test -n "$DEREZ"; then
41118 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
41120 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41121 for as_dir
in $PATH
41124 test -z "$as_dir" && as_dir
=.
41125 for ac_exec_ext
in '' $ac_executable_extensions; do
41126 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
41127 ac_cv_prog_DEREZ
="DeRez"
41128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
41135 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
41138 DEREZ
=$ac_cv_prog_DEREZ
41139 if test -n "$DEREZ"; then
41140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEREZ" >&5
41141 $as_echo "$DEREZ" >&6; }
41143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41144 $as_echo "no" >&6; }
41149 MACSETFILE
="\$(SETFILE)"
41151 if test "$wxUSE_OSX_CARBON" = 1; then
41152 POSTLINK_COMMAND
="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
41154 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL Carbon.r -o"
41156 POSTLINK_COMMAND
="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
41157 RESCOMP
="cat /dev/null \| $REZ"
41158 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
41164 if test "$wxUSE_PM" = 1; then
41166 WXCONFIG_RESFLAGS
="-ep"
41168 POSTLINK_COMMAND
="$RESCOMP $WXCONFIG_RESFLAGS"
41170 POSTLINK_COMMAND
="@true"
41177 if test $GCC_PCH = 1
41179 if test "$wx_cv_gcc_pch_bug" = yes; then
41180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Precompiled header support is broken on this compiler" >&5
41181 $as_echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
41182 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** --enable-precomp-headers is not recommended" >&5
41183 $as_echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
41184 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
41185 $as_echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
41188 # Our WX_PRECOMP flag does not make sense for any language except C++ because
41189 # the headers that benefit from precompilation are mostly C++ headers.
41190 CXXFLAGS
="-DWX_PRECOMP $CXXFLAGS"
41191 # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
41192 #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
41196 if test "$wxUSE_MAC" = 1 ; then
41197 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
41198 if test "x$disable_macosx_deps" = "xyes"; then
41199 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk
-deps > temp
41206 if test "$wxUSE_SHARED" = "yes"; then
41208 *-pc-os2_emx | *-pc-os2-emx )
41209 SHARED_LD_CC
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41210 SHARED_LD_CXX
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41211 cp -p ${srcdir}/src
/os
2/dllnames.sh .
41212 cp -p ${srcdir}/src
/os
2/dllar.sh .
41216 if test "$wxUSE_OMF" = "yes"; then
41218 *-pc-os2_emx | *-pc-os2-emx )
41219 LDFLAGS
="$LDFLAGS -Zlinker /EXEPACK"
41220 LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
41221 WXCONFIG_LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
41226 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
41231 if test "$GCC" = yes; then
41232 CPPFLAGS
=`echo $CPPFLAGS | sed 's/-mt//g'`
41233 LIBS
=`echo $LIBS | sed 's/-mt//g'`
41234 EXTRALIBS_GUI
=`echo $EXTRALIBS_GUI | sed 's/-mt//g'`
41239 if test "x$SUNCXX" = xyes
; then
41240 CPPFLAGS
=`echo $CPPFLAGS | sed 's/-pthread//g'`
41241 LIBS
=`echo $LIBS | sed 's/-pthread//g'`
41242 EXTRALIBS_GUI
=`echo $EXTRALIBS_GUI | sed 's/-pthread//g'`
41247 CFLAGS
="$CFLAGS $CFLAGS_VISIBILITY"
41248 CXXFLAGS
="$CXXFLAGS $CXXFLAGS_VISIBILITY"
41249 OBJCFLAGS
="$OBJCFLAGS $CFLAGS_VISIBILITY"
41250 OBJCXXFLAGS
="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
41252 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
41313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41314 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
41316 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
41317 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
41318 $as_echo_n "(cached) " >&6
41320 cat >conftest.
make <<\_ACEOF
41323 @
echo '@@@%%%=$(MAKE)=@@@%%%'
41325 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
41326 case `${MAKE-make} -f conftest.make 2>/dev/null` in
41327 *@@@
%%%=?
*=@@@
%%%*)
41328 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
41330 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
41332 rm -f conftest.
make
41334 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
41335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
41336 $as_echo "yes" >&6; }
41339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41340 $as_echo "no" >&6; }
41341 SET_MAKE
="MAKE=${MAKE-make}"
41346 ac_config_headers
="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
41349 if test "$USE_WIN32" = 1; then
41350 ac_config_commands
="$ac_config_commands rcdefs.h"
41354 ac_config_files
="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
41357 ac_config_files
="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
41360 ac_config_files
="$ac_config_files utils/ifacecheck/rungccxml.sh"
41363 if test "$wx_cv_version_script" = "yes"; then
41364 ac_config_files
="$ac_config_files version-script"
41367 ac_config_files
="$ac_config_files Makefile"
41370 ac_config_commands
="$ac_config_commands wx-config"
41374 if test "$wxWITH_SUBDIRS" != "no"; then
41375 if test "$wxUSE_GUI" = "yes"; then
41376 SUBDIRS
="samples demos utils"
41378 SUBDIRS
="samples utils"
41383 # Check whether --with-cppunit-prefix was given.
41384 if test "${with_cppunit_prefix+set}" = set; then :
41385 withval
=$with_cppunit_prefix; cppunit_config_prefix
="$withval"
41387 cppunit_config_prefix
=""
41391 # Check whether --with-cppunit-exec-prefix was given.
41392 if test "${with_cppunit_exec_prefix+set}" = set; then :
41393 withval
=$with_cppunit_exec_prefix; cppunit_config_exec_prefix
="$withval"
41395 cppunit_config_exec_prefix
=""
41399 if test x
$cppunit_config_exec_prefix != x
; then
41400 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
41401 if test x
${CPPUNIT_CONFIG+set} != xset
; then
41402 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
41405 if test x
$cppunit_config_prefix != x
; then
41406 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
41407 if test x
${CPPUNIT_CONFIG+set} != xset
; then
41408 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
41412 # Extract the first word of "cppunit-config", so it can be a program name with args.
41413 set dummy cppunit
-config; ac_word
=$2
41414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
41415 $as_echo_n "checking for $ac_word... " >&6; }
41416 if ${ac_cv_path_CPPUNIT_CONFIG+:} false
; then :
41417 $as_echo_n "(cached) " >&6
41419 case $CPPUNIT_CONFIG in
41421 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
41424 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41425 for as_dir
in $PATH
41428 test -z "$as_dir" && as_dir
=.
41429 for ac_exec_ext
in '' $ac_executable_extensions; do
41430 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
41431 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
41432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
41439 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
41443 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
41444 if test -n "$CPPUNIT_CONFIG"; then
41445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPUNIT_CONFIG" >&5
41446 $as_echo "$CPPUNIT_CONFIG" >&6; }
41448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41449 $as_echo "no" >&6; }
41453 cppunit_version_min
=1.8.0
41455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Cppunit - version >= $cppunit_version_min" >&5
41456 $as_echo_n "checking for Cppunit - version >= $cppunit_version_min... " >&6; }
41458 if test "$CPPUNIT_CONFIG" = "no" ; then
41459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41460 $as_echo "no" >&6; }
41463 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
41464 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
41465 cppunit_version
=`$CPPUNIT_CONFIG --version`
41467 cppunit_major_version
=`echo $cppunit_version | \
41468 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41469 cppunit_minor_version
=`echo $cppunit_version | \
41470 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41471 cppunit_micro_version
=`echo $cppunit_version | \
41472 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41474 cppunit_major_min
=`echo $cppunit_version_min | \
41475 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41476 cppunit_minor_min
=`echo $cppunit_version_min | \
41477 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41478 cppunit_micro_min
=`echo $cppunit_version_min | \
41479 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41481 cppunit_version_proper
=`expr \
41482 $cppunit_major_version \> $cppunit_major_min \| \
41483 $cppunit_major_version \= $cppunit_major_min \& \
41484 $cppunit_minor_version \> $cppunit_minor_min \| \
41485 $cppunit_major_version \= $cppunit_major_min \& \
41486 $cppunit_minor_version \= $cppunit_minor_min \& \
41487 $cppunit_micro_version \>= $cppunit_micro_min `
41489 if test "$cppunit_version_proper" = "1" ; then
41490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
41491 $as_echo "$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
41493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41494 $as_echo "no" >&6; }
41499 if test "x$no_cppunit" = x
; then
41500 SUBDIRS
="$SUBDIRS tests"
41511 for subdir
in $SUBDIRS; do
41512 if test -d ${srcdir}/${subdir} ; then
41513 if test "$wxUSE_GUI" = "yes"; then
41514 if test ${subdir} = "samples"; then
41515 makefiles
="samples/Makefile.in $makefiles"
41516 for sample
in $SAMPLES_SUBDIRS; do
41517 if test -d $srcdir/samples
/$sample; then
41518 makefiles
="samples/$sample/Makefile.in $makefiles"
41522 disabled_var
=DISABLED_
`echo $subdir | tr '[a-z]' '[A-Z]'`
41523 eval "disabled=\$$disabled_var"
41524 disabled
=/`echo X $disabled | sed 's@ @/|/@g'`/
41525 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
41528 if test ${subdir} = "samples"; then
41529 makefiles
="samples/Makefile.in $makefiles"
41530 for sample
in `echo $SAMPLES_SUBDIRS`; do
41531 if test -d $srcdir/samples
/$sample; then
41532 makefiles
="samples/$sample/Makefile.in $makefiles"
41535 elif test ${subdir} = "utils"; then
41537 for util
in ifacecheck
; do
41538 if test -d $srcdir/utils
/$util ; then
41539 makefiles
="utils/$util/src/Makefile.in \
41544 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
41548 for mkin
in $makefiles ; do
41549 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
41550 ac_config_files
="$ac_config_files $mk"
41556 cat >confcache
<<\_ACEOF
41557 # This file is a shell script that caches the results of configure
41558 # tests run on this system so they can be shared between configure
41559 # scripts and configure runs, see configure's option --config-cache.
41560 # It is not useful on other systems. If it contains results you don't
41561 # want to keep, you may remove or edit it.
41563 # config.status only pays attention to the cache file if you give it
41564 # the --recheck option to rerun configure.
41566 # `ac_cv_env_foo' variables (set or unset) will be overridden when
41567 # loading this file, other *unset* `ac_cv_foo' will be assigned the
41568 # following values.
41572 # The following way of writing the cache mishandles newlines in values,
41573 # but we know of no workaround that is simple, portable, and efficient.
41574 # So, we kill variables containing newlines.
41575 # Ultrix sh set writes to stderr and can't be redirected directly,
41576 # and sets the high bit in the cache file unless we assign to the vars.
41578 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
41579 eval ac_val
=\$
$ac_var
41583 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
41584 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
41587 _
| IFS
| as_nl
) ;; #(
41588 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
41589 *) { eval $ac_var=; unset $ac_var;} ;;
41595 case $as_nl`(ac_space=' '; set) 2>&1` in #(
41596 *${as_nl}ac_space
=\
*)
41597 # `set' does not quote correctly, so add quotes: double-quote
41598 # substitution turns \\\\ into \\, and sed turns \\ into \.
41601 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
41604 # `set' quotes correctly as required by POSIX, so do not add quotes.
41605 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
41614 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
41616 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
41618 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
41619 if test -w "$cache_file"; then
41620 if test "x$cache_file" != "x/dev/null"; then
41621 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
41622 $as_echo "$as_me: updating cache $cache_file" >&6;}
41623 if test ! -f "$cache_file" || test -h "$cache_file"; then
41624 cat confcache
>"$cache_file"
41626 case $cache_file in #(
41628 mv -f confcache
"$cache_file"$$
&&
41629 mv -f "$cache_file"$$
"$cache_file" ;; #(
41631 mv -f confcache
"$cache_file" ;;
41636 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
41637 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
41642 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
41643 # Let make expand exec_prefix.
41644 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
41646 DEFS
=-DHAVE_CONFIG_H
41651 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
41652 # 1. Remove the extension, and $U if already installed.
41653 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
41654 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
41655 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
41656 # will be set to the directory where LIBOBJS objects are built.
41657 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
41658 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
41660 LIBOBJS
=$ac_libobjs
41662 LTLIBOBJS
=$ac_ltlibobjs
41666 : "${CONFIG_STATUS=./config.status}"
41668 ac_clean_files_save
=$ac_clean_files
41669 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
41670 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
41671 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
41673 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
41675 # Generated by $as_me.
41676 # Run this file to recreate the current configuration.
41677 # Compiler output produced by configure, useful for debugging
41678 # configure, is in config.log if it exists.
41681 ac_cs_recheck=false
41684 SHELL=\${CONFIG_SHELL-$SHELL}
41687 cat >>$CONFIG_STATUS <<\_ASEOF
|| as_write_fail
=1
41688 ## -------------------- ##
41689 ## M4sh Initialization. ##
41690 ## -------------------- ##
41692 # Be more Bourne compatible
41693 DUALCASE
=1; export DUALCASE
# for MKS sh
41694 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
41697 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
41698 # is contrary to our usage. Disable this feature.
41699 alias -g '${1+"$@"}'='"$@"'
41700 setopt NO_GLOB_SUBST
41702 case `(set -o) 2>/dev/null` in #(
41714 # Printing a long string crashes Solaris 7 /usr/bin/printf.
41715 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41716 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41717 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41718 # Prefer a ksh shell builtin over an external printf program on Solaris,
41719 # but without wasting forks for bash or zsh.
41720 if test -z "$BASH_VERSION$ZSH_VERSION" \
41721 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
41722 as_echo='print
-r --'
41723 as_echo_n='print
-rn --'
41724 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
41725 as_echo='printf %s
\n'
41726 as_echo_n='printf %s
'
41728 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
41729 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
41730 as_echo_n='/usr
/ucb
/echo -n'
41732 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
41733 as_echo_n_body='eval
41737 expr "X$arg" : "X\\(.*\\)$as_nl";
41738 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
41740 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
41742 export as_echo_n_body
41743 as_echo_n='sh
-c $as_echo_n_body as_echo
'
41745 export as_echo_body
41746 as_echo='sh
-c $as_echo_body as_echo
'
41749 # The user is always right.
41750 if test "${PATH_SEPARATOR+set}" != set; then
41752 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
41753 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
41760 # We need space, tab and new line, in precisely that order. Quoting is
41761 # there to prevent editors from complaining about space-tab.
41762 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
41763 # splitting by setting IFS to empty value.)
41766 # Find who we are. Look in the path if we contain no directory separator.
41769 *[\\/]* ) as_myself=$0 ;;
41770 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41771 for as_dir in $PATH
41774 test -z "$as_dir" && as_dir=.
41775 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
41781 # We did not find ourselves, most probably we were run as `sh COMMAND'
41782 # in which case we are not to be found in the path.
41783 if test "x$as_myself" = x
; then
41786 if test ! -f "$as_myself"; then
41787 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
41791 # Unset variables that we do not need and which cause bugs (e.g. in
41792 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
41793 # suppresses any "Segmentation fault" message there. '((' could
41794 # trigger a bug in pdksh 5.2.14.
41795 for as_var
in BASH_ENV ENV MAIL MAILPATH
41796 do eval test x\
${$as_var+set} = xset \
41797 && ( (unset $as_var) || exit 1) >/dev
/null
2>&1 && unset $as_var || :
41810 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
41813 # as_fn_error STATUS ERROR [LINENO LOG_FD]
41814 # ----------------------------------------
41815 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
41816 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
41817 # script with STATUS, using 1 if that was 0.
41820 as_status
=$1; test $as_status -eq 0 && as_status
=1
41822 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
41823 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
41825 $as_echo "$as_me: error: $2" >&2
41826 as_fn_exit
$as_status
41830 # as_fn_set_status STATUS
41831 # -----------------------
41832 # Set $? to STATUS, without forking.
41833 as_fn_set_status
()
41836 } # as_fn_set_status
41838 # as_fn_exit STATUS
41839 # -----------------
41840 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
41844 as_fn_set_status
$1
41850 # Portably unset VAR.
41853 { eval $1=; unset $1;}
41855 as_unset
=as_fn_unset
41856 # as_fn_append VAR VALUE
41857 # ----------------------
41858 # Append the text in VALUE to the end of the definition contained in VAR. Take
41859 # advantage of any shell optimizations that allow amortized linear growth over
41860 # repeated appends, instead of the typical quadratic growth present in naive
41862 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
41863 eval 'as_fn_append ()
41874 # as_fn_arith ARG...
41875 # ------------------
41876 # Perform arithmetic evaluation on the ARGs, and store the result in the
41877 # global $as_val. Take advantage of shells that can avoid forks. The arguments
41878 # must be portable across $(()) and expr.
41879 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
41880 eval 'as_fn_arith ()
41887 as_val
=`expr "$@" || test $? -eq 1`
41892 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
41893 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
41899 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
41900 as_basename
=basename
41905 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
41911 as_me
=`$as_basename -- "$0" ||
41912 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
41913 X"$0" : 'X\(//\)$' \| \
41914 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
41916 sed '/^.*\/\([^/][^/]*\)\/*$/{
41930 # Avoid depending upon Character Ranges.
41931 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
41932 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
41933 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
41934 as_cr_digits
='0123456789'
41935 as_cr_alnum
=$as_cr_Letters$as_cr_digits
41937 ECHO_C
= ECHO_N
= ECHO_T
=
41938 case `echo -n x` in #(((((
41940 case `echo 'xy\c'` in
41941 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
41943 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
41950 rm -f conf$$ conf$$.exe conf$$.
file
41951 if test -d conf$$.dir
; then
41952 rm -f conf$$.dir
/conf$$.
file
41955 mkdir conf$$.dir
2>/dev
/null
41957 if (echo >conf$$.
file) 2>/dev
/null
; then
41958 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
41960 # ... but there are two gotchas:
41961 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
41962 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
41963 # In both cases, we have to default to `cp -pR'.
41964 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe
||
41966 elif ln conf$$.
file conf$$
2>/dev
/null
; then
41974 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
41975 rmdir conf$$.dir
2>/dev
/null
41980 # Create "$as_dir" as a directory, including parents if necessary.
41985 -*) as_dir
=.
/$as_dir;;
41987 test -d "$as_dir" || eval $as_mkdir_p || {
41991 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
41992 *) as_qdir
=$as_dir;;
41994 as_dirs
="'$as_qdir' $as_dirs"
41995 as_dir
=`$as_dirname -- "$as_dir" ||
41996 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
41997 X"$as_dir" : 'X\(//\)[^/]' \| \
41998 X"$as_dir" : 'X\(//\)$' \| \
41999 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
42000 $as_echo X"$as_dir" |
42001 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
42005 /^X\(\/\/\)[^/].*/{
42018 test -d "$as_dir" && break
42020 test -z "$as_dirs" || eval "mkdir $as_dirs"
42021 } || test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
42025 if mkdir -p .
2>/dev
/null
; then
42026 as_mkdir_p
='mkdir -p "$as_dir"'
42028 test -d .
/-p && rmdir .
/-p
42033 # as_fn_executable_p FILE
42034 # -----------------------
42035 # Test if FILE is an executable regular file.
42036 as_fn_executable_p
()
42038 test -f "$1" && test -x "$1"
42039 } # as_fn_executable_p
42040 as_test_x
='test -x'
42041 as_executable_p
=as_fn_executable_p
42043 # Sed expression to map a string onto a valid CPP name.
42044 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
42046 # Sed expression to map a string onto a valid variable name.
42047 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
42051 ## ----------------------------------- ##
42052 ## Main body of $CONFIG_STATUS script. ##
42053 ## ----------------------------------- ##
42055 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
42057 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42058 # Save the log message, to keep $0 and so on meaningful, and to
42059 # report actual input values of CONFIG_FILES etc. instead of their
42060 # values after options handling.
42062 This file was extended by wxWidgets $as_me 2.9.5, which was
42063 generated by GNU Autoconf 2.69. Invocation command line was
42065 CONFIG_FILES = $CONFIG_FILES
42066 CONFIG_HEADERS = $CONFIG_HEADERS
42067 CONFIG_LINKS = $CONFIG_LINKS
42068 CONFIG_COMMANDS = $CONFIG_COMMANDS
42071 on `(hostname || uname -n) 2>/dev/null | sed 1q`
42076 case $ac_config_files in *"
42077 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
42080 case $ac_config_headers in *"
42081 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
42085 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42086 # Files that config.status was made for.
42087 config_files="$ac_config_files"
42088 config_headers="$ac_config_headers"
42089 config_commands="$ac_config_commands"
42093 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42095 \`$as_me' instantiates files and other configuration actions
42096 from templates according to the current configuration. Unless the files
42097 and actions are specified as TAGs, all are instantiated by default.
42099 Usage: $0 [OPTION]... [TAG]...
42101 -h, --help print this help, then exit
42102 -V, --version print version number and configuration settings, then exit
42103 --config print configuration, then exit
42104 -q, --quiet, --silent
42105 do not print progress messages
42106 -d, --debug don't remove temporary files
42107 --recheck update $as_me by reconfiguring in the same conditions
42108 --file=FILE[:TEMPLATE]
42109 instantiate the configuration file FILE
42110 --header=FILE[:TEMPLATE]
42111 instantiate the configuration header FILE
42113 Configuration files:
42116 Configuration headers:
42119 Configuration commands:
42122 Report bugs to <wx-dev@lists.wxwidgets.org>."
42125 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42126 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42128 wxWidgets config.status 2.9.5
42129 configured by $0, generated by GNU Autoconf 2.69,
42130 with options \\"\$ac_cs_config\\"
42132 Copyright (C) 2012 Free Software Foundation, Inc.
42133 This config.status script is free software; the Free Software Foundation
42134 gives unlimited permission to copy, distribute and modify it."
42139 test -n "\$AWK" || AWK=awk
42142 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42143 # The default lists apply if the user does not specify any file.
42149 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
42150 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
42154 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
42166 # Handling of the options.
42167 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
42169 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
42170 $as_echo "$ac_cs_version"; exit ;;
42171 --config | --confi | --conf | --con | --co | --c )
42172 $as_echo "$ac_cs_config"; exit ;;
42173 --debug | --debu | --deb | --de | --d | -d )
42175 --file | --fil | --fi | --f )
42178 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
42179 '') as_fn_error $?
"missing file argument" ;;
42181 as_fn_append CONFIG_FILES
" '$ac_optarg'"
42182 ac_need_defaults
=false
;;
42183 --header | --heade | --head | --hea )
42186 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
42188 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
42189 ac_need_defaults
=false
;;
42191 # Conflict between --help and --header
42192 as_fn_error $?
"ambiguous option: \`$1'
42193 Try \`$0 --help' for more information.";;
42194 --help | --hel | -h )
42195 $as_echo "$ac_cs_usage"; exit ;;
42196 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
42197 | -silent | --silent | --silen | --sile | --sil | --si | --s)
42200 # This is an error.
42201 -*) as_fn_error $?
"unrecognized option: \`$1'
42202 Try \`$0 --help' for more information." ;;
42204 *) as_fn_append ac_config_targets
" $1"
42205 ac_need_defaults
=false
;;
42211 ac_configure_extra_args
=
42213 if $ac_cs_silent; then
42215 ac_configure_extra_args
="$ac_configure_extra_args --silent"
42219 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42220 if \$ac_cs_recheck; then
42221 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
42223 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
42224 CONFIG_SHELL='$SHELL'
42225 export CONFIG_SHELL
42230 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42234 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
42235 ## Running $as_me. ##
42241 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42247 infile="$srcdir/include/wx/msw/genrcdefs.h"
42248 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
42251 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42252 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42253 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42259 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42261 # Handling of arguments.
42262 for ac_config_target
in $ac_config_targets
42264 case $ac_config_target in
42265 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
42266 "rcdefs.h") CONFIG_COMMANDS
="$CONFIG_COMMANDS rcdefs.h" ;;
42267 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
42268 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
42269 "utils/ifacecheck/rungccxml.sh") CONFIG_FILES
="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
42270 "version-script") CONFIG_FILES
="$CONFIG_FILES version-script" ;;
42271 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
42272 "wx-config") CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
42273 "$mk") CONFIG_FILES
="$CONFIG_FILES $mk" ;;
42275 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
42280 # If the user did not use the arguments to specify the items to instantiate,
42281 # then the envvar interface is used. Set only those that are not.
42282 # We use the long form for the default assignment because of an extremely
42283 # bizarre bug on SunOS 4.1.3.
42284 if $ac_need_defaults; then
42285 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
42286 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
42287 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
42290 # Have a temporary directory for convenience. Make it in the build tree
42291 # simply because there is no reason against having it here, and in addition,
42292 # creating and moving files from /tmp can sometimes cause problems.
42293 # Hook for its removal unless debugging.
42294 # Note that there is a small window in which the directory will not be cleaned:
42295 # after its creation but before its name has been assigned to `$tmp'.
42299 trap 'exit_status=$?
42300 : "${ac_tmp:=$tmp}"
42301 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
42303 trap 'as_fn_exit 1' 1 2 13 15
42305 # Create a (secure) tmp directory for tmp files.
42308 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42312 tmp
=.
/conf$$
-$RANDOM
42313 (umask 077 && mkdir "$tmp")
42314 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
42317 # Set up the scripts for CONFIG_FILES section.
42318 # No need to generate them if there are no CONFIG_FILES.
42319 # This happens for instance with `./config.status config.h'.
42320 if test -n "$CONFIG_FILES"; then
42323 ac_cr
=`echo X | tr X '\015'`
42324 # On cygwin, bash can eat \r inside `` if the user requested igncr.
42325 # But we know of no other shell where ac_cr would be empty at this
42326 # point, so we can use a bashism as a fallback.
42327 if test "x$ac_cr" = x
; then
42328 eval ac_cr
=\$
\'\\r
\'
42330 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
42331 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
42334 ac_cs_awk_cr
=$ac_cr
42337 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
42342 echo "cat >conf$$subs.awk <<_ACEOF" &&
42343 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
42345 } >conf$$subs.sh ||
42346 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
42347 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
42349 for ac_last_try in false false false false false :; do
42350 . ./conf$$subs.sh ||
42351 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
42353 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
42354 if test $ac_delim_n = $ac_delim_num; then
42356 elif $ac_last_try; then
42357 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
42359 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
42362 rm -f conf$$subs.sh
42364 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42365 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
42369 s/^/S["/; s
/!.
*/"]=/
42379 s/\(.\{148\}\)..*/\1/
42381 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
42386 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
42393 s/\(.\{148\}\)..*/\1/
42395 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
42399 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
42404 ' <conf$$subs.awk | sed '
42409 ' >>$CONFIG_STATUS || ac_write_fail=1
42410 rm -f conf$$subs.awk
42411 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42413 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
42414 for (key in S) S_is_set[key] = 1
42420 nfields = split(line, field, "@
")
42422 len = length(field[1])
42423 for (i = 2; i < nfields; i++) {
42425 keylen = length(key)
42426 if (S_is_set[key]) {
42428 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
42429 len += length(value) + length(field[++i])
42440 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42441 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
42442 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
42445 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
42446 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
42449 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
42450 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
42451 # trailing colons and then remove the whole line if VPATH becomes empty
42452 # (actually we leave an empty line to preserve line numbers).
42453 if test "x
$srcdir" = x.; then
42454 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
42472 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42473 fi # test -n "$CONFIG_FILES"
42475 # Set up the scripts for CONFIG_HEADERS section.
42476 # No need to generate them if there are no CONFIG_HEADERS.
42477 # This happens for instance with `./config.status Makefile'.
42478 if test -n "$CONFIG_HEADERS"; then
42479 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
42483 # Transform confdefs.h into an awk script `defines.awk', embedded as
42484 # here-document in config.status, that substitutes the proper values into
42485 # config.h.in to produce config.h.
42487 # Create a delimiter string that does not exist in confdefs.h, to ease
42488 # handling of long lines.
42490 for ac_last_try in false false :; do
42491 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
42492 if test -z "$ac_tt"; then
42494 elif $ac_last_try; then
42495 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
42497 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
42501 # For the awk script, D is an array of macro values keyed by name,
42502 # likewise P contains macro parameters if any. Preserve backslash
42503 # newline sequences.
42505 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
42507 s/.\{148\}/&'"$ac_delim"'/g
42510 s/^[ ]*#[ ]*define[ ][ ]*/ /
42517 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
42519 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
42523 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
42524 D["\
1"]=" \
3\\\\\\n
"\\/p
42526 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
42531 s/.\{148\}/&'"$ac_delim"'/g
42536 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
42539 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
42541 ' <confdefs.h | sed '
42542 s/'"$ac_delim"'/"\\\
42543 "/g' >>$CONFIG_STATUS || ac_write_fail=1
42545 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42546 for (key in D) D_is_set[key] = 1
42549 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
42551 split(line, arg, " ")
42552 if (arg[1] == "#") {
42556 defundef
= substr
(arg
[1], 2)
42559 split(mac1
, mac2
, "(") #)
42561 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
42562 if (D_is_set
[macro
]) {
42563 # Preserve the white space surrounding the "#".
42564 print prefix
"define", macro P
[macro
] D
[macro
]
42567 # Replace #undef with comments. This is necessary, for example,
42568 # in the case of _POSIX_SOURCE, which is predefined and required
42569 # on some systems where configure will not decide to define it.
42570 if (defundef
== "undef") {
42571 print
"/*", prefix defundef
, macro
, "*/"
42579 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42580 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
42581 fi # test -n "$CONFIG_HEADERS"
42584 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
42589 :[FHLC
]) ac_mode
=$ac_tag; continue;;
42591 case $ac_mode$ac_tag in
42593 :L
* | :C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
42594 :[FH
]-) ac_tag
=-:-;;
42595 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
42612 -) ac_f
="$ac_tmp/stdin";;
42613 *) # Look for the file first in the build tree, then in the source tree
42614 # (if the path is not absolute). The absolute path cannot be DOS-style,
42615 # because $ac_f cannot contain `:'.
42619 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
42621 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
42623 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
42624 as_fn_append ac_file_inputs
" '$ac_f'"
42627 # Let's still pretend it is `configure' which instantiates (i.e., don't
42628 # use $as_me), people would be surprised to read:
42629 # /* config.h. Generated by config.status. */
42630 configure_input
='Generated from '`
42631 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
42633 if test x
"$ac_file" != x
-; then
42634 configure_input
="$ac_file. $configure_input"
42635 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
42636 $as_echo "$as_me: creating $ac_file" >&6;}
42638 # Neutralize special characters interpreted by sed in replacement strings.
42639 case $configure_input in #(
42640 *\
&* | *\
|* | *\\* )
42641 ac_sed_conf_input
=`$as_echo "$configure_input" |
42642 sed 's/[\\\\&|]/\\\\&/g'`;; #(
42643 *) ac_sed_conf_input
=$configure_input;;
42647 *:-:* | *:-) cat >"$ac_tmp/stdin" \
42648 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
42653 ac_dir
=`$as_dirname -- "$ac_file" ||
42654 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42655 X"$ac_file" : 'X\(//\)[^/]' \| \
42656 X"$ac_file" : 'X\(//\)$' \| \
42657 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
42658 $as_echo X"$ac_file" |
42659 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
42663 /^X\(\/\/\)[^/].*/{
42676 as_dir
="$ac_dir"; as_fn_mkdir_p
42680 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
42682 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
42683 # A ".." for each directory in $ac_dir_suffix.
42684 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
42685 case $ac_top_builddir_sub in
42686 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
42687 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
42690 ac_abs_top_builddir
=$ac_pwd
42691 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
42692 # for backward compatibility:
42693 ac_top_builddir
=$ac_top_build_prefix
42696 .
) # We are building in place.
42698 ac_top_srcdir
=$ac_top_builddir_sub
42699 ac_abs_top_srcdir
=$ac_pwd ;;
42700 [\\/]* | ?
:[\\/]* ) # Absolute name.
42701 ac_srcdir
=$srcdir$ac_dir_suffix;
42702 ac_top_srcdir
=$srcdir
42703 ac_abs_top_srcdir
=$srcdir ;;
42704 *) # Relative name.
42705 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
42706 ac_top_srcdir
=$ac_top_build_prefix$srcdir
42707 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
42709 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
42719 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
42720 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
42724 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42725 # If the template does not know about datarootdir, expand it.
42726 # FIXME: This hack should be removed a few years after 2.60.
42727 ac_datarootdir_hack
=; ac_datarootdir_seen
=
42738 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
42739 *datarootdir
*) ac_datarootdir_seen
=yes;;
42740 *@datadir@
*|*@docdir@
*|*@infodir@
*|*@localedir@
*|*@mandir@
*)
42741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
42742 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
42744 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42745 ac_datarootdir_hack='
42746 s&@datadir@&$datadir&g
42747 s&@docdir@&$docdir&g
42748 s&@infodir@&$infodir&g
42749 s&@localedir@&$localedir&g
42750 s&@mandir@&$mandir&g
42751 s&\\\${datarootdir}&$datarootdir&g' ;;
42755 # Neutralize VPATH when `$srcdir' = `.'.
42756 # Shell code in configure.ac might set extrasub.
42757 # FIXME: do we really want to maintain this feature?
42758 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42759 ac_sed_extra="$ac_vpsub
42762 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42764 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
42765 s
|@configure_input@
|$ac_sed_conf_input|;t t
42766 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
42767 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
42768 s
&@srcdir@
&$ac_srcdir&;t t
42769 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
42770 s
&@top_srcdir@
&$ac_top_srcdir&;t t
42771 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
42772 s
&@builddir@
&$ac_builddir&;t t
42773 s
&@abs_builddir@
&$ac_abs_builddir&;t t
42774 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
42775 s
&@INSTALL@
&$ac_INSTALL&;t t
42776 $ac_datarootdir_hack
42778 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
42779 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
42781 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
42782 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
42783 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
42784 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
42785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
42786 which seems to be undefined. Please make sure it is defined" >&5
42787 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
42788 which seems to be undefined. Please make sure it is defined" >&2;}
42790 rm -f "$ac_tmp/stdin"
42792 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
42793 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
42795 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42801 if test x"$ac_file" != x-; then
42803 $as_echo "/* $configure_input */" \
42804 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
42805 } >"$ac_tmp/config.h" \
42806 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42807 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
42808 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
42809 $as_echo "$as_me: $ac_file is unchanged" >&6;}
42812 mv "$ac_tmp/config.h" "$ac_file" \
42813 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42816 $as_echo "/* $configure_input */" \
42817 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
42818 || as_fn_error $? "could not create -" "$LINENO" 5
42822 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
42823 $as_echo "$as_me: executing $ac_file commands" >&6;}
42828 case $ac_file$ac_mode in
42830 mkdir -p $outdir &&
42831 $CPP $infile | sed 's
/^
# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
42833 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F
) chmod +x lib
/wx
/config
/${TOOLCHAIN_FULLNAME} ;;
42834 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F
) chmod +x lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} ;;
42835 "utils/ifacecheck/rungccxml.sh":F
) chmod +x utils
/ifacecheck
/rungccxml.sh
;;
42836 "wx-config":C
) rm -f wx
-config
42837 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
42846 ac_clean_files
=$ac_clean_files_save
42848 test $ac_write_fail = 0 ||
42849 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
42852 # configure is writing to config.log, and then calls config.status.
42853 # config.status does its own redirection, appending to config.log.
42854 # Unfortunately, on DOS this fails, as config.log is still kept open
42855 # by configure, so config.status won't be able to write to it; its
42856 # output is simply discarded. So we exec the FD to /dev/null,
42857 # effectively closing config.log, so it can be properly (re)opened and
42858 # appended to by config.status. When coming back to configure, we
42859 # need to make the FD available again.
42860 if test "$no_create" != yes; then
42862 ac_config_status_args
=
42863 test "$silent" = yes &&
42864 ac_config_status_args
="$ac_config_status_args --quiet"
42866 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
42868 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
42869 # would make configure fail if this is the last instruction.
42870 $ac_cs_success || as_fn_exit
1
42874 # CONFIG_SUBDIRS section.
42876 if test "$no_recursion" != yes; then
42878 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
42879 # so they do not pile up.
42880 ac_sub_configure_args
=
42882 eval "set x $ac_configure_args"
42886 if test -n "$ac_prev"; then
42891 -cache-file | --cache-file | --cache-fil | --cache-fi \
42892 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
42893 ac_prev
=cache_file
;;
42894 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
42895 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
42898 --config-cache | -C)
42900 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
42902 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42904 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
42906 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42908 --disable-option-checking)
42912 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42914 as_fn_append ac_sub_configure_args
" '$ac_arg'" ;;
42918 # Always prepend --prefix to ensure using the same prefix
42919 # in subdir configurations.
42920 ac_arg
="--prefix=$prefix"
42922 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42924 ac_sub_configure_args
="'$ac_arg' $ac_sub_configure_args"
42927 if test "$silent" = yes; then
42928 ac_sub_configure_args
="--silent $ac_sub_configure_args"
42931 # Always prepend --disable-option-checking to silence warnings, since
42932 # different subdirs can have different --enable and --with options.
42933 ac_sub_configure_args
="--disable-option-checking $ac_sub_configure_args"
42936 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
42938 # Do not complain, so a configure script can configure whichever
42939 # parts of a large source tree are present.
42940 test -d "$srcdir/$ac_dir" || continue
42942 ac_msg
="=== configuring in $ac_dir (`pwd`/$ac_dir)"
42943 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
42944 $as_echo "$ac_msg" >&6
42945 as_dir
="$ac_dir"; as_fn_mkdir_p
42949 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
42951 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
42952 # A ".." for each directory in $ac_dir_suffix.
42953 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
42954 case $ac_top_builddir_sub in
42955 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
42956 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
42959 ac_abs_top_builddir
=$ac_pwd
42960 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
42961 # for backward compatibility:
42962 ac_top_builddir
=$ac_top_build_prefix
42965 .
) # We are building in place.
42967 ac_top_srcdir
=$ac_top_builddir_sub
42968 ac_abs_top_srcdir
=$ac_pwd ;;
42969 [\\/]* | ?
:[\\/]* ) # Absolute name.
42970 ac_srcdir
=$srcdir$ac_dir_suffix;
42971 ac_top_srcdir
=$srcdir
42972 ac_abs_top_srcdir
=$srcdir ;;
42973 *) # Relative name.
42974 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
42975 ac_top_srcdir
=$ac_top_build_prefix$srcdir
42976 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
42978 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
42983 # Check for guested configure; otherwise get Cygnus style configure.
42984 if test -f "$ac_srcdir/configure.gnu"; then
42985 ac_sub_configure
=$ac_srcdir/configure.gnu
42986 elif test -f "$ac_srcdir/configure"; then
42987 ac_sub_configure
=$ac_srcdir/configure
42988 elif test -f "$ac_srcdir/configure.in"; then
42989 # This should be Cygnus configure.
42990 ac_sub_configure
=$ac_aux_dir/configure
42992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
42993 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
42997 # The recursion is here.
42998 if test -n "$ac_sub_configure"; then
42999 # Make the cache file name correct relative to the subdirectory.
43000 case $cache_file in
43001 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
43002 *) # Relative name.
43003 ac_sub_cache_file
=$ac_top_build_prefix$cache_file ;;
43006 { $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
43007 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
43008 # The eval makes quoting arguments work.
43009 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
43010 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
43011 as_fn_error $?
"$ac_sub_configure failed for $ac_dir" "$LINENO" 5
43017 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
43018 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
43019 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
43024 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
43026 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
43027 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
43028 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
43029 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
43030 if test "$wxUSE_UNICODE" = "yes"; then
43031 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
43032 echo " (using UTF-8)"
43034 echo " (using wchar_t)"
43040 echo " What level of wxWidgets compatibility should be enabled?"
43041 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
43042 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
43044 echo " Which libraries should wxWidgets use?"
43045 echo " STL ${wxUSE_STL}"
43046 echo " jpeg ${wxUSE_LIBJPEG-none}"
43047 echo " png ${wxUSE_LIBPNG-none}"
43048 echo " regex ${wxUSE_REGEX}"
43049 echo " tiff ${wxUSE_LIBTIFF-none}"
43050 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
43051 echo " xpm ${wxUSE_LIBXPM-none}"
43053 echo " zlib ${wxUSE_ZLIB}"
43054 echo " expat ${wxUSE_EXPAT}"
43055 echo " libmspack ${wxUSE_LIBMSPACK}"
43056 echo " sdl ${wxUSE_LIBSDL}"