2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for wxWidgets 3.0.0.
5 # Report bugs to <wx-dev@lists.wxwidgets.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev
/null
2>&1 && unset $as_var || :
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* | *x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* | *x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wx-dev@lists.wxwidgets.org about your system, including
271 $0: any error possibly output before this message. Then
272 $0: install a modern shell, or manually run the script
273 $0: under such a shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" || eval $as_mkdir_p || {
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe
||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir -p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" || exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
581 PACKAGE_NAME
='wxWidgets'
582 PACKAGE_TARNAME
='wxwidgets'
583 PACKAGE_VERSION
='3.0.0'
584 PACKAGE_STRING
='wxWidgets 3.0.0'
585 PACKAGE_BUGREPORT
='wx-dev@lists.wxwidgets.org'
588 ac_unique_file
="wx-config.in"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 enable_option_checking
=no
626 ac_subst_vars
='LTLIBOBJS
634 WX_RESOURCES_MACOSX_DATA
635 WX_RESOURCES_MACOSX_ASCII
663 WX_LIBRARY_BASENAME_GUI
664 WX_LIBRARY_BASENAME_NOGUI
667 COND_wxUSE_ZLIB_builtin
668 COND_wxUSE_REGEX_builtin
669 COND_wxUSE_LIBTIFF_builtin
670 COND_wxUSE_LIBPNG_builtin
671 COND_wxUSE_LIBJPEG_builtin
672 COND_wxUSE_EXPAT_builtin
675 COND_WITH_PLUGIN_SDL_1
676 COND_WINDOWS_IMPLIB_1
681 COND_USE_SOVERSOLARIS_1
682 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
684 COND_USE_SOVERLINUX_1
685 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
686 COND_USE_SOTWOSYMLINKS_1
692 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
693 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
694 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
695 COND_USE_GUI_1_WXUNIV_1
696 COND_USE_GUI_1_WXUNIV_0
697 COND_USE_GUI_1_USE_OPENGL_1
700 COND_USE_EXCEPTIONS_1
701 COND_USE_EXCEPTIONS_0
704 COND_TOOLKIT_X11_WXUNIV_1
705 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1
706 COND_TOOLKIT_X11_USE_GUI_1
708 COND_TOOLKIT_WINCE_WXUNIV_0
709 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
710 COND_TOOLKIT_WINCE_USE_GUI_1
712 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
713 COND_TOOLKIT_PM_USE_GUI_1
715 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
716 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
717 COND_TOOLKIT_OSX_IPHONE
718 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
719 COND_TOOLKIT_OSX_COCOA
720 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
721 COND_TOOLKIT_OSX_CARBON
722 COND_TOOLKIT_MSW_WXUNIV_0
723 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
724 COND_TOOLKIT_MSW_USE_GUI_1
726 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
727 COND_TOOLKIT_MOTIF_USE_GUI_1
730 COND_TOOLKIT_GTK_USE_GUI_1
731 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
732 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
733 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
734 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
735 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
736 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
737 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1
738 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
739 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1
740 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
741 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
742 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
743 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
745 COND_TOOLKIT_DFB_USE_GUI_1
747 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
748 COND_TOOLKIT_COCOA_USE_GUI_1
751 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
753 COND_SHARED_0_wxUSE_ZLIB_builtin
754 COND_SHARED_0_wxUSE_REGEX_builtin
755 COND_SHARED_0_wxUSE_EXPAT_builtin
756 COND_SHARED_0_USE_STC_1
757 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
758 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
759 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
760 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
761 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
762 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
763 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
765 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
766 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
767 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
768 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
769 COND_PLATFORM_WIN32_1_SHARED_0
770 COND_PLATFORM_WIN32_1
771 COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3
772 COND_PLATFORM_WIN32_0
773 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
774 COND_PLATFORM_UNIX_1_USE_GUI_1
775 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
776 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
777 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
778 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
782 COND_PLATFORM_MSDOS_1
783 COND_PLATFORM_MSDOS_0
786 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
787 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
788 COND_PLATFORM_MACOSX_1_USE_GUI_1
789 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
790 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
791 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
792 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
793 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
794 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
795 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
796 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
797 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
798 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
799 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
800 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
801 COND_PLATFORM_MACOSX_1
802 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
803 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
804 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
805 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
806 COND_MONOLITHIC_1_USE_STC_1
807 COND_MONOLITHIC_1_SHARED_1
808 COND_MONOLITHIC_1_SHARED_0
810 COND_MONOLITHIC_0_USE_XRC_1
811 COND_MONOLITHIC_0_USE_WEBVIEW_1
812 COND_MONOLITHIC_0_USE_STC_1
813 COND_MONOLITHIC_0_USE_RICHTEXT_1
814 COND_MONOLITHIC_0_USE_RIBBON_1
815 COND_MONOLITHIC_0_USE_QA_1
816 COND_MONOLITHIC_0_USE_PROPGRID_1
817 COND_MONOLITHIC_0_USE_MEDIA_1
818 COND_MONOLITHIC_0_USE_HTML_1
819 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
820 COND_MONOLITHIC_0_USE_GUI_1
821 COND_MONOLITHIC_0_USE_AUI_1
822 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
823 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
824 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
825 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
826 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
827 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
828 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
829 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
830 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
831 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
832 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
833 COND_MONOLITHIC_0_SHARED_1
834 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
835 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
836 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
837 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
838 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
839 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
840 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
841 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
842 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
843 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
844 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
845 COND_MONOLITHIC_0_SHARED_0
854 COND_BUILD_release_DEBUG_INFO_default
856 COND_BUILD_debug_DEBUG_INFO_default
860 ICC_PCH_CREATE_SWITCH
968 LIBGNOMEPRINTUI_CFLAGS
1059 program_transform_name
1072 enable_option_checking
1078 enable_official_build
1122 with_macosx_version_min
1131 enable_std_containers
1132 enable_std_iostreams
1134 enable_std_string_conv_in_wxstring
1139 enable_extended_rtti
1144 enable_no_exceptions
1147 enable_vararg_macros
1148 enable_universal_binary
1153 enable_objc_uniquifying
1182 enable_dynamicloader
1199 enable_printfposparam
1214 enable_protocol_http
1216 enable_protocol_file
1267 enable_commandlinkbutton
1295 enable_rearrangectrl
1344 enable_accessibility
1347 enable_webviewwebkit
1367 with_gtk_exec_prefix
1369 with_libiconv_prefix
1371 with_sdl_exec_prefix
1373 enable_dependency_tracking
1374 enable_precomp_headers
1376 with_cppunit_exec_prefix
1378 ac_precious_vars
='build_alias
1415 LIBGNOMEPRINTUI_CFLAGS
1416 LIBGNOMEPRINTUI_LIBS
1431 ac_subdirs_all
='src/tiff
1434 # Initialize some variables set by options.
1436 ac_init_version
=false
1437 ac_unrecognized_opts
=
1438 ac_unrecognized_sep
=
1439 # The variables have the same names as the options, with
1440 # dashes changed to underlines.
1441 cache_file
=/dev
/null
1448 program_transform_name
=s
,x
,x
,
1456 # Installation directory options.
1457 # These are left unexpanded so users can "make install exec_prefix=/foo"
1458 # and all the variables that are supposed to be based on exec_prefix
1459 # by default will actually change.
1460 # Use braces instead of parens because sh, perl, etc. also accept them.
1461 # (The list follows the same order as the GNU Coding Standards.)
1462 bindir
='${exec_prefix}/bin'
1463 sbindir
='${exec_prefix}/sbin'
1464 libexecdir
='${exec_prefix}/libexec'
1465 datarootdir
='${prefix}/share'
1466 datadir
='${datarootdir}'
1467 sysconfdir
='${prefix}/etc'
1468 sharedstatedir
='${prefix}/com'
1469 localstatedir
='${prefix}/var'
1470 includedir
='${prefix}/include'
1471 oldincludedir
='/usr/include'
1472 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1473 infodir
='${datarootdir}/info'
1478 libdir
='${exec_prefix}/lib'
1479 localedir
='${datarootdir}/locale'
1480 mandir
='${datarootdir}/man'
1486 # If the previous option needs an argument, assign it.
1487 if test -n "$ac_prev"; then
1488 eval $ac_prev=\
$ac_option
1494 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1499 # Accept the important Cygnus configure options, so we can diagnose typos.
1501 case $ac_dashdash$ac_option in
1505 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1507 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1508 bindir
=$ac_optarg ;;
1510 -build | --build | --buil | --bui | --bu)
1511 ac_prev
=build_alias
;;
1512 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1513 build_alias
=$ac_optarg ;;
1515 -cache-file | --cache-file | --cache-fil | --cache-fi \
1516 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1517 ac_prev
=cache_file
;;
1518 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1519 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1520 cache_file
=$ac_optarg ;;
1522 --config-cache | -C)
1523 cache_file
=config.cache
;;
1525 -datadir | --datadir | --datadi | --datad)
1527 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1528 datadir
=$ac_optarg ;;
1530 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1531 | --dataroo | --dataro | --datar)
1532 ac_prev
=datarootdir
;;
1533 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1534 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1535 datarootdir
=$ac_optarg ;;
1537 -disable-* | --disable-*)
1538 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1539 # Reject names that are not valid shell variable names.
1540 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1541 as_fn_error $?
"invalid feature name: $ac_useropt"
1542 ac_useropt_orig
=$ac_useropt
1543 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1544 case $ac_user_opts in
1546 "enable_
$ac_useropt"
1548 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1549 ac_unrecognized_sep
=', ';;
1551 eval enable_
$ac_useropt=no
;;
1553 -docdir | --docdir | --docdi | --doc | --do)
1555 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1556 docdir
=$ac_optarg ;;
1558 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1560 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1561 dvidir
=$ac_optarg ;;
1563 -enable-* | --enable-*)
1564 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1565 # Reject names that are not valid shell variable names.
1566 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1567 as_fn_error $?
"invalid feature name: $ac_useropt"
1568 ac_useropt_orig
=$ac_useropt
1569 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1570 case $ac_user_opts in
1572 "enable_
$ac_useropt"
1574 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1575 ac_unrecognized_sep
=', ';;
1577 eval enable_
$ac_useropt=\
$ac_optarg ;;
1579 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1580 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1581 | --exec | --exe | --ex)
1582 ac_prev
=exec_prefix
;;
1583 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1584 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1585 | --exec=* | --exe=* | --ex=*)
1586 exec_prefix
=$ac_optarg ;;
1588 -gas | --gas | --ga | --g)
1589 # Obsolete; use --with-gas.
1592 -help | --help | --hel | --he | -h)
1593 ac_init_help
=long
;;
1594 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
1595 ac_init_help
=recursive
;;
1596 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
1597 ac_init_help
=short
;;
1599 -host | --host | --hos | --ho)
1600 ac_prev
=host_alias
;;
1601 -host=* | --host=* | --hos=* | --ho=*)
1602 host_alias
=$ac_optarg ;;
1604 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1606 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1608 htmldir
=$ac_optarg ;;
1610 -includedir | --includedir | --includedi | --included | --include \
1611 | --includ | --inclu | --incl | --inc)
1612 ac_prev
=includedir
;;
1613 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1614 | --includ=* | --inclu=* | --incl=* | --inc=*)
1615 includedir
=$ac_optarg ;;
1617 -infodir | --infodir | --infodi | --infod | --info | --inf)
1619 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1620 infodir
=$ac_optarg ;;
1622 -libdir | --libdir | --libdi | --libd)
1624 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1625 libdir
=$ac_optarg ;;
1627 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1628 | --libexe | --libex | --libe)
1629 ac_prev
=libexecdir
;;
1630 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1631 | --libexe=* | --libex=* | --libe=*)
1632 libexecdir
=$ac_optarg ;;
1634 -localedir | --localedir | --localedi | --localed | --locale)
1635 ac_prev
=localedir
;;
1636 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1637 localedir
=$ac_optarg ;;
1639 -localstatedir | --localstatedir | --localstatedi | --localstated \
1640 | --localstate | --localstat | --localsta | --localst | --locals)
1641 ac_prev
=localstatedir
;;
1642 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1643 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1644 localstatedir
=$ac_optarg ;;
1646 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1648 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1649 mandir
=$ac_optarg ;;
1651 -nfp | --nfp | --nf)
1652 # Obsolete; use --without-fp.
1655 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1656 | --no-cr | --no-c | -n)
1659 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1660 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1663 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1664 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1665 | --oldin | --oldi | --old | --ol | --o)
1666 ac_prev
=oldincludedir
;;
1667 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1668 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1669 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1670 oldincludedir
=$ac_optarg ;;
1672 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1674 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1675 prefix
=$ac_optarg ;;
1677 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1678 | --program-pre | --program-pr | --program-p)
1679 ac_prev
=program_prefix
;;
1680 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1681 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1682 program_prefix
=$ac_optarg ;;
1684 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1685 | --program-suf | --program-su | --program-s)
1686 ac_prev
=program_suffix
;;
1687 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1688 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1689 program_suffix
=$ac_optarg ;;
1691 -program-transform-name | --program-transform-name \
1692 | --program-transform-nam | --program-transform-na \
1693 | --program-transform-n | --program-transform- \
1694 | --program-transform | --program-transfor \
1695 | --program-transfo | --program-transf \
1696 | --program-trans | --program-tran \
1697 | --progr-tra | --program-tr | --program-t)
1698 ac_prev
=program_transform_name
;;
1699 -program-transform-name=* | --program-transform-name=* \
1700 | --program-transform-nam=* | --program-transform-na=* \
1701 | --program-transform-n=* | --program-transform-=* \
1702 | --program-transform=* | --program-transfor=* \
1703 | --program-transfo=* | --program-transf=* \
1704 | --program-trans=* | --program-tran=* \
1705 | --progr-tra=* | --program-tr=* | --program-t=*)
1706 program_transform_name
=$ac_optarg ;;
1708 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1710 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1711 pdfdir
=$ac_optarg ;;
1713 -psdir | --psdir | --psdi | --psd | --ps)
1715 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1718 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1719 | -silent | --silent | --silen | --sile | --sil)
1722 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1724 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1726 sbindir
=$ac_optarg ;;
1728 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1729 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1730 | --sharedst | --shareds | --shared | --share | --shar \
1732 ac_prev
=sharedstatedir
;;
1733 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1734 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1735 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1737 sharedstatedir
=$ac_optarg ;;
1739 -site | --site | --sit)
1741 -site=* | --site=* | --sit=*)
1744 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1746 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1747 srcdir
=$ac_optarg ;;
1749 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1750 | --syscon | --sysco | --sysc | --sys | --sy)
1751 ac_prev
=sysconfdir
;;
1752 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1753 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1754 sysconfdir
=$ac_optarg ;;
1756 -target | --target | --targe | --targ | --tar | --ta | --t)
1757 ac_prev
=target_alias
;;
1758 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1759 target_alias
=$ac_optarg ;;
1761 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1764 -version | --version | --versio | --versi | --vers | -V)
1765 ac_init_version
=: ;;
1768 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1769 # Reject names that are not valid shell variable names.
1770 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1771 as_fn_error $?
"invalid package name: $ac_useropt"
1772 ac_useropt_orig
=$ac_useropt
1773 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1774 case $ac_user_opts in
1778 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1779 ac_unrecognized_sep
=', ';;
1781 eval with_
$ac_useropt=\
$ac_optarg ;;
1783 -without-* | --without-*)
1784 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1785 # Reject names that are not valid shell variable names.
1786 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1787 as_fn_error $?
"invalid package name: $ac_useropt"
1788 ac_useropt_orig
=$ac_useropt
1789 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1790 case $ac_user_opts in
1794 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1795 ac_unrecognized_sep
=', ';;
1797 eval with_
$ac_useropt=no
;;
1800 # Obsolete; use --with-x.
1803 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1804 | --x-incl | --x-inc | --x-in | --x-i)
1805 ac_prev
=x_includes
;;
1806 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1807 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1808 x_includes
=$ac_optarg ;;
1810 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1811 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1812 ac_prev
=x_libraries
;;
1813 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1814 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1815 x_libraries
=$ac_optarg ;;
1817 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1818 Try \`$0 --help' for more information"
1822 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1823 # Reject names that are not valid shell variable names.
1824 case $ac_envvar in #(
1825 '' | [0-9]* | *[!_$as_cr_alnum]* )
1826 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1828 eval $ac_envvar=\
$ac_optarg
1829 export $ac_envvar ;;
1832 # FIXME: should be removed in autoconf 3.0.
1833 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1834 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1835 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1836 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1842 if test -n "$ac_prev"; then
1843 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1844 as_fn_error $?
"missing argument to $ac_option"
1847 if test -n "$ac_unrecognized_opts"; then
1848 case $enable_option_checking in
1850 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1851 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1855 # Check all directory arguments for consistency.
1856 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1857 datadir sysconfdir sharedstatedir localstatedir includedir \
1858 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1859 libdir localedir mandir
1861 eval ac_val
=\$
$ac_var
1862 # Remove trailing slashes.
1865 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1866 eval $ac_var=\
$ac_val;;
1868 # Be sure to have absolute directory names.
1870 [\\/$
]* | ?
:[\\/]* ) continue;;
1871 NONE
| '' ) case $ac_var in *prefix
) continue;; esac;;
1873 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1876 # There might be people who depend on the old broken behavior: `$host'
1877 # used to hold the argument of --host etc.
1878 # FIXME: To remove some day.
1881 target
=$target_alias
1883 # FIXME: To remove some day.
1884 if test "x$host_alias" != x
; then
1885 if test "x$build_alias" = x
; then
1886 cross_compiling
=maybe
1887 elif test "x$build_alias" != "x$host_alias"; then
1893 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1895 test "$silent" = yes && exec 6>/dev
/null
1898 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1899 ac_ls_di
=`ls -di .` &&
1900 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1901 as_fn_error $?
"working directory cannot be determined"
1902 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1903 as_fn_error $?
"pwd does not report name of working directory"
1906 # Find the source files, if location was not specified.
1907 if test -z "$srcdir"; then
1908 ac_srcdir_defaulted
=yes
1909 # Try the directory containing this script, then the parent directory.
1910 ac_confdir
=`$as_dirname -- "$as_myself" ||
1911 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1912 X"$as_myself" : 'X\(//\)[^/]' \| \
1913 X"$as_myself" : 'X\(//\)$' \| \
1914 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1915 $as_echo X"$as_myself" |
1916 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1934 if test ! -r "$srcdir/$ac_unique_file"; then
1938 ac_srcdir_defaulted
=no
1940 if test ! -r "$srcdir/$ac_unique_file"; then
1941 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1942 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1944 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1946 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1948 # When building in place, set srcdir=.
1949 if test "$ac_abs_confdir" = "$ac_pwd"; then
1952 # Remove unnecessary trailing slashes from srcdir.
1953 # Double slashes in file names in object file debugging info
1954 # mess up M-x gdb in Emacs.
1956 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1958 for ac_var
in $ac_precious_vars; do
1959 eval ac_env_
${ac_var}_set
=\
${${ac_var}+set}
1960 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1961 eval ac_cv_env_
${ac_var}_set
=\
${${ac_var}+set}
1962 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1966 # Report the --help message.
1968 if test "$ac_init_help" = "long"; then
1969 # Omit some internal or obsolete options to make the list less imposing.
1970 # This message is too long to be a string in the A/UX 3.1 sh.
1972 \`configure' configures wxWidgets 3.0.0 to adapt to many kinds of systems.
1974 Usage: $0 [OPTION]... [VAR=VALUE]...
1976 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1977 VAR=VALUE. See below for descriptions of some of the useful variables.
1979 Defaults for the options are specified in brackets.
1982 -h, --help display this help and exit
1983 --help=short display options specific to this package
1984 --help=recursive display the short help of all the included packages
1985 -V, --version display version information and exit
1986 -q, --quiet, --silent do not print \`checking ...' messages
1987 --cache-file=FILE cache test results in FILE [disabled]
1988 -C, --config-cache alias for \`--cache-file=config.cache'
1989 -n, --no-create do not create output files
1990 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1992 Installation directories:
1993 --prefix=PREFIX install architecture-independent files in PREFIX
1994 [$ac_default_prefix]
1995 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1998 By default, \`make install' will install all the files in
1999 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2000 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2001 for instance \`--prefix=\$HOME'.
2003 For better control, use the options below.
2005 Fine tuning of the installation directories:
2006 --bindir=DIR user executables [EPREFIX/bin]
2007 --sbindir=DIR system admin executables [EPREFIX/sbin]
2008 --libexecdir=DIR program executables [EPREFIX/libexec]
2009 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2010 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2011 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2012 --libdir=DIR object code libraries [EPREFIX/lib]
2013 --includedir=DIR C header files [PREFIX/include]
2014 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2015 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2016 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2017 --infodir=DIR info documentation [DATAROOTDIR/info]
2018 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2019 --mandir=DIR man documentation [DATAROOTDIR/man]
2020 --docdir=DIR documentation root [DATAROOTDIR/doc/wxwidgets]
2021 --htmldir=DIR html documentation [DOCDIR]
2022 --dvidir=DIR dvi documentation [DOCDIR]
2023 --pdfdir=DIR pdf documentation [DOCDIR]
2024 --psdir=DIR ps documentation [DOCDIR]
2030 --x-includes=DIR X include files are
in DIR
2031 --x-libraries=DIR X library files are
in DIR
2034 --build=BUILD configure
for building on BUILD
[guessed
]
2035 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
2039 if test -n "$ac_init_help"; then
2040 case $ac_init_help in
2041 short
| recursive
) echo "Configuration of wxWidgets 3.0.0:";;
2046 --disable-option-checking ignore unrecognized
--enable/--with options
2047 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2048 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2049 --disable-gui don
't build GUI parts of the library
2050 --enable-monolithic build wxWidgets as single library
2051 --enable-plugins build parts of wxWidgets as loadable components
2052 --enable-official_build official build of wxWidgets (win32 DLL only)
2053 --enable-vendor=VENDOR vendor name (win32 DLL only)
2054 --disable-all-features disable all optional features to build minimal library
2055 --enable-universal use wxWidgets GUI controls instead of native ones
2056 --enable-nanox use NanoX
2057 --enable-gpe use GNOME PDA Environment features if possible
2058 --enable-debug build library for debugging
2059 --disable-debug_flag disable all debugging support
2060 --enable-debug_info generate debug information
2061 --enable-debug_gdb create code with extra GDB debugging information
2062 --enable-debug_cntxt obsolete, don't use
: use wxDebugContext
2063 --enable-mem_tracing obsolete
, don
't use: create code with memory tracing
2064 --disable-shared create static library instead of shared
2065 --enable-stl use standard C++ classes for everything
2066 --enable-std_containers use standard C++ container classes
2067 --enable-std_iostreams use standard C++ stream classes
2068 --enable-std_string use standard C++ string classes
2069 --enable-std_string_conv_in_wxstring provide implicit conversion to std::string in wxString
2070 --disable-unicode compile without Unicode support
2071 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
2072 --enable-utf8 use UTF-8 representation for strings (Unix only)
2073 --enable-utf8only only support UTF-8 locales in UTF-8 build (Unix only)
2074 --enable-extended_rtti use extended RTTI (XTI)
2075 --enable-omf use OMF object format
2076 --disable-optimise compile without optimisations
2077 --enable-profile create code with profiling information
2078 --enable-no_rtti create code without RTTI information
2079 --enable-no_exceptions create code without C++ exceptions handling
2080 --enable-permissive compile code disregarding strict ANSI
2081 --enable-no_deps create code without dependency information
2082 --disable-vararg_macros don't use vararg macros
, even
if they are supported
2083 --enable-universal_binary=archs create universal binary
for the specified
(or all supported
) architectures
2084 --enable-macosx_arch=ARCH build
for just the specified architecture
2085 --enable-compat26 enable wxWidgets
2.6 compatibility
2086 --disable-compat28 disable wxWidgets
2.8 compatibility
2087 --disable-rpath disable use of rpath
for uninstalled builds
2088 --enable-objc_uniquifying enable Objective
-C class name uniquifying
2089 --disable-visibility disable use of ELF symbols visibility even
if supported
2090 --disable-tls disable use of compiler TLS support
2091 --enable-intl use internationalization system
2092 --enable-xlocale use x
-locale support
(requires wxLocale
)
2093 --enable-config use wxConfig
(and derived
) classes
2094 --enable-protocols use wxProtocol and derived classes
2095 --enable-ftp use wxFTP
(requires wxProtocol
2096 --enable-http use wxHTTP
(requires wxProtocol
2097 --enable-fileproto use wxFileProto class
(requires wxProtocol
2098 --enable-sockets use socket
/network classes
2099 --enable-ipv6 enable IPv6 support
in wxSocket
2100 --enable-ole use OLE classes
(Win32 only
)
2101 --enable-dataobj use data object classes
2102 --enable-ipc use interprocess communication
(wxSocket etc.
)
2103 --enable-baseevtloop use event loop
in console programs too
2104 --enable-epollloop use wxEpollDispatcher class
(Linux only
)
2105 --enable-selectloop use wxSelectDispatcher class
2106 --enable-any use wxAny class
2107 --enable-apple_ieee use the Apple IEEE codec
2108 --enable-arcstream use wxArchive streams
2109 --enable-base64 use base64 encoding
/decoding functions
2110 --enable-backtrace use wxStackWalker class
for getting backtraces
2111 --enable-catch_segvs catch signals
in wxApp
::OnFatalException
(Unix only
)
2112 --enable-cmdline use wxCmdLineParser class
2113 --enable-datetime use wxDateTime class
2114 --enable-debugreport use wxDebugReport class
2115 --enable-dialupman use dialup network classes
2116 --enable-dynlib use wxLibrary class
for DLL loading
2117 --enable-dynamicloader use
(new
) wxDynamicLibrary class
2118 --enable-exceptions build exception
-safe library
2119 --enable-ffile use wxFFile class
2120 --enable-file use wxFile class
2121 --enable-filehistory use wxFileHistory class
2122 --enable-filesystem use virtual
file systems classes
2123 --enable-fontenum use wxFontEnumerator class
2124 --enable-fontmap use font encodings conversion classes
2125 --enable-fs_archive use virtual archive filesystems
2126 --enable-fs_inet use virtual HTTP
/FTP filesystems
2127 --enable-fs_zip now replaced by fs_archive
2128 --enable-fsvolume use wxFSVolume class
2129 --enable-fswatcher use wxFileSystemWatcher class
2130 --enable-geometry use geometry class
2131 --enable-log use logging system
2132 --enable-longlong use wxLongLong class
2133 --enable-mimetype use wxMimeTypesManager
2134 --enable-printfposparam use wxVsnprintf
() which supports positional parameters
2135 --enable-snglinst use wxSingleInstanceChecker class
2136 --enable-sound use wxSound class
2137 --enable-stdpaths use wxStandardPaths class
2138 --enable-stopwatch use wxStopWatch class
2139 --enable-streams use wxStream etc classes
2140 --enable-sysoptions use wxSystemOptions
2141 --enable-tarstream use wxTar streams
2142 --enable-textbuf use wxTextBuffer class
2143 --enable-textfile use wxTextFile class
2144 --enable-timer use wxTimer class
2145 --enable-variant use wxVariant class
2146 --enable-zipstream use wxZip streams
2147 --enable-url use wxURL class
2148 --enable-protocol use wxProtocol class
2149 --enable-protocol-http HTTP support
in wxProtocol
2150 --enable-protocol-ftp FTP support
in wxProtocol
2151 --enable-protocol-file FILE support
in wxProtocol
2152 --enable-threads use threads
2153 --enable-iniconf use wxIniConfig
(Win32 only
)
2154 --enable-regkey use wxRegKey class
(Win32 only
)
2155 --enable-docview use document view architecture
2156 --enable-help use
help subsystem
2157 --enable-mshtmlhelp use MS HTML Help
(win32
)
2158 --enable-html use wxHTML sub
-library
2159 --enable-htmlhelp use wxHTML
-based help
2160 --enable-xrc use XRC resources sub
-library
2161 --enable-aui use AUI docking library
2162 --enable-propgrid use wxPropertyGrid library
2163 --enable-ribbon use wxRibbon library
2164 --enable-stc use wxStyledTextCtrl library
2165 --enable-constraints use layout
-constraints system
2166 --enable-loggui use standard GUI logger
2167 --enable-logwin use wxLogWindow
2168 --enable-logdialog use wxLogDialog
2169 --enable-mdi use multiple document interface architecture
2170 --enable-mdidoc use docview architecture with MDI
2171 --enable-mediactrl use wxMediaCtrl class
2172 --enable-gstreamer8 force GStreamer
0.8 instead of
0.10 with the wxMediaCtrl class on unix
2173 --enable-richtext use wxRichTextCtrl
2174 --enable-postscript use wxPostscriptDC device context
(default
for gtk
+)
2175 --enable-printarch use printing architecture
2176 --enable-svg use wxSVGFileDC device context
2177 --enable-webkit use wxWebKitCtrl
(Mac
-only, use wxWebView instead
)
2178 --enable-webview use wxWebView library
2179 --enable-graphics_ctx use graphics context
2D drawing API
2180 --enable-clipboard use wxClipboard class
2181 --enable-dnd use Drag
'n'Drop classes
2182 --disable-controls disable compilation of all standard controls
2183 --enable-markup support wxControl
::SetLabelMarkup
2184 --enable-accel use accelerators
2185 --enable-animatectrl use wxAnimationCtrl class
2186 --enable-bannerwindow use wxBannerWindow class
2187 --enable-artstd use standard XPM icons
in wxArtProvider
2188 --enable-arttango use Tango icons
in wxArtProvider
2189 --enable-bmpbutton use wxBitmapButton class
2190 --enable-bmpcombobox use wxBitmapComboBox class
2191 --enable-button use wxButton class
2192 --enable-calendar use wxCalendarCtrl class
2193 --enable-caret use wxCaret class
2194 --enable-checkbox use wxCheckBox class
2195 --enable-checklst use wxCheckListBox
(listbox with checkboxes
) class
2196 --enable-choice use wxChoice class
2197 --enable-choicebook use wxChoicebook class
2198 --enable-collpane use wxCollapsiblePane class
2199 --enable-colourpicker use wxColourPickerCtrl class
2200 --enable-combobox use wxComboBox class
2201 --enable-comboctrl use wxComboCtrl class
2202 --enable-commandlinkbutton use wxCommmandLinkButton class
2203 --enable-dataviewctrl use wxDataViewCtrl class
2204 --enable-datepick use wxDatePickerCtrl class
2205 --enable-detect_sm use code to detect X11 session manager
2206 --enable-dirpicker use wxDirPickerCtrl class
2207 --enable-display use wxDisplay class
2208 --enable-editablebox use wxEditableListBox class
2209 --enable-filectrl use wxFileCtrl class
2210 --enable-filepicker use wxFilePickerCtrl class
2211 --enable-fontpicker use wxFontPickerCtrl class
2212 --enable-gauge use wxGauge class
2213 --enable-grid use wxGrid class
2214 --enable-headerctrl use wxHeaderCtrl class
2215 --enable-hyperlink use wxHyperlinkCtrl class
2216 --enable-imaglist use wxImageList class
2217 --enable-infobar use wxInfoBar class
2218 --enable-listbook use wxListbook class
2219 --enable-listbox use wxListBox class
2220 --enable-listctrl use wxListCtrl class
2221 --enable-notebook use wxNotebook class
2222 --enable-notifmsg use wxNotificationMessage class
2223 --enable-odcombobox use wxOwnerDrawnComboBox class
2224 --enable-popupwin use wxPopUpWindow class
2225 --enable-prefseditor use wxPreferencesEditor class
2226 --enable-radiobox use wxRadioBox class
2227 --enable-radiobtn use wxRadioButton class
2228 --enable-richmsgdlg use wxRichMessageDialog class
2229 --enable-richtooltip use wxRichToolTip class
2230 --enable-rearrangectrl use wxRearrangeList
/Ctrl
/Dialog
2231 --enable-sash use wxSashWindow class
2232 --enable-scrollbar use wxScrollBar class and scrollable windows
2233 --enable-searchctrl use wxSearchCtrl class
2234 --enable-slider use wxSlider class
2235 --enable-spinbtn use wxSpinButton class
2236 --enable-spinctrl use wxSpinCtrl class
2237 --enable-splitter use wxSplitterWindow class
2238 --enable-statbmp use wxStaticBitmap class
2239 --enable-statbox use wxStaticBox class
2240 --enable-statline use wxStaticLine class
2241 --enable-stattext use wxStaticText class
2242 --enable-statusbar use wxStatusBar class
2243 --enable-taskbaricon use wxTaskBarIcon class
2244 --enable-tbarnative use native wxToolBar class
2245 --enable-textctrl use wxTextCtrl class
2246 --enable-timepick use wxTimePickerCtrl class
2247 --enable-tipwindow use wxTipWindow class
2248 --enable-togglebtn use wxToggleButton class
2249 --enable-toolbar use wxToolBar class
2250 --enable-toolbook use wxToolbook class
2251 --enable-treebook use wxTreebook class
2252 --enable-treectrl use wxTreeCtrl class
2253 --enable-treelist use wxTreeListCtrl class
2254 --enable-commondlg use all common dialogs
2255 --enable-aboutdlg use wxAboutBox
2256 --enable-choicedlg use wxChoiceDialog
2257 --enable-coldlg use wxColourDialog
2258 --enable-filedlg use wxFileDialog
2259 --enable-finddlg use wxFindReplaceDialog
2260 --enable-fontdlg use wxFontDialog
2261 --enable-dirdlg use wxDirDialog
2262 --enable-msgdlg use wxMessageDialog
2263 --enable-numberdlg use wxNumberEntryDialog
2264 --enable-splash use wxSplashScreen
2265 --enable-textdlg use wxTextDialog
2266 --enable-tipdlg use startup tips
2267 --enable-progressdlg use wxProgressDialog
2268 --enable-wizarddlg use wxWizard
2269 --enable-menus use wxMenu
/wxMenuBar
/wxMenuItem classes
2270 --enable-miniframe use wxMiniFrame class
2271 --enable-tooltips use wxToolTip class
2272 --enable-splines use spline drawing code
2273 --enable-mousewheel use mousewheel
2274 --enable-validators use wxValidator and derived classes
2275 --enable-busyinfo use wxBusyInfo
2276 --enable-hotkey use wxWindow
::RegisterHotKey
()
2277 --enable-joystick use wxJoystick
2278 --enable-metafiles use wxMetaFile
2279 --enable-dragimage use wxDragImage
2280 --enable-accessibility enable accessibility support
2281 --enable-uiactionsim use wxUIActionSimulator
(experimental
)
2282 --enable-dctransform use wxDC
::SetTransformMatrix and related
2283 --enable-webviewwebkit use wxWebView WebKit backend
2284 --enable-palette use wxPalette class
2285 --enable-image use wxImage class
2286 --enable-gif use gif images
(GIF
file format
)
2287 --enable-pcx use pcx images
(PCX
file format
)
2288 --enable-tga use tga images
(TGA
file format
)
2289 --enable-iff use iff images
(IFF
file format
)
2290 --enable-pnm use pnm images
(PNM
file format
)
2291 --enable-xpm use xpm images
(XPM
file format
)
2292 --enable-ico_cur use Windows ICO and CUR formats
2293 --enable-dccache cache temporary wxDC objects
(Win32 only
)
2294 --enable-ps-in-msw use PS printing
in wxMSW
(Win32 only
)
2295 --enable-ownerdrawn use owner drawn controls
(Win32 and OS
/2 only
)
2296 --enable-uxtheme enable support
for Windows XP themed
look (Win32 only
)
2297 --enable-wxdib use wxDIB class
(Win32 only
)
2298 --enable-webviewie use wxWebView IE backend
(Win32 only
)
2299 --enable-autoidman use automatic ids management
2300 --disable-largefile omit support
for large files
2301 --disable-gtktest do not try to compile and run a
test GTK
+ program
2302 --disable-gtktest Do not try to compile and run a
test GTK program
2303 --disable-sdltest Do not try to compile and run a
test SDL program
2304 --enable-omf use OMF object format
(OS
/2)
2305 --disable-dependency-tracking
2306 don
't use dependency tracking even if the compiler
2308 --disable-precomp-headers
2309 don't use precompiled headers even
if compiler can
2312 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
2313 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
2314 --without-subdirs don
't generate makefiles for samples/demos/...
2315 --with-flavour=NAME specify a name to identify this build
2316 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
2317 --with-gtk[=VERSION] use GTK+, VERSION can be 3, 2 (default), 1 or "any"
2318 --with-motif use Motif/Lesstif
2319 --with-osx_carbon use Mac OS X (Carbon)
2320 --with-osx_cocoa use Mac OS X (Cocoa)
2321 --with-osx_iphone use iPhone OS X port
2322 --with-osx use Mac OS X (default port, currently Carbon)
2323 --with-carbon same as --with-osx_carbon
2324 --with-cocoa same as --with-osx_cocoa
2325 --with-iphone same as --with-osx_iphone
2326 --with-mac same as --with-osx
2327 --with-old_cocoa use old, deprecated, Cocoa port
2328 --with-wine use Wine
2329 --with-msw use MS-Windows
2330 --with-pm use OS/2 Presentation Manager
2331 --with-directfb use DirectFB
2332 --with-microwin use MicroWindows
2334 --with-libpng use libpng (PNG image format)
2335 --with-libjpeg use libjpeg (JPEG file format)
2336 --with-libtiff use libtiff (TIFF file format)
2337 --without-libjbig don't use libjbig
in libtiff even
if available
)
2338 --without-liblzma don
't use liblzma in libtiff even if available)
2339 --with-libxpm use libxpm (XPM file format)
2340 --with-libiconv use libiconv (character conversion)
2341 --with-libmspack use libmspack (CHM help files loading)
2342 --without-gtkprint don't use GTK printing support
2343 --without-gnomeprint don
't use GNOME printing libraries
2344 --with-gnomevfs use GNOME VFS for associating MIME types
2345 --with-libnotify use libnotify for notifications
2346 --with-hildon use Hildon framework for Nokia 770/800/810
2347 --with-opengl use OpenGL (or Mesa)
2348 --with-dmalloc use dmalloc library (http://dmalloc.com/)
2349 --with-sdl use SDL for audio on Unix
2350 --with-regex enable support for wxRegEx class
2351 --with-zlib use zlib for LZW compression
2352 --with-expat enable XML support using expat parser
2353 --with-macosx-sdk=PATH use an OS X SDK at PATH
2354 --with-macosx-version-min=VER build binaries which require at least this OS X version
2355 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
2356 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
2357 --with-x use the X Window System
2358 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
2359 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
2360 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
2361 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
2362 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
2364 Some influential environment variables:
2365 CC C compiler command
2366 CFLAGS C compiler flags
2367 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2368 nonstandard directory <lib dir>
2369 LIBS libraries to pass to the linker, e.g. -l<library>
2370 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2371 you have headers in a nonstandard directory <include dir>
2373 CXX C++ compiler command
2374 CXXFLAGS C++ compiler flags
2375 CXXCPP C++ preprocessor
2376 PKG_CONFIG path to pkg-config utility
2378 C compiler flags for DIRECTFB, overriding pkg-config
2380 linker flags for DIRECTFB, overriding pkg-config
2381 XMKMF Path to xmkmf, Makefile generator for X Window System
2383 C compiler flags for PANGOX, overriding pkg-config
2384 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
2386 C compiler flags for PANGOFT2, overriding pkg-config
2388 linker flags for PANGOFT2, overriding pkg-config
2390 C compiler flags for PANGOXFT, overriding pkg-config
2392 linker flags for PANGOXFT, overriding pkg-config
2394 C compiler flags for Xinerama, overriding pkg-config
2396 linker flags for Xinerama, overriding pkg-config
2398 C compiler flags for Xxf86vm, overriding pkg-config
2400 linker flags for Xxf86vm, overriding pkg-config
2401 SM_CFLAGS C compiler flags for SM, overriding pkg-config
2402 SM_LIBS linker flags for SM, overriding pkg-config
2403 GL_CFLAGS C compiler flags for GL, overriding pkg-config
2404 GL_LIBS linker flags for GL, overriding pkg-config
2405 GLU_CFLAGS C compiler flags for GLU, overriding pkg-config
2406 GLU_LIBS linker flags for GLU, overriding pkg-config
2408 C compiler flags for MesaGL, overriding pkg-config
2409 MesaGL_LIBS linker flags for MesaGL, overriding pkg-config
2411 C compiler flags for GTKPRINT, overriding pkg-config
2413 linker flags for GTKPRINT, overriding pkg-config
2414 LIBGNOMEPRINTUI_CFLAGS
2415 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
2416 LIBGNOMEPRINTUI_LIBS
2417 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
2419 C compiler flags for GNOMEVFS, overriding pkg-config
2421 linker flags for GNOMEVFS, overriding pkg-config
2423 C compiler flags for LIBNOTIFY, overriding pkg-config
2425 linker flags for LIBNOTIFY, overriding pkg-config
2427 C compiler flags for HILDON, overriding pkg-config
2428 HILDON_LIBS linker flags for HILDON, overriding pkg-config
2430 C compiler flags for HILDON2, overriding pkg-config
2432 linker flags for HILDON2, overriding pkg-config
2434 C compiler flags for WEBKIT, overriding pkg-config
2435 WEBKIT_LIBS linker flags for WEBKIT, overriding pkg-config
2437 C compiler flags for CAIRO, overriding pkg-config
2438 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
2439 GST_CFLAGS C compiler flags for GST, overriding pkg-config
2440 GST_LIBS linker flags for GST, overriding pkg-config
2442 Use these variables to override the choices made by `configure' or to
help
2443 it to
find libraries and programs with nonstandard names
/locations.
2445 Report bugs to
<wx
-dev@lists.wxwidgets.org
>.
2450 if test "$ac_init_help" = "recursive"; then
2451 # If there are subdirs, report their specific --help.
2452 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2453 test -d "$ac_dir" ||
2454 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2459 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2461 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2462 # A ".." for each directory in $ac_dir_suffix.
2463 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2464 case $ac_top_builddir_sub in
2465 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2466 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2469 ac_abs_top_builddir
=$ac_pwd
2470 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2471 # for backward compatibility:
2472 ac_top_builddir
=$ac_top_build_prefix
2475 .
) # We are building in place.
2477 ac_top_srcdir
=$ac_top_builddir_sub
2478 ac_abs_top_srcdir
=$ac_pwd ;;
2479 [\\/]* | ?
:[\\/]* ) # Absolute name.
2480 ac_srcdir
=$srcdir$ac_dir_suffix;
2481 ac_top_srcdir
=$srcdir
2482 ac_abs_top_srcdir
=$srcdir ;;
2484 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2485 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2486 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2488 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2490 cd "$ac_dir" || { ac_status
=$?
; continue; }
2491 # Check for guested configure.
2492 if test -f "$ac_srcdir/configure.gnu"; then
2494 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2495 elif test -f "$ac_srcdir/configure"; then
2497 $SHELL "$ac_srcdir/configure" --help=recursive
2499 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2501 cd "$ac_pwd" || { ac_status
=$?
; break; }
2505 test -n "$ac_init_help" && exit $ac_status
2506 if $ac_init_version; then
2508 wxWidgets configure
3.0.0
2509 generated by GNU Autoconf
2.69
2511 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2512 This configure
script is free software
; the Free Software Foundation
2513 gives unlimited permission to copy
, distribute and modify it.
2518 ## ------------------------ ##
2519 ## Autoconf initialization. ##
2520 ## ------------------------ ##
2522 # ac_fn_c_try_compile LINENO
2523 # --------------------------
2524 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2525 ac_fn_c_try_compile
()
2527 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2528 rm -f conftest.
$ac_objext
2529 if { { ac_try
="$ac_compile"
2531 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2532 *) ac_try_echo=$ac_try;;
2534 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2535 $as_echo "$ac_try_echo"; } >&5
2536 (eval "$ac_compile") 2>conftest.err
2538 if test -s conftest.err; then
2539 grep -v '^ *+' conftest.err >conftest.er1
2540 cat conftest.er1 >&5
2541 mv -f conftest.er1 conftest.err
2543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2544 test $ac_status = 0; } && {
2545 test -z "$ac_c_werror_flag" ||
2546 test ! -s conftest.err
2547 } && test -s conftest.$ac_objext; then :
2550 $as_echo "$as_me: failed program was:" >&5
2551 sed 's/^/| /' conftest.$ac_ext >&5
2555 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2556 as_fn_set_status $ac_retval
2558 } # ac_fn_c_try_compile
2560 # ac_fn_c_try_cpp LINENO
2561 # ----------------------
2562 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2565 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2566 if { { ac_try="$ac_cpp conftest.$ac_ext"
2568 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
2569 *) ac_try_echo
=$ac_try;;
2571 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2572 $as_echo "$ac_try_echo"; } >&5
2573 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2575 if test -s conftest.err
; then
2576 grep -v '^ *+' conftest.err
>conftest.er1
2577 cat conftest.er1
>&5
2578 mv -f conftest.er1 conftest.err
2580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2581 test $ac_status = 0; } > conftest.i
&& {
2582 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2583 test ! -s conftest.err
2587 $as_echo "$as_me: failed program was:" >&5
2588 sed 's/^/| /' conftest.
$ac_ext >&5
2592 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2593 as_fn_set_status
$ac_retval
2597 # ac_fn_cxx_try_compile LINENO
2598 # ----------------------------
2599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2600 ac_fn_cxx_try_compile
()
2602 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2603 rm -f conftest.
$ac_objext
2604 if { { ac_try
="$ac_compile"
2606 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2607 *) ac_try_echo=$ac_try;;
2609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2610 $as_echo "$ac_try_echo"; } >&5
2611 (eval "$ac_compile") 2>conftest.err
2613 if test -s conftest.err; then
2614 grep -v '^ *+' conftest.err >conftest.er1
2615 cat conftest.er1 >&5
2616 mv -f conftest.er1 conftest.err
2618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2619 test $ac_status = 0; } && {
2620 test -z "$ac_cxx_werror_flag" ||
2621 test ! -s conftest.err
2622 } && test -s conftest.$ac_objext; then :
2625 $as_echo "$as_me: failed program was:" >&5
2626 sed 's/^/| /' conftest.$ac_ext >&5
2630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2631 as_fn_set_status $ac_retval
2633 } # ac_fn_cxx_try_compile
2635 # ac_fn_c_try_link LINENO
2636 # -----------------------
2637 # Try to link conftest.$ac_ext, and return whether this succeeded.
2640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2641 rm -f conftest.$ac_objext conftest$ac_exeext
2642 if { { ac_try="$ac_link"
2644 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
2645 *) ac_try_echo
=$ac_try;;
2647 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2648 $as_echo "$ac_try_echo"; } >&5
2649 (eval "$ac_link") 2>conftest.err
2651 if test -s conftest.err
; then
2652 grep -v '^ *+' conftest.err
>conftest.er1
2653 cat conftest.er1
>&5
2654 mv -f conftest.er1 conftest.err
2656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2657 test $ac_status = 0; } && {
2658 test -z "$ac_c_werror_flag" ||
2659 test ! -s conftest.err
2660 } && test -s conftest
$ac_exeext && {
2661 test "$cross_compiling" = yes ||
2662 test -x conftest
$ac_exeext
2666 $as_echo "$as_me: failed program was:" >&5
2667 sed 's/^/| /' conftest.
$ac_ext >&5
2671 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2672 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2673 # interfere with the next link command; also delete a directory that is
2674 # left behind by Apple's compiler. We do this before executing the actions.
2675 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2677 as_fn_set_status
$ac_retval
2679 } # ac_fn_c_try_link
2681 # ac_fn_cxx_try_link LINENO
2682 # -------------------------
2683 # Try to link conftest.$ac_ext, and return whether this succeeded.
2684 ac_fn_cxx_try_link
()
2686 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2687 rm -f conftest.
$ac_objext conftest
$ac_exeext
2688 if { { ac_try
="$ac_link"
2690 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2691 *) ac_try_echo=$ac_try;;
2693 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2694 $as_echo "$ac_try_echo"; } >&5
2695 (eval "$ac_link") 2>conftest.err
2697 if test -s conftest.err; then
2698 grep -v '^ *+' conftest.err >conftest.er1
2699 cat conftest.er1 >&5
2700 mv -f conftest.er1 conftest.err
2702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2703 test $ac_status = 0; } && {
2704 test -z "$ac_cxx_werror_flag" ||
2705 test ! -s conftest.err
2706 } && test -s conftest$ac_exeext && {
2707 test "$cross_compiling" = yes ||
2708 test -x conftest$ac_exeext
2712 $as_echo "$as_me: failed program was:" >&5
2713 sed 's/^/| /' conftest.$ac_ext >&5
2717 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2718 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2719 # interfere with the next link command; also delete a directory that is
2720 # left behind by Apple's compiler. We do this before executing the actions.
2721 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2723 as_fn_set_status $ac_retval
2725 } # ac_fn_cxx_try_link
2727 # ac_fn_c_try_run LINENO
2728 # ----------------------
2729 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2730 # that executables *can* be run.
2733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2734 if { { ac_try="$ac_link"
2736 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
2737 *) ac_try_echo
=$ac_try;;
2739 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2740 $as_echo "$ac_try_echo"; } >&5
2741 (eval "$ac_link") 2>&5
2743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2744 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
2745 { { case "(($ac_try" in
2746 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2747 *) ac_try_echo=$ac_try;;
2749 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2750 $as_echo "$ac_try_echo"; } >&5
2751 (eval "$ac_try") 2>&5
2753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2754 test $ac_status = 0; }; }; then :
2757 $as_echo "$as_me: program exited with status $ac_status" >&5
2758 $as_echo "$as_me: failed program was:" >&5
2759 sed 's/^/| /' conftest.$ac_ext >&5
2761 ac_retval=$ac_status
2763 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2764 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2765 as_fn_set_status $ac_retval
2769 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2770 # -------------------------------------------------------
2771 # Tests whether HEADER exists and can be compiled using the include files in
2772 # INCLUDES, setting the cache variable VAR accordingly.
2773 ac_fn_c_check_header_compile ()
2775 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2777 $as_echo_n "checking for $2... " >&6; }
2778 if eval \${$3+:} false; then :
2779 $as_echo_n "(cached) " >&6
2781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2782 /* end confdefs.h. */
2786 if ac_fn_c_try_compile "$LINENO"; then :
2791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2795 $as_echo "$ac_res" >&6; }
2796 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2798 } # ac_fn_c_check_header_compile
2800 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
2801 # ---------------------------------------------------------
2802 # Tests whether HEADER exists and can be compiled using the include files in
2803 # INCLUDES, setting the cache variable VAR accordingly.
2804 ac_fn_cxx_check_header_compile ()
2806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2808 $as_echo_n "checking for $2... " >&6; }
2809 if eval \${$3+:} false; then :
2810 $as_echo_n "(cached) " >&6
2812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2813 /* end confdefs.h. */
2817 if ac_fn_cxx_try_compile "$LINENO"; then :
2822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2826 $as_echo "$ac_res" >&6; }
2827 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2829 } # ac_fn_cxx_check_header_compile
2831 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2832 # --------------------------------------------
2833 # Tries to find the compile-time value of EXPR in a program that includes
2834 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2836 ac_fn_c_compute_int ()
2838 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2839 if test "$cross_compiling" = yes; then
2840 # Depending upon the size, compute the lo and hi bounds.
2841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2842 /* end confdefs.h. */
2847 static int test_array [1 - 2 * !(($2) >= 0)];
2849 return test_array [0];
2855 if ac_fn_c_try_compile "$LINENO"; then :
2858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2859 /* end confdefs.h. */
2864 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2866 return test_array [0];
2872 if ac_fn_c_try_compile "$LINENO"; then :
2873 ac_hi=$ac_mid; break
2875 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2876 if test $ac_lo -le $ac_mid; then
2880 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2886 /* end confdefs.h. */
2891 static int test_array [1 - 2 * !(($2) < 0)];
2893 return test_array [0];
2899 if ac_fn_c_try_compile "$LINENO"; then :
2902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2903 /* end confdefs.h. */
2908 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2910 return test_array [0];
2916 if ac_fn_c_try_compile "$LINENO"; then :
2917 ac_lo=$ac_mid; break
2919 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2920 if test $ac_mid -le $ac_hi; then
2924 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2934 # Binary search between lo and hi bounds.
2935 while test "x$ac_lo" != "x$ac_hi"; do
2936 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2938 /* end confdefs.h. */
2943 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2945 return test_array [0];
2951 if ac_fn_c_try_compile "$LINENO"; then :
2954 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2959 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2964 /* end confdefs.h. */
2966 static long int longval () { return $2; }
2967 static unsigned long int ulongval () { return $2; }
2974 FILE *f = fopen ("conftest.val", "w");
2979 long int i = longval ();
2982 fprintf (f, "%ld", i);
2986 unsigned long int i = ulongval ();
2989 fprintf (f, "%lu", i);
2991 /* Do not output a trailing newline, as this causes \r\n confusion
2992 on some platforms. */
2993 return ferror (f) || fclose (f) != 0;
2999 if ac_fn_c_try_run "$LINENO"; then :
3000 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
3004 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3005 conftest.$ac_objext conftest.beam conftest.$ac_ext
3009 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3010 as_fn_set_status $ac_retval
3012 } # ac_fn_c_compute_int
3014 # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
3015 # ---------------------------------------------
3016 # Tests whether TYPE exists after having included INCLUDES, setting cache
3017 # variable VAR accordingly.
3018 ac_fn_cxx_check_type ()
3020 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3022 $as_echo_n "checking for $2... " >&6; }
3023 if eval \${$3+:} false; then :
3024 $as_echo_n "(cached) " >&6
3027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3028 /* end confdefs.h. */
3039 if ac_fn_cxx_try_compile "$LINENO"; then :
3040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3041 /* end confdefs.h. */
3052 if ac_fn_cxx_try_compile "$LINENO"; then :
3057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3063 $as_echo "$ac_res" >&6; }
3064 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3066 } # ac_fn_cxx_check_type
3068 # ac_fn_cxx_try_cpp LINENO
3069 # ------------------------
3070 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3071 ac_fn_cxx_try_cpp ()
3073 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3074 if { { ac_try="$ac_cpp conftest.$ac_ext"
3076 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
3077 *) ac_try_echo
=$ac_try;;
3079 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3080 $as_echo "$ac_try_echo"; } >&5
3081 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3083 if test -s conftest.err
; then
3084 grep -v '^ *+' conftest.err
>conftest.er1
3085 cat conftest.er1
>&5
3086 mv -f conftest.er1 conftest.err
3088 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3089 test $ac_status = 0; } > conftest.i
&& {
3090 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
3091 test ! -s conftest.err
3095 $as_echo "$as_me: failed program was:" >&5
3096 sed 's/^/| /' conftest.
$ac_ext >&5
3100 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3101 as_fn_set_status
$ac_retval
3103 } # ac_fn_cxx_try_cpp
3105 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
3106 # ---------------------------------------------------------
3107 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3108 # the include files in INCLUDES and setting the cache variable VAR
3110 ac_fn_cxx_check_header_mongrel
()
3112 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3113 if eval \
${$3+:} false
; then :
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3115 $as_echo_n "checking for $2... " >&6; }
3116 if eval \
${$3+:} false
; then :
3117 $as_echo_n "(cached) " >&6
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3121 $as_echo "$ac_res" >&6; }
3123 # Is the header compilable?
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3125 $as_echo_n "checking $2 usability... " >&6; }
3126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3127 /* end confdefs.h. */
3131 if ac_fn_cxx_try_compile
"$LINENO"; then :
3132 ac_header_compiler
=yes
3134 ac_header_compiler
=no
3136 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3138 $as_echo "$ac_header_compiler" >&6; }
3140 # Is the header present?
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3142 $as_echo_n "checking $2 presence... " >&6; }
3143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3144 /* end confdefs.h. */
3147 if ac_fn_cxx_try_cpp
"$LINENO"; then :
3148 ac_header_preproc
=yes
3150 ac_header_preproc
=no
3152 rm -f conftest.err conftest.i conftest.
$ac_ext
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3154 $as_echo "$ac_header_preproc" >&6; }
3156 # So? What about this header?
3157 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3160 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3162 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3166 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3168 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3170 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3172 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3174 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3175 ( $as_echo "## ----------------------------------------- ##
3176 ## Report this to wx-dev@lists.wxwidgets.org ##
3177 ## ----------------------------------------- ##"
3178 ) | sed "s/^/$as_me: WARNING: /" >&2
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3182 $as_echo_n "checking for $2... " >&6; }
3183 if eval \
${$3+:} false
; then :
3184 $as_echo_n "(cached) " >&6
3186 eval "$3=\$ac_header_compiler"
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3190 $as_echo "$ac_res" >&6; }
3192 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3194 } # ac_fn_cxx_check_header_mongrel
3196 # ac_fn_c_check_func LINENO FUNC VAR
3197 # ----------------------------------
3198 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3199 ac_fn_c_check_func
()
3201 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3203 $as_echo_n "checking for $2... " >&6; }
3204 if eval \
${$3+:} false
; then :
3205 $as_echo_n "(cached) " >&6
3207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3208 /* end confdefs.h. */
3209 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3210 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3211 #define $2 innocuous_$2
3213 /* System header to define __stub macros and hopefully few prototypes,
3214 which can conflict with char $2 (); below.
3215 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3216 <limits.h> exists even on freestanding compilers. */
3219 # include <limits.h>
3221 # include <assert.h>
3226 /* Override any GCC internal prototype to avoid an error.
3227 Use char because int might match the return type of a GCC
3228 builtin and then its argument prototype would still apply. */
3233 /* The GNU C library defines this for functions which it implements
3234 to always fail with ENOSYS. Some functions are actually named
3235 something starting with __ and the normal name is an alias. */
3236 #if defined __stub_$2 || defined __stub___$2
3248 if ac_fn_c_try_link
"$LINENO"; then :
3253 rm -f core conftest.err conftest.
$ac_objext \
3254 conftest
$ac_exeext conftest.
$ac_ext
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3258 $as_echo "$ac_res" >&6; }
3259 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3261 } # ac_fn_c_check_func
3263 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3264 # -------------------------------------------
3265 # Tests whether TYPE exists after having included INCLUDES, setting cache
3266 # variable VAR accordingly.
3267 ac_fn_c_check_type
()
3269 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3271 $as_echo_n "checking for $2... " >&6; }
3272 if eval \
${$3+:} false
; then :
3273 $as_echo_n "(cached) " >&6
3276 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3277 /* end confdefs.h. */
3288 if ac_fn_c_try_compile
"$LINENO"; then :
3289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3290 /* end confdefs.h. */
3301 if ac_fn_c_try_compile
"$LINENO"; then :
3306 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3308 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3312 $as_echo "$ac_res" >&6; }
3313 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3315 } # ac_fn_c_check_type
3317 # ac_fn_cxx_try_run LINENO
3318 # ------------------------
3319 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3320 # that executables *can* be run.
3321 ac_fn_cxx_try_run
()
3323 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3324 if { { ac_try
="$ac_link"
3326 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
3327 *) ac_try_echo=$ac_try;;
3329 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3330 $as_echo "$ac_try_echo"; } >&5
3331 (eval "$ac_link") 2>&5
3333 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3334 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3335 { { case "(($ac_try" in
3336 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
3337 *) ac_try_echo
=$ac_try;;
3339 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3340 $as_echo "$ac_try_echo"; } >&5
3341 (eval "$ac_try") 2>&5
3343 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3344 test $ac_status = 0; }; }; then :
3347 $as_echo "$as_me: program exited with status $ac_status" >&5
3348 $as_echo "$as_me: failed program was:" >&5
3349 sed 's/^/| /' conftest.
$ac_ext >&5
3351 ac_retval
=$ac_status
3353 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3354 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3355 as_fn_set_status
$ac_retval
3357 } # ac_fn_cxx_try_run
3358 cat >config.log
<<_ACEOF
3359 This file contains any messages produced by compilers while
3360 running configure, to aid debugging if configure makes a mistake.
3362 It was created by wxWidgets $as_me 3.0.0, which was
3363 generated by GNU Autoconf 2.69. Invocation command line was
3375 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3376 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3377 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3378 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3379 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3381 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3382 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3384 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3385 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3386 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3387 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3388 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3389 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3390 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3394 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3398 test -z "$as_dir" && as_dir
=.
3399 $as_echo "PATH: $as_dir"
3415 # Keep a trace of the command line.
3416 # Strip out --no-create and --no-recursion so they do not pile up.
3417 # Strip out --silent because we don't want to record it for future runs.
3418 # Also quote any args containing shell meta-characters.
3419 # Make two passes to allow for proper duplicate-argument suppression.
3423 ac_must_keep_next
=false
3429 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3430 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3431 | -silent | --silent | --silen | --sile | --sil)
3434 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3437 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3439 as_fn_append ac_configure_args1
" '$ac_arg'"
3440 if test $ac_must_keep_next = true
; then
3441 ac_must_keep_next
=false
# Got value, back to normal.
3444 *=* | --config-cache | -C | -disable-* | --disable-* \
3445 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3446 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3447 | -with-* | --with-* | -without-* | --without-* | --x)
3448 case "$ac_configure_args0 " in
3449 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3452 -* ) ac_must_keep_next
=true
;;
3455 as_fn_append ac_configure_args
" '$ac_arg'"
3460 { ac_configure_args0
=; unset ac_configure_args0
;}
3461 { ac_configure_args1
=; unset ac_configure_args1
;}
3463 # When interrupted or exit'd, cleanup temporary files, and complete
3464 # config.log. We remove comments because anyway the quotes in there
3465 # would cause problems or look ugly.
3466 # WARNING: Use '\'' to represent an apostrophe within the trap.
3467 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3468 trap 'exit_status=$?
3469 # Save into config.log some information that might help in debugging.
3473 $as_echo "## ---------------- ##
3474 ## Cache variables. ##
3475 ## ---------------- ##"
3477 # The following way of writing the cache mishandles newlines in values,
3479 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3480 eval ac_val=\$$ac_var
3484 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3485 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3488 _ | IFS | as_nl) ;; #(
3489 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3490 *) { eval $ac_var=; unset $ac_var;} ;;
3495 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3496 *${as_nl}ac_space=\ *)
3498 "s/'\''/'\''\\\\'\'''\''/g;
3499 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3502 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3509 $as_echo "## ----------------- ##
3510 ## Output variables. ##
3511 ## ----------------- ##"
3513 for ac_var in $ac_subst_vars
3515 eval ac_val=\$$ac_var
3517 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3519 $as_echo "$ac_var='\''$ac_val'\''"
3523 if test -n "$ac_subst_files"; then
3524 $as_echo "## ------------------- ##
3525 ## File substitutions. ##
3526 ## ------------------- ##"
3528 for ac_var
in $ac_subst_files
3530 eval ac_val
=\$
$ac_var
3532 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3534 $as_echo "$ac_var='\''$ac_val'\''"
3539 if test -s confdefs.h; then
3540 $as_echo "## ----------- ##
3547 test "$ac_signal" != 0 &&
3548 $as_echo "$as_me: caught signal $ac_signal"
3549 $as_echo "$as_me: exit $exit_status"
3551 rm -f core *.core core.conftest.* &&
3552 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3555 for ac_signal
in 1 2 13 15; do
3556 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3560 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3561 rm -f -r conftest
* confdefs.h
3563 $as_echo "/* confdefs.h */" > confdefs.h
3565 # Predefined preprocessor variables.
3567 cat >>confdefs.h
<<_ACEOF
3568 #define PACKAGE_NAME "$PACKAGE_NAME"
3571 cat >>confdefs.h
<<_ACEOF
3572 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3575 cat >>confdefs.h
<<_ACEOF
3576 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3579 cat >>confdefs.h
<<_ACEOF
3580 #define PACKAGE_STRING "$PACKAGE_STRING"
3583 cat >>confdefs.h
<<_ACEOF
3584 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3587 cat >>confdefs.h
<<_ACEOF
3588 #define PACKAGE_URL "$PACKAGE_URL"
3592 # Let the site file select an alternate cache file if it wants to.
3593 # Prefer an explicitly selected file to automatically selected ones.
3596 if test -n "$CONFIG_SITE"; then
3597 # We do not want a PATH search for config.site.
3598 case $CONFIG_SITE in #((
3599 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3600 */*) ac_site_file1
=$CONFIG_SITE;;
3601 *) ac_site_file1
=.
/$CONFIG_SITE;;
3603 elif test "x$prefix" != xNONE
; then
3604 ac_site_file1
=$prefix/share
/config.site
3605 ac_site_file2
=$prefix/etc
/config.site
3607 ac_site_file1
=$ac_default_prefix/share
/config.site
3608 ac_site_file2
=$ac_default_prefix/etc
/config.site
3610 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3612 test "x$ac_site_file" = xNONE
&& continue
3613 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3614 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3615 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3616 sed 's/^/| /' "$ac_site_file" >&5
3618 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3619 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3620 as_fn_error $?
"failed to load site script $ac_site_file
3621 See \`config.log' for more details" "$LINENO" 5; }
3625 if test -r "$cache_file"; then
3626 # Some versions of bash will fail to source /dev/null (special files
3627 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3628 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3630 $as_echo "$as_me: loading cache $cache_file" >&6;}
3632 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3633 *) .
"./$cache_file";;
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3638 $as_echo "$as_me: creating cache $cache_file" >&6;}
3642 # Check that the precious variables saved in the cache have kept the same
3644 ac_cache_corrupted
=false
3645 for ac_var
in $ac_precious_vars; do
3646 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3647 eval ac_new_set
=\
$ac_env_${ac_var}_set
3648 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3649 eval ac_new_val
=\
$ac_env_${ac_var}_value
3650 case $ac_old_set,$ac_new_set in
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3653 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3654 ac_cache_corrupted
=: ;;
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3657 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3658 ac_cache_corrupted
=: ;;
3661 if test "x$ac_old_val" != "x$ac_new_val"; then
3662 # differences in whitespace do not lead to failure.
3663 ac_old_val_w
=`echo x $ac_old_val`
3664 ac_new_val_w
=`echo x $ac_new_val`
3665 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3667 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3668 ac_cache_corrupted
=:
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3671 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3672 eval $ac_var=\
$ac_old_val
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3675 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3676 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3677 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3680 # Pass precious variables to config.status.
3681 if test "$ac_new_set" = set; then
3683 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3684 *) ac_arg
=$ac_var=$ac_new_val ;;
3686 case " $ac_configure_args " in
3687 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3688 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3692 if $ac_cache_corrupted; then
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3694 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3695 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3696 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3697 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3699 ## -------------------- ##
3700 ## Main body of script. ##
3701 ## -------------------- ##
3704 ac_cpp
='$CPP $CPPFLAGS'
3705 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3706 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3707 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3714 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3715 if test -f "$ac_dir/install-sh"; then
3717 ac_install_sh
="$ac_aux_dir/install-sh -c"
3719 elif test -f "$ac_dir/install.sh"; then
3721 ac_install_sh
="$ac_aux_dir/install.sh -c"
3723 elif test -f "$ac_dir/shtool"; then
3725 ac_install_sh
="$ac_aux_dir/shtool install -c"
3729 if test -z "$ac_aux_dir"; then
3730 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3733 # These three variables are undocumented and unsupported,
3734 # and are intended to be withdrawn in a future Autoconf release.
3735 # They can cause serious problems if a builder's source tree is in a directory
3736 # whose full name contains unusual characters.
3737 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3738 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3739 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3742 # Make sure we can run config.sub.
3743 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3744 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3747 $as_echo_n "checking build system type... " >&6; }
3748 if ${ac_cv_build+:} false
; then :
3749 $as_echo_n "(cached) " >&6
3751 ac_build_alias
=$build_alias
3752 test "x$ac_build_alias" = x
&&
3753 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3754 test "x$ac_build_alias" = x
&&
3755 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3756 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3757 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3761 $as_echo "$ac_cv_build" >&6; }
3762 case $ac_cv_build in
3764 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3767 ac_save_IFS
=$IFS; IFS
='-'
3773 # Remember, the first character of IFS is used to create $*,
3774 # except with old shells:
3777 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3781 $as_echo_n "checking host system type... " >&6; }
3782 if ${ac_cv_host+:} false
; then :
3783 $as_echo_n "(cached) " >&6
3785 if test "x$host_alias" = x
; then
3786 ac_cv_host
=$ac_cv_build
3788 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3789 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3794 $as_echo "$ac_cv_host" >&6; }
3797 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3800 ac_save_IFS
=$IFS; IFS
='-'
3806 # Remember, the first character of IFS is used to create $*,
3807 # except with old shells:
3810 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3814 if test "$cross_compiling" != "no"; then
3815 HOST_PREFIX
="${host_alias}-"
3816 HOST_SUFFIX
="-$host_alias"
3823 wx_major_version_number
=3
3824 wx_minor_version_number
=0
3826 wx_subrelease_number
=0
3828 WX_RELEASE
=$wx_major_version_number.
$wx_minor_version_number
3829 WX_VERSION
=$WX_RELEASE.
$wx_release_number
3830 WX_SUBVERSION
=$WX_VERSION.
$wx_subrelease_number
3832 WX_MSW_VERSION
=$wx_major_version_number$wx_minor_version_number$wx_release_number
3835 wx_top_builddir
="`pwd`"
3848 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
3854 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
3860 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
3862 ALL_TOOLKITS
="COCOA GTK OSX_CARBON OSX_COCOA OSX_IPHONE MICROWIN MOTIF MSW PM X11 DFB"
3864 DEFAULT_wxUSE_OLD_COCOA
=0
3866 DEFAULT_wxUSE_OSX_CARBON
=0
3867 DEFAULT_wxUSE_OSX_COCOA
=0
3868 DEFAULT_wxUSE_OSX_IPHONE
=0
3869 DEFAULT_wxUSE_MICROWIN
=0
3870 DEFAULT_wxUSE_MOTIF
=0
3876 DEFAULT_DEFAULT_wxUSE_OLD_COCOA
=0
3877 DEFAULT_DEFAULT_wxUSE_GTK
=0
3878 DEFAULT_DEFAULT_wxUSE_OSX_CARBON
=0
3879 DEFAULT_DEFAULT_wxUSE_OSX_COCOA
=0
3880 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE
=0
3881 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
3882 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
3883 DEFAULT_DEFAULT_wxUSE_MSW
=0
3884 DEFAULT_DEFAULT_wxUSE_PM
=0
3885 DEFAULT_DEFAULT_wxUSE_X11
=0
3886 DEFAULT_DEFAULT_wxUSE_DFB
=0
3890 DYLIB_RPATH_INSTALL
=
3891 DYLIB_RPATH_POSTLINK
=
3893 DEFAULT_STD_FLAG
=yes
3898 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3899 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
3900 $as_echo "#define __HPUX__ 1" >>confdefs.h
3903 CPPFLAGS
="-D_HPUX_SOURCE $CPPFLAGS"
3907 $as_echo "#define __LINUX__ 1" >>confdefs.h
3910 if test "x$TMP" = "xalpha"; then
3912 $as_echo "#define __ALPHA__ 1" >>confdefs.h
3915 DEFAULT_DEFAULT_wxUSE_GTK
=1
3917 *-*-gnu* | *-*-k*bsd
*-gnu )
3920 if test "x$TMP" = "xalpha"; then
3922 $as_echo "#define __ALPHA__ 1" >>confdefs.h
3925 DEFAULT_DEFAULT_wxUSE_GTK
=1
3927 *-*-irix5* | *-*-irix6* )
3930 $as_echo "#define __SGI__ 1" >>confdefs.h
3932 $as_echo "#define __SVR4__ 1" >>confdefs.h
3934 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3938 $as_echo "#define __QNX__ 1" >>confdefs.h
3940 DEFAULT_DEFAULT_wxUSE_X11
=1
3946 $as_echo "#define __SUN__ 1" >>confdefs.h
3948 $as_echo "#define __SOLARIS__ 1" >>confdefs.h
3950 $as_echo "#define __SVR4__ 1" >>confdefs.h
3952 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3953 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
3959 $as_echo "#define __SUN__ 1" >>confdefs.h
3961 $as_echo "#define __SUNOS__ 1" >>confdefs.h
3963 $as_echo "#define __BSD__ 1" >>confdefs.h
3965 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3970 $as_echo "#define __FREEBSD__ 1" >>confdefs.h
3972 $as_echo "#define __BSD__ 1" >>confdefs.h
3974 DEFAULT_DEFAULT_wxUSE_GTK
=1
3976 *-*-openbsd*|*-*-mirbsd*)
3979 $as_echo "#define __OPENBSD__ 1" >>confdefs.h
3981 $as_echo "#define __BSD__ 1" >>confdefs.h
3983 DEFAULT_DEFAULT_wxUSE_GTK
=1
3988 $as_echo "#define __NETBSD__ 1" >>confdefs.h
3990 $as_echo "#define __BSD__ 1" >>confdefs.h
3992 DEFAULT_DEFAULT_wxUSE_GTK
=1
3993 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
3995 CPPFLAGS
="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
4000 $as_echo "#define __ALPHA__ 1" >>confdefs.h
4002 $as_echo "#define __OSF__ 1" >>confdefs.h
4004 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4005 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
4010 $as_echo "#define __ALPHA__ 1" >>confdefs.h
4012 $as_echo "#define __SVR4__ 1" >>confdefs.h
4014 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4019 $as_echo "#define __SYSV__ 1" >>confdefs.h
4021 $as_echo "#define __SVR4__ 1" >>confdefs.h
4023 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4029 $as_echo "#define __AIX__ 1" >>confdefs.h
4031 $as_echo "#define __SYSV__ 1" >>confdefs.h
4033 $as_echo "#define __SVR4__ 1" >>confdefs.h
4035 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4042 $as_echo "#define __UNIXWARE__ 1" >>confdefs.h
4046 *-*-cygwin* | *-*-mingw32* )
4048 DEFAULT_DEFAULT_wxUSE_MSW
=1
4054 $as_echo "#define __DOS__ 1" >>confdefs.h
4059 *-pc-os2_emx | *-pc-os2-emx )
4060 $as_echo "#define __EMX__ 1" >>confdefs.h
4063 $as_echo "#define __OS2__ 1" >>confdefs.h
4066 DEFAULT_DEFAULT_wxUSE_PM
=1
4068 LDFLAGS
="$LDFLAGS -Zcrtdll"
4069 ac_executable_extensions
=".exe"
4070 export ac_executable_extensions
4074 for ac_dir
in $PATH; do
4076 if test -z "$ac_TEMP_PATH"; then
4077 ac_TEMP_PATH
="$ac_dir"
4079 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
4082 export PATH
="$ac_TEMP_PATH"
4090 $as_echo "#define __BSD__ 1" >>confdefs.h
4092 $as_echo "#define __DARWIN__ 1" >>confdefs.h
4094 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE
=1
4100 $as_echo "#define __BSD__ 1" >>confdefs.h
4102 $as_echo "#define __DARWIN__ 1" >>confdefs.h
4104 $as_echo "#define TARGET_CARBON 1" >>confdefs.h
4106 DEFAULT_DEFAULT_wxUSE_OSX_COCOA
=1
4111 $as_echo "#define __BEOS__ 1" >>confdefs.h
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
4117 $as_echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
4119 $as_echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
4121 DEFAULT_DEFAULT_wxUSE_X11
=1
4122 DEFAULT_wxUSE_SHARED
=no
4127 DEFAULT_wxUSE_ALL_FEATURES
=yes
4129 DEFAULT_wxUSE_STD_CONTAINERS
=no
4130 DEFAULT_wxUSE_STD_IOSTREAM
=$DEFAULT_STD_FLAG
4131 DEFAULT_wxUSE_STD_STRING
=$DEFAULT_STD_FLAG
4133 DEFAULT_wxUSE_DMALLOC
=no
4134 DEFAULT_wxUSE_LIBGNOMEVFS
=no
4135 DEFAULT_wxUSE_LIBHILDON
=no
4136 DEFAULT_wxUSE_LIBHILDON2
=no
4137 DEFAULT_wxUSE_LIBMSPACK
=no
4138 DEFAULT_wxUSE_LIBSDL
=no
4140 DEFAULT_wxUSE_ACCESSIBILITY
=no
4141 DEFAULT_wxUSE_IPV6
=no
4142 DEFAULT_wxUSE_GSTREAMER8
=no
4143 DEFAULT_wxUSE_UNICODE_UTF8
=no
4144 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE
=no
4146 DEFAULT_wxUSE_ARTPROVIDER_TANGO
=auto
4147 DEFAULT_wxUSE_OPENGL
=auto
4148 DEFAULT_wxUSE_MEDIACTRL
=auto
4149 DEFAULT_wxUSE_COMPILER_TLS
=auto
4150 DEFAULT_wxUSE_HOTKEY
=auto
4151 DEFAULT_wxUSE_METAFILE
=auto
4153 DEFAULT_wxUSE_UNIVERSAL_BINARY
=no
4154 DEFAULT_wxUSE_MAC_ARCH
=no
4156 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
4158 DEFAULT_wxUSE_OBJC_UNIQUIFYING
=no
4164 enablestring
=disable
4166 if test -z "$defaultval"; then
4167 if test x
"$enablestring" = xdisable
; then
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gui" >&5
4175 $as_echo_n "checking for --${enablestring:-enable}-gui... " >&6; }
4176 # Check whether --enable-gui was given.
4177 if test "${enable_gui+set}" = set; then :
4178 enableval
=$enable_gui;
4179 if test "$enableval" = yes; then
4180 wx_cv_use_gui
='wxUSE_GUI=yes'
4182 wx_cv_use_gui
='wxUSE_GUI=no'
4187 wx_cv_use_gui
='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
4192 eval "$wx_cv_use_gui"
4194 if test x"$enablestring" = xdisable; then
4195 if test $wxUSE_GUI = no; then
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4205 $as_echo "$result" >&6; }
4210 if test -z "$defaultval"; then
4211 if test x"$enablestring" = xdisable; then
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-monolithic" >&5
4219 $as_echo_n "checking for --${enablestring:-enable}-monolithic... " >&6; }
4220 # Check whether --enable-monolithic was given.
4221 if test "${enable_monolithic+set}" = set; then :
4222 enableval=$enable_monolithic;
4223 if test "$enableval" = yes; then
4224 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=yes'
4226 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=no
'
4231 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
4236 eval "$wx_cv_use_monolithic"
4238 if test x"$enablestring" = xdisable; then
4239 if test $wxUSE_MONOLITHIC = no; then
4245 result=$wxUSE_MONOLITHIC
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
4249 $as_echo "$result" >&6; }
4254 if test -z "$defaultval"; then
4255 if test x"$enablestring" = xdisable; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-plugins" >&5
4263 $as_echo_n "checking
for --${enablestring:-enable}-plugins...
" >&6; }
4264 # Check whether --enable-plugins was given.
4265 if test "${enable_plugins+set}" = set; then :
4266 enableval=$enable_plugins;
4267 if test "$enableval" = yes; then
4268 wx_cv_use_plugins='wxUSE_PLUGINS=yes'
4270 wx_cv_use_plugins='wxUSE_PLUGINS=no'
4275 wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
4280 eval "$wx_cv_use_plugins"
4282 if test x
"$enablestring" = xdisable
; then
4283 if test $wxUSE_PLUGINS = no
; then
4289 result
=$wxUSE_PLUGINS
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4293 $as_echo "$result" >&6; }
4297 defaultval
=$wxUSE_ALL_FEATURES
4298 if test -z "$defaultval"; then
4299 if test x
"$withstring" = xwithout
; then
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-subdirs" >&5
4306 $as_echo_n "checking for --${withstring:-with}-subdirs... " >&6; }
4308 # Check whether --with-subdirs was given.
4309 if test "${with_subdirs+set}" = set; then :
4310 withval
=$with_subdirs;
4311 if test "$withval" = yes; then
4312 wx_cv_use_subdirs
='wxWITH_SUBDIRS=yes'
4314 wx_cv_use_subdirs
='wxWITH_SUBDIRS=no'
4319 wx_cv_use_subdirs
='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
4324 eval "$wx_cv_use_subdirs"
4326 if test x"$withstring" = xwithout; then
4327 if test $wxWITH_SUBDIRS = yes; then
4333 result=$wxWITH_SUBDIRS
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4337 $as_echo "$result" >&6; }
4340 # Check whether --with-flavour was given.
4341 if test "${with_flavour+set}" = set; then :
4342 withval=$with_flavour; WX_FLAVOUR="$withval"
4348 if test -z "$defaultval"; then
4349 if test x"$enablestring" = xdisable; then
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-official_build" >&5
4357 $as_echo_n "checking for --${enablestring:-enable}-official_build... " >&6; }
4358 # Check whether --enable-official_build was given.
4359 if test "${enable_official_build+set}" = set; then :
4360 enableval=$enable_official_build;
4361 if test "$enableval" = yes; then
4362 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=yes'
4364 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=no
'
4369 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
4374 eval "$wx_cv_use_official_build"
4376 if test x"$enablestring" = xdisable; then
4377 if test $wxUSE_OFFICIAL_BUILD = no; then
4383 result=$wxUSE_OFFICIAL_BUILD
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
4387 $as_echo "$result" >&6; }
4389 # Check whether --enable-vendor was given.
4390 if test "${enable_vendor+set}" = set; then :
4391 enableval=$enable_vendor; VENDOR="$enableval"
4394 if test "x
$VENDOR" = "x
"; then
4399 enablestring=disable
4401 if test -z "$defaultval"; then
4402 if test x"$enablestring" = xdisable; then
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-all-features" >&5
4410 $as_echo_n "checking
for --${enablestring:-enable}-all-features...
" >&6; }
4411 # Check whether --enable-all-features was given.
4412 if test "${enable_all_features+set}" = set; then :
4413 enableval=$enable_all_features;
4414 if test "$enableval" = yes; then
4415 wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
4417 wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
4422 wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
4427 eval "$wx_cv_use_all_features"
4429 if test x
"$enablestring" = xdisable
; then
4430 if test $wxUSE_ALL_FEATURES = no
; then
4436 result
=$wxUSE_ALL_FEATURES
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4440 $as_echo "$result" >&6; }
4443 if test "$wxUSE_ALL_FEATURES" = "no"; then
4444 DEFAULT_wxUSE_ARTPROVIDER_TANGO
=no
4445 DEFAULT_wxUSE_MEDIACTRL
=no
4449 if test "$wxUSE_GUI" = "yes"; then
4454 if test -z "$defaultval"; then
4455 if test x
"$enablestring" = xdisable
; then
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-universal" >&5
4463 $as_echo_n "checking for --${enablestring:-enable}-universal... " >&6; }
4464 # Check whether --enable-universal was given.
4465 if test "${enable_universal+set}" = set; then :
4466 enableval
=$enable_universal;
4467 if test "$enableval" = yes; then
4468 wx_cv_use_universal
='wxUSE_UNIVERSAL=yes'
4470 wx_cv_use_universal
='wxUSE_UNIVERSAL=no'
4475 wx_cv_use_universal
='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
4480 eval "$wx_cv_use_universal"
4482 if test x"$enablestring" = xdisable; then
4483 if test $wxUSE_UNIVERSAL = no; then
4489 result=$wxUSE_UNIVERSAL
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4493 $as_echo "$result" >&6; }
4495 if test "$wxUSE_UNIVERSAL" = "yes"; then
4497 # Check whether --with-themes was given.
4498 if test "${with_themes+set}" = set; then :
4499 withval=$with_themes; wxUNIV_THEMES="$withval"
4505 # Check whether --with-gtk was given.
4506 if test "${with_gtk+set}" = set; then :
4507 withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
4511 # Check whether --with-motif was given.
4512 if test "${with_motif+set}" = set; then :
4513 withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
4517 # Check whether --with-osx_carbon was given.
4518 if test "${with_osx_carbon+set}" = set; then :
4519 withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4523 # Check whether --with-osx_cocoa was given.
4524 if test "${with_osx_cocoa+set}" = set; then :
4525 withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
4529 # Check whether --with-osx_iphone was given.
4530 if test "${with_osx_iphone+set}" = set; then :
4531 withval=$with_osx_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
4535 # Check whether --with-osx was given.
4536 if test "${with_osx+set}" = set; then :
4537 withval=$with_osx; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4541 # Check whether --with-carbon was given.
4542 if test "${with_carbon+set}" = set; then :
4543 withval=$with_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4547 # Check whether --with-cocoa was given.
4548 if test "${with_cocoa+set}" = set; then :
4549 withval=$with_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
4553 # Check whether --with-iphone was given.
4554 if test "${with_iphone+set}" = set; then :
4555 withval=$with_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
4559 # Check whether --with-mac was given.
4560 if test "${with_mac+set}" = set; then :
4561 withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4565 # Check whether --with-old_cocoa was given.
4566 if test "${with_old_cocoa+set}" = set; then :
4567 withval=$with_old_cocoa; wxUSE_OLD_COCOA="$withval" CACHE_OLD_COCOA=1 TOOLKIT_GIVEN=1
4571 # Check whether --with-wine was given.
4572 if test "${with_wine+set}" = set; then :
4573 withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
4577 # Check whether --with-msw was given.
4578 if test "${with_msw+set}" = set; then :
4579 withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
4583 # Check whether --with-pm was given.
4584 if test "${with_pm+set}" = set; then :
4585 withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
4589 # Check whether --with-directfb was given.
4590 if test "${with_directfb+set}" = set; then :
4591 withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
4595 # Check whether --with-microwin was given.
4596 if test "${with_microwin+set}" = set; then :
4597 withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
4601 # Check whether --with-x11 was given.
4602 if test "${with_x11+set}" = set; then :
4603 withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
4609 if test -z "$defaultval"; then
4610 if test x"$enablestring" = xdisable; then
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-nanox" >&5
4618 $as_echo_n "checking for --${enablestring:-enable}-nanox... " >&6; }
4619 # Check whether --enable-nanox was given.
4620 if test "${enable_nanox+set}" = set; then :
4621 enableval=$enable_nanox;
4622 if test "$enableval" = yes; then
4623 wx_cv_use_nanox='wxUSE_NANOX
=yes'
4625 wx_cv_use_nanox='wxUSE_NANOX
=no
'
4630 wx_cv_use_nanox='wxUSE_NANOX
=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
4635 eval "$wx_cv_use_nanox"
4637 if test x"$enablestring" = xdisable; then
4638 if test $wxUSE_NANOX = no; then
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
4648 $as_echo "$result" >&6; }
4653 if test -z "$defaultval"; then
4654 if test x"$enablestring" = xdisable; then
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-gpe" >&5
4662 $as_echo_n "checking
for --${enablestring:-enable}-gpe...
" >&6; }
4663 # Check whether --enable-gpe was given.
4664 if test "${enable_gpe+set}" = set; then :
4665 enableval=$enable_gpe;
4666 if test "$enableval" = yes; then
4667 wx_cv_use_gpe='wxUSE_GPE=yes'
4669 wx_cv_use_gpe='wxUSE_GPE=no'
4674 wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
4679 eval "$wx_cv_use_gpe"
4681 if test x
"$enablestring" = xdisable
; then
4682 if test $wxUSE_GPE = no
; then
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4692 $as_echo "$result" >&6; }
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for toolkit" >&5
4697 $as_echo_n "checking for toolkit... " >&6; }
4701 # In Wine, we need to default to MSW, not GTK or MOTIF
4702 if test "$wxUSE_WINE" = "yes"; then
4703 DEFAULT_DEFAULT_wxUSE_GTK
=0
4704 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
4705 DEFAULT_DEFAULT_wxUSE_MSW
=1
4712 if test "$wxUSE_GUI" = "yes"; then
4714 if test "$USE_BEOS" = 1; then
4715 as_fn_error $?
"BeOS GUI is not supported yet, use --disable-gui" "$LINENO" 5
4718 if test "$TOOLKIT_GIVEN" = 1; then
4719 for toolkit
in $ALL_TOOLKITS; do
4721 eval "value=\$${var}"
4722 if test "x$value" = "xno"; then
4724 elif test "x$value" != "x"; then
4728 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
4729 eval "wx${toolkit}_VERSION=$value"
4733 for toolkit
in $ALL_TOOLKITS; do
4734 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
4735 eval "wxUSE_$toolkit=\$${var}"
4739 NUM_TOOLKITS
=`expr ${wxUSE_OLD_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
4740 + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_OSX_IPHONE:-0} + ${wxUSE_DFB:-0} \
4741 + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
4744 *-pc-os2_emx | *-pc-os2-emx )
4745 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
4748 case "$NUM_TOOLKITS" in
4752 as_fn_error $?
"Please specify a toolkit -- cannot determine the default for ${host}" "$LINENO" 5
4755 as_fn_error $?
"Please specify at most one toolkit" "$LINENO" 5
4758 for toolkit
in $ALL_TOOLKITS; do
4760 eval "value=\$${var}"
4761 if test "$value" = 1; then
4762 toolkit_echo
=`echo $toolkit | tr '[A-Z]' '[a-z]'`
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $toolkit_echo" >&5
4764 $as_echo "$toolkit_echo" >&6; }
4768 if test "x$host_alias" != "x"; then
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: base ($host_alias hosted) only" >&5
4770 $as_echo "base ($host_alias hosted) only" >&6; }
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: base only" >&5
4773 $as_echo "base only" >&6; }
4778 if test "$wxUSE_OSX_CARBON" = 1 \
4779 -o "$wxUSE_OSX_COCOA" = 1 \
4780 -o "$wxUSE_OSX_IPHONE" = 1; then
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libpng" >&5
4787 $as_echo_n "checking for --with-libpng... " >&6; }
4789 # Check whether --with-libpng was given.
4790 if test "${with_libpng+set}" = set; then :
4791 withval
=$with_libpng;
4792 if test "$withval" = yes; then
4793 wx_cv_use_libpng
='wxUSE_LIBPNG=yes'
4794 elif test "$withval" = no
; then
4795 wx_cv_use_libpng
='wxUSE_LIBPNG=no'
4796 elif test "$withval" = sys
; then
4797 wx_cv_use_libpng
='wxUSE_LIBPNG=sys'
4798 elif test "$withval" = builtin; then
4799 wx_cv_use_libpng
='wxUSE_LIBPNG=builtin'
4801 as_fn_error $?
"Invalid value for --with-libpng: should be yes, no, sys, or builtin" "$LINENO" 5
4806 wx_cv_use_libpng
='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
4811 eval "$wx_cv_use_libpng"
4813 if test "$wxUSE_LIBPNG" = yes; then
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4815 $as_echo "yes" >&6; }
4816 elif test "$wxUSE_LIBPNG" = no; then
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4818 $as_echo "no" >&6; }
4819 elif test "$wxUSE_LIBPNG" = sys; then
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4821 $as_echo "system version" >&6; }
4822 elif test "$wxUSE_LIBPNG" = builtin; then
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4824 $as_echo "builtin version" >&6; }
4826 as_fn_error $? "Invalid value for --with-libpng: should be yes, no, sys, or builtin" "$LINENO" 5
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libjpeg" >&5
4831 $as_echo_n "checking for --with-libjpeg... " >&6; }
4833 # Check whether --with-libjpeg was given.
4834 if test "${with_libjpeg+set}" = set; then :
4835 withval=$with_libjpeg;
4836 if test "$withval" = yes; then
4837 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=yes'
4838 elif test "$withval" = no; then
4839 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=no
'
4840 elif test "$withval" = sys; then
4841 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=sys
'
4842 elif test "$withval" = builtin; then
4843 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=builtin'
4845 as_fn_error $? "Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" "$LINENO" 5
4850 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
4855 eval "$wx_cv_use_libjpeg"
4857 if test "$wxUSE_LIBJPEG" = yes; then
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
4859 $as_echo "yes" >&6; }
4860 elif test "$wxUSE_LIBJPEG" = no; then
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
4862 $as_echo "no
" >&6; }
4863 elif test "$wxUSE_LIBJPEG" = sys; then
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: system version
" >&5
4865 $as_echo "system version
" >&6; }
4866 elif test "$wxUSE_LIBJPEG" = builtin; then
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: builtin version
" >&5
4868 $as_echo "builtin version
" >&6; }
4870 as_fn_error $? "Invalid value
for --with-libjpeg: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --with-libtiff" >&5
4875 $as_echo_n "checking
for --with-libtiff...
" >&6; }
4877 # Check whether --with-libtiff was given.
4878 if test "${with_libtiff+set}" = set; then :
4879 withval=$with_libtiff;
4880 if test "$withval" = yes; then
4881 wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
4882 elif test "$withval" = no; then
4883 wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
4884 elif test "$withval" = sys; then
4885 wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
4886 elif test "$withval" = builtin; then
4887 wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
4889 as_fn_error $? "Invalid value
for --with-libtiff: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
4894 wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
4899 eval "$wx_cv_use_libtiff"
4901 if test "$wxUSE_LIBTIFF" = yes; then
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4903 $as_echo "yes" >&6; }
4904 elif test "$wxUSE_LIBTIFF" = no
; then
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4906 $as_echo "no" >&6; }
4907 elif test "$wxUSE_LIBTIFF" = sys
; then
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4909 $as_echo "system version" >&6; }
4910 elif test "$wxUSE_LIBTIFF" = builtin; then
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4912 $as_echo "builtin version" >&6; }
4914 as_fn_error $?
"Invalid value for --with-libtiff: should be yes, no, sys, or builtin" "$LINENO" 5
4919 defaultval
=$wxUSE_ALL_FEATURES
4920 if test -z "$defaultval"; then
4921 if test x
"$withstring" = xwithout
; then
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libjbig" >&5
4928 $as_echo_n "checking for --${withstring:-with}-libjbig... " >&6; }
4930 # Check whether --with-libjbig was given.
4931 if test "${with_libjbig+set}" = set; then :
4932 withval
=$with_libjbig;
4933 if test "$withval" = yes; then
4934 wx_cv_use_libjbig
='wxUSE_LIBJBIG=yes'
4936 wx_cv_use_libjbig
='wxUSE_LIBJBIG=no'
4941 wx_cv_use_libjbig
='wxUSE_LIBJBIG=${'DEFAULT_wxUSE_LIBJBIG":-$defaultval}"
4946 eval "$wx_cv_use_libjbig"
4948 if test x"$withstring" = xwithout; then
4949 if test $wxUSE_LIBJBIG = yes; then
4955 result=$wxUSE_LIBJBIG
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4959 $as_echo "$result" >&6; }
4963 defaultval=$wxUSE_ALL_FEATURES
4964 if test -z "$defaultval"; then
4965 if test x"$withstring" = xwithout; then
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-liblzma" >&5
4972 $as_echo_n "checking for --${withstring:-with}-liblzma... " >&6; }
4974 # Check whether --with-liblzma was given.
4975 if test "${with_liblzma+set}" = set; then :
4976 withval=$with_liblzma;
4977 if test "$withval" = yes; then
4978 wx_cv_use_liblzma='wxUSE_LIBLZMA
=yes'
4980 wx_cv_use_liblzma='wxUSE_LIBLZMA
=no
'
4985 wx_cv_use_liblzma='wxUSE_LIBLZMA
=${'DEFAULT_wxUSE_LIBLZMA":-$defaultval}"
4990 eval "$wx_cv_use_liblzma"
4992 if test x"$withstring" = xwithout; then
4993 if test $wxUSE_LIBLZMA = yes; then
4999 result=$wxUSE_LIBLZMA
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5003 $as_echo "$result" >&6; }
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --with-libxpm" >&5
5007 $as_echo_n "checking
for --with-libxpm...
" >&6; }
5009 # Check whether --with-libxpm was given.
5010 if test "${with_libxpm+set}" = set; then :
5011 withval=$with_libxpm;
5012 if test "$withval" = yes; then
5013 wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
5014 elif test "$withval" = no; then
5015 wx_cv_use_libxpm='wxUSE_LIBXPM=no'
5016 elif test "$withval" = sys; then
5017 wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
5018 elif test "$withval" = builtin; then
5019 wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
5021 as_fn_error $? "Invalid value
for --with-libxpm: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
5026 wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
5031 eval "$wx_cv_use_libxpm"
5033 if test "$wxUSE_LIBXPM" = yes; then
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5035 $as_echo "yes" >&6; }
5036 elif test "$wxUSE_LIBXPM" = no
; then
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5038 $as_echo "no" >&6; }
5039 elif test "$wxUSE_LIBXPM" = sys
; then
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5041 $as_echo "system version" >&6; }
5042 elif test "$wxUSE_LIBXPM" = builtin; then
5043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5044 $as_echo "builtin version" >&6; }
5046 as_fn_error $?
"Invalid value for --with-libxpm: should be yes, no, sys, or builtin" "$LINENO" 5
5051 defaultval
=$wxUSE_ALL_FEATURES
5052 if test -z "$defaultval"; then
5053 if test x
"$withstring" = xwithout
; then
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libiconv" >&5
5060 $as_echo_n "checking for --${withstring:-with}-libiconv... " >&6; }
5062 # Check whether --with-libiconv was given.
5063 if test "${with_libiconv+set}" = set; then :
5064 withval
=$with_libiconv;
5065 if test "$withval" = yes; then
5066 wx_cv_use_libiconv
='wxUSE_LIBICONV=yes'
5068 wx_cv_use_libiconv
='wxUSE_LIBICONV=no'
5073 wx_cv_use_libiconv
='wxUSE_LIBICONV=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
5078 eval "$wx_cv_use_libiconv"
5080 if test x"$withstring" = xwithout; then
5081 if test $wxUSE_LIBICONV = yes; then
5087 result=$wxUSE_LIBICONV
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5091 $as_echo "$result" >&6; }
5095 defaultval=$wxUSE_ALL_FEATURES
5096 if test -z "$defaultval"; then
5097 if test x"$withstring" = xwithout; then
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libmspack" >&5
5104 $as_echo_n "checking for --${withstring:-with}-libmspack... " >&6; }
5106 # Check whether --with-libmspack was given.
5107 if test "${with_libmspack+set}" = set; then :
5108 withval=$with_libmspack;
5109 if test "$withval" = yes; then
5110 wx_cv_use_libmspack='wxUSE_LIBMSPACK
=yes'
5112 wx_cv_use_libmspack='wxUSE_LIBMSPACK
=no
'
5117 wx_cv_use_libmspack='wxUSE_LIBMSPACK
=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
5122 eval "$wx_cv_use_libmspack"
5124 if test x"$withstring" = xwithout; then
5125 if test $wxUSE_LIBMSPACK = yes; then
5131 result=$wxUSE_LIBMSPACK
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5135 $as_echo "$result" >&6; }
5139 defaultval=$wxUSE_ALL_FEATURES
5140 if test -z "$defaultval"; then
5141 if test x"$withstring" = xwithout; then
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${withstring:-with}-gtkprint" >&5
5148 $as_echo_n "checking
for --${withstring:-with}-gtkprint...
" >&6; }
5150 # Check whether --with-gtkprint was given.
5151 if test "${with_gtkprint+set}" = set; then :
5152 withval=$with_gtkprint;
5153 if test "$withval" = yes; then
5154 wx_cv_use_gtkprint='wxUSE_GTKPRINT=yes'
5156 wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
5161 wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
5166 eval "$wx_cv_use_gtkprint"
5168 if test x
"$withstring" = xwithout
; then
5169 if test $wxUSE_GTKPRINT = yes; then
5175 result
=$wxUSE_GTKPRINT
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5179 $as_echo "$result" >&6; }
5183 defaultval
=$wxUSE_ALL_FEATURES
5184 if test -z "$defaultval"; then
5185 if test x
"$withstring" = xwithout
; then
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gnomeprint" >&5
5192 $as_echo_n "checking for --${withstring:-with}-gnomeprint... " >&6; }
5194 # Check whether --with-gnomeprint was given.
5195 if test "${with_gnomeprint+set}" = set; then :
5196 withval
=$with_gnomeprint;
5197 if test "$withval" = yes; then
5198 wx_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=yes'
5200 wx_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=no'
5205 wx_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
5210 eval "$wx_cv_use_gnomeprint"
5212 if test x"$withstring" = xwithout; then
5213 if test $wxUSE_LIBGNOMEPRINT = yes; then
5219 result=$wxUSE_LIBGNOMEPRINT
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5223 $as_echo "$result" >&6; }
5227 defaultval=$wxUSE_ALL_FEATURES
5228 if test -z "$defaultval"; then
5229 if test x"$withstring" = xwithout; then
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gnomevfs" >&5
5236 $as_echo_n "checking for --${withstring:-with}-gnomevfs... " >&6; }
5238 # Check whether --with-gnomevfs was given.
5239 if test "${with_gnomevfs+set}" = set; then :
5240 withval=$with_gnomevfs;
5241 if test "$withval" = yes; then
5242 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS
=yes'
5244 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS
=no
'
5249 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS
=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
5254 eval "$wx_cv_use_gnomevfs"
5256 if test x"$withstring" = xwithout; then
5257 if test $wxUSE_LIBGNOMEVFS = yes; then
5263 result=$wxUSE_LIBGNOMEVFS
5266 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5267 $as_echo "$result" >&6; }
5271 defaultval=$wxUSE_ALL_FEATURES
5272 if test -z "$defaultval"; then
5273 if test x"$withstring" = xwithout; then
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${withstring:-with}-libnotify" >&5
5280 $as_echo_n "checking
for --${withstring:-with}-libnotify...
" >&6; }
5282 # Check whether --with-libnotify was given.
5283 if test "${with_libnotify+set}" = set; then :
5284 withval=$with_libnotify;
5285 if test "$withval" = yes; then
5286 wx_cv_use_libnotify='wxUSE_LIBNOTIFY=yes'
5288 wx_cv_use_libnotify='wxUSE_LIBNOTIFY=no'
5293 wx_cv_use_libnotify='wxUSE_LIBNOTIFY=${'DEFAULT_wxUSE_LIBNOTIFY":-$defaultval}"
5298 eval "$wx_cv_use_libnotify"
5300 if test x
"$withstring" = xwithout
; then
5301 if test $wxUSE_LIBNOTIFY = yes; then
5307 result
=$wxUSE_LIBNOTIFY
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5311 $as_echo "$result" >&6; }
5315 defaultval
=$wxUSE_ALL_FEATURES
5316 if test -z "$defaultval"; then
5317 if test x
"$withstring" = xwithout
; then
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-hildon" >&5
5324 $as_echo_n "checking for --${withstring:-with}-hildon... " >&6; }
5326 # Check whether --with-hildon was given.
5327 if test "${with_hildon+set}" = set; then :
5328 withval
=$with_hildon;
5329 if test "$withval" = yes; then
5330 wx_cv_use_hildon
='wxUSE_LIBHILDON=yes'
5332 wx_cv_use_hildon
='wxUSE_LIBHILDON=no'
5337 wx_cv_use_hildon
='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
5342 eval "$wx_cv_use_hildon"
5344 if test x"$withstring" = xwithout; then
5345 if test $wxUSE_LIBHILDON = yes; then
5351 result=$wxUSE_LIBHILDON
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5355 $as_echo "$result" >&6; }
5359 defaultval=$wxUSE_ALL_FEATURES
5360 if test -z "$defaultval"; then
5361 if test x"$withstring" = xwithout; then
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-opengl" >&5
5368 $as_echo_n "checking for --${withstring:-with}-opengl... " >&6; }
5370 # Check whether --with-opengl was given.
5371 if test "${with_opengl+set}" = set; then :
5372 withval=$with_opengl;
5373 if test "$withval" = yes; then
5374 wx_cv_use_opengl='wxUSE_OPENGL
=yes'
5376 wx_cv_use_opengl='wxUSE_OPENGL
=no
'
5381 wx_cv_use_opengl='wxUSE_OPENGL
=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
5386 eval "$wx_cv_use_opengl"
5388 if test x"$withstring" = xwithout; then
5389 if test $wxUSE_OPENGL = yes; then
5395 result=$wxUSE_OPENGL
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5399 $as_echo "$result" >&6; }
5406 defaultval=$wxUSE_ALL_FEATURES
5407 if test -z "$defaultval"; then
5408 if test x"$withstring" = xwithout; then
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${withstring:-with}-dmalloc" >&5
5415 $as_echo_n "checking
for --${withstring:-with}-dmalloc...
" >&6; }
5417 # Check whether --with-dmalloc was given.
5418 if test "${with_dmalloc+set}" = set; then :
5419 withval=$with_dmalloc;
5420 if test "$withval" = yes; then
5421 wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
5423 wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
5428 wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
5433 eval "$wx_cv_use_dmalloc"
5435 if test x
"$withstring" = xwithout
; then
5436 if test $wxUSE_DMALLOC = yes; then
5442 result
=$wxUSE_DMALLOC
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5446 $as_echo "$result" >&6; }
5450 defaultval
=$wxUSE_ALL_FEATURES
5451 if test -z "$defaultval"; then
5452 if test x
"$withstring" = xwithout
; then
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-sdl" >&5
5459 $as_echo_n "checking for --${withstring:-with}-sdl... " >&6; }
5461 # Check whether --with-sdl was given.
5462 if test "${with_sdl+set}" = set; then :
5464 if test "$withval" = yes; then
5465 wx_cv_use_sdl
='wxUSE_LIBSDL=yes'
5467 wx_cv_use_sdl
='wxUSE_LIBSDL=no'
5472 wx_cv_use_sdl
='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
5477 eval "$wx_cv_use_sdl"
5479 if test x"$withstring" = xwithout; then
5480 if test $wxUSE_LIBSDL = yes; then
5486 result=$wxUSE_LIBSDL
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5490 $as_echo "$result" >&6; }
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-regex" >&5
5494 $as_echo_n "checking for --with-regex... " >&6; }
5496 # Check whether --with-regex was given.
5497 if test "${with_regex+set}" = set; then :
5498 withval=$with_regex;
5499 if test "$withval" = yes; then
5500 wx_cv_use_regex='wxUSE_REGEX
=yes'
5501 elif test "$withval" = no; then
5502 wx_cv_use_regex='wxUSE_REGEX
=no
'
5503 elif test "$withval" = sys; then
5504 wx_cv_use_regex='wxUSE_REGEX
=sys
'
5505 elif test "$withval" = builtin; then
5506 wx_cv_use_regex='wxUSE_REGEX
=builtin'
5508 as_fn_error $? "Invalid value for --with-regex: should be yes, no, sys, or builtin" "$LINENO" 5
5513 wx_cv_use_regex='wxUSE_REGEX
=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
5518 eval "$wx_cv_use_regex"
5520 if test "$wxUSE_REGEX" = yes; then
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
5522 $as_echo "yes" >&6; }
5523 elif test "$wxUSE_REGEX" = no; then
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5525 $as_echo "no
" >&6; }
5526 elif test "$wxUSE_REGEX" = sys; then
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: system version
" >&5
5528 $as_echo "system version
" >&6; }
5529 elif test "$wxUSE_REGEX" = builtin; then
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: builtin version
" >&5
5531 $as_echo "builtin version
" >&6; }
5533 as_fn_error $? "Invalid value
for --with-regex: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --with-zlib" >&5
5538 $as_echo_n "checking
for --with-zlib...
" >&6; }
5540 # Check whether --with-zlib was given.
5541 if test "${with_zlib+set}" = set; then :
5543 if test "$withval" = yes; then
5544 wx_cv_use_zlib='wxUSE_ZLIB=yes'
5545 elif test "$withval" = no; then
5546 wx_cv_use_zlib='wxUSE_ZLIB=no'
5547 elif test "$withval" = sys; then
5548 wx_cv_use_zlib='wxUSE_ZLIB=sys'
5549 elif test "$withval" = builtin; then
5550 wx_cv_use_zlib='wxUSE_ZLIB=builtin'
5552 as_fn_error $? "Invalid value
for --with-zlib: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
5557 wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
5562 eval "$wx_cv_use_zlib"
5564 if test "$wxUSE_ZLIB" = yes; then
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5566 $as_echo "yes" >&6; }
5567 elif test "$wxUSE_ZLIB" = no
; then
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5569 $as_echo "no" >&6; }
5570 elif test "$wxUSE_ZLIB" = sys
; then
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5572 $as_echo "system version" >&6; }
5573 elif test "$wxUSE_ZLIB" = builtin; then
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5575 $as_echo "builtin version" >&6; }
5577 as_fn_error $?
"Invalid value for --with-zlib: should be yes, no, sys, or builtin" "$LINENO" 5
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-expat" >&5
5582 $as_echo_n "checking for --with-expat... " >&6; }
5584 # Check whether --with-expat was given.
5585 if test "${with_expat+set}" = set; then :
5586 withval
=$with_expat;
5587 if test "$withval" = yes; then
5588 wx_cv_use_expat
='wxUSE_EXPAT=yes'
5589 elif test "$withval" = no
; then
5590 wx_cv_use_expat
='wxUSE_EXPAT=no'
5591 elif test "$withval" = sys
; then
5592 wx_cv_use_expat
='wxUSE_EXPAT=sys'
5593 elif test "$withval" = builtin; then
5594 wx_cv_use_expat
='wxUSE_EXPAT=builtin'
5596 as_fn_error $?
"Invalid value for --with-expat: should be yes, no, sys, or builtin" "$LINENO" 5
5601 wx_cv_use_expat
='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
5606 eval "$wx_cv_use_expat"
5608 if test "$wxUSE_EXPAT" = yes; then
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5610 $as_echo "yes" >&6; }
5611 elif test "$wxUSE_EXPAT" = no; then
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5613 $as_echo "no" >&6; }
5614 elif test "$wxUSE_EXPAT" = sys; then
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5616 $as_echo "system version" >&6; }
5617 elif test "$wxUSE_EXPAT" = builtin; then
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5619 $as_echo "builtin version" >&6; }
5621 as_fn_error $? "Invalid value for --with-expat: should be yes, no, sys, or builtin" "$LINENO" 5
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-macosx-sdk" >&5
5626 $as_echo_n "checking for --with-macosx-sdk... " >&6; }
5628 # Check whether --with-macosx-sdk was given.
5629 if test "${with_macosx_sdk+set}" = set; then :
5630 withval=$with_macosx_sdk;
5631 wxUSE_MACOSX_SDK=$withval
5632 wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_SDK" >&5
5637 $as_echo "$wxUSE_MACOSX_SDK" >&6; }
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-macosx-version-min" >&5
5640 $as_echo_n "checking for --with-macosx-version-min... " >&6; }
5642 # Check whether --with-macosx-version-min was given.
5643 if test "${with_macosx_version_min+set}" = set; then :
5644 withval=$with_macosx_version_min;
5645 wxUSE_MACOSX_VERSION_MIN=$withval
5646 wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_VERSION_MIN" >&5
5651 $as_echo "$wxUSE_MACOSX_VERSION_MIN" >&6; }
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-debug" >&5
5655 $as_echo_n "checking for --enable-debug... " >&6; }
5656 # Check whether --enable-debug was given.
5657 if test "${enable_debug+set}" = set; then :
5658 enableval=$enable_debug;
5659 if test "$enableval" = yes; then
5661 elif test "$enableval" = no; then
5663 elif test "$enableval" = max; then
5665 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
5667 as_fn_error $? "Invalid --enable-debug value, must be yes, no or max" "$LINENO" 5
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_debug-default}" >&5
5676 $as_echo "${enable_debug-default}" >&6; }
5678 case "$wxUSE_DEBUG" in
5680 DEFAULT_wxUSE_DEBUG_FLAG=yes
5681 DEFAULT_wxUSE_DEBUG_INFO=yes
5683 DEFAULT_wxUSE_OPTIMISE=no
5687 DEFAULT_wxUSE_DEBUG_FLAG=no
5688 DEFAULT_wxUSE_DEBUG_INFO=no
5692 DEFAULT_wxUSE_DEBUG_FLAG=yes
5693 DEFAULT_wxUSE_DEBUG_INFO=no
5698 enablestring=disable
5700 if test -z "$defaultval"; then
5701 if test x"$enablestring" = xdisable; then
5708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_flag" >&5
5709 $as_echo_n "checking for --${enablestring:-enable}-debug_flag... " >&6; }
5710 # Check whether --enable-debug_flag was given.
5711 if test "${enable_debug_flag+set}" = set; then :
5712 enableval=$enable_debug_flag;
5713 if test "$enableval" = yes; then
5714 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=yes'
5716 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=no
'
5721 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
5726 eval "$wx_cv_use_debug_flag"
5728 if test x"$enablestring" = xdisable; then
5729 if test $wxUSE_DEBUG_FLAG = no; then
5735 result=$wxUSE_DEBUG_FLAG
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5739 $as_echo "$result" >&6; }
5744 if test -z "$defaultval"; then
5745 if test x"$enablestring" = xdisable; then
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-debug_info" >&5
5753 $as_echo_n "checking
for --${enablestring:-enable}-debug_info...
" >&6; }
5754 # Check whether --enable-debug_info was given.
5755 if test "${enable_debug_info+set}" = set; then :
5756 enableval=$enable_debug_info;
5757 if test "$enableval" = yes; then
5758 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
5760 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
5765 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
5770 eval "$wx_cv_use_debug_info"
5772 if test x
"$enablestring" = xdisable
; then
5773 if test $wxUSE_DEBUG_INFO = no
; then
5779 result
=$wxUSE_DEBUG_INFO
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5783 $as_echo "$result" >&6; }
5790 if test -z "$defaultval"; then
5791 if test x
"$enablestring" = xdisable
; then
5798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_gdb" >&5
5799 $as_echo_n "checking for --${enablestring:-enable}-debug_gdb... " >&6; }
5800 # Check whether --enable-debug_gdb was given.
5801 if test "${enable_debug_gdb+set}" = set; then :
5802 enableval
=$enable_debug_gdb;
5803 if test "$enableval" = yes; then
5804 wx_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
5806 wx_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
5811 wx_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
5816 eval "$wx_cv_use_debug_gdb"
5818 if test x"$enablestring" = xdisable; then
5819 if test $wxUSE_DEBUG_GDB = no; then
5825 result=$wxUSE_DEBUG_GDB
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5829 $as_echo "$result" >&6; }
5834 if test -z "$defaultval"; then
5835 if test x"$enablestring" = xdisable; then
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_cntxt" >&5
5843 $as_echo_n "checking for --${enablestring:-enable}-debug_cntxt... " >&6; }
5844 # Check whether --enable-debug_cntxt was given.
5845 if test "${enable_debug_cntxt+set}" = set; then :
5846 enableval=$enable_debug_cntxt;
5847 if test "$enableval" = yes; then
5848 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=yes'
5850 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=no
'
5855 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
5860 eval "$wx_cv_use_debug_cntxt"
5862 if test x"$enablestring" = xdisable; then
5863 if test $wxUSE_DEBUG_CONTEXT = no; then
5869 result=$wxUSE_DEBUG_CONTEXT
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5873 $as_echo "$result" >&6; }
5878 if test -z "$defaultval"; then
5879 if test x"$enablestring" = xdisable; then
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-mem_tracing" >&5
5887 $as_echo_n "checking
for --${enablestring:-enable}-mem_tracing...
" >&6; }
5888 # Check whether --enable-mem_tracing was given.
5889 if test "${enable_mem_tracing+set}" = set; then :
5890 enableval=$enable_mem_tracing;
5891 if test "$enableval" = yes; then
5892 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
5894 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
5899 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
5904 eval "$wx_cv_use_mem_tracing"
5906 if test x
"$enablestring" = xdisable
; then
5907 if test $wxUSE_MEM_TRACING = no
; then
5913 result
=$wxUSE_MEM_TRACING
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5917 $as_echo "$result" >&6; }
5922 enablestring
=disable
5924 if test -z "$defaultval"; then
5925 if test x
"$enablestring" = xdisable
; then
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-shared" >&5
5933 $as_echo_n "checking for --${enablestring:-enable}-shared... " >&6; }
5934 # Check whether --enable-shared was given.
5935 if test "${enable_shared+set}" = set; then :
5936 enableval
=$enable_shared;
5937 if test "$enableval" = yes; then
5938 wx_cv_use_shared
='wxUSE_SHARED=yes'
5940 wx_cv_use_shared
='wxUSE_SHARED=no'
5945 wx_cv_use_shared
='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
5950 eval "$wx_cv_use_shared"
5952 if test x"$enablestring" = xdisable; then
5953 if test $wxUSE_SHARED = no; then
5959 result=$wxUSE_SHARED
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5963 $as_echo "$result" >&6; }
5968 if test -z "$defaultval"; then
5969 if test x"$enablestring" = xdisable; then
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stl" >&5
5977 $as_echo_n "checking for --${enablestring:-enable}-stl... " >&6; }
5978 # Check whether --enable-stl was given.
5979 if test "${enable_stl+set}" = set; then :
5980 enableval=$enable_stl;
5981 if test "$enableval" = yes; then
5982 wx_cv_use_stl='wxUSE_STL
=yes'
5984 wx_cv_use_stl='wxUSE_STL
=no
'
5989 wx_cv_use_stl='wxUSE_STL
=${'DEFAULT_wxUSE_STL":-$defaultval}"
5994 eval "$wx_cv_use_stl"
5996 if test x"$enablestring" = xdisable; then
5997 if test $wxUSE_STL = no; then
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6007 $as_echo "$result" >&6; }
6009 if test "$wxUSE_STL" = "yes"; then
6010 DEFAULT_wxUSE_STD_CONTAINERS=yes
6011 DEFAULT_wxUSE_STD_IOSTREAM=yes
6012 DEFAULT_wxUSE_STD_STRING=yes
6017 if test -z "$defaultval"; then
6018 if test x"$enablestring" = xdisable; then
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-std_containers" >&5
6026 $as_echo_n "checking
for --${enablestring:-enable}-std_containers...
" >&6; }
6027 # Check whether --enable-std_containers was given.
6028 if test "${enable_std_containers+set}" = set; then :
6029 enableval=$enable_std_containers;
6030 if test "$enableval" = yes; then
6031 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=yes'
6033 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=no'
6038 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=${'DEFAULT_wxUSE_STD_CONTAINERS":-$defaultval}"
6043 eval "$wx_cv_use_std_containers"
6045 if test x
"$enablestring" = xdisable
; then
6046 if test $wxUSE_STD_CONTAINERS = no
; then
6052 result
=$wxUSE_STD_CONTAINERS
6055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6056 $as_echo "$result" >&6; }
6061 if test -z "$defaultval"; then
6062 if test x
"$enablestring" = xdisable
; then
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_iostreams" >&5
6070 $as_echo_n "checking for --${enablestring:-enable}-std_iostreams... " >&6; }
6071 # Check whether --enable-std_iostreams was given.
6072 if test "${enable_std_iostreams+set}" = set; then :
6073 enableval
=$enable_std_iostreams;
6074 if test "$enableval" = yes; then
6075 wx_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
6077 wx_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
6082 wx_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
6087 eval "$wx_cv_use_std_iostreams"
6089 if test x"$enablestring" = xdisable; then
6090 if test $wxUSE_STD_IOSTREAM = no; then
6096 result=$wxUSE_STD_IOSTREAM
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6100 $as_echo "$result" >&6; }
6105 if test -z "$defaultval"; then
6106 if test x"$enablestring" = xdisable; then
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_string" >&5
6114 $as_echo_n "checking for --${enablestring:-enable}-std_string... " >&6; }
6115 # Check whether --enable-std_string was given.
6116 if test "${enable_std_string+set}" = set; then :
6117 enableval=$enable_std_string;
6118 if test "$enableval" = yes; then
6119 wx_cv_use_std_string='wxUSE_STD_STRING
=yes'
6121 wx_cv_use_std_string='wxUSE_STD_STRING
=no
'
6126 wx_cv_use_std_string='wxUSE_STD_STRING
=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
6131 eval "$wx_cv_use_std_string"
6133 if test x"$enablestring" = xdisable; then
6134 if test $wxUSE_STD_STRING = no; then
6140 result=$wxUSE_STD_STRING
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6144 $as_echo "$result" >&6; }
6149 if test -z "$defaultval"; then
6150 if test x"$enablestring" = xdisable; then
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-std_string_conv_in_wxstring" >&5
6158 $as_echo_n "checking
for --${enablestring:-enable}-std_string_conv_in_wxstring...
" >&6; }
6159 # Check whether --enable-std_string_conv_in_wxstring was given.
6160 if test "${enable_std_string_conv_in_wxstring+set}" = set; then :
6161 enableval=$enable_std_string_conv_in_wxstring;
6162 if test "$enableval" = yes; then
6163 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=yes'
6165 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=no'
6170 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=${'DEFAULT_wxUSE_STD_STRING_CONV_IN_WXSTRING":-$defaultval}"
6175 eval "$wx_cv_use_std_string_conv_in_wxstring"
6177 if test x
"$enablestring" = xdisable
; then
6178 if test $wxUSE_STD_STRING_CONV_IN_WXSTRING = no
; then
6184 result
=$wxUSE_STD_STRING_CONV_IN_WXSTRING
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6188 $as_echo "$result" >&6; }
6191 enablestring
=disable
6193 if test -z "$defaultval"; then
6194 if test x
"$enablestring" = xdisable
; then
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-unicode" >&5
6202 $as_echo_n "checking for --${enablestring:-enable}-unicode... " >&6; }
6203 # Check whether --enable-unicode was given.
6204 if test "${enable_unicode+set}" = set; then :
6205 enableval
=$enable_unicode;
6206 if test "$enableval" = yes; then
6207 wx_cv_use_unicode
='wxUSE_UNICODE=yes'
6209 wx_cv_use_unicode
='wxUSE_UNICODE=no'
6214 wx_cv_use_unicode
='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
6219 eval "$wx_cv_use_unicode"
6221 if test x"$enablestring" = xdisable; then
6222 if test $wxUSE_UNICODE = no; then
6228 result=$wxUSE_UNICODE
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6232 $as_echo "$result" >&6; }
6237 if test -z "$defaultval"; then
6238 if test x"$enablestring" = xdisable; then
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mslu" >&5
6246 $as_echo_n "checking for --${enablestring:-enable}-mslu... " >&6; }
6247 # Check whether --enable-mslu was given.
6248 if test "${enable_mslu+set}" = set; then :
6249 enableval=$enable_mslu;
6250 if test "$enableval" = yes; then
6251 wx_cv_use_mslu='wxUSE_UNICODE_MSLU
=yes'
6253 wx_cv_use_mslu='wxUSE_UNICODE_MSLU
=no
'
6258 wx_cv_use_mslu='wxUSE_UNICODE_MSLU
=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
6263 eval "$wx_cv_use_mslu"
6265 if test x"$enablestring" = xdisable; then
6266 if test $wxUSE_UNICODE_MSLU = no; then
6272 result=$wxUSE_UNICODE_MSLU
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6276 $as_echo "$result" >&6; }
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-utf8" >&5
6281 $as_echo_n "checking
for --${enablestring:-enable}-utf8...
" >&6; }
6282 # Check whether --enable-utf8 was given.
6283 if test "${enable_utf8+set}" = set; then :
6284 enableval=$enable_utf8;
6285 wx_cv_use_utf8="wxUSE_UNICODE_UTF8
='$enableval'"
6289 wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
6294 eval "$wx_cv_use_utf8"
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $wxUSE_UNICODE_UTF8" >&5
6297 $as_echo "$wxUSE_UNICODE_UTF8" >&6; }
6302 if test -z "$defaultval"; then
6303 if test x"$enablestring" = xdisable; then
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-utf8only" >&5
6311 $as_echo_n "checking
for --${enablestring:-enable}-utf8only...
" >&6; }
6312 # Check whether --enable-utf8only was given.
6313 if test "${enable_utf8only+set}" = set; then :
6314 enableval=$enable_utf8only;
6315 if test "$enableval" = yes; then
6316 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
6318 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
6323 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
6328 eval "$wx_cv_use_utf8only"
6330 if test x
"$enablestring" = xdisable
; then
6331 if test $wxUSE_UNICODE_UTF8_LOCALE = no
; then
6337 result
=$wxUSE_UNICODE_UTF8_LOCALE
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6341 $as_echo "$result" >&6; }
6346 if test -z "$defaultval"; then
6347 if test x
"$enablestring" = xdisable
; then
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-extended_rtti" >&5
6355 $as_echo_n "checking for --${enablestring:-enable}-extended_rtti... " >&6; }
6356 # Check whether --enable-extended_rtti was given.
6357 if test "${enable_extended_rtti+set}" = set; then :
6358 enableval
=$enable_extended_rtti;
6359 if test "$enableval" = yes; then
6360 wx_cv_use_extended_rtti
='wxUSE_EXTENDED_RTTI=yes'
6362 wx_cv_use_extended_rtti
='wxUSE_EXTENDED_RTTI=no'
6367 wx_cv_use_extended_rtti
='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
6372 eval "$wx_cv_use_extended_rtti"
6374 if test x"$enablestring" = xdisable; then
6375 if test $wxUSE_EXTENDED_RTTI = no; then
6381 result=$wxUSE_EXTENDED_RTTI
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6385 $as_echo "$result" >&6; }
6387 if test "$USE_OS2" = 1; then
6388 DEFAULT_wxUSE_OMF=no
6392 if test -z "$defaultval"; then
6393 if test x"$enablestring" = xdisable; then
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-omf" >&5
6401 $as_echo_n "checking for --${enablestring:-enable}-omf... " >&6; }
6402 # Check whether --enable-omf was given.
6403 if test "${enable_omf+set}" = set; then :
6404 enableval=$enable_omf;
6405 if test "$enableval" = yes; then
6406 wx_cv_use_omf='wxUSE_OMF
=yes'
6408 wx_cv_use_omf='wxUSE_OMF
=no
'
6413 wx_cv_use_omf='wxUSE_OMF
=${'DEFAULT_wxUSE_OMF":-$defaultval}"
6418 eval "$wx_cv_use_omf"
6420 if test x"$enablestring" = xdisable; then
6421 if test $wxUSE_OMF = no; then
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6431 $as_echo "$result" >&6; }
6436 enablestring=disable
6438 if test -z "$defaultval"; then
6439 if test x"$enablestring" = xdisable; then
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-optimise" >&5
6447 $as_echo_n "checking
for --${enablestring:-enable}-optimise...
" >&6; }
6448 # Check whether --enable-optimise was given.
6449 if test "${enable_optimise+set}" = set; then :
6450 enableval=$enable_optimise;
6451 if test "$enableval" = yes; then
6452 wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
6454 wx_cv_use_optimise='wxUSE_OPTIMISE=no'
6459 wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
6464 eval "$wx_cv_use_optimise"
6466 if test x
"$enablestring" = xdisable
; then
6467 if test $wxUSE_OPTIMISE = no
; then
6473 result
=$wxUSE_OPTIMISE
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6477 $as_echo "$result" >&6; }
6483 if test -z "$defaultval"; then
6484 if test x
"$enablestring" = xdisable
; then
6491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-profile" >&5
6492 $as_echo_n "checking for --${enablestring:-enable}-profile... " >&6; }
6493 # Check whether --enable-profile was given.
6494 if test "${enable_profile+set}" = set; then :
6495 enableval
=$enable_profile;
6496 if test "$enableval" = yes; then
6497 wx_cv_use_profile
='wxUSE_PROFILE=yes'
6499 wx_cv_use_profile
='wxUSE_PROFILE=no'
6504 wx_cv_use_profile
='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
6509 eval "$wx_cv_use_profile"
6511 if test x"$enablestring" = xdisable; then
6512 if test $wxUSE_PROFILE = no; then
6518 result=$wxUSE_PROFILE
6521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6522 $as_echo "$result" >&6; }
6527 if test -z "$defaultval"; then
6528 if test x"$enablestring" = xdisable; then
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_rtti" >&5
6536 $as_echo_n "checking for --${enablestring:-enable}-no_rtti... " >&6; }
6537 # Check whether --enable-no_rtti was given.
6538 if test "${enable_no_rtti+set}" = set; then :
6539 enableval=$enable_no_rtti;
6540 if test "$enableval" = yes; then
6541 wx_cv_use_no_rtti='wxUSE_NO_RTTI
=yes'
6543 wx_cv_use_no_rtti='wxUSE_NO_RTTI
=no
'
6548 wx_cv_use_no_rtti='wxUSE_NO_RTTI
=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
6553 eval "$wx_cv_use_no_rtti"
6555 if test x"$enablestring" = xdisable; then
6556 if test $wxUSE_NO_RTTI = no; then
6562 result=$wxUSE_NO_RTTI
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6566 $as_echo "$result" >&6; }
6571 if test -z "$defaultval"; then
6572 if test x"$enablestring" = xdisable; then
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-no_exceptions" >&5
6580 $as_echo_n "checking
for --${enablestring:-enable}-no_exceptions...
" >&6; }
6581 # Check whether --enable-no_exceptions was given.
6582 if test "${enable_no_exceptions+set}" = set; then :
6583 enableval=$enable_no_exceptions;
6584 if test "$enableval" = yes; then
6585 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
6587 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
6592 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
6597 eval "$wx_cv_use_no_exceptions"
6599 if test x
"$enablestring" = xdisable
; then
6600 if test $wxUSE_NO_EXCEPTIONS = no
; then
6606 result
=$wxUSE_NO_EXCEPTIONS
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6610 $as_echo "$result" >&6; }
6615 if test -z "$defaultval"; then
6616 if test x
"$enablestring" = xdisable
; then
6623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-permissive" >&5
6624 $as_echo_n "checking for --${enablestring:-enable}-permissive... " >&6; }
6625 # Check whether --enable-permissive was given.
6626 if test "${enable_permissive+set}" = set; then :
6627 enableval
=$enable_permissive;
6628 if test "$enableval" = yes; then
6629 wx_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
6631 wx_cv_use_permissive
='wxUSE_PERMISSIVE=no'
6636 wx_cv_use_permissive
='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
6641 eval "$wx_cv_use_permissive"
6643 if test x"$enablestring" = xdisable; then
6644 if test $wxUSE_PERMISSIVE = no; then
6650 result=$wxUSE_PERMISSIVE
6653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6654 $as_echo "$result" >&6; }
6659 if test -z "$defaultval"; then
6660 if test x"$enablestring" = xdisable; then
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_deps" >&5
6668 $as_echo_n "checking for --${enablestring:-enable}-no_deps... " >&6; }
6669 # Check whether --enable-no_deps was given.
6670 if test "${enable_no_deps+set}" = set; then :
6671 enableval=$enable_no_deps;
6672 if test "$enableval" = yes; then
6673 wx_cv_use_no_deps='wxUSE_NO_DEPS
=yes'
6675 wx_cv_use_no_deps='wxUSE_NO_DEPS
=no
'
6680 wx_cv_use_no_deps='wxUSE_NO_DEPS
=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
6685 eval "$wx_cv_use_no_deps"
6687 if test x"$enablestring" = xdisable; then
6688 if test $wxUSE_NO_DEPS = no; then
6694 result=$wxUSE_NO_DEPS
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6698 $as_echo "$result" >&6; }
6701 enablestring=disable
6703 if test -z "$defaultval"; then
6704 if test x"$enablestring" = xdisable; then
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-vararg_macros" >&5
6712 $as_echo_n "checking
for --${enablestring:-enable}-vararg_macros...
" >&6; }
6713 # Check whether --enable-vararg_macros was given.
6714 if test "${enable_vararg_macros+set}" = set; then :
6715 enableval=$enable_vararg_macros;
6716 if test "$enableval" = yes; then
6717 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
6719 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
6724 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
6729 eval "$wx_cv_use_vararg_macros"
6731 if test x
"$enablestring" = xdisable
; then
6732 if test $wxUSE_VARARG_MACROS = no
; then
6738 result
=$wxUSE_VARARG_MACROS
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6742 $as_echo "$result" >&6; }
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-universal_binary" >&5
6748 $as_echo_n "checking for --${enablestring:-enable}-universal_binary... " >&6; }
6749 # Check whether --enable-universal_binary was given.
6750 if test "${enable_universal_binary+set}" = set; then :
6751 enableval
=$enable_universal_binary;
6752 wx_cv_use_universal_binary
="wxUSE_UNIVERSAL_BINARY='$enableval'"
6756 wx_cv_use_universal_binary
='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
6761 eval "$wx_cv_use_universal_binary"
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_UNIVERSAL_BINARY" >&5
6764 $as_echo "$wxUSE_UNIVERSAL_BINARY" >&6; }
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-macosx_arch" >&5
6769 $as_echo_n "checking for --${enablestring:-enable}-macosx_arch... " >&6; }
6770 # Check whether --enable-macosx_arch was given.
6771 if test "${enable_macosx_arch+set}" = set; then :
6772 enableval
=$enable_macosx_arch;
6773 wx_cv_use_macosx_arch
="wxUSE_MAC_ARCH='$enableval'"
6777 wx_cv_use_macosx_arch
='wxUSE_MAC_ARCH='$DEFAULT_wxUSE_MAC_ARCH
6782 eval "$wx_cv_use_macosx_arch"
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MAC_ARCH" >&5
6785 $as_echo "$wxUSE_MAC_ARCH" >&6; }
6791 if test -z "$defaultval"; then
6792 if test x
"$enablestring" = xdisable
; then
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-compat26" >&5
6800 $as_echo_n "checking for --${enablestring:-enable}-compat26... " >&6; }
6801 # Check whether --enable-compat26 was given.
6802 if test "${enable_compat26+set}" = set; then :
6803 enableval
=$enable_compat26;
6804 if test "$enableval" = yes; then
6805 wx_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=yes'
6807 wx_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=no'
6812 wx_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
6817 eval "$wx_cv_use_compat26"
6819 if test x"$enablestring" = xdisable; then
6820 if test $WXWIN_COMPATIBILITY_2_6 = no; then
6826 result=$WXWIN_COMPATIBILITY_2_6
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6830 $as_echo "$result" >&6; }
6833 enablestring=disable
6835 if test -z "$defaultval"; then
6836 if test x"$enablestring" = xdisable; then
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-compat28" >&5
6844 $as_echo_n "checking for --${enablestring:-enable}-compat28... " >&6; }
6845 # Check whether --enable-compat28 was given.
6846 if test "${enable_compat28+set}" = set; then :
6847 enableval=$enable_compat28;
6848 if test "$enableval" = yes; then
6849 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8
=yes'
6851 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8
=no
'
6856 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8
=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
6861 eval "$wx_cv_use_compat28"
6863 if test x"$enablestring" = xdisable; then
6864 if test $WXWIN_COMPATIBILITY_2_8 = no; then
6870 result=$WXWIN_COMPATIBILITY_2_8
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6874 $as_echo "$result" >&6; }
6878 enablestring=disable
6880 if test -z "$defaultval"; then
6881 if test x"$enablestring" = xdisable; then
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-rpath" >&5
6889 $as_echo_n "checking
for --${enablestring:-enable}-rpath...
" >&6; }
6890 # Check whether --enable-rpath was given.
6891 if test "${enable_rpath+set}" = set; then :
6892 enableval=$enable_rpath;
6893 if test "$enableval" = yes; then
6894 wx_cv_use_rpath='wxUSE_RPATH=yes'
6896 wx_cv_use_rpath='wxUSE_RPATH=no'
6901 wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
6906 eval "$wx_cv_use_rpath"
6908 if test x
"$enablestring" = xdisable
; then
6909 if test $wxUSE_RPATH = no
; then
6918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6919 $as_echo "$result" >&6; }
6925 if test -z "$defaultval"; then
6926 if test x
"$enablestring" = xdisable
; then
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-objc_uniquifying" >&5
6934 $as_echo_n "checking for --${enablestring:-enable}-objc_uniquifying... " >&6; }
6935 # Check whether --enable-objc_uniquifying was given.
6936 if test "${enable_objc_uniquifying+set}" = set; then :
6937 enableval
=$enable_objc_uniquifying;
6938 if test "$enableval" = yes; then
6939 wx_cv_use_objc_uniquifying
='wxUSE_OBJC_UNIQUIFYING=yes'
6941 wx_cv_use_objc_uniquifying
='wxUSE_OBJC_UNIQUIFYING=no'
6946 wx_cv_use_objc_uniquifying
='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
6951 eval "$wx_cv_use_objc_uniquifying"
6953 if test x"$enablestring" = xdisable; then
6954 if test $wxUSE_OBJC_UNIQUIFYING = no; then
6960 result=$wxUSE_OBJC_UNIQUIFYING
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6964 $as_echo "$result" >&6; }
6968 enablestring=disable
6970 if test -z "$defaultval"; then
6971 if test x"$enablestring" = xdisable; then
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-visibility" >&5
6979 $as_echo_n "checking for --${enablestring:-enable}-visibility... " >&6; }
6980 # Check whether --enable-visibility was given.
6981 if test "${enable_visibility+set}" = set; then :
6982 enableval=$enable_visibility;
6983 if test "$enableval" = yes; then
6984 wx_cv_use_visibility='wxUSE_VISIBILITY
=yes'
6986 wx_cv_use_visibility='wxUSE_VISIBILITY
=no
'
6991 wx_cv_use_visibility='wxUSE_VISIBILITY
=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
6996 eval "$wx_cv_use_visibility"
6998 if test x"$enablestring" = xdisable; then
6999 if test $wxUSE_VISIBILITY = no; then
7005 result=$wxUSE_VISIBILITY
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7009 $as_echo "$result" >&6; }
7012 enablestring=disable
7014 if test -z "$defaultval"; then
7015 if test x"$enablestring" = xdisable; then
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tls" >&5
7023 $as_echo_n "checking
for --${enablestring:-enable}-tls...
" >&6; }
7024 # Check whether --enable-tls was given.
7025 if test "${enable_tls+set}" = set; then :
7026 enableval=$enable_tls;
7027 if test "$enableval" = yes; then
7028 wx_cv_use_tls='wxUSE_COMPILER_TLS=yes'
7030 wx_cv_use_tls='wxUSE_COMPILER_TLS=no'
7035 wx_cv_use_tls='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
7040 eval "$wx_cv_use_tls"
7042 if test x
"$enablestring" = xdisable
; then
7043 if test $wxUSE_COMPILER_TLS = no
; then
7049 result
=$wxUSE_COMPILER_TLS
7052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7053 $as_echo "$result" >&6; }
7059 defaultval
=$wxUSE_ALL_FEATURES
7060 if test -z "$defaultval"; then
7061 if test x
"$enablestring" = xdisable
; then
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-intl" >&5
7069 $as_echo_n "checking for --${enablestring:-enable}-intl... " >&6; }
7070 # Check whether --enable-intl was given.
7071 if test "${enable_intl+set}" = set; then :
7072 enableval
=$enable_intl;
7073 if test "$enableval" = yes; then
7074 wx_cv_use_intl
='wxUSE_INTL=yes'
7076 wx_cv_use_intl
='wxUSE_INTL=no'
7081 wx_cv_use_intl
='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
7086 eval "$wx_cv_use_intl"
7088 if test x"$enablestring" = xdisable; then
7089 if test $wxUSE_INTL = no; then
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7099 $as_echo "$result" >&6; }
7103 defaultval=$wxUSE_ALL_FEATURES
7104 if test -z "$defaultval"; then
7105 if test x"$enablestring" = xdisable; then
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xlocale" >&5
7113 $as_echo_n "checking for --${enablestring:-enable}-xlocale... " >&6; }
7114 # Check whether --enable-xlocale was given.
7115 if test "${enable_xlocale+set}" = set; then :
7116 enableval=$enable_xlocale;
7117 if test "$enableval" = yes; then
7118 wx_cv_use_xlocale='wxUSE_XLOCALE
=yes'
7120 wx_cv_use_xlocale='wxUSE_XLOCALE
=no
'
7125 wx_cv_use_xlocale='wxUSE_XLOCALE
=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
7130 eval "$wx_cv_use_xlocale"
7132 if test x"$enablestring" = xdisable; then
7133 if test $wxUSE_XLOCALE = no; then
7139 result=$wxUSE_XLOCALE
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7143 $as_echo "$result" >&6; }
7147 defaultval=$wxUSE_ALL_FEATURES
7148 if test -z "$defaultval"; then
7149 if test x"$enablestring" = xdisable; then
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-config" >&5
7157 $as_echo_n "checking
for --${enablestring:-enable}-config...
" >&6; }
7158 # Check whether --enable-config was given.
7159 if test "${enable_config+set}" = set; then :
7160 enableval=$enable_config;
7161 if test "$enableval" = yes; then
7162 wx_cv_use_config='wxUSE_CONFIG=yes'
7164 wx_cv_use_config='wxUSE_CONFIG=no'
7169 wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
7174 eval "$wx_cv_use_config"
7176 if test x
"$enablestring" = xdisable
; then
7177 if test $wxUSE_CONFIG = no
; then
7183 result
=$wxUSE_CONFIG
7186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7187 $as_echo "$result" >&6; }
7192 defaultval
=$wxUSE_ALL_FEATURES
7193 if test -z "$defaultval"; then
7194 if test x
"$enablestring" = xdisable
; then
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocols" >&5
7202 $as_echo_n "checking for --${enablestring:-enable}-protocols... " >&6; }
7203 # Check whether --enable-protocols was given.
7204 if test "${enable_protocols+set}" = set; then :
7205 enableval
=$enable_protocols;
7206 if test "$enableval" = yes; then
7207 wx_cv_use_protocols
='wxUSE_PROTOCOL=yes'
7209 wx_cv_use_protocols
='wxUSE_PROTOCOL=no'
7214 wx_cv_use_protocols
='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
7219 eval "$wx_cv_use_protocols"
7221 if test x"$enablestring" = xdisable; then
7222 if test $wxUSE_PROTOCOL = no; then
7228 result=$wxUSE_PROTOCOL
7231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7232 $as_echo "$result" >&6; }
7236 defaultval=$wxUSE_ALL_FEATURES
7237 if test -z "$defaultval"; then
7238 if test x"$enablestring" = xdisable; then
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ftp" >&5
7246 $as_echo_n "checking for --${enablestring:-enable}-ftp... " >&6; }
7247 # Check whether --enable-ftp was given.
7248 if test "${enable_ftp+set}" = set; then :
7249 enableval=$enable_ftp;
7250 if test "$enableval" = yes; then
7251 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP
=yes'
7253 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP
=no
'
7258 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP
=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
7263 eval "$wx_cv_use_ftp"
7265 if test x"$enablestring" = xdisable; then
7266 if test $wxUSE_PROTOCOL_FTP = no; then
7272 result=$wxUSE_PROTOCOL_FTP
7275 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7276 $as_echo "$result" >&6; }
7280 defaultval=$wxUSE_ALL_FEATURES
7281 if test -z "$defaultval"; then
7282 if test x"$enablestring" = xdisable; then
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-http" >&5
7290 $as_echo_n "checking
for --${enablestring:-enable}-http...
" >&6; }
7291 # Check whether --enable-http was given.
7292 if test "${enable_http+set}" = set; then :
7293 enableval=$enable_http;
7294 if test "$enableval" = yes; then
7295 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
7297 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
7302 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
7307 eval "$wx_cv_use_http"
7309 if test x
"$enablestring" = xdisable
; then
7310 if test $wxUSE_PROTOCOL_HTTP = no
; then
7316 result
=$wxUSE_PROTOCOL_HTTP
7319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7320 $as_echo "$result" >&6; }
7324 defaultval
=$wxUSE_ALL_FEATURES
7325 if test -z "$defaultval"; then
7326 if test x
"$enablestring" = xdisable
; then
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fileproto" >&5
7334 $as_echo_n "checking for --${enablestring:-enable}-fileproto... " >&6; }
7335 # Check whether --enable-fileproto was given.
7336 if test "${enable_fileproto+set}" = set; then :
7337 enableval
=$enable_fileproto;
7338 if test "$enableval" = yes; then
7339 wx_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
7341 wx_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
7346 wx_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
7351 eval "$wx_cv_use_fileproto"
7353 if test x"$enablestring" = xdisable; then
7354 if test $wxUSE_PROTOCOL_FILE = no; then
7360 result=$wxUSE_PROTOCOL_FILE
7363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7364 $as_echo "$result" >&6; }
7368 defaultval=$wxUSE_ALL_FEATURES
7369 if test -z "$defaultval"; then
7370 if test x"$enablestring" = xdisable; then
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sockets" >&5
7378 $as_echo_n "checking for --${enablestring:-enable}-sockets... " >&6; }
7379 # Check whether --enable-sockets was given.
7380 if test "${enable_sockets+set}" = set; then :
7381 enableval=$enable_sockets;
7382 if test "$enableval" = yes; then
7383 wx_cv_use_sockets='wxUSE_SOCKETS
=yes'
7385 wx_cv_use_sockets='wxUSE_SOCKETS
=no
'
7390 wx_cv_use_sockets='wxUSE_SOCKETS
=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
7395 eval "$wx_cv_use_sockets"
7397 if test x"$enablestring" = xdisable; then
7398 if test $wxUSE_SOCKETS = no; then
7404 result=$wxUSE_SOCKETS
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7408 $as_echo "$result" >&6; }
7412 defaultval=$wxUSE_ALL_FEATURES
7413 if test -z "$defaultval"; then
7414 if test x"$enablestring" = xdisable; then
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ipv6" >&5
7422 $as_echo_n "checking
for --${enablestring:-enable}-ipv6...
" >&6; }
7423 # Check whether --enable-ipv6 was given.
7424 if test "${enable_ipv6+set}" = set; then :
7425 enableval=$enable_ipv6;
7426 if test "$enableval" = yes; then
7427 wx_cv_use_ipv6='wxUSE_IPV6=yes'
7429 wx_cv_use_ipv6='wxUSE_IPV6=no'
7434 wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
7439 eval "$wx_cv_use_ipv6"
7441 if test x
"$enablestring" = xdisable
; then
7442 if test $wxUSE_IPV6 = no
; then
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7452 $as_echo "$result" >&6; }
7456 defaultval
=$wxUSE_ALL_FEATURES
7457 if test -z "$defaultval"; then
7458 if test x
"$enablestring" = xdisable
; then
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ole" >&5
7466 $as_echo_n "checking for --${enablestring:-enable}-ole... " >&6; }
7467 # Check whether --enable-ole was given.
7468 if test "${enable_ole+set}" = set; then :
7469 enableval
=$enable_ole;
7470 if test "$enableval" = yes; then
7471 wx_cv_use_ole
='wxUSE_OLE=yes'
7473 wx_cv_use_ole
='wxUSE_OLE=no'
7478 wx_cv_use_ole
='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
7483 eval "$wx_cv_use_ole"
7485 if test x"$enablestring" = xdisable; then
7486 if test $wxUSE_OLE = no; then
7495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7496 $as_echo "$result" >&6; }
7500 defaultval=$wxUSE_ALL_FEATURES
7501 if test -z "$defaultval"; then
7502 if test x"$enablestring" = xdisable; then
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dataobj" >&5
7510 $as_echo_n "checking for --${enablestring:-enable}-dataobj... " >&6; }
7511 # Check whether --enable-dataobj was given.
7512 if test "${enable_dataobj+set}" = set; then :
7513 enableval=$enable_dataobj;
7514 if test "$enableval" = yes; then
7515 wx_cv_use_dataobj='wxUSE_DATAOBJ
=yes'
7517 wx_cv_use_dataobj='wxUSE_DATAOBJ
=no
'
7522 wx_cv_use_dataobj='wxUSE_DATAOBJ
=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
7527 eval "$wx_cv_use_dataobj"
7529 if test x"$enablestring" = xdisable; then
7530 if test $wxUSE_DATAOBJ = no; then
7536 result=$wxUSE_DATAOBJ
7539 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7540 $as_echo "$result" >&6; }
7545 defaultval=$wxUSE_ALL_FEATURES
7546 if test -z "$defaultval"; then
7547 if test x"$enablestring" = xdisable; then
7554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ipc" >&5
7555 $as_echo_n "checking
for --${enablestring:-enable}-ipc...
" >&6; }
7556 # Check whether --enable-ipc was given.
7557 if test "${enable_ipc+set}" = set; then :
7558 enableval=$enable_ipc;
7559 if test "$enableval" = yes; then
7560 wx_cv_use_ipc='wxUSE_IPC=yes'
7562 wx_cv_use_ipc='wxUSE_IPC=no'
7567 wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
7572 eval "$wx_cv_use_ipc"
7574 if test x
"$enablestring" = xdisable
; then
7575 if test $wxUSE_IPC = no
; then
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7585 $as_echo "$result" >&6; }
7590 defaultval
=$wxUSE_ALL_FEATURES
7591 if test -z "$defaultval"; then
7592 if test x
"$enablestring" = xdisable
; then
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-baseevtloop" >&5
7600 $as_echo_n "checking for --${enablestring:-enable}-baseevtloop... " >&6; }
7601 # Check whether --enable-baseevtloop was given.
7602 if test "${enable_baseevtloop+set}" = set; then :
7603 enableval
=$enable_baseevtloop;
7604 if test "$enableval" = yes; then
7605 wx_cv_use_baseevtloop
='wxUSE_CONSOLE_EVENTLOOP=yes'
7607 wx_cv_use_baseevtloop
='wxUSE_CONSOLE_EVENTLOOP=no'
7612 wx_cv_use_baseevtloop
='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
7617 eval "$wx_cv_use_baseevtloop"
7619 if test x"$enablestring" = xdisable; then
7620 if test $wxUSE_CONSOLE_EVENTLOOP = no; then
7626 result=$wxUSE_CONSOLE_EVENTLOOP
7629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7630 $as_echo "$result" >&6; }
7634 defaultval=$wxUSE_ALL_FEATURES
7635 if test -z "$defaultval"; then
7636 if test x"$enablestring" = xdisable; then
7643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-epollloop" >&5
7644 $as_echo_n "checking for --${enablestring:-enable}-epollloop... " >&6; }
7645 # Check whether --enable-epollloop was given.
7646 if test "${enable_epollloop+set}" = set; then :
7647 enableval=$enable_epollloop;
7648 if test "$enableval" = yes; then
7649 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER
=yes'
7651 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER
=no
'
7656 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER
=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
7661 eval "$wx_cv_use_epollloop"
7663 if test x"$enablestring" = xdisable; then
7664 if test $wxUSE_EPOLL_DISPATCHER = no; then
7670 result=$wxUSE_EPOLL_DISPATCHER
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7674 $as_echo "$result" >&6; }
7678 defaultval=$wxUSE_ALL_FEATURES
7679 if test -z "$defaultval"; then
7680 if test x"$enablestring" = xdisable; then
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-selectloop" >&5
7688 $as_echo_n "checking
for --${enablestring:-enable}-selectloop...
" >&6; }
7689 # Check whether --enable-selectloop was given.
7690 if test "${enable_selectloop+set}" = set; then :
7691 enableval=$enable_selectloop;
7692 if test "$enableval" = yes; then
7693 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
7695 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
7700 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
7705 eval "$wx_cv_use_selectloop"
7707 if test x
"$enablestring" = xdisable
; then
7708 if test $wxUSE_SELECT_DISPATCHER = no
; then
7714 result
=$wxUSE_SELECT_DISPATCHER
7717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7718 $as_echo "$result" >&6; }
7723 defaultval
=$wxUSE_ALL_FEATURES
7724 if test -z "$defaultval"; then
7725 if test x
"$enablestring" = xdisable
; then
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-any" >&5
7733 $as_echo_n "checking for --${enablestring:-enable}-any... " >&6; }
7734 # Check whether --enable-any was given.
7735 if test "${enable_any+set}" = set; then :
7736 enableval
=$enable_any;
7737 if test "$enableval" = yes; then
7738 wx_cv_use_any
='wxUSE_ANY=yes'
7740 wx_cv_use_any
='wxUSE_ANY=no'
7745 wx_cv_use_any
='wxUSE_ANY=${'DEFAULT_wxUSE_ANY":-$defaultval}"
7750 eval "$wx_cv_use_any"
7752 if test x"$enablestring" = xdisable; then
7753 if test $wxUSE_ANY = no; then
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7763 $as_echo "$result" >&6; }
7767 defaultval=$wxUSE_ALL_FEATURES
7768 if test -z "$defaultval"; then
7769 if test x"$enablestring" = xdisable; then
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-apple_ieee" >&5
7777 $as_echo_n "checking for --${enablestring:-enable}-apple_ieee... " >&6; }
7778 # Check whether --enable-apple_ieee was given.
7779 if test "${enable_apple_ieee+set}" = set; then :
7780 enableval=$enable_apple_ieee;
7781 if test "$enableval" = yes; then
7782 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=yes'
7784 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=no
'
7789 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
7794 eval "$wx_cv_use_apple_ieee"
7796 if test x"$enablestring" = xdisable; then
7797 if test $wxUSE_APPLE_IEEE = no; then
7803 result=$wxUSE_APPLE_IEEE
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7807 $as_echo "$result" >&6; }
7811 defaultval=$wxUSE_ALL_FEATURES
7812 if test -z "$defaultval"; then
7813 if test x"$enablestring" = xdisable; then
7820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-arcstream" >&5
7821 $as_echo_n "checking
for --${enablestring:-enable}-arcstream...
" >&6; }
7822 # Check whether --enable-arcstream was given.
7823 if test "${enable_arcstream+set}" = set; then :
7824 enableval=$enable_arcstream;
7825 if test "$enableval" = yes; then
7826 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
7828 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
7833 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
7838 eval "$wx_cv_use_arcstream"
7840 if test x
"$enablestring" = xdisable
; then
7841 if test $wxUSE_ARCHIVE_STREAMS = no
; then
7847 result
=$wxUSE_ARCHIVE_STREAMS
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7851 $as_echo "$result" >&6; }
7855 defaultval
=$wxUSE_ALL_FEATURES
7856 if test -z "$defaultval"; then
7857 if test x
"$enablestring" = xdisable
; then
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-base64" >&5
7865 $as_echo_n "checking for --${enablestring:-enable}-base64... " >&6; }
7866 # Check whether --enable-base64 was given.
7867 if test "${enable_base64+set}" = set; then :
7868 enableval
=$enable_base64;
7869 if test "$enableval" = yes; then
7870 wx_cv_use_base64
='wxUSE_BASE64=yes'
7872 wx_cv_use_base64
='wxUSE_BASE64=no'
7877 wx_cv_use_base64
='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
7882 eval "$wx_cv_use_base64"
7884 if test x"$enablestring" = xdisable; then
7885 if test $wxUSE_BASE64 = no; then
7891 result=$wxUSE_BASE64
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7895 $as_echo "$result" >&6; }
7899 defaultval=$wxUSE_ALL_FEATURES
7900 if test -z "$defaultval"; then
7901 if test x"$enablestring" = xdisable; then
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-backtrace" >&5
7909 $as_echo_n "checking for --${enablestring:-enable}-backtrace... " >&6; }
7910 # Check whether --enable-backtrace was given.
7911 if test "${enable_backtrace+set}" = set; then :
7912 enableval=$enable_backtrace;
7913 if test "$enableval" = yes; then
7914 wx_cv_use_backtrace='wxUSE_STACKWALKER
=yes'
7916 wx_cv_use_backtrace='wxUSE_STACKWALKER
=no
'
7921 wx_cv_use_backtrace='wxUSE_STACKWALKER
=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
7926 eval "$wx_cv_use_backtrace"
7928 if test x"$enablestring" = xdisable; then
7929 if test $wxUSE_STACKWALKER = no; then
7935 result=$wxUSE_STACKWALKER
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7939 $as_echo "$result" >&6; }
7943 defaultval=$wxUSE_ALL_FEATURES
7944 if test -z "$defaultval"; then
7945 if test x"$enablestring" = xdisable; then
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-catch_segvs" >&5
7953 $as_echo_n "checking
for --${enablestring:-enable}-catch_segvs...
" >&6; }
7954 # Check whether --enable-catch_segvs was given.
7955 if test "${enable_catch_segvs+set}" = set; then :
7956 enableval=$enable_catch_segvs;
7957 if test "$enableval" = yes; then
7958 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
7960 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
7965 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
7970 eval "$wx_cv_use_catch_segvs"
7972 if test x
"$enablestring" = xdisable
; then
7973 if test $wxUSE_ON_FATAL_EXCEPTION = no
; then
7979 result
=$wxUSE_ON_FATAL_EXCEPTION
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7983 $as_echo "$result" >&6; }
7987 defaultval
=$wxUSE_ALL_FEATURES
7988 if test -z "$defaultval"; then
7989 if test x
"$enablestring" = xdisable
; then
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-cmdline" >&5
7997 $as_echo_n "checking for --${enablestring:-enable}-cmdline... " >&6; }
7998 # Check whether --enable-cmdline was given.
7999 if test "${enable_cmdline+set}" = set; then :
8000 enableval
=$enable_cmdline;
8001 if test "$enableval" = yes; then
8002 wx_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
8004 wx_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
8009 wx_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
8014 eval "$wx_cv_use_cmdline"
8016 if test x"$enablestring" = xdisable; then
8017 if test $wxUSE_CMDLINE_PARSER = no; then
8023 result=$wxUSE_CMDLINE_PARSER
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8027 $as_echo "$result" >&6; }
8031 defaultval=$wxUSE_ALL_FEATURES
8032 if test -z "$defaultval"; then
8033 if test x"$enablestring" = xdisable; then
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-datetime" >&5
8041 $as_echo_n "checking for --${enablestring:-enable}-datetime... " >&6; }
8042 # Check whether --enable-datetime was given.
8043 if test "${enable_datetime+set}" = set; then :
8044 enableval=$enable_datetime;
8045 if test "$enableval" = yes; then
8046 wx_cv_use_datetime='wxUSE_DATETIME
=yes'
8048 wx_cv_use_datetime='wxUSE_DATETIME
=no
'
8053 wx_cv_use_datetime='wxUSE_DATETIME
=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
8058 eval "$wx_cv_use_datetime"
8060 if test x"$enablestring" = xdisable; then
8061 if test $wxUSE_DATETIME = no; then
8067 result=$wxUSE_DATETIME
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8071 $as_echo "$result" >&6; }
8075 defaultval=$wxUSE_ALL_FEATURES
8076 if test -z "$defaultval"; then
8077 if test x"$enablestring" = xdisable; then
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-debugreport" >&5
8085 $as_echo_n "checking
for --${enablestring:-enable}-debugreport...
" >&6; }
8086 # Check whether --enable-debugreport was given.
8087 if test "${enable_debugreport+set}" = set; then :
8088 enableval=$enable_debugreport;
8089 if test "$enableval" = yes; then
8090 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
8092 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
8097 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
8102 eval "$wx_cv_use_debugreport"
8104 if test x
"$enablestring" = xdisable
; then
8105 if test $wxUSE_DEBUGREPORT = no
; then
8111 result
=$wxUSE_DEBUGREPORT
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8115 $as_echo "$result" >&6; }
8119 defaultval
=$wxUSE_ALL_FEATURES
8120 if test -z "$defaultval"; then
8121 if test x
"$enablestring" = xdisable
; then
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dialupman" >&5
8129 $as_echo_n "checking for --${enablestring:-enable}-dialupman... " >&6; }
8130 # Check whether --enable-dialupman was given.
8131 if test "${enable_dialupman+set}" = set; then :
8132 enableval
=$enable_dialupman;
8133 if test "$enableval" = yes; then
8134 wx_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
8136 wx_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
8141 wx_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
8146 eval "$wx_cv_use_dialupman"
8148 if test x"$enablestring" = xdisable; then
8149 if test $wxUSE_DIALUP_MANAGER = no; then
8155 result=$wxUSE_DIALUP_MANAGER
8158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8159 $as_echo "$result" >&6; }
8163 defaultval=$wxUSE_ALL_FEATURES
8164 if test -z "$defaultval"; then
8165 if test x"$enablestring" = xdisable; then
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dynlib" >&5
8173 $as_echo_n "checking for --${enablestring:-enable}-dynlib... " >&6; }
8174 # Check whether --enable-dynlib was given.
8175 if test "${enable_dynlib+set}" = set; then :
8176 enableval=$enable_dynlib;
8177 if test "$enableval" = yes; then
8178 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=yes'
8180 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=no
'
8185 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
8190 eval "$wx_cv_use_dynlib"
8192 if test x"$enablestring" = xdisable; then
8193 if test $wxUSE_DYNLIB_CLASS = no; then
8199 result=$wxUSE_DYNLIB_CLASS
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8203 $as_echo "$result" >&6; }
8207 defaultval=$wxUSE_ALL_FEATURES
8208 if test -z "$defaultval"; then
8209 if test x"$enablestring" = xdisable; then
8216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-dynamicloader" >&5
8217 $as_echo_n "checking
for --${enablestring:-enable}-dynamicloader...
" >&6; }
8218 # Check whether --enable-dynamicloader was given.
8219 if test "${enable_dynamicloader+set}" = set; then :
8220 enableval=$enable_dynamicloader;
8221 if test "$enableval" = yes; then
8222 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
8224 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
8229 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
8234 eval "$wx_cv_use_dynamicloader"
8236 if test x
"$enablestring" = xdisable
; then
8237 if test $wxUSE_DYNAMIC_LOADER = no
; then
8243 result
=$wxUSE_DYNAMIC_LOADER
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8247 $as_echo "$result" >&6; }
8251 defaultval
=$wxUSE_ALL_FEATURES
8252 if test -z "$defaultval"; then
8253 if test x
"$enablestring" = xdisable
; then
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-exceptions" >&5
8261 $as_echo_n "checking for --${enablestring:-enable}-exceptions... " >&6; }
8262 # Check whether --enable-exceptions was given.
8263 if test "${enable_exceptions+set}" = set; then :
8264 enableval
=$enable_exceptions;
8265 if test "$enableval" = yes; then
8266 wx_cv_use_exceptions
='wxUSE_EXCEPTIONS=yes'
8268 wx_cv_use_exceptions
='wxUSE_EXCEPTIONS=no'
8273 wx_cv_use_exceptions
='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
8278 eval "$wx_cv_use_exceptions"
8280 if test x"$enablestring" = xdisable; then
8281 if test $wxUSE_EXCEPTIONS = no; then
8287 result=$wxUSE_EXCEPTIONS
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8291 $as_echo "$result" >&6; }
8295 defaultval=$wxUSE_ALL_FEATURES
8296 if test -z "$defaultval"; then
8297 if test x"$enablestring" = xdisable; then
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ffile" >&5
8305 $as_echo_n "checking for --${enablestring:-enable}-ffile... " >&6; }
8306 # Check whether --enable-ffile was given.
8307 if test "${enable_ffile+set}" = set; then :
8308 enableval=$enable_ffile;
8309 if test "$enableval" = yes; then
8310 wx_cv_use_ffile='wxUSE_FFILE
=yes'
8312 wx_cv_use_ffile='wxUSE_FFILE
=no
'
8317 wx_cv_use_ffile='wxUSE_FFILE
=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
8322 eval "$wx_cv_use_ffile"
8324 if test x"$enablestring" = xdisable; then
8325 if test $wxUSE_FFILE = no; then
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8335 $as_echo "$result" >&6; }
8339 defaultval=$wxUSE_ALL_FEATURES
8340 if test -z "$defaultval"; then
8341 if test x"$enablestring" = xdisable; then
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-file" >&5
8349 $as_echo_n "checking
for --${enablestring:-enable}-file...
" >&6; }
8350 # Check whether --enable-file was given.
8351 if test "${enable_file+set}" = set; then :
8352 enableval=$enable_file;
8353 if test "$enableval" = yes; then
8354 wx_cv_use_file='wxUSE_FILE=yes'
8356 wx_cv_use_file='wxUSE_FILE=no'
8361 wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
8366 eval "$wx_cv_use_file"
8368 if test x
"$enablestring" = xdisable
; then
8369 if test $wxUSE_FILE = no
; then
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8379 $as_echo "$result" >&6; }
8383 defaultval
=$wxUSE_ALL_FEATURES
8384 if test -z "$defaultval"; then
8385 if test x
"$enablestring" = xdisable
; then
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filehistory" >&5
8393 $as_echo_n "checking for --${enablestring:-enable}-filehistory... " >&6; }
8394 # Check whether --enable-filehistory was given.
8395 if test "${enable_filehistory+set}" = set; then :
8396 enableval
=$enable_filehistory;
8397 if test "$enableval" = yes; then
8398 wx_cv_use_filehistory
='wxUSE_FILE_HISTORY=yes'
8400 wx_cv_use_filehistory
='wxUSE_FILE_HISTORY=no'
8405 wx_cv_use_filehistory
='wxUSE_FILE_HISTORY=${'DEFAULT_wxUSE_FILE_HISTORY":-$defaultval}"
8410 eval "$wx_cv_use_filehistory"
8412 if test x"$enablestring" = xdisable; then
8413 if test $wxUSE_FILE_HISTORY = no; then
8419 result=$wxUSE_FILE_HISTORY
8422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8423 $as_echo "$result" >&6; }
8427 defaultval=$wxUSE_ALL_FEATURES
8428 if test -z "$defaultval"; then
8429 if test x"$enablestring" = xdisable; then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filesystem" >&5
8437 $as_echo_n "checking for --${enablestring:-enable}-filesystem... " >&6; }
8438 # Check whether --enable-filesystem was given.
8439 if test "${enable_filesystem+set}" = set; then :
8440 enableval=$enable_filesystem;
8441 if test "$enableval" = yes; then
8442 wx_cv_use_filesystem='wxUSE_FILESYSTEM
=yes'
8444 wx_cv_use_filesystem='wxUSE_FILESYSTEM
=no
'
8449 wx_cv_use_filesystem='wxUSE_FILESYSTEM
=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
8454 eval "$wx_cv_use_filesystem"
8456 if test x"$enablestring" = xdisable; then
8457 if test $wxUSE_FILESYSTEM = no; then
8463 result=$wxUSE_FILESYSTEM
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8467 $as_echo "$result" >&6; }
8471 defaultval=$wxUSE_ALL_FEATURES
8472 if test -z "$defaultval"; then
8473 if test x"$enablestring" = xdisable; then
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-fontenum" >&5
8481 $as_echo_n "checking
for --${enablestring:-enable}-fontenum...
" >&6; }
8482 # Check whether --enable-fontenum was given.
8483 if test "${enable_fontenum+set}" = set; then :
8484 enableval=$enable_fontenum;
8485 if test "$enableval" = yes; then
8486 wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
8488 wx_cv_use_fontenum='wxUSE_FONTENUM=no'
8493 wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
8498 eval "$wx_cv_use_fontenum"
8500 if test x
"$enablestring" = xdisable
; then
8501 if test $wxUSE_FONTENUM = no
; then
8507 result
=$wxUSE_FONTENUM
8510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8511 $as_echo "$result" >&6; }
8515 defaultval
=$wxUSE_ALL_FEATURES
8516 if test -z "$defaultval"; then
8517 if test x
"$enablestring" = xdisable
; then
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontmap" >&5
8525 $as_echo_n "checking for --${enablestring:-enable}-fontmap... " >&6; }
8526 # Check whether --enable-fontmap was given.
8527 if test "${enable_fontmap+set}" = set; then :
8528 enableval
=$enable_fontmap;
8529 if test "$enableval" = yes; then
8530 wx_cv_use_fontmap
='wxUSE_FONTMAP=yes'
8532 wx_cv_use_fontmap
='wxUSE_FONTMAP=no'
8537 wx_cv_use_fontmap
='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
8542 eval "$wx_cv_use_fontmap"
8544 if test x"$enablestring" = xdisable; then
8545 if test $wxUSE_FONTMAP = no; then
8551 result=$wxUSE_FONTMAP
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8555 $as_echo "$result" >&6; }
8559 defaultval=$wxUSE_ALL_FEATURES
8560 if test -z "$defaultval"; then
8561 if test x"$enablestring" = xdisable; then
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_archive" >&5
8569 $as_echo_n "checking for --${enablestring:-enable}-fs_archive... " >&6; }
8570 # Check whether --enable-fs_archive was given.
8571 if test "${enable_fs_archive+set}" = set; then :
8572 enableval=$enable_fs_archive;
8573 if test "$enableval" = yes; then
8574 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE
=yes'
8576 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE
=no
'
8581 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE
=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
8586 eval "$wx_cv_use_fs_archive"
8588 if test x"$enablestring" = xdisable; then
8589 if test $wxUSE_FS_ARCHIVE = no; then
8595 result=$wxUSE_FS_ARCHIVE
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8599 $as_echo "$result" >&6; }
8603 defaultval=$wxUSE_ALL_FEATURES
8604 if test -z "$defaultval"; then
8605 if test x"$enablestring" = xdisable; then
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-fs_inet" >&5
8613 $as_echo_n "checking
for --${enablestring:-enable}-fs_inet...
" >&6; }
8614 # Check whether --enable-fs_inet was given.
8615 if test "${enable_fs_inet+set}" = set; then :
8616 enableval=$enable_fs_inet;
8617 if test "$enableval" = yes; then
8618 wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
8620 wx_cv_use_fs_inet='wxUSE_FS_INET=no'
8625 wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
8630 eval "$wx_cv_use_fs_inet"
8632 if test x
"$enablestring" = xdisable
; then
8633 if test $wxUSE_FS_INET = no
; then
8639 result
=$wxUSE_FS_INET
8642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8643 $as_echo "$result" >&6; }
8647 defaultval
=$wxUSE_ALL_FEATURES
8648 if test -z "$defaultval"; then
8649 if test x
"$enablestring" = xdisable
; then
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_zip" >&5
8657 $as_echo_n "checking for --${enablestring:-enable}-fs_zip... " >&6; }
8658 # Check whether --enable-fs_zip was given.
8659 if test "${enable_fs_zip+set}" = set; then :
8660 enableval
=$enable_fs_zip;
8661 if test "$enableval" = yes; then
8662 wx_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
8664 wx_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
8669 wx_cv_use_fs_zip
='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
8674 eval "$wx_cv_use_fs_zip"
8676 if test x"$enablestring" = xdisable; then
8677 if test $wxUSE_FS_ZIP = no; then
8683 result=$wxUSE_FS_ZIP
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8687 $as_echo "$result" >&6; }
8691 defaultval=$wxUSE_ALL_FEATURES
8692 if test -z "$defaultval"; then
8693 if test x"$enablestring" = xdisable; then
8700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fsvolume" >&5
8701 $as_echo_n "checking for --${enablestring:-enable}-fsvolume... " >&6; }
8702 # Check whether --enable-fsvolume was given.
8703 if test "${enable_fsvolume+set}" = set; then :
8704 enableval=$enable_fsvolume;
8705 if test "$enableval" = yes; then
8706 wx_cv_use_fsvolume='wxUSE_FSVOLUME
=yes'
8708 wx_cv_use_fsvolume='wxUSE_FSVOLUME
=no
'
8713 wx_cv_use_fsvolume='wxUSE_FSVOLUME
=${'DEFAULT_wxUSE_FSVOLUME":-$defaultval}"
8718 eval "$wx_cv_use_fsvolume"
8720 if test x"$enablestring" = xdisable; then
8721 if test $wxUSE_FSVOLUME = no; then
8727 result=$wxUSE_FSVOLUME
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8731 $as_echo "$result" >&6; }
8735 defaultval=$wxUSE_ALL_FEATURES
8736 if test -z "$defaultval"; then
8737 if test x"$enablestring" = xdisable; then
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-fswatcher" >&5
8745 $as_echo_n "checking
for --${enablestring:-enable}-fswatcher...
" >&6; }
8746 # Check whether --enable-fswatcher was given.
8747 if test "${enable_fswatcher+set}" = set; then :
8748 enableval=$enable_fswatcher;
8749 if test "$enableval" = yes; then
8750 wx_cv_use_fswatcher='wxUSE_FSWATCHER=yes'
8752 wx_cv_use_fswatcher='wxUSE_FSWATCHER=no'
8757 wx_cv_use_fswatcher='wxUSE_FSWATCHER=${'DEFAULT_wxUSE_FSWATCHER":-$defaultval}"
8762 eval "$wx_cv_use_fswatcher"
8764 if test x
"$enablestring" = xdisable
; then
8765 if test $wxUSE_FSWATCHER = no
; then
8771 result
=$wxUSE_FSWATCHER
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8775 $as_echo "$result" >&6; }
8779 defaultval
=$wxUSE_ALL_FEATURES
8780 if test -z "$defaultval"; then
8781 if test x
"$enablestring" = xdisable
; then
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-geometry" >&5
8789 $as_echo_n "checking for --${enablestring:-enable}-geometry... " >&6; }
8790 # Check whether --enable-geometry was given.
8791 if test "${enable_geometry+set}" = set; then :
8792 enableval
=$enable_geometry;
8793 if test "$enableval" = yes; then
8794 wx_cv_use_geometry
='wxUSE_GEOMETRY=yes'
8796 wx_cv_use_geometry
='wxUSE_GEOMETRY=no'
8801 wx_cv_use_geometry
='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
8806 eval "$wx_cv_use_geometry"
8808 if test x"$enablestring" = xdisable; then
8809 if test $wxUSE_GEOMETRY = no; then
8815 result=$wxUSE_GEOMETRY
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8819 $as_echo "$result" >&6; }
8823 defaultval=$wxUSE_ALL_FEATURES
8824 if test -z "$defaultval"; then
8825 if test x"$enablestring" = xdisable; then
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-log" >&5
8833 $as_echo_n "checking for --${enablestring:-enable}-log... " >&6; }
8834 # Check whether --enable-log was given.
8835 if test "${enable_log+set}" = set; then :
8836 enableval=$enable_log;
8837 if test "$enableval" = yes; then
8838 wx_cv_use_log='wxUSE_LOG
=yes'
8840 wx_cv_use_log='wxUSE_LOG
=no
'
8845 wx_cv_use_log='wxUSE_LOG
=${'DEFAULT_wxUSE_LOG":-$defaultval}"
8850 eval "$wx_cv_use_log"
8852 if test x"$enablestring" = xdisable; then
8853 if test $wxUSE_LOG = no; then
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8863 $as_echo "$result" >&6; }
8867 defaultval=$wxUSE_ALL_FEATURES
8868 if test -z "$defaultval"; then
8869 if test x"$enablestring" = xdisable; then
8876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-longlong" >&5
8877 $as_echo_n "checking
for --${enablestring:-enable}-longlong...
" >&6; }
8878 # Check whether --enable-longlong was given.
8879 if test "${enable_longlong+set}" = set; then :
8880 enableval=$enable_longlong;
8881 if test "$enableval" = yes; then
8882 wx_cv_use_longlong='wxUSE_LONGLONG=yes'
8884 wx_cv_use_longlong='wxUSE_LONGLONG=no'
8889 wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
8894 eval "$wx_cv_use_longlong"
8896 if test x
"$enablestring" = xdisable
; then
8897 if test $wxUSE_LONGLONG = no
; then
8903 result
=$wxUSE_LONGLONG
8906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8907 $as_echo "$result" >&6; }
8911 defaultval
=$wxUSE_ALL_FEATURES
8912 if test -z "$defaultval"; then
8913 if test x
"$enablestring" = xdisable
; then
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mimetype" >&5
8921 $as_echo_n "checking for --${enablestring:-enable}-mimetype... " >&6; }
8922 # Check whether --enable-mimetype was given.
8923 if test "${enable_mimetype+set}" = set; then :
8924 enableval
=$enable_mimetype;
8925 if test "$enableval" = yes; then
8926 wx_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
8928 wx_cv_use_mimetype
='wxUSE_MIMETYPE=no'
8933 wx_cv_use_mimetype
='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
8938 eval "$wx_cv_use_mimetype"
8940 if test x"$enablestring" = xdisable; then
8941 if test $wxUSE_MIMETYPE = no; then
8947 result=$wxUSE_MIMETYPE
8950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8951 $as_echo "$result" >&6; }
8955 defaultval=$wxUSE_ALL_FEATURES
8956 if test -z "$defaultval"; then
8957 if test x"$enablestring" = xdisable; then
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-printfposparam" >&5
8965 $as_echo_n "checking for --${enablestring:-enable}-printfposparam... " >&6; }
8966 # Check whether --enable-printfposparam was given.
8967 if test "${enable_printfposparam+set}" = set; then :
8968 enableval=$enable_printfposparam;
8969 if test "$enableval" = yes; then
8970 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS
=yes'
8972 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS
=no
'
8977 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS
=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
8982 eval "$wx_cv_use_printfposparam"
8984 if test x"$enablestring" = xdisable; then
8985 if test $wxUSE_PRINTF_POS_PARAMS = no; then
8991 result=$wxUSE_PRINTF_POS_PARAMS
8994 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8995 $as_echo "$result" >&6; }
8999 defaultval=$wxUSE_ALL_FEATURES
9000 if test -z "$defaultval"; then
9001 if test x"$enablestring" = xdisable; then
9008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-snglinst" >&5
9009 $as_echo_n "checking
for --${enablestring:-enable}-snglinst...
" >&6; }
9010 # Check whether --enable-snglinst was given.
9011 if test "${enable_snglinst+set}" = set; then :
9012 enableval=$enable_snglinst;
9013 if test "$enableval" = yes; then
9014 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
9016 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
9021 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
9026 eval "$wx_cv_use_snglinst"
9028 if test x
"$enablestring" = xdisable
; then
9029 if test $wxUSE_SNGLINST_CHECKER = no
; then
9035 result
=$wxUSE_SNGLINST_CHECKER
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9039 $as_echo "$result" >&6; }
9043 defaultval
=$wxUSE_ALL_FEATURES
9044 if test -z "$defaultval"; then
9045 if test x
"$enablestring" = xdisable
; then
9052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sound" >&5
9053 $as_echo_n "checking for --${enablestring:-enable}-sound... " >&6; }
9054 # Check whether --enable-sound was given.
9055 if test "${enable_sound+set}" = set; then :
9056 enableval
=$enable_sound;
9057 if test "$enableval" = yes; then
9058 wx_cv_use_sound
='wxUSE_SOUND=yes'
9060 wx_cv_use_sound
='wxUSE_SOUND=no'
9065 wx_cv_use_sound
='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
9070 eval "$wx_cv_use_sound"
9072 if test x"$enablestring" = xdisable; then
9073 if test $wxUSE_SOUND = no; then
9082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9083 $as_echo "$result" >&6; }
9087 defaultval=$wxUSE_ALL_FEATURES
9088 if test -z "$defaultval"; then
9089 if test x"$enablestring" = xdisable; then
9096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stdpaths" >&5
9097 $as_echo_n "checking for --${enablestring:-enable}-stdpaths... " >&6; }
9098 # Check whether --enable-stdpaths was given.
9099 if test "${enable_stdpaths+set}" = set; then :
9100 enableval=$enable_stdpaths;
9101 if test "$enableval" = yes; then
9102 wx_cv_use_stdpaths='wxUSE_STDPATHS
=yes'
9104 wx_cv_use_stdpaths='wxUSE_STDPATHS
=no
'
9109 wx_cv_use_stdpaths='wxUSE_STDPATHS
=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
9114 eval "$wx_cv_use_stdpaths"
9116 if test x"$enablestring" = xdisable; then
9117 if test $wxUSE_STDPATHS = no; then
9123 result=$wxUSE_STDPATHS
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9127 $as_echo "$result" >&6; }
9131 defaultval=$wxUSE_ALL_FEATURES
9132 if test -z "$defaultval"; then
9133 if test x"$enablestring" = xdisable; then
9140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-stopwatch" >&5
9141 $as_echo_n "checking
for --${enablestring:-enable}-stopwatch...
" >&6; }
9142 # Check whether --enable-stopwatch was given.
9143 if test "${enable_stopwatch+set}" = set; then :
9144 enableval=$enable_stopwatch;
9145 if test "$enableval" = yes; then
9146 wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
9148 wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
9153 wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
9158 eval "$wx_cv_use_stopwatch"
9160 if test x
"$enablestring" = xdisable
; then
9161 if test $wxUSE_STOPWATCH = no
; then
9167 result
=$wxUSE_STOPWATCH
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9171 $as_echo "$result" >&6; }
9175 defaultval
=$wxUSE_ALL_FEATURES
9176 if test -z "$defaultval"; then
9177 if test x
"$enablestring" = xdisable
; then
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-streams" >&5
9185 $as_echo_n "checking for --${enablestring:-enable}-streams... " >&6; }
9186 # Check whether --enable-streams was given.
9187 if test "${enable_streams+set}" = set; then :
9188 enableval
=$enable_streams;
9189 if test "$enableval" = yes; then
9190 wx_cv_use_streams
='wxUSE_STREAMS=yes'
9192 wx_cv_use_streams
='wxUSE_STREAMS=no'
9197 wx_cv_use_streams
='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
9202 eval "$wx_cv_use_streams"
9204 if test x"$enablestring" = xdisable; then
9205 if test $wxUSE_STREAMS = no; then
9211 result=$wxUSE_STREAMS
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9215 $as_echo "$result" >&6; }
9219 defaultval=$wxUSE_ALL_FEATURES
9220 if test -z "$defaultval"; then
9221 if test x"$enablestring" = xdisable; then
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sysoptions" >&5
9229 $as_echo_n "checking for --${enablestring:-enable}-sysoptions... " >&6; }
9230 # Check whether --enable-sysoptions was given.
9231 if test "${enable_sysoptions+set}" = set; then :
9232 enableval=$enable_sysoptions;
9233 if test "$enableval" = yes; then
9234 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS
=yes'
9236 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS
=no
'
9241 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS
=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
9246 eval "$wx_cv_use_sysoptions"
9248 if test x"$enablestring" = xdisable; then
9249 if test $wxUSE_SYSTEM_OPTIONS = no; then
9255 result=$wxUSE_SYSTEM_OPTIONS
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9259 $as_echo "$result" >&6; }
9263 defaultval=$wxUSE_ALL_FEATURES
9264 if test -z "$defaultval"; then
9265 if test x"$enablestring" = xdisable; then
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tarstream" >&5
9273 $as_echo_n "checking
for --${enablestring:-enable}-tarstream...
" >&6; }
9274 # Check whether --enable-tarstream was given.
9275 if test "${enable_tarstream+set}" = set; then :
9276 enableval=$enable_tarstream;
9277 if test "$enableval" = yes; then
9278 wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
9280 wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
9285 wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
9290 eval "$wx_cv_use_tarstream"
9292 if test x
"$enablestring" = xdisable
; then
9293 if test $wxUSE_TARSTREAM = no
; then
9299 result
=$wxUSE_TARSTREAM
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9303 $as_echo "$result" >&6; }
9307 defaultval
=$wxUSE_ALL_FEATURES
9308 if test -z "$defaultval"; then
9309 if test x
"$enablestring" = xdisable
; then
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textbuf" >&5
9317 $as_echo_n "checking for --${enablestring:-enable}-textbuf... " >&6; }
9318 # Check whether --enable-textbuf was given.
9319 if test "${enable_textbuf+set}" = set; then :
9320 enableval
=$enable_textbuf;
9321 if test "$enableval" = yes; then
9322 wx_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
9324 wx_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
9329 wx_cv_use_textbuf
='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
9334 eval "$wx_cv_use_textbuf"
9336 if test x"$enablestring" = xdisable; then
9337 if test $wxUSE_TEXTBUFFER = no; then
9343 result=$wxUSE_TEXTBUFFER
9346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9347 $as_echo "$result" >&6; }
9351 defaultval=$wxUSE_ALL_FEATURES
9352 if test -z "$defaultval"; then
9353 if test x"$enablestring" = xdisable; then
9360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textfile" >&5
9361 $as_echo_n "checking for --${enablestring:-enable}-textfile... " >&6; }
9362 # Check whether --enable-textfile was given.
9363 if test "${enable_textfile+set}" = set; then :
9364 enableval=$enable_textfile;
9365 if test "$enableval" = yes; then
9366 wx_cv_use_textfile='wxUSE_TEXTFILE
=yes'
9368 wx_cv_use_textfile='wxUSE_TEXTFILE
=no
'
9373 wx_cv_use_textfile='wxUSE_TEXTFILE
=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
9378 eval "$wx_cv_use_textfile"
9380 if test x"$enablestring" = xdisable; then
9381 if test $wxUSE_TEXTFILE = no; then
9387 result=$wxUSE_TEXTFILE
9390 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9391 $as_echo "$result" >&6; }
9395 defaultval=$wxUSE_ALL_FEATURES
9396 if test -z "$defaultval"; then
9397 if test x"$enablestring" = xdisable; then
9404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-timer" >&5
9405 $as_echo_n "checking
for --${enablestring:-enable}-timer...
" >&6; }
9406 # Check whether --enable-timer was given.
9407 if test "${enable_timer+set}" = set; then :
9408 enableval=$enable_timer;
9409 if test "$enableval" = yes; then
9410 wx_cv_use_timer='wxUSE_TIMER=yes'
9412 wx_cv_use_timer='wxUSE_TIMER=no'
9417 wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
9422 eval "$wx_cv_use_timer"
9424 if test x
"$enablestring" = xdisable
; then
9425 if test $wxUSE_TIMER = no
; then
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9435 $as_echo "$result" >&6; }
9439 defaultval
=$wxUSE_ALL_FEATURES
9440 if test -z "$defaultval"; then
9441 if test x
"$enablestring" = xdisable
; then
9448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-variant" >&5
9449 $as_echo_n "checking for --${enablestring:-enable}-variant... " >&6; }
9450 # Check whether --enable-variant was given.
9451 if test "${enable_variant+set}" = set; then :
9452 enableval
=$enable_variant;
9453 if test "$enableval" = yes; then
9454 wx_cv_use_variant
='wxUSE_VARIANT=yes'
9456 wx_cv_use_variant
='wxUSE_VARIANT=no'
9461 wx_cv_use_variant
='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
9466 eval "$wx_cv_use_variant"
9468 if test x"$enablestring" = xdisable; then
9469 if test $wxUSE_VARIANT = no; then
9475 result=$wxUSE_VARIANT
9478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9479 $as_echo "$result" >&6; }
9483 defaultval=$wxUSE_ALL_FEATURES
9484 if test -z "$defaultval"; then
9485 if test x"$enablestring" = xdisable; then
9492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-zipstream" >&5
9493 $as_echo_n "checking for --${enablestring:-enable}-zipstream... " >&6; }
9494 # Check whether --enable-zipstream was given.
9495 if test "${enable_zipstream+set}" = set; then :
9496 enableval=$enable_zipstream;
9497 if test "$enableval" = yes; then
9498 wx_cv_use_zipstream='wxUSE_ZIPSTREAM
=yes'
9500 wx_cv_use_zipstream='wxUSE_ZIPSTREAM
=no
'
9505 wx_cv_use_zipstream='wxUSE_ZIPSTREAM
=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
9510 eval "$wx_cv_use_zipstream"
9512 if test x"$enablestring" = xdisable; then
9513 if test $wxUSE_ZIPSTREAM = no; then
9519 result=$wxUSE_ZIPSTREAM
9522 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9523 $as_echo "$result" >&6; }
9528 defaultval=$wxUSE_ALL_FEATURES
9529 if test -z "$defaultval"; then
9530 if test x"$enablestring" = xdisable; then
9537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-url" >&5
9538 $as_echo_n "checking
for --${enablestring:-enable}-url...
" >&6; }
9539 # Check whether --enable-url was given.
9540 if test "${enable_url+set}" = set; then :
9541 enableval=$enable_url;
9542 if test "$enableval" = yes; then
9543 wx_cv_use_url='wxUSE_URL=yes'
9545 wx_cv_use_url='wxUSE_URL=no'
9550 wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
9555 eval "$wx_cv_use_url"
9557 if test x
"$enablestring" = xdisable
; then
9558 if test $wxUSE_URL = no
; then
9567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9568 $as_echo "$result" >&6; }
9572 defaultval
=$wxUSE_ALL_FEATURES
9573 if test -z "$defaultval"; then
9574 if test x
"$enablestring" = xdisable
; then
9581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol" >&5
9582 $as_echo_n "checking for --${enablestring:-enable}-protocol... " >&6; }
9583 # Check whether --enable-protocol was given.
9584 if test "${enable_protocol+set}" = set; then :
9585 enableval
=$enable_protocol;
9586 if test "$enableval" = yes; then
9587 wx_cv_use_protocol
='wxUSE_PROTOCOL=yes'
9589 wx_cv_use_protocol
='wxUSE_PROTOCOL=no'
9594 wx_cv_use_protocol
='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
9599 eval "$wx_cv_use_protocol"
9601 if test x"$enablestring" = xdisable; then
9602 if test $wxUSE_PROTOCOL = no; then
9608 result=$wxUSE_PROTOCOL
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9612 $as_echo "$result" >&6; }
9616 defaultval=$wxUSE_ALL_FEATURES
9617 if test -z "$defaultval"; then
9618 if test x"$enablestring" = xdisable; then
9625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_http" >&5
9626 $as_echo_n "checking for --${enablestring:-enable}-protocol_http... " >&6; }
9627 # Check whether --enable-protocol_http was given.
9628 if test "${enable_protocol_http+set}" = set; then :
9629 enableval=$enable_protocol_http;
9630 if test "$enableval" = yes; then
9631 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=yes'
9633 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=no
'
9638 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
9643 eval "$wx_cv_use_protocol_http"
9645 if test x"$enablestring" = xdisable; then
9646 if test $wxUSE_PROTOCOL_HTTP = no; then
9652 result=$wxUSE_PROTOCOL_HTTP
9655 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9656 $as_echo "$result" >&6; }
9660 defaultval=$wxUSE_ALL_FEATURES
9661 if test -z "$defaultval"; then
9662 if test x"$enablestring" = xdisable; then
9669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-protocol_ftp" >&5
9670 $as_echo_n "checking
for --${enablestring:-enable}-protocol_ftp...
" >&6; }
9671 # Check whether --enable-protocol_ftp was given.
9672 if test "${enable_protocol_ftp+set}" = set; then :
9673 enableval=$enable_protocol_ftp;
9674 if test "$enableval" = yes; then
9675 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
9677 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
9682 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
9687 eval "$wx_cv_use_protocol_ftp"
9689 if test x
"$enablestring" = xdisable
; then
9690 if test $wxUSE_PROTOCOL_FTP = no
; then
9696 result
=$wxUSE_PROTOCOL_FTP
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9700 $as_echo "$result" >&6; }
9704 defaultval
=$wxUSE_ALL_FEATURES
9705 if test -z "$defaultval"; then
9706 if test x
"$enablestring" = xdisable
; then
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_file" >&5
9714 $as_echo_n "checking for --${enablestring:-enable}-protocol_file... " >&6; }
9715 # Check whether --enable-protocol_file was given.
9716 if test "${enable_protocol_file+set}" = set; then :
9717 enableval
=$enable_protocol_file;
9718 if test "$enableval" = yes; then
9719 wx_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
9721 wx_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
9726 wx_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
9731 eval "$wx_cv_use_protocol_file"
9733 if test x"$enablestring" = xdisable; then
9734 if test $wxUSE_PROTOCOL_FILE = no; then
9740 result=$wxUSE_PROTOCOL_FILE
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9744 $as_echo "$result" >&6; }
9749 defaultval=$wxUSE_ALL_FEATURES
9750 if test -z "$defaultval"; then
9751 if test x"$enablestring" = xdisable; then
9758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-threads" >&5
9759 $as_echo_n "checking for --${enablestring:-enable}-threads... " >&6; }
9760 # Check whether --enable-threads was given.
9761 if test "${enable_threads+set}" = set; then :
9762 enableval=$enable_threads;
9763 if test "$enableval" = yes; then
9764 wx_cv_use_threads='wxUSE_THREADS
=yes'
9766 wx_cv_use_threads='wxUSE_THREADS
=no
'
9771 wx_cv_use_threads='wxUSE_THREADS
=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
9776 eval "$wx_cv_use_threads"
9778 if test x"$enablestring" = xdisable; then
9779 if test $wxUSE_THREADS = no; then
9785 result=$wxUSE_THREADS
9788 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9789 $as_echo "$result" >&6; }
9795 if test -z "$defaultval"; then
9796 if test x"$enablestring" = xdisable; then
9803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-iniconf" >&5
9804 $as_echo_n "checking
for --${enablestring:-enable}-iniconf...
" >&6; }
9805 # Check whether --enable-iniconf was given.
9806 if test "${enable_iniconf+set}" = set; then :
9807 enableval=$enable_iniconf;
9808 if test "$enableval" = yes; then
9809 wx_cv_use_iniconf='wxUSE_INICONF=yes'
9811 wx_cv_use_iniconf='wxUSE_INICONF=no'
9816 wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
9821 eval "$wx_cv_use_iniconf"
9823 if test x
"$enablestring" = xdisable
; then
9824 if test $wxUSE_INICONF = no
; then
9830 result
=$wxUSE_INICONF
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9834 $as_echo "$result" >&6; }
9838 defaultval
=$wxUSE_ALL_FEATURES
9839 if test -z "$defaultval"; then
9840 if test x
"$enablestring" = xdisable
; then
9847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-regkey" >&5
9848 $as_echo_n "checking for --${enablestring:-enable}-regkey... " >&6; }
9849 # Check whether --enable-regkey was given.
9850 if test "${enable_regkey+set}" = set; then :
9851 enableval
=$enable_regkey;
9852 if test "$enableval" = yes; then
9853 wx_cv_use_regkey
='wxUSE_REGKEY=yes'
9855 wx_cv_use_regkey
='wxUSE_REGKEY=no'
9860 wx_cv_use_regkey
='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
9865 eval "$wx_cv_use_regkey"
9867 if test x"$enablestring" = xdisable; then
9868 if test $wxUSE_REGKEY = no; then
9874 result=$wxUSE_REGKEY
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9878 $as_echo "$result" >&6; }
9881 if test "$wxUSE_GUI" = "yes"; then
9886 defaultval=$wxUSE_ALL_FEATURES
9887 if test -z "$defaultval"; then
9888 if test x"$enablestring" = xdisable; then
9895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-docview" >&5
9896 $as_echo_n "checking for --${enablestring:-enable}-docview... " >&6; }
9897 # Check whether --enable-docview was given.
9898 if test "${enable_docview+set}" = set; then :
9899 enableval=$enable_docview;
9900 if test "$enableval" = yes; then
9901 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=yes'
9903 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=no
'
9908 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
9913 eval "$wx_cv_use_docview"
9915 if test x"$enablestring" = xdisable; then
9916 if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
9922 result=$wxUSE_DOC_VIEW_ARCHITECTURE
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9926 $as_echo "$result" >&6; }
9930 defaultval=$wxUSE_ALL_FEATURES
9931 if test -z "$defaultval"; then
9932 if test x"$enablestring" = xdisable; then
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-help" >&5
9940 $as_echo_n "checking
for --${enablestring:-enable}-help...
" >&6; }
9941 # Check whether --enable-help was given.
9942 if test "${enable_help+set}" = set; then :
9943 enableval=$enable_help;
9944 if test "$enableval" = yes; then
9945 wx_cv_use_help='wxUSE_HELP=yes'
9947 wx_cv_use_help='wxUSE_HELP=no'
9952 wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
9957 eval "$wx_cv_use_help"
9959 if test x
"$enablestring" = xdisable
; then
9960 if test $wxUSE_HELP = no
; then
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9970 $as_echo "$result" >&6; }
9974 defaultval
=$wxUSE_ALL_FEATURES
9975 if test -z "$defaultval"; then
9976 if test x
"$enablestring" = xdisable
; then
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mshtmlhelp" >&5
9984 $as_echo_n "checking for --${enablestring:-enable}-mshtmlhelp... " >&6; }
9985 # Check whether --enable-mshtmlhelp was given.
9986 if test "${enable_mshtmlhelp+set}" = set; then :
9987 enableval
=$enable_mshtmlhelp;
9988 if test "$enableval" = yes; then
9989 wx_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
9991 wx_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
9996 wx_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
10001 eval "$wx_cv_use_mshtmlhelp"
10003 if test x"$enablestring" = xdisable; then
10004 if test $wxUSE_MS_HTML_HELP = no; then
10010 result=$wxUSE_MS_HTML_HELP
10013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10014 $as_echo "$result" >&6; }
10018 defaultval=$wxUSE_ALL_FEATURES
10019 if test -z "$defaultval"; then
10020 if test x"$enablestring" = xdisable; then
10027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-html" >&5
10028 $as_echo_n "checking for --${enablestring:-enable}-html... " >&6; }
10029 # Check whether --enable-html was given.
10030 if test "${enable_html+set}" = set; then :
10031 enableval=$enable_html;
10032 if test "$enableval" = yes; then
10033 wx_cv_use_html='wxUSE_HTML
=yes'
10035 wx_cv_use_html='wxUSE_HTML
=no
'
10040 wx_cv_use_html='wxUSE_HTML
=${'DEFAULT_wxUSE_HTML":-$defaultval}"
10045 eval "$wx_cv_use_html"
10047 if test x"$enablestring" = xdisable; then
10048 if test $wxUSE_HTML = no; then
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10058 $as_echo "$result" >&6; }
10062 defaultval=$wxUSE_ALL_FEATURES
10063 if test -z "$defaultval"; then
10064 if test x"$enablestring" = xdisable; then
10071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-htmlhelp" >&5
10072 $as_echo_n "checking
for --${enablestring:-enable}-htmlhelp...
" >&6; }
10073 # Check whether --enable-htmlhelp was given.
10074 if test "${enable_htmlhelp+set}" = set; then :
10075 enableval=$enable_htmlhelp;
10076 if test "$enableval" = yes; then
10077 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
10079 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
10084 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
10089 eval "$wx_cv_use_htmlhelp"
10091 if test x
"$enablestring" = xdisable
; then
10092 if test $wxUSE_WXHTML_HELP = no
; then
10098 result
=$wxUSE_WXHTML_HELP
10101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10102 $as_echo "$result" >&6; }
10106 defaultval
=$wxUSE_ALL_FEATURES
10107 if test -z "$defaultval"; then
10108 if test x
"$enablestring" = xdisable
; then
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xrc" >&5
10116 $as_echo_n "checking for --${enablestring:-enable}-xrc... " >&6; }
10117 # Check whether --enable-xrc was given.
10118 if test "${enable_xrc+set}" = set; then :
10119 enableval
=$enable_xrc;
10120 if test "$enableval" = yes; then
10121 wx_cv_use_xrc
='wxUSE_XRC=yes'
10123 wx_cv_use_xrc
='wxUSE_XRC=no'
10128 wx_cv_use_xrc
='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
10133 eval "$wx_cv_use_xrc"
10135 if test x"$enablestring" = xdisable; then
10136 if test $wxUSE_XRC = no; then
10145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10146 $as_echo "$result" >&6; }
10150 defaultval=$wxUSE_ALL_FEATURES
10151 if test -z "$defaultval"; then
10152 if test x"$enablestring" = xdisable; then
10159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-aui" >&5
10160 $as_echo_n "checking for --${enablestring:-enable}-aui... " >&6; }
10161 # Check whether --enable-aui was given.
10162 if test "${enable_aui+set}" = set; then :
10163 enableval=$enable_aui;
10164 if test "$enableval" = yes; then
10165 wx_cv_use_aui='wxUSE_AUI
=yes'
10167 wx_cv_use_aui='wxUSE_AUI
=no
'
10172 wx_cv_use_aui='wxUSE_AUI
=${'DEFAULT_wxUSE_AUI":-$defaultval}"
10177 eval "$wx_cv_use_aui"
10179 if test x"$enablestring" = xdisable; then
10180 if test $wxUSE_AUI = no; then
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10190 $as_echo "$result" >&6; }
10194 defaultval=$wxUSE_ALL_FEATURES
10195 if test -z "$defaultval"; then
10196 if test x"$enablestring" = xdisable; then
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-propgrid" >&5
10204 $as_echo_n "checking
for --${enablestring:-enable}-propgrid...
" >&6; }
10205 # Check whether --enable-propgrid was given.
10206 if test "${enable_propgrid+set}" = set; then :
10207 enableval=$enable_propgrid;
10208 if test "$enableval" = yes; then
10209 wx_cv_use_propgrid='wxUSE_PROPGRID=yes'
10211 wx_cv_use_propgrid='wxUSE_PROPGRID=no'
10216 wx_cv_use_propgrid='wxUSE_PROPGRID=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
10221 eval "$wx_cv_use_propgrid"
10223 if test x
"$enablestring" = xdisable
; then
10224 if test $wxUSE_PROPGRID = no
; then
10230 result
=$wxUSE_PROPGRID
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10234 $as_echo "$result" >&6; }
10238 defaultval
=$wxUSE_ALL_FEATURES
10239 if test -z "$defaultval"; then
10240 if test x
"$enablestring" = xdisable
; then
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ribbon" >&5
10248 $as_echo_n "checking for --${enablestring:-enable}-ribbon... " >&6; }
10249 # Check whether --enable-ribbon was given.
10250 if test "${enable_ribbon+set}" = set; then :
10251 enableval
=$enable_ribbon;
10252 if test "$enableval" = yes; then
10253 wx_cv_use_ribbon
='wxUSE_RIBBON=yes'
10255 wx_cv_use_ribbon
='wxUSE_RIBBON=no'
10260 wx_cv_use_ribbon
='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
10265 eval "$wx_cv_use_ribbon"
10267 if test x"$enablestring" = xdisable; then
10268 if test $wxUSE_RIBBON = no; then
10274 result=$wxUSE_RIBBON
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10278 $as_echo "$result" >&6; }
10282 defaultval=$wxUSE_ALL_FEATURES
10283 if test -z "$defaultval"; then
10284 if test x"$enablestring" = xdisable; then
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stc" >&5
10292 $as_echo_n "checking for --${enablestring:-enable}-stc... " >&6; }
10293 # Check whether --enable-stc was given.
10294 if test "${enable_stc+set}" = set; then :
10295 enableval=$enable_stc;
10296 if test "$enableval" = yes; then
10297 wx_cv_use_stc='wxUSE_STC
=yes'
10299 wx_cv_use_stc='wxUSE_STC
=no
'
10304 wx_cv_use_stc='wxUSE_STC
=${'DEFAULT_wxUSE_STC":-$defaultval}"
10309 eval "$wx_cv_use_stc"
10311 if test x"$enablestring" = xdisable; then
10312 if test $wxUSE_STC = no; then
10321 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10322 $as_echo "$result" >&6; }
10326 defaultval=$wxUSE_ALL_FEATURES
10327 if test -z "$defaultval"; then
10328 if test x"$enablestring" = xdisable; then
10335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-constraints" >&5
10336 $as_echo_n "checking
for --${enablestring:-enable}-constraints...
" >&6; }
10337 # Check whether --enable-constraints was given.
10338 if test "${enable_constraints+set}" = set; then :
10339 enableval=$enable_constraints;
10340 if test "$enableval" = yes; then
10341 wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
10343 wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
10348 wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
10353 eval "$wx_cv_use_constraints"
10355 if test x
"$enablestring" = xdisable
; then
10356 if test $wxUSE_CONSTRAINTS = no
; then
10362 result
=$wxUSE_CONSTRAINTS
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10366 $as_echo "$result" >&6; }
10370 defaultval
=$wxUSE_ALL_FEATURES
10371 if test -z "$defaultval"; then
10372 if test x
"$enablestring" = xdisable
; then
10379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-loggui" >&5
10380 $as_echo_n "checking for --${enablestring:-enable}-loggui... " >&6; }
10381 # Check whether --enable-loggui was given.
10382 if test "${enable_loggui+set}" = set; then :
10383 enableval
=$enable_loggui;
10384 if test "$enableval" = yes; then
10385 wx_cv_use_loggui
='wxUSE_LOGGUI=yes'
10387 wx_cv_use_loggui
='wxUSE_LOGGUI=no'
10392 wx_cv_use_loggui
='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
10397 eval "$wx_cv_use_loggui"
10399 if test x"$enablestring" = xdisable; then
10400 if test $wxUSE_LOGGUI = no; then
10406 result=$wxUSE_LOGGUI
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10410 $as_echo "$result" >&6; }
10414 defaultval=$wxUSE_ALL_FEATURES
10415 if test -z "$defaultval"; then
10416 if test x"$enablestring" = xdisable; then
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-logwin" >&5
10424 $as_echo_n "checking for --${enablestring:-enable}-logwin... " >&6; }
10425 # Check whether --enable-logwin was given.
10426 if test "${enable_logwin+set}" = set; then :
10427 enableval=$enable_logwin;
10428 if test "$enableval" = yes; then
10429 wx_cv_use_logwin='wxUSE_LOGWINDOW
=yes'
10431 wx_cv_use_logwin='wxUSE_LOGWINDOW
=no
'
10436 wx_cv_use_logwin='wxUSE_LOGWINDOW
=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
10441 eval "$wx_cv_use_logwin"
10443 if test x"$enablestring" = xdisable; then
10444 if test $wxUSE_LOGWINDOW = no; then
10450 result=$wxUSE_LOGWINDOW
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10454 $as_echo "$result" >&6; }
10458 defaultval=$wxUSE_ALL_FEATURES
10459 if test -z "$defaultval"; then
10460 if test x"$enablestring" = xdisable; then
10467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-logdialog" >&5
10468 $as_echo_n "checking
for --${enablestring:-enable}-logdialog...
" >&6; }
10469 # Check whether --enable-logdialog was given.
10470 if test "${enable_logdialog+set}" = set; then :
10471 enableval=$enable_logdialog;
10472 if test "$enableval" = yes; then
10473 wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
10475 wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
10480 wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
10485 eval "$wx_cv_use_logdialog"
10487 if test x
"$enablestring" = xdisable
; then
10488 if test $wxUSE_LOGDIALOG = no
; then
10494 result
=$wxUSE_LOGDIALOG
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10498 $as_echo "$result" >&6; }
10502 defaultval
=$wxUSE_ALL_FEATURES
10503 if test -z "$defaultval"; then
10504 if test x
"$enablestring" = xdisable
; then
10511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mdi" >&5
10512 $as_echo_n "checking for --${enablestring:-enable}-mdi... " >&6; }
10513 # Check whether --enable-mdi was given.
10514 if test "${enable_mdi+set}" = set; then :
10515 enableval
=$enable_mdi;
10516 if test "$enableval" = yes; then
10517 wx_cv_use_mdi
='wxUSE_MDI=yes'
10519 wx_cv_use_mdi
='wxUSE_MDI=no'
10524 wx_cv_use_mdi
='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
10529 eval "$wx_cv_use_mdi"
10531 if test x"$enablestring" = xdisable; then
10532 if test $wxUSE_MDI = no; then
10541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10542 $as_echo "$result" >&6; }
10546 defaultval=$wxUSE_ALL_FEATURES
10547 if test -z "$defaultval"; then
10548 if test x"$enablestring" = xdisable; then
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mdidoc" >&5
10556 $as_echo_n "checking for --${enablestring:-enable}-mdidoc... " >&6; }
10557 # Check whether --enable-mdidoc was given.
10558 if test "${enable_mdidoc+set}" = set; then :
10559 enableval=$enable_mdidoc;
10560 if test "$enableval" = yes; then
10561 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=yes'
10563 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=no
'
10568 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
10573 eval "$wx_cv_use_mdidoc"
10575 if test x"$enablestring" = xdisable; then
10576 if test $wxUSE_MDI_ARCHITECTURE = no; then
10582 result=$wxUSE_MDI_ARCHITECTURE
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10586 $as_echo "$result" >&6; }
10590 defaultval=$wxUSE_ALL_FEATURES
10591 if test -z "$defaultval"; then
10592 if test x"$enablestring" = xdisable; then
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-mediactrl" >&5
10600 $as_echo_n "checking
for --${enablestring:-enable}-mediactrl...
" >&6; }
10601 # Check whether --enable-mediactrl was given.
10602 if test "${enable_mediactrl+set}" = set; then :
10603 enableval=$enable_mediactrl;
10604 if test "$enableval" = yes; then
10605 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
10607 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
10612 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
10617 eval "$wx_cv_use_mediactrl"
10619 if test x
"$enablestring" = xdisable
; then
10620 if test $wxUSE_MEDIACTRL = no
; then
10626 result
=$wxUSE_MEDIACTRL
10629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10630 $as_echo "$result" >&6; }
10634 defaultval
=$wxUSE_ALL_FEATURES
10635 if test -z "$defaultval"; then
10636 if test x
"$enablestring" = xdisable
; then
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gstreamer8" >&5
10644 $as_echo_n "checking for --${enablestring:-enable}-gstreamer8... " >&6; }
10645 # Check whether --enable-gstreamer8 was given.
10646 if test "${enable_gstreamer8+set}" = set; then :
10647 enableval
=$enable_gstreamer8;
10648 if test "$enableval" = yes; then
10649 wx_cv_use_gstreamer8
='wxUSE_GSTREAMER8=yes'
10651 wx_cv_use_gstreamer8
='wxUSE_GSTREAMER8=no'
10656 wx_cv_use_gstreamer8
='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
10661 eval "$wx_cv_use_gstreamer8"
10663 if test x"$enablestring" = xdisable; then
10664 if test $wxUSE_GSTREAMER8 = no; then
10670 result=$wxUSE_GSTREAMER8
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10674 $as_echo "$result" >&6; }
10678 defaultval=$wxUSE_ALL_FEATURES
10679 if test -z "$defaultval"; then
10680 if test x"$enablestring" = xdisable; then
10687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richtext" >&5
10688 $as_echo_n "checking for --${enablestring:-enable}-richtext... " >&6; }
10689 # Check whether --enable-richtext was given.
10690 if test "${enable_richtext+set}" = set; then :
10691 enableval=$enable_richtext;
10692 if test "$enableval" = yes; then
10693 wx_cv_use_richtext='wxUSE_RICHTEXT
=yes'
10695 wx_cv_use_richtext='wxUSE_RICHTEXT
=no
'
10700 wx_cv_use_richtext='wxUSE_RICHTEXT
=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
10705 eval "$wx_cv_use_richtext"
10707 if test x"$enablestring" = xdisable; then
10708 if test $wxUSE_RICHTEXT = no; then
10714 result=$wxUSE_RICHTEXT
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10718 $as_echo "$result" >&6; }
10722 defaultval=$wxUSE_ALL_FEATURES
10723 if test -z "$defaultval"; then
10724 if test x"$enablestring" = xdisable; then
10731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-postscript" >&5
10732 $as_echo_n "checking
for --${enablestring:-enable}-postscript...
" >&6; }
10733 # Check whether --enable-postscript was given.
10734 if test "${enable_postscript+set}" = set; then :
10735 enableval=$enable_postscript;
10736 if test "$enableval" = yes; then
10737 wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
10739 wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
10744 wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
10749 eval "$wx_cv_use_postscript"
10751 if test x
"$enablestring" = xdisable
; then
10752 if test $wxUSE_POSTSCRIPT = no
; then
10758 result
=$wxUSE_POSTSCRIPT
10761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10762 $as_echo "$result" >&6; }
10766 defaultval
=$wxUSE_ALL_FEATURES
10767 if test -z "$defaultval"; then
10768 if test x
"$enablestring" = xdisable
; then
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-printarch" >&5
10776 $as_echo_n "checking for --${enablestring:-enable}-printarch... " >&6; }
10777 # Check whether --enable-printarch was given.
10778 if test "${enable_printarch+set}" = set; then :
10779 enableval
=$enable_printarch;
10780 if test "$enableval" = yes; then
10781 wx_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
10783 wx_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
10788 wx_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
10793 eval "$wx_cv_use_printarch"
10795 if test x"$enablestring" = xdisable; then
10796 if test $wxUSE_PRINTING_ARCHITECTURE = no; then
10802 result=$wxUSE_PRINTING_ARCHITECTURE
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10806 $as_echo "$result" >&6; }
10810 defaultval=$wxUSE_ALL_FEATURES
10811 if test -z "$defaultval"; then
10812 if test x"$enablestring" = xdisable; then
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-svg" >&5
10820 $as_echo_n "checking for --${enablestring:-enable}-svg... " >&6; }
10821 # Check whether --enable-svg was given.
10822 if test "${enable_svg+set}" = set; then :
10823 enableval=$enable_svg;
10824 if test "$enableval" = yes; then
10825 wx_cv_use_svg='wxUSE_SVG
=yes'
10827 wx_cv_use_svg='wxUSE_SVG
=no
'
10832 wx_cv_use_svg='wxUSE_SVG
=${'DEFAULT_wxUSE_SVG":-$defaultval}"
10837 eval "$wx_cv_use_svg"
10839 if test x"$enablestring" = xdisable; then
10840 if test $wxUSE_SVG = no; then
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10850 $as_echo "$result" >&6; }
10854 defaultval=$wxUSE_ALL_FEATURES
10855 if test -z "$defaultval"; then
10856 if test x"$enablestring" = xdisable; then
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-webkit" >&5
10864 $as_echo_n "checking
for --${enablestring:-enable}-webkit...
" >&6; }
10865 # Check whether --enable-webkit was given.
10866 if test "${enable_webkit+set}" = set; then :
10867 enableval=$enable_webkit;
10868 if test "$enableval" = yes; then
10869 wx_cv_use_webkit='wxUSE_WEBKIT=yes'
10871 wx_cv_use_webkit='wxUSE_WEBKIT=no'
10876 wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
10881 eval "$wx_cv_use_webkit"
10883 if test x
"$enablestring" = xdisable
; then
10884 if test $wxUSE_WEBKIT = no
; then
10890 result
=$wxUSE_WEBKIT
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10894 $as_echo "$result" >&6; }
10898 defaultval
=$wxUSE_ALL_FEATURES
10899 if test -z "$defaultval"; then
10900 if test x
"$enablestring" = xdisable
; then
10907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webview" >&5
10908 $as_echo_n "checking for --${enablestring:-enable}-webview... " >&6; }
10909 # Check whether --enable-webview was given.
10910 if test "${enable_webview+set}" = set; then :
10911 enableval
=$enable_webview;
10912 if test "$enableval" = yes; then
10913 wx_cv_use_webview
='wxUSE_WEBVIEW=yes'
10915 wx_cv_use_webview
='wxUSE_WEBVIEW=no'
10920 wx_cv_use_webview
='wxUSE_WEBVIEW=${'DEFAULT_wxUSE_WEBVIEW":-$defaultval}"
10925 eval "$wx_cv_use_webview"
10927 if test x"$enablestring" = xdisable; then
10928 if test $wxUSE_WEBVIEW = no; then
10934 result=$wxUSE_WEBVIEW
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10938 $as_echo "$result" >&6; }
10941 if test "$wxUSE_MAC" != 1; then
10944 defaultval=$wxUSE_ALL_FEATURES
10945 if test -z "$defaultval"; then
10946 if test x"$enablestring" = xdisable; then
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-graphics_ctx" >&5
10954 $as_echo_n "checking for --${enablestring:-enable}-graphics_ctx... " >&6; }
10955 # Check whether --enable-graphics_ctx was given.
10956 if test "${enable_graphics_ctx+set}" = set; then :
10957 enableval=$enable_graphics_ctx;
10958 if test "$enableval" = yes; then
10959 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT
=yes'
10961 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT
=no
'
10966 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT
=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
10971 eval "$wx_cv_use_graphics_ctx"
10973 if test x"$enablestring" = xdisable; then
10974 if test $wxUSE_GRAPHICS_CONTEXT = no; then
10980 result=$wxUSE_GRAPHICS_CONTEXT
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10984 $as_echo "$result" >&6; }
10991 defaultval=$wxUSE_ALL_FEATURES
10992 if test -z "$defaultval"; then
10993 if test x"$enablestring" = xdisable; then
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-clipboard" >&5
11001 $as_echo_n "checking
for --${enablestring:-enable}-clipboard...
" >&6; }
11002 # Check whether --enable-clipboard was given.
11003 if test "${enable_clipboard+set}" = set; then :
11004 enableval=$enable_clipboard;
11005 if test "$enableval" = yes; then
11006 wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
11008 wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
11013 wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
11018 eval "$wx_cv_use_clipboard"
11020 if test x
"$enablestring" = xdisable
; then
11021 if test $wxUSE_CLIPBOARD = no
; then
11027 result
=$wxUSE_CLIPBOARD
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11031 $as_echo "$result" >&6; }
11035 defaultval
=$wxUSE_ALL_FEATURES
11036 if test -z "$defaultval"; then
11037 if test x
"$enablestring" = xdisable
; then
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dnd" >&5
11045 $as_echo_n "checking for --${enablestring:-enable}-dnd... " >&6; }
11046 # Check whether --enable-dnd was given.
11047 if test "${enable_dnd+set}" = set; then :
11048 enableval
=$enable_dnd;
11049 if test "$enableval" = yes; then
11050 wx_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
11052 wx_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
11057 wx_cv_use_dnd
='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
11062 eval "$wx_cv_use_dnd"
11064 if test x"$enablestring" = xdisable; then
11065 if test $wxUSE_DRAG_AND_DROP = no; then
11071 result=$wxUSE_DRAG_AND_DROP
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11075 $as_echo "$result" >&6; }
11079 DEFAULT_wxUSE_CONTROLS=none
11081 enablestring=disable
11083 if test -z "$defaultval"; then
11084 if test x"$enablestring" = xdisable; then
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-controls" >&5
11092 $as_echo_n "checking for --${enablestring:-enable}-controls... " >&6; }
11093 # Check whether --enable-controls was given.
11094 if test "${enable_controls+set}" = set; then :
11095 enableval=$enable_controls;
11096 if test "$enableval" = yes; then
11097 wx_cv_use_controls='wxUSE_CONTROLS
=yes'
11099 wx_cv_use_controls='wxUSE_CONTROLS
=no
'
11104 wx_cv_use_controls='wxUSE_CONTROLS
=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
11109 eval "$wx_cv_use_controls"
11111 if test x"$enablestring" = xdisable; then
11112 if test $wxUSE_CONTROLS = no; then
11118 result=$wxUSE_CONTROLS
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11122 $as_echo "$result" >&6; }
11125 if test "$wxUSE_CONTROLS" = "no
"; then
11126 DEFAULT_wxUSE_ACCEL=no
11127 DEFAULT_wxUSE_ANIMATIONCTRL=no
11128 DEFAULT_wxUSE_BANNERWINDOW=no
11129 DEFAULT_wxUSE_BMPBUTTON=no
11130 DEFAULT_wxUSE_BUTTON=no
11131 DEFAULT_wxUSE_CALCTRL=no
11132 DEFAULT_wxUSE_CARET=no
11133 DEFAULT_wxUSE_CHECKBOX=no
11134 DEFAULT_wxUSE_CHECKLISTBOX=no
11135 DEFAULT_wxUSE_CHOICE=no
11136 DEFAULT_wxUSE_CHOICEBOOK=no
11137 DEFAULT_wxUSE_COLLPANE=no
11138 DEFAULT_wxUSE_COLOURPICKERCTRL=no
11139 DEFAULT_wxUSE_COMBOBOX=no
11140 DEFAULT_wxUSE_COMBOBOX=no
11141 DEFAULT_wxUSE_COMMANDLINKBUTTON=no
11142 DEFAULT_wxUSE_DATAVIEWCTRL=no
11143 DEFAULT_wxUSE_DATEPICKCTRL=no
11144 DEFAULT_wxUSE_DETECT_SM=no
11145 DEFAULT_wxUSE_DIRPICKERCTRL=no
11146 DEFAULT_wxUSE_DISPLAY=no
11147 DEFAULT_wxUSE_FILECTRL=no
11148 DEFAULT_wxUSE_FILEPICKERCTRL=no
11149 DEFAULT_wxUSE_FONTPICKERCTRL=no
11150 DEFAULT_wxUSE_GAUGE=no
11151 DEFAULT_wxUSE_GRID=no
11152 DEFAULT_wxUSE_HEADERCTRL=no
11153 DEFAULT_wxUSE_HYPERLINKCTRL=no
11154 DEFAULT_wxUSE_IMAGLIST=no
11155 DEFAULT_wxUSE_LISTBOOK=no
11156 DEFAULT_wxUSE_LISTBOX=no
11157 DEFAULT_wxUSE_LISTCTRL=no
11158 DEFAULT_wxUSE_MARKUP=no
11159 DEFAULT_wxUSE_NOTEBOOK=no
11160 DEFAULT_wxUSE_POPUPWIN=no
11161 DEFAULT_wxUSE_RADIOBOX=no
11162 DEFAULT_wxUSE_RADIOBTN=no
11163 DEFAULT_wxUSE_RICHMSGDLG=no
11164 DEFAULT_wxUSE_RICHTOOLTIP=no
11165 DEFAULT_wxUSE_REARRANGECTRL=no
11166 DEFAULT_wxUSE_SASH=no
11167 DEFAULT_wxUSE_SCROLLBAR=no
11168 DEFAULT_wxUSE_SEARCHCTRL=no
11169 DEFAULT_wxUSE_SLIDER=no
11170 DEFAULT_wxUSE_SPINBTN=no
11171 DEFAULT_wxUSE_SPINCTRL=no
11172 DEFAULT_wxUSE_SPLITTER=no
11173 DEFAULT_wxUSE_STATBMP=no
11174 DEFAULT_wxUSE_STATBOX=no
11175 DEFAULT_wxUSE_STATLINE=no
11176 DEFAULT_wxUSE_STATUSBAR=no
11177 DEFAULT_wxUSE_TIMEPICKCTRL=no
11178 DEFAULT_wxUSE_TIPWINDOW=no
11179 DEFAULT_wxUSE_TOGGLEBTN=no
11180 DEFAULT_wxUSE_TOOLBAR=no
11181 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
11182 DEFAULT_wxUSE_TOOLBOOK=no
11183 DEFAULT_wxUSE_TOOLTIPS=no
11184 DEFAULT_wxUSE_TREEBOOK=no
11185 DEFAULT_wxUSE_TREECTRL=no
11186 DEFAULT_wxUSE_TREELISTCTRL=no
11191 defaultval=$wxUSE_ALL_FEATURES
11192 if test -z "$defaultval"; then
11193 if test x"$enablestring" = xdisable; then
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-markup" >&5
11201 $as_echo_n "checking
for --${enablestring:-enable}-markup...
" >&6; }
11202 # Check whether --enable-markup was given.
11203 if test "${enable_markup+set}" = set; then :
11204 enableval=$enable_markup;
11205 if test "$enableval" = yes; then
11206 wx_cv_use_markup='wxUSE_MARKUP=yes'
11208 wx_cv_use_markup='wxUSE_MARKUP=no'
11213 wx_cv_use_markup='wxUSE_MARKUP=${'DEFAULT_wxUSE_MARKUP":-$defaultval}"
11218 eval "$wx_cv_use_markup"
11220 if test x
"$enablestring" = xdisable
; then
11221 if test $wxUSE_MARKUP = no
; then
11227 result
=$wxUSE_MARKUP
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11231 $as_echo "$result" >&6; }
11236 defaultval
=$wxUSE_ALL_FEATURES
11237 if test -z "$defaultval"; then
11238 if test x
"$enablestring" = xdisable
; then
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-accel" >&5
11246 $as_echo_n "checking for --${enablestring:-enable}-accel... " >&6; }
11247 # Check whether --enable-accel was given.
11248 if test "${enable_accel+set}" = set; then :
11249 enableval
=$enable_accel;
11250 if test "$enableval" = yes; then
11251 wx_cv_use_accel
='wxUSE_ACCEL=yes'
11253 wx_cv_use_accel
='wxUSE_ACCEL=no'
11258 wx_cv_use_accel
='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
11263 eval "$wx_cv_use_accel"
11265 if test x"$enablestring" = xdisable; then
11266 if test $wxUSE_ACCEL = no; then
11272 result=$wxUSE_ACCEL
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11276 $as_echo "$result" >&6; }
11280 defaultval=$wxUSE_ALL_FEATURES
11281 if test -z "$defaultval"; then
11282 if test x"$enablestring" = xdisable; then
11289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-animatectrl" >&5
11290 $as_echo_n "checking for --${enablestring:-enable}-animatectrl... " >&6; }
11291 # Check whether --enable-animatectrl was given.
11292 if test "${enable_animatectrl+set}" = set; then :
11293 enableval=$enable_animatectrl;
11294 if test "$enableval" = yes; then
11295 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL
=yes'
11297 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL
=no
'
11302 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL
=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
11307 eval "$wx_cv_use_animatectrl"
11309 if test x"$enablestring" = xdisable; then
11310 if test $wxUSE_ANIMATIONCTRL = no; then
11316 result=$wxUSE_ANIMATIONCTRL
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11320 $as_echo "$result" >&6; }
11324 defaultval=$wxUSE_ALL_FEATURES
11325 if test -z "$defaultval"; then
11326 if test x"$enablestring" = xdisable; then
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-bannerwindow" >&5
11334 $as_echo_n "checking
for --${enablestring:-enable}-bannerwindow...
" >&6; }
11335 # Check whether --enable-bannerwindow was given.
11336 if test "${enable_bannerwindow+set}" = set; then :
11337 enableval=$enable_bannerwindow;
11338 if test "$enableval" = yes; then
11339 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=yes'
11341 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=no'
11346 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=${'DEFAULT_wxUSE_BANNERWINDOW":-$defaultval}"
11351 eval "$wx_cv_use_bannerwindow"
11353 if test x
"$enablestring" = xdisable
; then
11354 if test $wxUSE_BANNERWINDOW = no
; then
11360 result
=$wxUSE_BANNERWINDOW
11363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11364 $as_echo "$result" >&6; }
11368 defaultval
=$wxUSE_ALL_FEATURES
11369 if test -z "$defaultval"; then
11370 if test x
"$enablestring" = xdisable
; then
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-artstd" >&5
11378 $as_echo_n "checking for --${enablestring:-enable}-artstd... " >&6; }
11379 # Check whether --enable-artstd was given.
11380 if test "${enable_artstd+set}" = set; then :
11381 enableval
=$enable_artstd;
11382 if test "$enableval" = yes; then
11383 wx_cv_use_artstd
='wxUSE_ARTPROVIDER_STD=yes'
11385 wx_cv_use_artstd
='wxUSE_ARTPROVIDER_STD=no'
11390 wx_cv_use_artstd
='wxUSE_ARTPROVIDER_STD=${'DEFAULT_wxUSE_ARTPROVIDER_STD":-$defaultval}"
11395 eval "$wx_cv_use_artstd"
11397 if test x"$enablestring" = xdisable; then
11398 if test $wxUSE_ARTPROVIDER_STD = no; then
11404 result=$wxUSE_ARTPROVIDER_STD
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11408 $as_echo "$result" >&6; }
11412 defaultval=$wxUSE_ALL_FEATURES
11413 if test -z "$defaultval"; then
11414 if test x"$enablestring" = xdisable; then
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-arttango" >&5
11422 $as_echo_n "checking for --${enablestring:-enable}-arttango... " >&6; }
11423 # Check whether --enable-arttango was given.
11424 if test "${enable_arttango+set}" = set; then :
11425 enableval=$enable_arttango;
11426 if test "$enableval" = yes; then
11427 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO
=yes'
11429 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO
=no
'
11434 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO
=${'DEFAULT_wxUSE_ARTPROVIDER_TANGO":-$defaultval}"
11439 eval "$wx_cv_use_arttango"
11441 if test x"$enablestring" = xdisable; then
11442 if test $wxUSE_ARTPROVIDER_TANGO = no; then
11448 result=$wxUSE_ARTPROVIDER_TANGO
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11452 $as_echo "$result" >&6; }
11456 defaultval=$wxUSE_ALL_FEATURES
11457 if test -z "$defaultval"; then
11458 if test x"$enablestring" = xdisable; then
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-bmpbutton" >&5
11466 $as_echo_n "checking
for --${enablestring:-enable}-bmpbutton...
" >&6; }
11467 # Check whether --enable-bmpbutton was given.
11468 if test "${enable_bmpbutton+set}" = set; then :
11469 enableval=$enable_bmpbutton;
11470 if test "$enableval" = yes; then
11471 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
11473 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
11478 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
11483 eval "$wx_cv_use_bmpbutton"
11485 if test x
"$enablestring" = xdisable
; then
11486 if test $wxUSE_BMPBUTTON = no
; then
11492 result
=$wxUSE_BMPBUTTON
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11496 $as_echo "$result" >&6; }
11500 defaultval
=$wxUSE_ALL_FEATURES
11501 if test -z "$defaultval"; then
11502 if test x
"$enablestring" = xdisable
; then
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-bmpcombobox" >&5
11510 $as_echo_n "checking for --${enablestring:-enable}-bmpcombobox... " >&6; }
11511 # Check whether --enable-bmpcombobox was given.
11512 if test "${enable_bmpcombobox+set}" = set; then :
11513 enableval
=$enable_bmpcombobox;
11514 if test "$enableval" = yes; then
11515 wx_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=yes'
11517 wx_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=no'
11522 wx_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
11527 eval "$wx_cv_use_bmpcombobox"
11529 if test x"$enablestring" = xdisable; then
11530 if test $wxUSE_BITMAPCOMBOBOX = no; then
11536 result=$wxUSE_BITMAPCOMBOBOX
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11540 $as_echo "$result" >&6; }
11544 defaultval=$wxUSE_ALL_FEATURES
11545 if test -z "$defaultval"; then
11546 if test x"$enablestring" = xdisable; then
11553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-button" >&5
11554 $as_echo_n "checking for --${enablestring:-enable}-button... " >&6; }
11555 # Check whether --enable-button was given.
11556 if test "${enable_button+set}" = set; then :
11557 enableval=$enable_button;
11558 if test "$enableval" = yes; then
11559 wx_cv_use_button='wxUSE_BUTTON
=yes'
11561 wx_cv_use_button='wxUSE_BUTTON
=no
'
11566 wx_cv_use_button='wxUSE_BUTTON
=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
11571 eval "$wx_cv_use_button"
11573 if test x"$enablestring" = xdisable; then
11574 if test $wxUSE_BUTTON = no; then
11580 result=$wxUSE_BUTTON
11583 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11584 $as_echo "$result" >&6; }
11588 defaultval=$wxUSE_ALL_FEATURES
11589 if test -z "$defaultval"; then
11590 if test x"$enablestring" = xdisable; then
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-calendar" >&5
11598 $as_echo_n "checking
for --${enablestring:-enable}-calendar...
" >&6; }
11599 # Check whether --enable-calendar was given.
11600 if test "${enable_calendar+set}" = set; then :
11601 enableval=$enable_calendar;
11602 if test "$enableval" = yes; then
11603 wx_cv_use_calendar='wxUSE_CALCTRL=yes'
11605 wx_cv_use_calendar='wxUSE_CALCTRL=no'
11610 wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
11615 eval "$wx_cv_use_calendar"
11617 if test x
"$enablestring" = xdisable
; then
11618 if test $wxUSE_CALCTRL = no
; then
11624 result
=$wxUSE_CALCTRL
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11628 $as_echo "$result" >&6; }
11632 defaultval
=$wxUSE_ALL_FEATURES
11633 if test -z "$defaultval"; then
11634 if test x
"$enablestring" = xdisable
; then
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-caret" >&5
11642 $as_echo_n "checking for --${enablestring:-enable}-caret... " >&6; }
11643 # Check whether --enable-caret was given.
11644 if test "${enable_caret+set}" = set; then :
11645 enableval
=$enable_caret;
11646 if test "$enableval" = yes; then
11647 wx_cv_use_caret
='wxUSE_CARET=yes'
11649 wx_cv_use_caret
='wxUSE_CARET=no'
11654 wx_cv_use_caret
='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
11659 eval "$wx_cv_use_caret"
11661 if test x"$enablestring" = xdisable; then
11662 if test $wxUSE_CARET = no; then
11668 result=$wxUSE_CARET
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11672 $as_echo "$result" >&6; }
11676 defaultval=$wxUSE_ALL_FEATURES
11677 if test -z "$defaultval"; then
11678 if test x"$enablestring" = xdisable; then
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-checkbox" >&5
11686 $as_echo_n "checking for --${enablestring:-enable}-checkbox... " >&6; }
11687 # Check whether --enable-checkbox was given.
11688 if test "${enable_checkbox+set}" = set; then :
11689 enableval=$enable_checkbox;
11690 if test "$enableval" = yes; then
11691 wx_cv_use_checkbox='wxUSE_CHECKBOX
=yes'
11693 wx_cv_use_checkbox='wxUSE_CHECKBOX
=no
'
11698 wx_cv_use_checkbox='wxUSE_CHECKBOX
=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
11703 eval "$wx_cv_use_checkbox"
11705 if test x"$enablestring" = xdisable; then
11706 if test $wxUSE_CHECKBOX = no; then
11712 result=$wxUSE_CHECKBOX
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11716 $as_echo "$result" >&6; }
11720 defaultval=$wxUSE_ALL_FEATURES
11721 if test -z "$defaultval"; then
11722 if test x"$enablestring" = xdisable; then
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-checklst" >&5
11730 $as_echo_n "checking
for --${enablestring:-enable}-checklst...
" >&6; }
11731 # Check whether --enable-checklst was given.
11732 if test "${enable_checklst+set}" = set; then :
11733 enableval=$enable_checklst;
11734 if test "$enableval" = yes; then
11735 wx_cv_use_checklst='wxUSE_CHECKLST=yes'
11737 wx_cv_use_checklst='wxUSE_CHECKLST=no'
11742 wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
11747 eval "$wx_cv_use_checklst"
11749 if test x
"$enablestring" = xdisable
; then
11750 if test $wxUSE_CHECKLST = no
; then
11756 result
=$wxUSE_CHECKLST
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11760 $as_echo "$result" >&6; }
11764 defaultval
=$wxUSE_ALL_FEATURES
11765 if test -z "$defaultval"; then
11766 if test x
"$enablestring" = xdisable
; then
11773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choice" >&5
11774 $as_echo_n "checking for --${enablestring:-enable}-choice... " >&6; }
11775 # Check whether --enable-choice was given.
11776 if test "${enable_choice+set}" = set; then :
11777 enableval
=$enable_choice;
11778 if test "$enableval" = yes; then
11779 wx_cv_use_choice
='wxUSE_CHOICE=yes'
11781 wx_cv_use_choice
='wxUSE_CHOICE=no'
11786 wx_cv_use_choice
='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
11791 eval "$wx_cv_use_choice"
11793 if test x"$enablestring" = xdisable; then
11794 if test $wxUSE_CHOICE = no; then
11800 result=$wxUSE_CHOICE
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11804 $as_echo "$result" >&6; }
11808 defaultval=$wxUSE_ALL_FEATURES
11809 if test -z "$defaultval"; then
11810 if test x"$enablestring" = xdisable; then
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choicebook" >&5
11818 $as_echo_n "checking for --${enablestring:-enable}-choicebook... " >&6; }
11819 # Check whether --enable-choicebook was given.
11820 if test "${enable_choicebook+set}" = set; then :
11821 enableval=$enable_choicebook;
11822 if test "$enableval" = yes; then
11823 wx_cv_use_choicebook='wxUSE_CHOICEBOOK
=yes'
11825 wx_cv_use_choicebook='wxUSE_CHOICEBOOK
=no
'
11830 wx_cv_use_choicebook='wxUSE_CHOICEBOOK
=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
11835 eval "$wx_cv_use_choicebook"
11837 if test x"$enablestring" = xdisable; then
11838 if test $wxUSE_CHOICEBOOK = no; then
11844 result=$wxUSE_CHOICEBOOK
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11848 $as_echo "$result" >&6; }
11852 defaultval=$wxUSE_ALL_FEATURES
11853 if test -z "$defaultval"; then
11854 if test x"$enablestring" = xdisable; then
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-collpane" >&5
11862 $as_echo_n "checking
for --${enablestring:-enable}-collpane...
" >&6; }
11863 # Check whether --enable-collpane was given.
11864 if test "${enable_collpane+set}" = set; then :
11865 enableval=$enable_collpane;
11866 if test "$enableval" = yes; then
11867 wx_cv_use_collpane='wxUSE_COLLPANE=yes'
11869 wx_cv_use_collpane='wxUSE_COLLPANE=no'
11874 wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
11879 eval "$wx_cv_use_collpane"
11881 if test x
"$enablestring" = xdisable
; then
11882 if test $wxUSE_COLLPANE = no
; then
11888 result
=$wxUSE_COLLPANE
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11892 $as_echo "$result" >&6; }
11896 defaultval
=$wxUSE_ALL_FEATURES
11897 if test -z "$defaultval"; then
11898 if test x
"$enablestring" = xdisable
; then
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-colourpicker" >&5
11906 $as_echo_n "checking for --${enablestring:-enable}-colourpicker... " >&6; }
11907 # Check whether --enable-colourpicker was given.
11908 if test "${enable_colourpicker+set}" = set; then :
11909 enableval
=$enable_colourpicker;
11910 if test "$enableval" = yes; then
11911 wx_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=yes'
11913 wx_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=no'
11918 wx_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
11923 eval "$wx_cv_use_colourpicker"
11925 if test x"$enablestring" = xdisable; then
11926 if test $wxUSE_COLOURPICKERCTRL = no; then
11932 result=$wxUSE_COLOURPICKERCTRL
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11936 $as_echo "$result" >&6; }
11940 defaultval=$wxUSE_ALL_FEATURES
11941 if test -z "$defaultval"; then
11942 if test x"$enablestring" = xdisable; then
11949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-combobox" >&5
11950 $as_echo_n "checking for --${enablestring:-enable}-combobox... " >&6; }
11951 # Check whether --enable-combobox was given.
11952 if test "${enable_combobox+set}" = set; then :
11953 enableval=$enable_combobox;
11954 if test "$enableval" = yes; then
11955 wx_cv_use_combobox='wxUSE_COMBOBOX
=yes'
11957 wx_cv_use_combobox='wxUSE_COMBOBOX
=no
'
11962 wx_cv_use_combobox='wxUSE_COMBOBOX
=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
11967 eval "$wx_cv_use_combobox"
11969 if test x"$enablestring" = xdisable; then
11970 if test $wxUSE_COMBOBOX = no; then
11976 result=$wxUSE_COMBOBOX
11979 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11980 $as_echo "$result" >&6; }
11984 defaultval=$wxUSE_ALL_FEATURES
11985 if test -z "$defaultval"; then
11986 if test x"$enablestring" = xdisable; then
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-comboctrl" >&5
11994 $as_echo_n "checking
for --${enablestring:-enable}-comboctrl...
" >&6; }
11995 # Check whether --enable-comboctrl was given.
11996 if test "${enable_comboctrl+set}" = set; then :
11997 enableval=$enable_comboctrl;
11998 if test "$enableval" = yes; then
11999 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
12001 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
12006 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
12011 eval "$wx_cv_use_comboctrl"
12013 if test x
"$enablestring" = xdisable
; then
12014 if test $wxUSE_COMBOCTRL = no
; then
12020 result
=$wxUSE_COMBOCTRL
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12024 $as_echo "$result" >&6; }
12028 defaultval
=$wxUSE_ALL_FEATURES
12029 if test -z "$defaultval"; then
12030 if test x
"$enablestring" = xdisable
; then
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-commandlinkbutton" >&5
12038 $as_echo_n "checking for --${enablestring:-enable}-commandlinkbutton... " >&6; }
12039 # Check whether --enable-commandlinkbutton was given.
12040 if test "${enable_commandlinkbutton+set}" = set; then :
12041 enableval
=$enable_commandlinkbutton;
12042 if test "$enableval" = yes; then
12043 wx_cv_use_commandlinkbutton
='wxUSE_COMMANDLINKBUTTON=yes'
12045 wx_cv_use_commandlinkbutton
='wxUSE_COMMANDLINKBUTTON=no'
12050 wx_cv_use_commandlinkbutton
='wxUSE_COMMANDLINKBUTTON=${'DEFAULT_wxUSE_COMMANDLINKBUTTON":-$defaultval}"
12055 eval "$wx_cv_use_commandlinkbutton"
12057 if test x"$enablestring" = xdisable; then
12058 if test $wxUSE_COMMANDLINKBUTTON = no; then
12064 result=$wxUSE_COMMANDLINKBUTTON
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12068 $as_echo "$result" >&6; }
12072 defaultval=$wxUSE_ALL_FEATURES
12073 if test -z "$defaultval"; then
12074 if test x"$enablestring" = xdisable; then
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dataviewctrl" >&5
12082 $as_echo_n "checking for --${enablestring:-enable}-dataviewctrl... " >&6; }
12083 # Check whether --enable-dataviewctrl was given.
12084 if test "${enable_dataviewctrl+set}" = set; then :
12085 enableval=$enable_dataviewctrl;
12086 if test "$enableval" = yes; then
12087 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL
=yes'
12089 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL
=no
'
12094 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL
=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
12099 eval "$wx_cv_use_dataviewctrl"
12101 if test x"$enablestring" = xdisable; then
12102 if test $wxUSE_DATAVIEWCTRL = no; then
12108 result=$wxUSE_DATAVIEWCTRL
12111 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12112 $as_echo "$result" >&6; }
12116 defaultval=$wxUSE_ALL_FEATURES
12117 if test -z "$defaultval"; then
12118 if test x"$enablestring" = xdisable; then
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-datepick" >&5
12126 $as_echo_n "checking
for --${enablestring:-enable}-datepick...
" >&6; }
12127 # Check whether --enable-datepick was given.
12128 if test "${enable_datepick+set}" = set; then :
12129 enableval=$enable_datepick;
12130 if test "$enableval" = yes; then
12131 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
12133 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
12138 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
12143 eval "$wx_cv_use_datepick"
12145 if test x
"$enablestring" = xdisable
; then
12146 if test $wxUSE_DATEPICKCTRL = no
; then
12152 result
=$wxUSE_DATEPICKCTRL
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12156 $as_echo "$result" >&6; }
12160 defaultval
=$wxUSE_ALL_FEATURES
12161 if test -z "$defaultval"; then
12162 if test x
"$enablestring" = xdisable
; then
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-detect_sm" >&5
12170 $as_echo_n "checking for --${enablestring:-enable}-detect_sm... " >&6; }
12171 # Check whether --enable-detect_sm was given.
12172 if test "${enable_detect_sm+set}" = set; then :
12173 enableval
=$enable_detect_sm;
12174 if test "$enableval" = yes; then
12175 wx_cv_use_detect_sm
='wxUSE_DETECT_SM=yes'
12177 wx_cv_use_detect_sm
='wxUSE_DETECT_SM=no'
12182 wx_cv_use_detect_sm
='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
12187 eval "$wx_cv_use_detect_sm"
12189 if test x"$enablestring" = xdisable; then
12190 if test $wxUSE_DETECT_SM = no; then
12196 result=$wxUSE_DETECT_SM
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12200 $as_echo "$result" >&6; }
12204 defaultval=$wxUSE_ALL_FEATURES
12205 if test -z "$defaultval"; then
12206 if test x"$enablestring" = xdisable; then
12213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dirpicker" >&5
12214 $as_echo_n "checking for --${enablestring:-enable}-dirpicker... " >&6; }
12215 # Check whether --enable-dirpicker was given.
12216 if test "${enable_dirpicker+set}" = set; then :
12217 enableval=$enable_dirpicker;
12218 if test "$enableval" = yes; then
12219 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL
=yes'
12221 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL
=no
'
12226 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL
=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
12231 eval "$wx_cv_use_dirpicker"
12233 if test x"$enablestring" = xdisable; then
12234 if test $wxUSE_DIRPICKERCTRL = no; then
12240 result=$wxUSE_DIRPICKERCTRL
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12244 $as_echo "$result" >&6; }
12248 defaultval=$wxUSE_ALL_FEATURES
12249 if test -z "$defaultval"; then
12250 if test x"$enablestring" = xdisable; then
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-display" >&5
12258 $as_echo_n "checking
for --${enablestring:-enable}-display...
" >&6; }
12259 # Check whether --enable-display was given.
12260 if test "${enable_display+set}" = set; then :
12261 enableval=$enable_display;
12262 if test "$enableval" = yes; then
12263 wx_cv_use_display='wxUSE_DISPLAY=yes'
12265 wx_cv_use_display='wxUSE_DISPLAY=no'
12270 wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
12275 eval "$wx_cv_use_display"
12277 if test x
"$enablestring" = xdisable
; then
12278 if test $wxUSE_DISPLAY = no
; then
12284 result
=$wxUSE_DISPLAY
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12288 $as_echo "$result" >&6; }
12292 defaultval
=$wxUSE_ALL_FEATURES
12293 if test -z "$defaultval"; then
12294 if test x
"$enablestring" = xdisable
; then
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-editablebox" >&5
12302 $as_echo_n "checking for --${enablestring:-enable}-editablebox... " >&6; }
12303 # Check whether --enable-editablebox was given.
12304 if test "${enable_editablebox+set}" = set; then :
12305 enableval
=$enable_editablebox;
12306 if test "$enableval" = yes; then
12307 wx_cv_use_editablebox
='wxUSE_EDITABLELISTBOX=yes'
12309 wx_cv_use_editablebox
='wxUSE_EDITABLELISTBOX=no'
12314 wx_cv_use_editablebox
='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
12319 eval "$wx_cv_use_editablebox"
12321 if test x"$enablestring" = xdisable; then
12322 if test $wxUSE_EDITABLELISTBOX = no; then
12328 result=$wxUSE_EDITABLELISTBOX
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12332 $as_echo "$result" >&6; }
12336 defaultval=$wxUSE_ALL_FEATURES
12337 if test -z "$defaultval"; then
12338 if test x"$enablestring" = xdisable; then
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filectrl" >&5
12346 $as_echo_n "checking for --${enablestring:-enable}-filectrl... " >&6; }
12347 # Check whether --enable-filectrl was given.
12348 if test "${enable_filectrl+set}" = set; then :
12349 enableval=$enable_filectrl;
12350 if test "$enableval" = yes; then
12351 wx_cv_use_filectrl='wxUSE_FILECTRL
=yes'
12353 wx_cv_use_filectrl='wxUSE_FILECTRL
=no
'
12358 wx_cv_use_filectrl='wxUSE_FILECTRL
=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
12363 eval "$wx_cv_use_filectrl"
12365 if test x"$enablestring" = xdisable; then
12366 if test $wxUSE_FILECTRL = no; then
12372 result=$wxUSE_FILECTRL
12375 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12376 $as_echo "$result" >&6; }
12380 defaultval=$wxUSE_ALL_FEATURES
12381 if test -z "$defaultval"; then
12382 if test x"$enablestring" = xdisable; then
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-filepicker" >&5
12390 $as_echo_n "checking
for --${enablestring:-enable}-filepicker...
" >&6; }
12391 # Check whether --enable-filepicker was given.
12392 if test "${enable_filepicker+set}" = set; then :
12393 enableval=$enable_filepicker;
12394 if test "$enableval" = yes; then
12395 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
12397 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
12402 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
12407 eval "$wx_cv_use_filepicker"
12409 if test x
"$enablestring" = xdisable
; then
12410 if test $wxUSE_FILEPICKERCTRL = no
; then
12416 result
=$wxUSE_FILEPICKERCTRL
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12420 $as_echo "$result" >&6; }
12424 defaultval
=$wxUSE_ALL_FEATURES
12425 if test -z "$defaultval"; then
12426 if test x
"$enablestring" = xdisable
; then
12433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontpicker" >&5
12434 $as_echo_n "checking for --${enablestring:-enable}-fontpicker... " >&6; }
12435 # Check whether --enable-fontpicker was given.
12436 if test "${enable_fontpicker+set}" = set; then :
12437 enableval
=$enable_fontpicker;
12438 if test "$enableval" = yes; then
12439 wx_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=yes'
12441 wx_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=no'
12446 wx_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
12451 eval "$wx_cv_use_fontpicker"
12453 if test x"$enablestring" = xdisable; then
12454 if test $wxUSE_FONTPICKERCTRL = no; then
12460 result=$wxUSE_FONTPICKERCTRL
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12464 $as_echo "$result" >&6; }
12468 defaultval=$wxUSE_ALL_FEATURES
12469 if test -z "$defaultval"; then
12470 if test x"$enablestring" = xdisable; then
12477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gauge" >&5
12478 $as_echo_n "checking for --${enablestring:-enable}-gauge... " >&6; }
12479 # Check whether --enable-gauge was given.
12480 if test "${enable_gauge+set}" = set; then :
12481 enableval=$enable_gauge;
12482 if test "$enableval" = yes; then
12483 wx_cv_use_gauge='wxUSE_GAUGE
=yes'
12485 wx_cv_use_gauge='wxUSE_GAUGE
=no
'
12490 wx_cv_use_gauge='wxUSE_GAUGE
=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
12495 eval "$wx_cv_use_gauge"
12497 if test x"$enablestring" = xdisable; then
12498 if test $wxUSE_GAUGE = no; then
12504 result=$wxUSE_GAUGE
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12508 $as_echo "$result" >&6; }
12512 defaultval=$wxUSE_ALL_FEATURES
12513 if test -z "$defaultval"; then
12514 if test x"$enablestring" = xdisable; then
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-grid" >&5
12522 $as_echo_n "checking
for --${enablestring:-enable}-grid...
" >&6; }
12523 # Check whether --enable-grid was given.
12524 if test "${enable_grid+set}" = set; then :
12525 enableval=$enable_grid;
12526 if test "$enableval" = yes; then
12527 wx_cv_use_grid='wxUSE_GRID=yes'
12529 wx_cv_use_grid='wxUSE_GRID=no'
12534 wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
12539 eval "$wx_cv_use_grid"
12541 if test x
"$enablestring" = xdisable
; then
12542 if test $wxUSE_GRID = no
; then
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12552 $as_echo "$result" >&6; }
12556 defaultval
=$wxUSE_ALL_FEATURES
12557 if test -z "$defaultval"; then
12558 if test x
"$enablestring" = xdisable
; then
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-headerctrl" >&5
12566 $as_echo_n "checking for --${enablestring:-enable}-headerctrl... " >&6; }
12567 # Check whether --enable-headerctrl was given.
12568 if test "${enable_headerctrl+set}" = set; then :
12569 enableval
=$enable_headerctrl;
12570 if test "$enableval" = yes; then
12571 wx_cv_use_headerctrl
='wxUSE_HEADERCTRL=yes'
12573 wx_cv_use_headerctrl
='wxUSE_HEADERCTRL=no'
12578 wx_cv_use_headerctrl
='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
12583 eval "$wx_cv_use_headerctrl"
12585 if test x"$enablestring" = xdisable; then
12586 if test $wxUSE_HEADERCTRL = no; then
12592 result=$wxUSE_HEADERCTRL
12595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12596 $as_echo "$result" >&6; }
12600 defaultval=$wxUSE_ALL_FEATURES
12601 if test -z "$defaultval"; then
12602 if test x"$enablestring" = xdisable; then
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-hyperlink" >&5
12610 $as_echo_n "checking for --${enablestring:-enable}-hyperlink... " >&6; }
12611 # Check whether --enable-hyperlink was given.
12612 if test "${enable_hyperlink+set}" = set; then :
12613 enableval=$enable_hyperlink;
12614 if test "$enableval" = yes; then
12615 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL
=yes'
12617 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL
=no
'
12622 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL
=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
12627 eval "$wx_cv_use_hyperlink"
12629 if test x"$enablestring" = xdisable; then
12630 if test $wxUSE_HYPERLINKCTRL = no; then
12636 result=$wxUSE_HYPERLINKCTRL
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12640 $as_echo "$result" >&6; }
12644 defaultval=$wxUSE_ALL_FEATURES
12645 if test -z "$defaultval"; then
12646 if test x"$enablestring" = xdisable; then
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-imaglist" >&5
12654 $as_echo_n "checking
for --${enablestring:-enable}-imaglist...
" >&6; }
12655 # Check whether --enable-imaglist was given.
12656 if test "${enable_imaglist+set}" = set; then :
12657 enableval=$enable_imaglist;
12658 if test "$enableval" = yes; then
12659 wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
12661 wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
12666 wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
12671 eval "$wx_cv_use_imaglist"
12673 if test x
"$enablestring" = xdisable
; then
12674 if test $wxUSE_IMAGLIST = no
; then
12680 result
=$wxUSE_IMAGLIST
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12684 $as_echo "$result" >&6; }
12688 defaultval
=$wxUSE_ALL_FEATURES
12689 if test -z "$defaultval"; then
12690 if test x
"$enablestring" = xdisable
; then
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-infobar" >&5
12698 $as_echo_n "checking for --${enablestring:-enable}-infobar... " >&6; }
12699 # Check whether --enable-infobar was given.
12700 if test "${enable_infobar+set}" = set; then :
12701 enableval
=$enable_infobar;
12702 if test "$enableval" = yes; then
12703 wx_cv_use_infobar
='wxUSE_INFOBAR=yes'
12705 wx_cv_use_infobar
='wxUSE_INFOBAR=no'
12710 wx_cv_use_infobar
='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
12715 eval "$wx_cv_use_infobar"
12717 if test x"$enablestring" = xdisable; then
12718 if test $wxUSE_INFOBAR = no; then
12724 result=$wxUSE_INFOBAR
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12728 $as_echo "$result" >&6; }
12732 defaultval=$wxUSE_ALL_FEATURES
12733 if test -z "$defaultval"; then
12734 if test x"$enablestring" = xdisable; then
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listbook" >&5
12742 $as_echo_n "checking for --${enablestring:-enable}-listbook... " >&6; }
12743 # Check whether --enable-listbook was given.
12744 if test "${enable_listbook+set}" = set; then :
12745 enableval=$enable_listbook;
12746 if test "$enableval" = yes; then
12747 wx_cv_use_listbook='wxUSE_LISTBOOK
=yes'
12749 wx_cv_use_listbook='wxUSE_LISTBOOK
=no
'
12754 wx_cv_use_listbook='wxUSE_LISTBOOK
=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
12759 eval "$wx_cv_use_listbook"
12761 if test x"$enablestring" = xdisable; then
12762 if test $wxUSE_LISTBOOK = no; then
12768 result=$wxUSE_LISTBOOK
12771 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12772 $as_echo "$result" >&6; }
12776 defaultval=$wxUSE_ALL_FEATURES
12777 if test -z "$defaultval"; then
12778 if test x"$enablestring" = xdisable; then
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-listbox" >&5
12786 $as_echo_n "checking
for --${enablestring:-enable}-listbox...
" >&6; }
12787 # Check whether --enable-listbox was given.
12788 if test "${enable_listbox+set}" = set; then :
12789 enableval=$enable_listbox;
12790 if test "$enableval" = yes; then
12791 wx_cv_use_listbox='wxUSE_LISTBOX=yes'
12793 wx_cv_use_listbox='wxUSE_LISTBOX=no'
12798 wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
12803 eval "$wx_cv_use_listbox"
12805 if test x
"$enablestring" = xdisable
; then
12806 if test $wxUSE_LISTBOX = no
; then
12812 result
=$wxUSE_LISTBOX
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12816 $as_echo "$result" >&6; }
12820 defaultval
=$wxUSE_ALL_FEATURES
12821 if test -z "$defaultval"; then
12822 if test x
"$enablestring" = xdisable
; then
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listctrl" >&5
12830 $as_echo_n "checking for --${enablestring:-enable}-listctrl... " >&6; }
12831 # Check whether --enable-listctrl was given.
12832 if test "${enable_listctrl+set}" = set; then :
12833 enableval
=$enable_listctrl;
12834 if test "$enableval" = yes; then
12835 wx_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
12837 wx_cv_use_listctrl
='wxUSE_LISTCTRL=no'
12842 wx_cv_use_listctrl
='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
12847 eval "$wx_cv_use_listctrl"
12849 if test x"$enablestring" = xdisable; then
12850 if test $wxUSE_LISTCTRL = no; then
12856 result=$wxUSE_LISTCTRL
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12860 $as_echo "$result" >&6; }
12864 defaultval=$wxUSE_ALL_FEATURES
12865 if test -z "$defaultval"; then
12866 if test x"$enablestring" = xdisable; then
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-notebook" >&5
12874 $as_echo_n "checking for --${enablestring:-enable}-notebook... " >&6; }
12875 # Check whether --enable-notebook was given.
12876 if test "${enable_notebook+set}" = set; then :
12877 enableval=$enable_notebook;
12878 if test "$enableval" = yes; then
12879 wx_cv_use_notebook='wxUSE_NOTEBOOK
=yes'
12881 wx_cv_use_notebook='wxUSE_NOTEBOOK
=no
'
12886 wx_cv_use_notebook='wxUSE_NOTEBOOK
=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
12891 eval "$wx_cv_use_notebook"
12893 if test x"$enablestring" = xdisable; then
12894 if test $wxUSE_NOTEBOOK = no; then
12900 result=$wxUSE_NOTEBOOK
12903 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12904 $as_echo "$result" >&6; }
12908 defaultval=$wxUSE_ALL_FEATURES
12909 if test -z "$defaultval"; then
12910 if test x"$enablestring" = xdisable; then
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-notifmsg" >&5
12918 $as_echo_n "checking
for --${enablestring:-enable}-notifmsg...
" >&6; }
12919 # Check whether --enable-notifmsg was given.
12920 if test "${enable_notifmsg+set}" = set; then :
12921 enableval=$enable_notifmsg;
12922 if test "$enableval" = yes; then
12923 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
12925 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
12930 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
12935 eval "$wx_cv_use_notifmsg"
12937 if test x
"$enablestring" = xdisable
; then
12938 if test $wxUSE_NOTIFICATION_MESSAGE = no
; then
12944 result
=$wxUSE_NOTIFICATION_MESSAGE
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12948 $as_echo "$result" >&6; }
12952 defaultval
=$wxUSE_ALL_FEATURES
12953 if test -z "$defaultval"; then
12954 if test x
"$enablestring" = xdisable
; then
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-odcombobox" >&5
12962 $as_echo_n "checking for --${enablestring:-enable}-odcombobox... " >&6; }
12963 # Check whether --enable-odcombobox was given.
12964 if test "${enable_odcombobox+set}" = set; then :
12965 enableval
=$enable_odcombobox;
12966 if test "$enableval" = yes; then
12967 wx_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=yes'
12969 wx_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=no'
12974 wx_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
12979 eval "$wx_cv_use_odcombobox"
12981 if test x"$enablestring" = xdisable; then
12982 if test $wxUSE_ODCOMBOBOX = no; then
12988 result=$wxUSE_ODCOMBOBOX
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12992 $as_echo "$result" >&6; }
12996 defaultval=$wxUSE_ALL_FEATURES
12997 if test -z "$defaultval"; then
12998 if test x"$enablestring" = xdisable; then
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-popupwin" >&5
13006 $as_echo_n "checking for --${enablestring:-enable}-popupwin... " >&6; }
13007 # Check whether --enable-popupwin was given.
13008 if test "${enable_popupwin+set}" = set; then :
13009 enableval=$enable_popupwin;
13010 if test "$enableval" = yes; then
13011 wx_cv_use_popupwin='wxUSE_POPUPWIN
=yes'
13013 wx_cv_use_popupwin='wxUSE_POPUPWIN
=no
'
13018 wx_cv_use_popupwin='wxUSE_POPUPWIN
=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
13023 eval "$wx_cv_use_popupwin"
13025 if test x"$enablestring" = xdisable; then
13026 if test $wxUSE_POPUPWIN = no; then
13032 result=$wxUSE_POPUPWIN
13035 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13036 $as_echo "$result" >&6; }
13040 defaultval=$wxUSE_ALL_FEATURES
13041 if test -z "$defaultval"; then
13042 if test x"$enablestring" = xdisable; then
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-prefseditor" >&5
13050 $as_echo_n "checking
for --${enablestring:-enable}-prefseditor...
" >&6; }
13051 # Check whether --enable-prefseditor was given.
13052 if test "${enable_prefseditor+set}" = set; then :
13053 enableval=$enable_prefseditor;
13054 if test "$enableval" = yes; then
13055 wx_cv_use_prefseditor='wxUSE_PREFERENCES_EDITOR=yes'
13057 wx_cv_use_prefseditor='wxUSE_PREFERENCES_EDITOR=no'
13062 wx_cv_use_prefseditor='wxUSE_PREFERENCES_EDITOR=${'DEFAULT_wxUSE_PREFERENCES_EDITOR":-$defaultval}"
13067 eval "$wx_cv_use_prefseditor"
13069 if test x
"$enablestring" = xdisable
; then
13070 if test $wxUSE_PREFERENCES_EDITOR = no
; then
13076 result
=$wxUSE_PREFERENCES_EDITOR
13079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13080 $as_echo "$result" >&6; }
13084 defaultval
=$wxUSE_ALL_FEATURES
13085 if test -z "$defaultval"; then
13086 if test x
"$enablestring" = xdisable
; then
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-radiobox" >&5
13094 $as_echo_n "checking for --${enablestring:-enable}-radiobox... " >&6; }
13095 # Check whether --enable-radiobox was given.
13096 if test "${enable_radiobox+set}" = set; then :
13097 enableval
=$enable_radiobox;
13098 if test "$enableval" = yes; then
13099 wx_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
13101 wx_cv_use_radiobox
='wxUSE_RADIOBOX=no'
13106 wx_cv_use_radiobox
='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
13111 eval "$wx_cv_use_radiobox"
13113 if test x"$enablestring" = xdisable; then
13114 if test $wxUSE_RADIOBOX = no; then
13120 result=$wxUSE_RADIOBOX
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13124 $as_echo "$result" >&6; }
13128 defaultval=$wxUSE_ALL_FEATURES
13129 if test -z "$defaultval"; then
13130 if test x"$enablestring" = xdisable; then
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-radiobtn" >&5
13138 $as_echo_n "checking for --${enablestring:-enable}-radiobtn... " >&6; }
13139 # Check whether --enable-radiobtn was given.
13140 if test "${enable_radiobtn+set}" = set; then :
13141 enableval=$enable_radiobtn;
13142 if test "$enableval" = yes; then
13143 wx_cv_use_radiobtn='wxUSE_RADIOBTN
=yes'
13145 wx_cv_use_radiobtn='wxUSE_RADIOBTN
=no
'
13150 wx_cv_use_radiobtn='wxUSE_RADIOBTN
=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
13155 eval "$wx_cv_use_radiobtn"
13157 if test x"$enablestring" = xdisable; then
13158 if test $wxUSE_RADIOBTN = no; then
13164 result=$wxUSE_RADIOBTN
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13168 $as_echo "$result" >&6; }
13172 defaultval=$wxUSE_ALL_FEATURES
13173 if test -z "$defaultval"; then
13174 if test x"$enablestring" = xdisable; then
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-richmsgdlg" >&5
13182 $as_echo_n "checking
for --${enablestring:-enable}-richmsgdlg...
" >&6; }
13183 # Check whether --enable-richmsgdlg was given.
13184 if test "${enable_richmsgdlg+set}" = set; then :
13185 enableval=$enable_richmsgdlg;
13186 if test "$enableval" = yes; then
13187 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=yes'
13189 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=no'
13194 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=${'DEFAULT_wxUSE_RICHMSGDLG":-$defaultval}"
13199 eval "$wx_cv_use_richmsgdlg"
13201 if test x
"$enablestring" = xdisable
; then
13202 if test $wxUSE_RICHMSGDLG = no
; then
13208 result
=$wxUSE_RICHMSGDLG
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13212 $as_echo "$result" >&6; }
13216 defaultval
=$wxUSE_ALL_FEATURES
13217 if test -z "$defaultval"; then
13218 if test x
"$enablestring" = xdisable
; then
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richtooltip" >&5
13226 $as_echo_n "checking for --${enablestring:-enable}-richtooltip... " >&6; }
13227 # Check whether --enable-richtooltip was given.
13228 if test "${enable_richtooltip+set}" = set; then :
13229 enableval
=$enable_richtooltip;
13230 if test "$enableval" = yes; then
13231 wx_cv_use_richtooltip
='wxUSE_RICHTOOLTIP=yes'
13233 wx_cv_use_richtooltip
='wxUSE_RICHTOOLTIP=no'
13238 wx_cv_use_richtooltip
='wxUSE_RICHTOOLTIP=${'DEFAULT_wxUSE_RICHTOOLTIP":-$defaultval}"
13243 eval "$wx_cv_use_richtooltip"
13245 if test x"$enablestring" = xdisable; then
13246 if test $wxUSE_RICHTOOLTIP = no; then
13252 result=$wxUSE_RICHTOOLTIP
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13256 $as_echo "$result" >&6; }
13260 defaultval=$wxUSE_ALL_FEATURES
13261 if test -z "$defaultval"; then
13262 if test x"$enablestring" = xdisable; then
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-rearrangectrl" >&5
13270 $as_echo_n "checking for --${enablestring:-enable}-rearrangectrl... " >&6; }
13271 # Check whether --enable-rearrangectrl was given.
13272 if test "${enable_rearrangectrl+set}" = set; then :
13273 enableval=$enable_rearrangectrl;
13274 if test "$enableval" = yes; then
13275 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL
=yes'
13277 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL
=no
'
13282 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL
=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
13287 eval "$wx_cv_use_rearrangectrl"
13289 if test x"$enablestring" = xdisable; then
13290 if test $wxUSE_REARRANGECTRL = no; then
13296 result=$wxUSE_REARRANGECTRL
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13300 $as_echo "$result" >&6; }
13304 defaultval=$wxUSE_ALL_FEATURES
13305 if test -z "$defaultval"; then
13306 if test x"$enablestring" = xdisable; then
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-sash" >&5
13314 $as_echo_n "checking
for --${enablestring:-enable}-sash...
" >&6; }
13315 # Check whether --enable-sash was given.
13316 if test "${enable_sash+set}" = set; then :
13317 enableval=$enable_sash;
13318 if test "$enableval" = yes; then
13319 wx_cv_use_sash='wxUSE_SASH=yes'
13321 wx_cv_use_sash='wxUSE_SASH=no'
13326 wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
13331 eval "$wx_cv_use_sash"
13333 if test x
"$enablestring" = xdisable
; then
13334 if test $wxUSE_SASH = no
; then
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13344 $as_echo "$result" >&6; }
13348 defaultval
=$wxUSE_ALL_FEATURES
13349 if test -z "$defaultval"; then
13350 if test x
"$enablestring" = xdisable
; then
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-scrollbar" >&5
13358 $as_echo_n "checking for --${enablestring:-enable}-scrollbar... " >&6; }
13359 # Check whether --enable-scrollbar was given.
13360 if test "${enable_scrollbar+set}" = set; then :
13361 enableval
=$enable_scrollbar;
13362 if test "$enableval" = yes; then
13363 wx_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
13365 wx_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
13370 wx_cv_use_scrollbar
='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
13375 eval "$wx_cv_use_scrollbar"
13377 if test x"$enablestring" = xdisable; then
13378 if test $wxUSE_SCROLLBAR = no; then
13384 result=$wxUSE_SCROLLBAR
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13388 $as_echo "$result" >&6; }
13392 defaultval=$wxUSE_ALL_FEATURES
13393 if test -z "$defaultval"; then
13394 if test x"$enablestring" = xdisable; then
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-searchctrl" >&5
13402 $as_echo_n "checking for --${enablestring:-enable}-searchctrl... " >&6; }
13403 # Check whether --enable-searchctrl was given.
13404 if test "${enable_searchctrl+set}" = set; then :
13405 enableval=$enable_searchctrl;
13406 if test "$enableval" = yes; then
13407 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL
=yes'
13409 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL
=no
'
13414 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL
=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
13419 eval "$wx_cv_use_searchctrl"
13421 if test x"$enablestring" = xdisable; then
13422 if test $wxUSE_SEARCHCTRL = no; then
13428 result=$wxUSE_SEARCHCTRL
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13432 $as_echo "$result" >&6; }
13436 defaultval=$wxUSE_ALL_FEATURES
13437 if test -z "$defaultval"; then
13438 if test x"$enablestring" = xdisable; then
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-slider" >&5
13446 $as_echo_n "checking
for --${enablestring:-enable}-slider...
" >&6; }
13447 # Check whether --enable-slider was given.
13448 if test "${enable_slider+set}" = set; then :
13449 enableval=$enable_slider;
13450 if test "$enableval" = yes; then
13451 wx_cv_use_slider='wxUSE_SLIDER=yes'
13453 wx_cv_use_slider='wxUSE_SLIDER=no'
13458 wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
13463 eval "$wx_cv_use_slider"
13465 if test x
"$enablestring" = xdisable
; then
13466 if test $wxUSE_SLIDER = no
; then
13472 result
=$wxUSE_SLIDER
13475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13476 $as_echo "$result" >&6; }
13480 defaultval
=$wxUSE_ALL_FEATURES
13481 if test -z "$defaultval"; then
13482 if test x
"$enablestring" = xdisable
; then
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-spinbtn" >&5
13490 $as_echo_n "checking for --${enablestring:-enable}-spinbtn... " >&6; }
13491 # Check whether --enable-spinbtn was given.
13492 if test "${enable_spinbtn+set}" = set; then :
13493 enableval
=$enable_spinbtn;
13494 if test "$enableval" = yes; then
13495 wx_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
13497 wx_cv_use_spinbtn
='wxUSE_SPINBTN=no'
13502 wx_cv_use_spinbtn
='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
13507 eval "$wx_cv_use_spinbtn"
13509 if test x"$enablestring" = xdisable; then
13510 if test $wxUSE_SPINBTN = no; then
13516 result=$wxUSE_SPINBTN
13519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13520 $as_echo "$result" >&6; }
13524 defaultval=$wxUSE_ALL_FEATURES
13525 if test -z "$defaultval"; then
13526 if test x"$enablestring" = xdisable; then
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-spinctrl" >&5
13534 $as_echo_n "checking for --${enablestring:-enable}-spinctrl... " >&6; }
13535 # Check whether --enable-spinctrl was given.
13536 if test "${enable_spinctrl+set}" = set; then :
13537 enableval=$enable_spinctrl;
13538 if test "$enableval" = yes; then
13539 wx_cv_use_spinctrl='wxUSE_SPINCTRL
=yes'
13541 wx_cv_use_spinctrl='wxUSE_SPINCTRL
=no
'
13546 wx_cv_use_spinctrl='wxUSE_SPINCTRL
=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
13551 eval "$wx_cv_use_spinctrl"
13553 if test x"$enablestring" = xdisable; then
13554 if test $wxUSE_SPINCTRL = no; then
13560 result=$wxUSE_SPINCTRL
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13564 $as_echo "$result" >&6; }
13568 defaultval=$wxUSE_ALL_FEATURES
13569 if test -z "$defaultval"; then
13570 if test x"$enablestring" = xdisable; then
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-splitter" >&5
13578 $as_echo_n "checking
for --${enablestring:-enable}-splitter...
" >&6; }
13579 # Check whether --enable-splitter was given.
13580 if test "${enable_splitter+set}" = set; then :
13581 enableval=$enable_splitter;
13582 if test "$enableval" = yes; then
13583 wx_cv_use_splitter='wxUSE_SPLITTER=yes'
13585 wx_cv_use_splitter='wxUSE_SPLITTER=no'
13590 wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
13595 eval "$wx_cv_use_splitter"
13597 if test x
"$enablestring" = xdisable
; then
13598 if test $wxUSE_SPLITTER = no
; then
13604 result
=$wxUSE_SPLITTER
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13608 $as_echo "$result" >&6; }
13612 defaultval
=$wxUSE_ALL_FEATURES
13613 if test -z "$defaultval"; then
13614 if test x
"$enablestring" = xdisable
; then
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statbmp" >&5
13622 $as_echo_n "checking for --${enablestring:-enable}-statbmp... " >&6; }
13623 # Check whether --enable-statbmp was given.
13624 if test "${enable_statbmp+set}" = set; then :
13625 enableval
=$enable_statbmp;
13626 if test "$enableval" = yes; then
13627 wx_cv_use_statbmp
='wxUSE_STATBMP=yes'
13629 wx_cv_use_statbmp
='wxUSE_STATBMP=no'
13634 wx_cv_use_statbmp
='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
13639 eval "$wx_cv_use_statbmp"
13641 if test x"$enablestring" = xdisable; then
13642 if test $wxUSE_STATBMP = no; then
13648 result=$wxUSE_STATBMP
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13652 $as_echo "$result" >&6; }
13656 defaultval=$wxUSE_ALL_FEATURES
13657 if test -z "$defaultval"; then
13658 if test x"$enablestring" = xdisable; then
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statbox" >&5
13666 $as_echo_n "checking for --${enablestring:-enable}-statbox... " >&6; }
13667 # Check whether --enable-statbox was given.
13668 if test "${enable_statbox+set}" = set; then :
13669 enableval=$enable_statbox;
13670 if test "$enableval" = yes; then
13671 wx_cv_use_statbox='wxUSE_STATBOX
=yes'
13673 wx_cv_use_statbox='wxUSE_STATBOX
=no
'
13678 wx_cv_use_statbox='wxUSE_STATBOX
=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
13683 eval "$wx_cv_use_statbox"
13685 if test x"$enablestring" = xdisable; then
13686 if test $wxUSE_STATBOX = no; then
13692 result=$wxUSE_STATBOX
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13696 $as_echo "$result" >&6; }
13700 defaultval=$wxUSE_ALL_FEATURES
13701 if test -z "$defaultval"; then
13702 if test x"$enablestring" = xdisable; then
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-statline" >&5
13710 $as_echo_n "checking
for --${enablestring:-enable}-statline...
" >&6; }
13711 # Check whether --enable-statline was given.
13712 if test "${enable_statline+set}" = set; then :
13713 enableval=$enable_statline;
13714 if test "$enableval" = yes; then
13715 wx_cv_use_statline='wxUSE_STATLINE=yes'
13717 wx_cv_use_statline='wxUSE_STATLINE=no'
13722 wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
13727 eval "$wx_cv_use_statline"
13729 if test x
"$enablestring" = xdisable
; then
13730 if test $wxUSE_STATLINE = no
; then
13736 result
=$wxUSE_STATLINE
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13740 $as_echo "$result" >&6; }
13744 defaultval
=$wxUSE_ALL_FEATURES
13745 if test -z "$defaultval"; then
13746 if test x
"$enablestring" = xdisable
; then
13753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stattext" >&5
13754 $as_echo_n "checking for --${enablestring:-enable}-stattext... " >&6; }
13755 # Check whether --enable-stattext was given.
13756 if test "${enable_stattext+set}" = set; then :
13757 enableval
=$enable_stattext;
13758 if test "$enableval" = yes; then
13759 wx_cv_use_stattext
='wxUSE_STATTEXT=yes'
13761 wx_cv_use_stattext
='wxUSE_STATTEXT=no'
13766 wx_cv_use_stattext
='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
13771 eval "$wx_cv_use_stattext"
13773 if test x"$enablestring" = xdisable; then
13774 if test $wxUSE_STATTEXT = no; then
13780 result=$wxUSE_STATTEXT
13783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13784 $as_echo "$result" >&6; }
13788 defaultval=$wxUSE_ALL_FEATURES
13789 if test -z "$defaultval"; then
13790 if test x"$enablestring" = xdisable; then
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statusbar" >&5
13798 $as_echo_n "checking for --${enablestring:-enable}-statusbar... " >&6; }
13799 # Check whether --enable-statusbar was given.
13800 if test "${enable_statusbar+set}" = set; then :
13801 enableval=$enable_statusbar;
13802 if test "$enableval" = yes; then
13803 wx_cv_use_statusbar='wxUSE_STATUSBAR
=yes'
13805 wx_cv_use_statusbar='wxUSE_STATUSBAR
=no
'
13810 wx_cv_use_statusbar='wxUSE_STATUSBAR
=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
13815 eval "$wx_cv_use_statusbar"
13817 if test x"$enablestring" = xdisable; then
13818 if test $wxUSE_STATUSBAR = no; then
13824 result=$wxUSE_STATUSBAR
13827 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13828 $as_echo "$result" >&6; }
13832 defaultval=$wxUSE_ALL_FEATURES
13833 if test -z "$defaultval"; then
13834 if test x"$enablestring" = xdisable; then
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-taskbaricon" >&5
13842 $as_echo_n "checking
for --${enablestring:-enable}-taskbaricon...
" >&6; }
13843 # Check whether --enable-taskbaricon was given.
13844 if test "${enable_taskbaricon+set}" = set; then :
13845 enableval=$enable_taskbaricon;
13846 if test "$enableval" = yes; then
13847 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
13849 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
13854 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
13859 eval "$wx_cv_use_taskbaricon"
13861 if test x
"$enablestring" = xdisable
; then
13862 if test $wxUSE_TASKBARICON = no
; then
13868 result
=$wxUSE_TASKBARICON
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13872 $as_echo "$result" >&6; }
13876 defaultval
=$wxUSE_ALL_FEATURES
13877 if test -z "$defaultval"; then
13878 if test x
"$enablestring" = xdisable
; then
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tbarnative" >&5
13886 $as_echo_n "checking for --${enablestring:-enable}-tbarnative... " >&6; }
13887 # Check whether --enable-tbarnative was given.
13888 if test "${enable_tbarnative+set}" = set; then :
13889 enableval
=$enable_tbarnative;
13890 if test "$enableval" = yes; then
13891 wx_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
13893 wx_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
13898 wx_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
13903 eval "$wx_cv_use_tbarnative"
13905 if test x"$enablestring" = xdisable; then
13906 if test $wxUSE_TOOLBAR_NATIVE = no; then
13912 result=$wxUSE_TOOLBAR_NATIVE
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13916 $as_echo "$result" >&6; }
13920 defaultval=$wxUSE_ALL_FEATURES
13921 if test -z "$defaultval"; then
13922 if test x"$enablestring" = xdisable; then
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textctrl" >&5
13930 $as_echo_n "checking for --${enablestring:-enable}-textctrl... " >&6; }
13931 # Check whether --enable-textctrl was given.
13932 if test "${enable_textctrl+set}" = set; then :
13933 enableval=$enable_textctrl;
13934 if test "$enableval" = yes; then
13935 wx_cv_use_textctrl='wxUSE_TEXTCTRL
=yes'
13937 wx_cv_use_textctrl='wxUSE_TEXTCTRL
=no
'
13942 wx_cv_use_textctrl='wxUSE_TEXTCTRL
=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
13947 eval "$wx_cv_use_textctrl"
13949 if test x"$enablestring" = xdisable; then
13950 if test $wxUSE_TEXTCTRL = no; then
13956 result=$wxUSE_TEXTCTRL
13959 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13960 $as_echo "$result" >&6; }
13964 defaultval=$wxUSE_ALL_FEATURES
13965 if test -z "$defaultval"; then
13966 if test x"$enablestring" = xdisable; then
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-datepick" >&5
13974 $as_echo_n "checking
for --${enablestring:-enable}-datepick...
" >&6; }
13975 # Check whether --enable-datepick was given.
13976 if test "${enable_datepick+set}" = set; then :
13977 enableval=$enable_datepick;
13978 if test "$enableval" = yes; then
13979 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=yes'
13981 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=no'
13986 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL=${'DEFAULT_wxUSE_TIMEPICKCTRL":-$defaultval}"
13991 eval "$wx_cv_use_datepick"
13993 if test x
"$enablestring" = xdisable
; then
13994 if test $wxUSE_TIMEPICKCTRL = no
; then
14000 result
=$wxUSE_TIMEPICKCTRL
14003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14004 $as_echo "$result" >&6; }
14008 defaultval
=$wxUSE_ALL_FEATURES
14009 if test -z "$defaultval"; then
14010 if test x
"$enablestring" = xdisable
; then
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tipwindow" >&5
14018 $as_echo_n "checking for --${enablestring:-enable}-tipwindow... " >&6; }
14019 # Check whether --enable-tipwindow was given.
14020 if test "${enable_tipwindow+set}" = set; then :
14021 enableval
=$enable_tipwindow;
14022 if test "$enableval" = yes; then
14023 wx_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
14025 wx_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
14030 wx_cv_use_tipwindow
='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
14035 eval "$wx_cv_use_tipwindow"
14037 if test x"$enablestring" = xdisable; then
14038 if test $wxUSE_TIPWINDOW = no; then
14044 result=$wxUSE_TIPWINDOW
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14048 $as_echo "$result" >&6; }
14052 defaultval=$wxUSE_ALL_FEATURES
14053 if test -z "$defaultval"; then
14054 if test x"$enablestring" = xdisable; then
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-togglebtn" >&5
14062 $as_echo_n "checking for --${enablestring:-enable}-togglebtn... " >&6; }
14063 # Check whether --enable-togglebtn was given.
14064 if test "${enable_togglebtn+set}" = set; then :
14065 enableval=$enable_togglebtn;
14066 if test "$enableval" = yes; then
14067 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN
=yes'
14069 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN
=no
'
14074 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN
=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
14079 eval "$wx_cv_use_togglebtn"
14081 if test x"$enablestring" = xdisable; then
14082 if test $wxUSE_TOGGLEBTN = no; then
14088 result=$wxUSE_TOGGLEBTN
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14092 $as_echo "$result" >&6; }
14096 defaultval=$wxUSE_ALL_FEATURES
14097 if test -z "$defaultval"; then
14098 if test x"$enablestring" = xdisable; then
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-toolbar" >&5
14106 $as_echo_n "checking
for --${enablestring:-enable}-toolbar...
" >&6; }
14107 # Check whether --enable-toolbar was given.
14108 if test "${enable_toolbar+set}" = set; then :
14109 enableval=$enable_toolbar;
14110 if test "$enableval" = yes; then
14111 wx_cv_use_toolbar='wxUSE_TOOLBAR=yes'
14113 wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
14118 wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
14123 eval "$wx_cv_use_toolbar"
14125 if test x
"$enablestring" = xdisable
; then
14126 if test $wxUSE_TOOLBAR = no
; then
14132 result
=$wxUSE_TOOLBAR
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14136 $as_echo "$result" >&6; }
14140 defaultval
=$wxUSE_ALL_FEATURES
14141 if test -z "$defaultval"; then
14142 if test x
"$enablestring" = xdisable
; then
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-toolbook" >&5
14150 $as_echo_n "checking for --${enablestring:-enable}-toolbook... " >&6; }
14151 # Check whether --enable-toolbook was given.
14152 if test "${enable_toolbook+set}" = set; then :
14153 enableval
=$enable_toolbook;
14154 if test "$enableval" = yes; then
14155 wx_cv_use_toolbook
='wxUSE_TOOLBOOK=yes'
14157 wx_cv_use_toolbook
='wxUSE_TOOLBOOK=no'
14162 wx_cv_use_toolbook
='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
14167 eval "$wx_cv_use_toolbook"
14169 if test x"$enablestring" = xdisable; then
14170 if test $wxUSE_TOOLBOOK = no; then
14176 result=$wxUSE_TOOLBOOK
14179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14180 $as_echo "$result" >&6; }
14184 defaultval=$wxUSE_ALL_FEATURES
14185 if test -z "$defaultval"; then
14186 if test x"$enablestring" = xdisable; then
14193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treebook" >&5
14194 $as_echo_n "checking for --${enablestring:-enable}-treebook... " >&6; }
14195 # Check whether --enable-treebook was given.
14196 if test "${enable_treebook+set}" = set; then :
14197 enableval=$enable_treebook;
14198 if test "$enableval" = yes; then
14199 wx_cv_use_treebook='wxUSE_TREEBOOK
=yes'
14201 wx_cv_use_treebook='wxUSE_TREEBOOK
=no
'
14206 wx_cv_use_treebook='wxUSE_TREEBOOK
=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
14211 eval "$wx_cv_use_treebook"
14213 if test x"$enablestring" = xdisable; then
14214 if test $wxUSE_TREEBOOK = no; then
14220 result=$wxUSE_TREEBOOK
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14224 $as_echo "$result" >&6; }
14228 defaultval=$wxUSE_ALL_FEATURES
14229 if test -z "$defaultval"; then
14230 if test x"$enablestring" = xdisable; then
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-treectrl" >&5
14238 $as_echo_n "checking
for --${enablestring:-enable}-treectrl...
" >&6; }
14239 # Check whether --enable-treectrl was given.
14240 if test "${enable_treectrl+set}" = set; then :
14241 enableval=$enable_treectrl;
14242 if test "$enableval" = yes; then
14243 wx_cv_use_treectrl='wxUSE_TREECTRL=yes'
14245 wx_cv_use_treectrl='wxUSE_TREECTRL=no'
14250 wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
14255 eval "$wx_cv_use_treectrl"
14257 if test x
"$enablestring" = xdisable
; then
14258 if test $wxUSE_TREECTRL = no
; then
14264 result
=$wxUSE_TREECTRL
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14268 $as_echo "$result" >&6; }
14272 defaultval
=$wxUSE_ALL_FEATURES
14273 if test -z "$defaultval"; then
14274 if test x
"$enablestring" = xdisable
; then
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treelist" >&5
14282 $as_echo_n "checking for --${enablestring:-enable}-treelist... " >&6; }
14283 # Check whether --enable-treelist was given.
14284 if test "${enable_treelist+set}" = set; then :
14285 enableval
=$enable_treelist;
14286 if test "$enableval" = yes; then
14287 wx_cv_use_treelist
='wxUSE_TREELISTCTRL=yes'
14289 wx_cv_use_treelist
='wxUSE_TREELISTCTRL=no'
14294 wx_cv_use_treelist
='wxUSE_TREELISTCTRL=${'DEFAULT_wxUSE_TREELISTCTRL":-$defaultval}"
14299 eval "$wx_cv_use_treelist"
14301 if test x"$enablestring" = xdisable; then
14302 if test $wxUSE_TREELISTCTRL = no; then
14308 result=$wxUSE_TREELISTCTRL
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14312 $as_echo "$result" >&6; }
14318 defaultval=$wxUSE_ALL_FEATURES
14319 if test -z "$defaultval"; then
14320 if test x"$enablestring" = xdisable; then
14327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-commondlg" >&5
14328 $as_echo_n "checking for --${enablestring:-enable}-commondlg... " >&6; }
14329 # Check whether --enable-commondlg was given.
14330 if test "${enable_commondlg+set}" = set; then :
14331 enableval=$enable_commondlg;
14332 if test "$enableval" = yes; then
14333 wx_cv_use_commondlg='wxUSE_COMMONDLGS
=yes'
14335 wx_cv_use_commondlg='wxUSE_COMMONDLGS
=no
'
14340 wx_cv_use_commondlg='wxUSE_COMMONDLGS
=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
14345 eval "$wx_cv_use_commondlg"
14347 if test x"$enablestring" = xdisable; then
14348 if test $wxUSE_COMMONDLGS = no; then
14354 result=$wxUSE_COMMONDLGS
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14358 $as_echo "$result" >&6; }
14362 defaultval=$wxUSE_ALL_FEATURES
14363 if test -z "$defaultval"; then
14364 if test x"$enablestring" = xdisable; then
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-aboutdlg" >&5
14372 $as_echo_n "checking
for --${enablestring:-enable}-aboutdlg...
" >&6; }
14373 # Check whether --enable-aboutdlg was given.
14374 if test "${enable_aboutdlg+set}" = set; then :
14375 enableval=$enable_aboutdlg;
14376 if test "$enableval" = yes; then
14377 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=yes'
14379 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
14384 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
14389 eval "$wx_cv_use_aboutdlg"
14391 if test x
"$enablestring" = xdisable
; then
14392 if test $wxUSE_ABOUTDLG = no
; then
14398 result
=$wxUSE_ABOUTDLG
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14402 $as_echo "$result" >&6; }
14406 defaultval
=$wxUSE_ALL_FEATURES
14407 if test -z "$defaultval"; then
14408 if test x
"$enablestring" = xdisable
; then
14415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choicedlg" >&5
14416 $as_echo_n "checking for --${enablestring:-enable}-choicedlg... " >&6; }
14417 # Check whether --enable-choicedlg was given.
14418 if test "${enable_choicedlg+set}" = set; then :
14419 enableval
=$enable_choicedlg;
14420 if test "$enableval" = yes; then
14421 wx_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
14423 wx_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
14428 wx_cv_use_choicedlg
='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
14433 eval "$wx_cv_use_choicedlg"
14435 if test x"$enablestring" = xdisable; then
14436 if test $wxUSE_CHOICEDLG = no; then
14442 result=$wxUSE_CHOICEDLG
14445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14446 $as_echo "$result" >&6; }
14450 defaultval=$wxUSE_ALL_FEATURES
14451 if test -z "$defaultval"; then
14452 if test x"$enablestring" = xdisable; then
14459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-coldlg" >&5
14460 $as_echo_n "checking for --${enablestring:-enable}-coldlg... " >&6; }
14461 # Check whether --enable-coldlg was given.
14462 if test "${enable_coldlg+set}" = set; then :
14463 enableval=$enable_coldlg;
14464 if test "$enableval" = yes; then
14465 wx_cv_use_coldlg='wxUSE_COLOURDLG
=yes'
14467 wx_cv_use_coldlg='wxUSE_COLOURDLG
=no
'
14472 wx_cv_use_coldlg='wxUSE_COLOURDLG
=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
14477 eval "$wx_cv_use_coldlg"
14479 if test x"$enablestring" = xdisable; then
14480 if test $wxUSE_COLOURDLG = no; then
14486 result=$wxUSE_COLOURDLG
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14490 $as_echo "$result" >&6; }
14494 defaultval=$wxUSE_ALL_FEATURES
14495 if test -z "$defaultval"; then
14496 if test x"$enablestring" = xdisable; then
14503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-filedlg" >&5
14504 $as_echo_n "checking
for --${enablestring:-enable}-filedlg...
" >&6; }
14505 # Check whether --enable-filedlg was given.
14506 if test "${enable_filedlg+set}" = set; then :
14507 enableval=$enable_filedlg;
14508 if test "$enableval" = yes; then
14509 wx_cv_use_filedlg='wxUSE_FILEDLG=yes'
14511 wx_cv_use_filedlg='wxUSE_FILEDLG=no'
14516 wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
14521 eval "$wx_cv_use_filedlg"
14523 if test x
"$enablestring" = xdisable
; then
14524 if test $wxUSE_FILEDLG = no
; then
14530 result
=$wxUSE_FILEDLG
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14534 $as_echo "$result" >&6; }
14538 defaultval
=$wxUSE_ALL_FEATURES
14539 if test -z "$defaultval"; then
14540 if test x
"$enablestring" = xdisable
; then
14547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-finddlg" >&5
14548 $as_echo_n "checking for --${enablestring:-enable}-finddlg... " >&6; }
14549 # Check whether --enable-finddlg was given.
14550 if test "${enable_finddlg+set}" = set; then :
14551 enableval
=$enable_finddlg;
14552 if test "$enableval" = yes; then
14553 wx_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
14555 wx_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
14560 wx_cv_use_finddlg
='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
14565 eval "$wx_cv_use_finddlg"
14567 if test x"$enablestring" = xdisable; then
14568 if test $wxUSE_FINDREPLDLG = no; then
14574 result=$wxUSE_FINDREPLDLG
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14578 $as_echo "$result" >&6; }
14582 defaultval=$wxUSE_ALL_FEATURES
14583 if test -z "$defaultval"; then
14584 if test x"$enablestring" = xdisable; then
14591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontdlg" >&5
14592 $as_echo_n "checking for --${enablestring:-enable}-fontdlg... " >&6; }
14593 # Check whether --enable-fontdlg was given.
14594 if test "${enable_fontdlg+set}" = set; then :
14595 enableval=$enable_fontdlg;
14596 if test "$enableval" = yes; then
14597 wx_cv_use_fontdlg='wxUSE_FONTDLG
=yes'
14599 wx_cv_use_fontdlg='wxUSE_FONTDLG
=no
'
14604 wx_cv_use_fontdlg='wxUSE_FONTDLG
=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
14609 eval "$wx_cv_use_fontdlg"
14611 if test x"$enablestring" = xdisable; then
14612 if test $wxUSE_FONTDLG = no; then
14618 result=$wxUSE_FONTDLG
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14622 $as_echo "$result" >&6; }
14626 defaultval=$wxUSE_ALL_FEATURES
14627 if test -z "$defaultval"; then
14628 if test x"$enablestring" = xdisable; then
14635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-dirdlg" >&5
14636 $as_echo_n "checking
for --${enablestring:-enable}-dirdlg...
" >&6; }
14637 # Check whether --enable-dirdlg was given.
14638 if test "${enable_dirdlg+set}" = set; then :
14639 enableval=$enable_dirdlg;
14640 if test "$enableval" = yes; then
14641 wx_cv_use_dirdlg='wxUSE_DIRDLG=yes'
14643 wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
14648 wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
14653 eval "$wx_cv_use_dirdlg"
14655 if test x
"$enablestring" = xdisable
; then
14656 if test $wxUSE_DIRDLG = no
; then
14662 result
=$wxUSE_DIRDLG
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14666 $as_echo "$result" >&6; }
14670 defaultval
=$wxUSE_ALL_FEATURES
14671 if test -z "$defaultval"; then
14672 if test x
"$enablestring" = xdisable
; then
14679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-msgdlg" >&5
14680 $as_echo_n "checking for --${enablestring:-enable}-msgdlg... " >&6; }
14681 # Check whether --enable-msgdlg was given.
14682 if test "${enable_msgdlg+set}" = set; then :
14683 enableval
=$enable_msgdlg;
14684 if test "$enableval" = yes; then
14685 wx_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
14687 wx_cv_use_msgdlg
='wxUSE_MSGDLG=no'
14692 wx_cv_use_msgdlg
='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
14697 eval "$wx_cv_use_msgdlg"
14699 if test x"$enablestring" = xdisable; then
14700 if test $wxUSE_MSGDLG = no; then
14706 result=$wxUSE_MSGDLG
14709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14710 $as_echo "$result" >&6; }
14714 defaultval=$wxUSE_ALL_FEATURES
14715 if test -z "$defaultval"; then
14716 if test x"$enablestring" = xdisable; then
14723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-numberdlg" >&5
14724 $as_echo_n "checking for --${enablestring:-enable}-numberdlg... " >&6; }
14725 # Check whether --enable-numberdlg was given.
14726 if test "${enable_numberdlg+set}" = set; then :
14727 enableval=$enable_numberdlg;
14728 if test "$enableval" = yes; then
14729 wx_cv_use_numberdlg='wxUSE_NUMBERDLG
=yes'
14731 wx_cv_use_numberdlg='wxUSE_NUMBERDLG
=no
'
14736 wx_cv_use_numberdlg='wxUSE_NUMBERDLG
=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
14741 eval "$wx_cv_use_numberdlg"
14743 if test x"$enablestring" = xdisable; then
14744 if test $wxUSE_NUMBERDLG = no; then
14750 result=$wxUSE_NUMBERDLG
14753 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14754 $as_echo "$result" >&6; }
14758 defaultval=$wxUSE_ALL_FEATURES
14759 if test -z "$defaultval"; then
14760 if test x"$enablestring" = xdisable; then
14767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-splash" >&5
14768 $as_echo_n "checking
for --${enablestring:-enable}-splash...
" >&6; }
14769 # Check whether --enable-splash was given.
14770 if test "${enable_splash+set}" = set; then :
14771 enableval=$enable_splash;
14772 if test "$enableval" = yes; then
14773 wx_cv_use_splash='wxUSE_SPLASH=yes'
14775 wx_cv_use_splash='wxUSE_SPLASH=no'
14780 wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
14785 eval "$wx_cv_use_splash"
14787 if test x
"$enablestring" = xdisable
; then
14788 if test $wxUSE_SPLASH = no
; then
14794 result
=$wxUSE_SPLASH
14797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14798 $as_echo "$result" >&6; }
14802 defaultval
=$wxUSE_ALL_FEATURES
14803 if test -z "$defaultval"; then
14804 if test x
"$enablestring" = xdisable
; then
14811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textdlg" >&5
14812 $as_echo_n "checking for --${enablestring:-enable}-textdlg... " >&6; }
14813 # Check whether --enable-textdlg was given.
14814 if test "${enable_textdlg+set}" = set; then :
14815 enableval
=$enable_textdlg;
14816 if test "$enableval" = yes; then
14817 wx_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
14819 wx_cv_use_textdlg
='wxUSE_TEXTDLG=no'
14824 wx_cv_use_textdlg
='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
14829 eval "$wx_cv_use_textdlg"
14831 if test x"$enablestring" = xdisable; then
14832 if test $wxUSE_TEXTDLG = no; then
14838 result=$wxUSE_TEXTDLG
14841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14842 $as_echo "$result" >&6; }
14846 defaultval=$wxUSE_ALL_FEATURES
14847 if test -z "$defaultval"; then
14848 if test x"$enablestring" = xdisable; then
14855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tipdlg" >&5
14856 $as_echo_n "checking for --${enablestring:-enable}-tipdlg... " >&6; }
14857 # Check whether --enable-tipdlg was given.
14858 if test "${enable_tipdlg+set}" = set; then :
14859 enableval=$enable_tipdlg;
14860 if test "$enableval" = yes; then
14861 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS
=yes'
14863 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS
=no
'
14868 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS
=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
14873 eval "$wx_cv_use_tipdlg"
14875 if test x"$enablestring" = xdisable; then
14876 if test $wxUSE_STARTUP_TIPS = no; then
14882 result=$wxUSE_STARTUP_TIPS
14885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14886 $as_echo "$result" >&6; }
14890 defaultval=$wxUSE_ALL_FEATURES
14891 if test -z "$defaultval"; then
14892 if test x"$enablestring" = xdisable; then
14899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-progressdlg" >&5
14900 $as_echo_n "checking
for --${enablestring:-enable}-progressdlg...
" >&6; }
14901 # Check whether --enable-progressdlg was given.
14902 if test "${enable_progressdlg+set}" = set; then :
14903 enableval=$enable_progressdlg;
14904 if test "$enableval" = yes; then
14905 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
14907 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
14912 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
14917 eval "$wx_cv_use_progressdlg"
14919 if test x
"$enablestring" = xdisable
; then
14920 if test $wxUSE_PROGRESSDLG = no
; then
14926 result
=$wxUSE_PROGRESSDLG
14929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14930 $as_echo "$result" >&6; }
14934 defaultval
=$wxUSE_ALL_FEATURES
14935 if test -z "$defaultval"; then
14936 if test x
"$enablestring" = xdisable
; then
14943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-wizarddlg" >&5
14944 $as_echo_n "checking for --${enablestring:-enable}-wizarddlg... " >&6; }
14945 # Check whether --enable-wizarddlg was given.
14946 if test "${enable_wizarddlg+set}" = set; then :
14947 enableval
=$enable_wizarddlg;
14948 if test "$enableval" = yes; then
14949 wx_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
14951 wx_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
14956 wx_cv_use_wizarddlg
='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
14961 eval "$wx_cv_use_wizarddlg"
14963 if test x"$enablestring" = xdisable; then
14964 if test $wxUSE_WIZARDDLG = no; then
14970 result=$wxUSE_WIZARDDLG
14973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14974 $as_echo "$result" >&6; }
14980 defaultval=$wxUSE_ALL_FEATURES
14981 if test -z "$defaultval"; then
14982 if test x"$enablestring" = xdisable; then
14989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-menus" >&5
14990 $as_echo_n "checking for --${enablestring:-enable}-menus... " >&6; }
14991 # Check whether --enable-menus was given.
14992 if test "${enable_menus+set}" = set; then :
14993 enableval=$enable_menus;
14994 if test "$enableval" = yes; then
14995 wx_cv_use_menus='wxUSE_MENUS
=yes'
14997 wx_cv_use_menus='wxUSE_MENUS
=no
'
15002 wx_cv_use_menus='wxUSE_MENUS
=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
15007 eval "$wx_cv_use_menus"
15009 if test x"$enablestring" = xdisable; then
15010 if test $wxUSE_MENUS = no; then
15016 result=$wxUSE_MENUS
15019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15020 $as_echo "$result" >&6; }
15024 defaultval=$wxUSE_ALL_FEATURES
15025 if test -z "$defaultval"; then
15026 if test x"$enablestring" = xdisable; then
15033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-miniframe" >&5
15034 $as_echo_n "checking
for --${enablestring:-enable}-miniframe...
" >&6; }
15035 # Check whether --enable-miniframe was given.
15036 if test "${enable_miniframe+set}" = set; then :
15037 enableval=$enable_miniframe;
15038 if test "$enableval" = yes; then
15039 wx_cv_use_miniframe='wxUSE_MINIFRAME=yes'
15041 wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
15046 wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
15051 eval "$wx_cv_use_miniframe"
15053 if test x
"$enablestring" = xdisable
; then
15054 if test $wxUSE_MINIFRAME = no
; then
15060 result
=$wxUSE_MINIFRAME
15063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15064 $as_echo "$result" >&6; }
15068 defaultval
=$wxUSE_ALL_FEATURES
15069 if test -z "$defaultval"; then
15070 if test x
"$enablestring" = xdisable
; then
15077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tooltips" >&5
15078 $as_echo_n "checking for --${enablestring:-enable}-tooltips... " >&6; }
15079 # Check whether --enable-tooltips was given.
15080 if test "${enable_tooltips+set}" = set; then :
15081 enableval
=$enable_tooltips;
15082 if test "$enableval" = yes; then
15083 wx_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
15085 wx_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
15090 wx_cv_use_tooltips
='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
15095 eval "$wx_cv_use_tooltips"
15097 if test x"$enablestring" = xdisable; then
15098 if test $wxUSE_TOOLTIPS = no; then
15104 result=$wxUSE_TOOLTIPS
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15108 $as_echo "$result" >&6; }
15112 defaultval=$wxUSE_ALL_FEATURES
15113 if test -z "$defaultval"; then
15114 if test x"$enablestring" = xdisable; then
15121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splines" >&5
15122 $as_echo_n "checking for --${enablestring:-enable}-splines... " >&6; }
15123 # Check whether --enable-splines was given.
15124 if test "${enable_splines+set}" = set; then :
15125 enableval=$enable_splines;
15126 if test "$enableval" = yes; then
15127 wx_cv_use_splines='wxUSE_SPLINES
=yes'
15129 wx_cv_use_splines='wxUSE_SPLINES
=no
'
15134 wx_cv_use_splines='wxUSE_SPLINES
=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
15139 eval "$wx_cv_use_splines"
15141 if test x"$enablestring" = xdisable; then
15142 if test $wxUSE_SPLINES = no; then
15148 result=$wxUSE_SPLINES
15151 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15152 $as_echo "$result" >&6; }
15156 defaultval=$wxUSE_ALL_FEATURES
15157 if test -z "$defaultval"; then
15158 if test x"$enablestring" = xdisable; then
15165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-mousewheel" >&5
15166 $as_echo_n "checking
for --${enablestring:-enable}-mousewheel...
" >&6; }
15167 # Check whether --enable-mousewheel was given.
15168 if test "${enable_mousewheel+set}" = set; then :
15169 enableval=$enable_mousewheel;
15170 if test "$enableval" = yes; then
15171 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
15173 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
15178 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
15183 eval "$wx_cv_use_mousewheel"
15185 if test x
"$enablestring" = xdisable
; then
15186 if test $wxUSE_MOUSEWHEEL = no
; then
15192 result
=$wxUSE_MOUSEWHEEL
15195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15196 $as_echo "$result" >&6; }
15200 defaultval
=$wxUSE_ALL_FEATURES
15201 if test -z "$defaultval"; then
15202 if test x
"$enablestring" = xdisable
; then
15209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-validators" >&5
15210 $as_echo_n "checking for --${enablestring:-enable}-validators... " >&6; }
15211 # Check whether --enable-validators was given.
15212 if test "${enable_validators+set}" = set; then :
15213 enableval
=$enable_validators;
15214 if test "$enableval" = yes; then
15215 wx_cv_use_validators
='wxUSE_VALIDATORS=yes'
15217 wx_cv_use_validators
='wxUSE_VALIDATORS=no'
15222 wx_cv_use_validators
='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
15227 eval "$wx_cv_use_validators"
15229 if test x"$enablestring" = xdisable; then
15230 if test $wxUSE_VALIDATORS = no; then
15236 result=$wxUSE_VALIDATORS
15239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15240 $as_echo "$result" >&6; }
15244 defaultval=$wxUSE_ALL_FEATURES
15245 if test -z "$defaultval"; then
15246 if test x"$enablestring" = xdisable; then
15253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-busyinfo" >&5
15254 $as_echo_n "checking for --${enablestring:-enable}-busyinfo... " >&6; }
15255 # Check whether --enable-busyinfo was given.
15256 if test "${enable_busyinfo+set}" = set; then :
15257 enableval=$enable_busyinfo;
15258 if test "$enableval" = yes; then
15259 wx_cv_use_busyinfo='wxUSE_BUSYINFO
=yes'
15261 wx_cv_use_busyinfo='wxUSE_BUSYINFO
=no
'
15266 wx_cv_use_busyinfo='wxUSE_BUSYINFO
=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
15271 eval "$wx_cv_use_busyinfo"
15273 if test x"$enablestring" = xdisable; then
15274 if test $wxUSE_BUSYINFO = no; then
15280 result=$wxUSE_BUSYINFO
15283 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15284 $as_echo "$result" >&6; }
15288 defaultval=$wxUSE_ALL_FEATURES
15289 if test -z "$defaultval"; then
15290 if test x"$enablestring" = xdisable; then
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-hotkey" >&5
15298 $as_echo_n "checking
for --${enablestring:-enable}-hotkey...
" >&6; }
15299 # Check whether --enable-hotkey was given.
15300 if test "${enable_hotkey+set}" = set; then :
15301 enableval=$enable_hotkey;
15302 if test "$enableval" = yes; then
15303 wx_cv_use_hotkey='wxUSE_HOTKEY=yes'
15305 wx_cv_use_hotkey='wxUSE_HOTKEY=no'
15310 wx_cv_use_hotkey='wxUSE_HOTKEY=${'DEFAULT_wxUSE_HOTKEY":-$defaultval}"
15315 eval "$wx_cv_use_hotkey"
15317 if test x
"$enablestring" = xdisable
; then
15318 if test $wxUSE_HOTKEY = no
; then
15324 result
=$wxUSE_HOTKEY
15327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15328 $as_echo "$result" >&6; }
15332 defaultval
=$wxUSE_ALL_FEATURES
15333 if test -z "$defaultval"; then
15334 if test x
"$enablestring" = xdisable
; then
15341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-joystick" >&5
15342 $as_echo_n "checking for --${enablestring:-enable}-joystick... " >&6; }
15343 # Check whether --enable-joystick was given.
15344 if test "${enable_joystick+set}" = set; then :
15345 enableval
=$enable_joystick;
15346 if test "$enableval" = yes; then
15347 wx_cv_use_joystick
='wxUSE_JOYSTICK=yes'
15349 wx_cv_use_joystick
='wxUSE_JOYSTICK=no'
15354 wx_cv_use_joystick
='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
15359 eval "$wx_cv_use_joystick"
15361 if test x"$enablestring" = xdisable; then
15362 if test $wxUSE_JOYSTICK = no; then
15368 result=$wxUSE_JOYSTICK
15371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15372 $as_echo "$result" >&6; }
15376 defaultval=$wxUSE_ALL_FEATURES
15377 if test -z "$defaultval"; then
15378 if test x"$enablestring" = xdisable; then
15385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-metafile" >&5
15386 $as_echo_n "checking for --${enablestring:-enable}-metafile... " >&6; }
15387 # Check whether --enable-metafile was given.
15388 if test "${enable_metafile+set}" = set; then :
15389 enableval=$enable_metafile;
15390 if test "$enableval" = yes; then
15391 wx_cv_use_metafile='wxUSE_METAFILE
=yes'
15393 wx_cv_use_metafile='wxUSE_METAFILE
=no
'
15398 wx_cv_use_metafile='wxUSE_METAFILE
=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
15403 eval "$wx_cv_use_metafile"
15405 if test x"$enablestring" = xdisable; then
15406 if test $wxUSE_METAFILE = no; then
15412 result=$wxUSE_METAFILE
15415 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15416 $as_echo "$result" >&6; }
15420 defaultval=$wxUSE_ALL_FEATURES
15421 if test -z "$defaultval"; then
15422 if test x"$enablestring" = xdisable; then
15429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-dragimage" >&5
15430 $as_echo_n "checking
for --${enablestring:-enable}-dragimage...
" >&6; }
15431 # Check whether --enable-dragimage was given.
15432 if test "${enable_dragimage+set}" = set; then :
15433 enableval=$enable_dragimage;
15434 if test "$enableval" = yes; then
15435 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
15437 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
15442 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
15447 eval "$wx_cv_use_dragimage"
15449 if test x
"$enablestring" = xdisable
; then
15450 if test $wxUSE_DRAGIMAGE = no
; then
15456 result
=$wxUSE_DRAGIMAGE
15459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15460 $as_echo "$result" >&6; }
15464 defaultval
=$wxUSE_ALL_FEATURES
15465 if test -z "$defaultval"; then
15466 if test x
"$enablestring" = xdisable
; then
15473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-accessibility" >&5
15474 $as_echo_n "checking for --${enablestring:-enable}-accessibility... " >&6; }
15475 # Check whether --enable-accessibility was given.
15476 if test "${enable_accessibility+set}" = set; then :
15477 enableval
=$enable_accessibility;
15478 if test "$enableval" = yes; then
15479 wx_cv_use_accessibility
='wxUSE_ACCESSIBILITY=yes'
15481 wx_cv_use_accessibility
='wxUSE_ACCESSIBILITY=no'
15486 wx_cv_use_accessibility
='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
15491 eval "$wx_cv_use_accessibility"
15493 if test x"$enablestring" = xdisable; then
15494 if test $wxUSE_ACCESSIBILITY = no; then
15500 result=$wxUSE_ACCESSIBILITY
15503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15504 $as_echo "$result" >&6; }
15508 defaultval=$wxUSE_ALL_FEATURES
15509 if test -z "$defaultval"; then
15510 if test x"$enablestring" = xdisable; then
15517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-uiactionsim" >&5
15518 $as_echo_n "checking for --${enablestring:-enable}-uiactionsim... " >&6; }
15519 # Check whether --enable-uiactionsim was given.
15520 if test "${enable_uiactionsim+set}" = set; then :
15521 enableval=$enable_uiactionsim;
15522 if test "$enableval" = yes; then
15523 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR
=yes'
15525 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR
=no
'
15530 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR
=${'DEFAULT_wxUSE_UIACTIONSIMULATOR":-$defaultval}"
15535 eval "$wx_cv_use_uiactionsim"
15537 if test x"$enablestring" = xdisable; then
15538 if test $wxUSE_UIACTIONSIMULATOR = no; then
15544 result=$wxUSE_UIACTIONSIMULATOR
15547 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15548 $as_echo "$result" >&6; }
15552 defaultval=$wxUSE_ALL_FEATURES
15553 if test -z "$defaultval"; then
15554 if test x"$enablestring" = xdisable; then
15561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-dctransform" >&5
15562 $as_echo_n "checking
for --${enablestring:-enable}-dctransform...
" >&6; }
15563 # Check whether --enable-dctransform was given.
15564 if test "${enable_dctransform+set}" = set; then :
15565 enableval=$enable_dctransform;
15566 if test "$enableval" = yes; then
15567 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=yes'
15569 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=no'
15574 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=${'DEFAULT_wxUSE_DC_TRANSFORM_MATRIX":-$defaultval}"
15579 eval "$wx_cv_use_dctransform"
15581 if test x
"$enablestring" = xdisable
; then
15582 if test $wxUSE_DC_TRANSFORM_MATRIX = no
; then
15588 result
=$wxUSE_DC_TRANSFORM_MATRIX
15591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15592 $as_echo "$result" >&6; }
15596 defaultval
=$wxUSE_ALL_FEATURES
15597 if test -z "$defaultval"; then
15598 if test x
"$enablestring" = xdisable
; then
15605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webviewwebkit" >&5
15606 $as_echo_n "checking for --${enablestring:-enable}-webviewwebkit... " >&6; }
15607 # Check whether --enable-webviewwebkit was given.
15608 if test "${enable_webviewwebkit+set}" = set; then :
15609 enableval
=$enable_webviewwebkit;
15610 if test "$enableval" = yes; then
15611 wx_cv_use_webviewwebkit
='wxUSE_WEBVIEW_WEBKIT=yes'
15613 wx_cv_use_webviewwebkit
='wxUSE_WEBVIEW_WEBKIT=no'
15618 wx_cv_use_webviewwebkit
='wxUSE_WEBVIEW_WEBKIT=${'DEFAULT_wxUSE_WEBVIEW_WEBKIT":-$defaultval}"
15623 eval "$wx_cv_use_webviewwebkit"
15625 if test x"$enablestring" = xdisable; then
15626 if test $wxUSE_WEBVIEW_WEBKIT = no; then
15632 result=$wxUSE_WEBVIEW_WEBKIT
15635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15636 $as_echo "$result" >&6; }
15642 defaultval=$wxUSE_ALL_FEATURES
15643 if test -z "$defaultval"; then
15644 if test x"$enablestring" = xdisable; then
15651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-palette" >&5
15652 $as_echo_n "checking for --${enablestring:-enable}-palette... " >&6; }
15653 # Check whether --enable-palette was given.
15654 if test "${enable_palette+set}" = set; then :
15655 enableval=$enable_palette;
15656 if test "$enableval" = yes; then
15657 wx_cv_use_palette='wxUSE_PALETTE
=yes'
15659 wx_cv_use_palette='wxUSE_PALETTE
=no
'
15664 wx_cv_use_palette='wxUSE_PALETTE
=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
15669 eval "$wx_cv_use_palette"
15671 if test x"$enablestring" = xdisable; then
15672 if test $wxUSE_PALETTE = no; then
15678 result=$wxUSE_PALETTE
15681 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15682 $as_echo "$result" >&6; }
15686 defaultval=$wxUSE_ALL_FEATURES
15687 if test -z "$defaultval"; then
15688 if test x"$enablestring" = xdisable; then
15695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-image" >&5
15696 $as_echo_n "checking
for --${enablestring:-enable}-image...
" >&6; }
15697 # Check whether --enable-image was given.
15698 if test "${enable_image+set}" = set; then :
15699 enableval=$enable_image;
15700 if test "$enableval" = yes; then
15701 wx_cv_use_image='wxUSE_IMAGE=yes'
15703 wx_cv_use_image='wxUSE_IMAGE=no'
15708 wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
15713 eval "$wx_cv_use_image"
15715 if test x
"$enablestring" = xdisable
; then
15716 if test $wxUSE_IMAGE = no
; then
15722 result
=$wxUSE_IMAGE
15725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15726 $as_echo "$result" >&6; }
15730 defaultval
=$wxUSE_ALL_FEATURES
15731 if test -z "$defaultval"; then
15732 if test x
"$enablestring" = xdisable
; then
15739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gif" >&5
15740 $as_echo_n "checking for --${enablestring:-enable}-gif... " >&6; }
15741 # Check whether --enable-gif was given.
15742 if test "${enable_gif+set}" = set; then :
15743 enableval
=$enable_gif;
15744 if test "$enableval" = yes; then
15745 wx_cv_use_gif
='wxUSE_GIF=yes'
15747 wx_cv_use_gif
='wxUSE_GIF=no'
15752 wx_cv_use_gif
='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
15757 eval "$wx_cv_use_gif"
15759 if test x"$enablestring" = xdisable; then
15760 if test $wxUSE_GIF = no; then
15769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15770 $as_echo "$result" >&6; }
15774 defaultval=$wxUSE_ALL_FEATURES
15775 if test -z "$defaultval"; then
15776 if test x"$enablestring" = xdisable; then
15783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-pcx" >&5
15784 $as_echo_n "checking for --${enablestring:-enable}-pcx... " >&6; }
15785 # Check whether --enable-pcx was given.
15786 if test "${enable_pcx+set}" = set; then :
15787 enableval=$enable_pcx;
15788 if test "$enableval" = yes; then
15789 wx_cv_use_pcx='wxUSE_PCX
=yes'
15791 wx_cv_use_pcx='wxUSE_PCX
=no
'
15796 wx_cv_use_pcx='wxUSE_PCX
=${'DEFAULT_wxUSE_PCX":-$defaultval}"
15801 eval "$wx_cv_use_pcx"
15803 if test x"$enablestring" = xdisable; then
15804 if test $wxUSE_PCX = no; then
15813 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15814 $as_echo "$result" >&6; }
15818 defaultval=$wxUSE_ALL_FEATURES
15819 if test -z "$defaultval"; then
15820 if test x"$enablestring" = xdisable; then
15827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tga" >&5
15828 $as_echo_n "checking
for --${enablestring:-enable}-tga...
" >&6; }
15829 # Check whether --enable-tga was given.
15830 if test "${enable_tga+set}" = set; then :
15831 enableval=$enable_tga;
15832 if test "$enableval" = yes; then
15833 wx_cv_use_tga='wxUSE_TGA=yes'
15835 wx_cv_use_tga='wxUSE_TGA=no'
15840 wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
15845 eval "$wx_cv_use_tga"
15847 if test x
"$enablestring" = xdisable
; then
15848 if test $wxUSE_TGA = no
; then
15857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15858 $as_echo "$result" >&6; }
15862 defaultval
=$wxUSE_ALL_FEATURES
15863 if test -z "$defaultval"; then
15864 if test x
"$enablestring" = xdisable
; then
15871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-iff" >&5
15872 $as_echo_n "checking for --${enablestring:-enable}-iff... " >&6; }
15873 # Check whether --enable-iff was given.
15874 if test "${enable_iff+set}" = set; then :
15875 enableval
=$enable_iff;
15876 if test "$enableval" = yes; then
15877 wx_cv_use_iff
='wxUSE_IFF=yes'
15879 wx_cv_use_iff
='wxUSE_IFF=no'
15884 wx_cv_use_iff
='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
15889 eval "$wx_cv_use_iff"
15891 if test x"$enablestring" = xdisable; then
15892 if test $wxUSE_IFF = no; then
15901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15902 $as_echo "$result" >&6; }
15906 defaultval=$wxUSE_ALL_FEATURES
15907 if test -z "$defaultval"; then
15908 if test x"$enablestring" = xdisable; then
15915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-pnm" >&5
15916 $as_echo_n "checking for --${enablestring:-enable}-pnm... " >&6; }
15917 # Check whether --enable-pnm was given.
15918 if test "${enable_pnm+set}" = set; then :
15919 enableval=$enable_pnm;
15920 if test "$enableval" = yes; then
15921 wx_cv_use_pnm='wxUSE_PNM
=yes'
15923 wx_cv_use_pnm='wxUSE_PNM
=no
'
15928 wx_cv_use_pnm='wxUSE_PNM
=${'DEFAULT_wxUSE_PNM":-$defaultval}"
15933 eval "$wx_cv_use_pnm"
15935 if test x"$enablestring" = xdisable; then
15936 if test $wxUSE_PNM = no; then
15945 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15946 $as_echo "$result" >&6; }
15950 defaultval=$wxUSE_ALL_FEATURES
15951 if test -z "$defaultval"; then
15952 if test x"$enablestring" = xdisable; then
15959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-xpm" >&5
15960 $as_echo_n "checking
for --${enablestring:-enable}-xpm...
" >&6; }
15961 # Check whether --enable-xpm was given.
15962 if test "${enable_xpm+set}" = set; then :
15963 enableval=$enable_xpm;
15964 if test "$enableval" = yes; then
15965 wx_cv_use_xpm='wxUSE_XPM=yes'
15967 wx_cv_use_xpm='wxUSE_XPM=no'
15972 wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
15977 eval "$wx_cv_use_xpm"
15979 if test x
"$enablestring" = xdisable
; then
15980 if test $wxUSE_XPM = no
; then
15989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15990 $as_echo "$result" >&6; }
15994 defaultval
=$wxUSE_ALL_FEATURES
15995 if test -z "$defaultval"; then
15996 if test x
"$enablestring" = xdisable
; then
16003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ico_cur" >&5
16004 $as_echo_n "checking for --${enablestring:-enable}-ico_cur... " >&6; }
16005 # Check whether --enable-ico_cur was given.
16006 if test "${enable_ico_cur+set}" = set; then :
16007 enableval
=$enable_ico_cur;
16008 if test "$enableval" = yes; then
16009 wx_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
16011 wx_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
16016 wx_cv_use_ico_cur
='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
16021 eval "$wx_cv_use_ico_cur"
16023 if test x"$enablestring" = xdisable; then
16024 if test $wxUSE_ICO_CUR = no; then
16030 result=$wxUSE_ICO_CUR
16033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16034 $as_echo "$result" >&6; }
16040 defaultval=$wxUSE_ALL_FEATURES
16041 if test -z "$defaultval"; then
16042 if test x"$enablestring" = xdisable; then
16049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dccache" >&5
16050 $as_echo_n "checking for --${enablestring:-enable}-dccache... " >&6; }
16051 # Check whether --enable-dccache was given.
16052 if test "${enable_dccache+set}" = set; then :
16053 enableval=$enable_dccache;
16054 if test "$enableval" = yes; then
16055 wx_cv_use_dccache='wxUSE_DC_CACHEING
=yes'
16057 wx_cv_use_dccache='wxUSE_DC_CACHEING
=no
'
16062 wx_cv_use_dccache='wxUSE_DC_CACHEING
=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
16067 eval "$wx_cv_use_dccache"
16069 if test x"$enablestring" = xdisable; then
16070 if test $wxUSE_DC_CACHEING = no; then
16076 result=$wxUSE_DC_CACHEING
16079 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
16080 $as_echo "$result" >&6; }
16084 defaultval=$wxUSE_ALL_FEATURES
16085 if test -z "$defaultval"; then
16086 if test x"$enablestring" = xdisable; then
16093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ps-in-msw" >&5
16094 $as_echo_n "checking
for --${enablestring:-enable}-ps-in-msw...
" >&6; }
16095 # Check whether --enable-ps-in-msw was given.
16096 if test "${enable_ps_in_msw+set}" = set; then :
16097 enableval=$enable_ps_in_msw;
16098 if test "$enableval" = yes; then
16099 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=yes'
16101 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
16106 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
16111 eval "$wx_cv_use_ps_in_msw"
16113 if test x
"$enablestring" = xdisable
; then
16114 if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no
; then
16120 result
=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
16123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16124 $as_echo "$result" >&6; }
16128 defaultval
=$wxUSE_ALL_FEATURES
16129 if test -z "$defaultval"; then
16130 if test x
"$enablestring" = xdisable
; then
16137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ownerdrawn" >&5
16138 $as_echo_n "checking for --${enablestring:-enable}-ownerdrawn... " >&6; }
16139 # Check whether --enable-ownerdrawn was given.
16140 if test "${enable_ownerdrawn+set}" = set; then :
16141 enableval
=$enable_ownerdrawn;
16142 if test "$enableval" = yes; then
16143 wx_cv_use_ownerdrawn
='wxUSE_OWNER_DRAWN=yes'
16145 wx_cv_use_ownerdrawn
='wxUSE_OWNER_DRAWN=no'
16150 wx_cv_use_ownerdrawn
='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
16155 eval "$wx_cv_use_ownerdrawn"
16157 if test x"$enablestring" = xdisable; then
16158 if test $wxUSE_OWNER_DRAWN = no; then
16164 result=$wxUSE_OWNER_DRAWN
16167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16168 $as_echo "$result" >&6; }
16172 defaultval=$wxUSE_ALL_FEATURES
16173 if test -z "$defaultval"; then
16174 if test x"$enablestring" = xdisable; then
16181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-uxtheme" >&5
16182 $as_echo_n "checking for --${enablestring:-enable}-uxtheme... " >&6; }
16183 # Check whether --enable-uxtheme was given.
16184 if test "${enable_uxtheme+set}" = set; then :
16185 enableval=$enable_uxtheme;
16186 if test "$enableval" = yes; then
16187 wx_cv_use_uxtheme='wxUSE_UXTHEME
=yes'
16189 wx_cv_use_uxtheme='wxUSE_UXTHEME
=no
'
16194 wx_cv_use_uxtheme='wxUSE_UXTHEME
=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
16199 eval "$wx_cv_use_uxtheme"
16201 if test x"$enablestring" = xdisable; then
16202 if test $wxUSE_UXTHEME = no; then
16208 result=$wxUSE_UXTHEME
16211 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
16212 $as_echo "$result" >&6; }
16216 defaultval=$wxUSE_ALL_FEATURES
16217 if test -z "$defaultval"; then
16218 if test x"$enablestring" = xdisable; then
16225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-wxdib" >&5
16226 $as_echo_n "checking
for --${enablestring:-enable}-wxdib...
" >&6; }
16227 # Check whether --enable-wxdib was given.
16228 if test "${enable_wxdib+set}" = set; then :
16229 enableval=$enable_wxdib;
16230 if test "$enableval" = yes; then
16231 wx_cv_use_wxdib='wxUSE_DIB=yes'
16233 wx_cv_use_wxdib='wxUSE_DIB=no'
16238 wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
16243 eval "$wx_cv_use_wxdib"
16245 if test x
"$enablestring" = xdisable
; then
16246 if test $wxUSE_DIB = no
; then
16255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16256 $as_echo "$result" >&6; }
16260 defaultval
=$wxUSE_ALL_FEATURES
16261 if test -z "$defaultval"; then
16262 if test x
"$enablestring" = xdisable
; then
16269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webviewie" >&5
16270 $as_echo_n "checking for --${enablestring:-enable}-webviewie... " >&6; }
16271 # Check whether --enable-webviewie was given.
16272 if test "${enable_webviewie+set}" = set; then :
16273 enableval
=$enable_webviewie;
16274 if test "$enableval" = yes; then
16275 wx_cv_use_webviewie
='wxUSE_WEBVIEW_IE=yes'
16277 wx_cv_use_webviewie
='wxUSE_WEBVIEW_IE=no'
16282 wx_cv_use_webviewie
='wxUSE_WEBVIEW_IE=${'DEFAULT_wxUSE_WEBVIEW_IE":-$defaultval}"
16287 eval "$wx_cv_use_webviewie"
16289 if test x"$enablestring" = xdisable; then
16290 if test $wxUSE_WEBVIEW_IE = no; then
16296 result=$wxUSE_WEBVIEW_IE
16299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16300 $as_echo "$result" >&6; }
16303 if test "$wxUSE_MSW" != 1; then
16304 DEFAULT_wxUSE_AUTOID_MANAGEMENT=no
16309 defaultval=$wxUSE_ALL_FEATURES
16310 if test -z "$defaultval"; then
16311 if test x"$enablestring" = xdisable; then
16318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-autoidman" >&5
16319 $as_echo_n "checking for --${enablestring:-enable}-autoidman... " >&6; }
16320 # Check whether --enable-autoidman was given.
16321 if test "${enable_autoidman+set}" = set; then :
16322 enableval=$enable_autoidman;
16323 if test "$enableval" = yes; then
16324 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT
=yes'
16326 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT
=no
'
16331 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT
=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
16336 eval "$wx_cv_use_autoidman"
16338 if test x"$enablestring" = xdisable; then
16339 if test $wxUSE_AUTOID_MANAGEMENT = no; then
16345 result=$wxUSE_AUTOID_MANAGEMENT
16348 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
16349 $as_echo "$result" >&6; }
16355 cat >confcache <<\_ACEOF
16356 # This file is a shell script that caches the results of configure
16357 # tests run on this system so they can be shared between configure
16358 # scripts and configure runs, see configure's option --config-cache.
16359 # It is not useful on other systems. If it contains results you don't
16360 # want to keep, you may remove or edit it.
16362 # config.status only pays attention to the cache file if you give it
16363 # the --recheck option to rerun configure.
16365 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16366 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16367 # following values.
16371 # The following way of writing the cache mishandles newlines in values,
16372 # but we know of no workaround that is simple, portable, and efficient.
16373 # So, we kill variables containing newlines.
16374 # Ultrix sh set writes to stderr and can't be redirected directly,
16375 # and sets the high bit in the cache file unless we assign to the vars.
16377 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16378 eval ac_val=\$$ac_var
16382 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: cache variable
$ac_var contains a newline
" >&5
16383 $as_echo "$as_me: WARNING
: cache variable
$ac_var contains a newline
" >&2;} ;;
16386 _ | IFS | as_nl) ;; #(
16387 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16388 *) { eval $ac_var=; unset $ac_var;} ;;
16394 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16395 *${as_nl}ac_space=\ *)
16396 # `set' does not quote correctly, so add quotes: double-quote
16397 # substitution turns \\\\ into \\, and sed turns \\ into \.
16400 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
16403 # `set' quotes correctly as required by POSIX, so do not add quotes.
16404 sed -n "/^
[_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*=/p
"
16413 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16415 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16417 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16418 if test -w "$cache_file"; then
16419 if test "x
$cache_file" != "x
/dev
/null
"; then
16420 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache
$cache_file" >&5
16421 $as_echo "$as_me: updating cache
$cache_file" >&6;}
16422 if test ! -f "$cache_file" || test -h "$cache_file"; then
16423 cat confcache >"$cache_file"
16425 case $cache_file in #(
16427 mv -f confcache "$cache_file"$$ &&
16428 mv -f "$cache_file"$$ "$cache_file" ;; #(
16430 mv -f confcache "$cache_file" ;;
16435 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache
$cache_file" >&5
16436 $as_echo "$as_me: not updating unwritable cache
$cache_file" >&6;}
16443 ac_cpp='$CPP $CPPFLAGS'
16444 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16445 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16446 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16447 if test -n "$ac_tool_prefix"; then
16448 # Extract the first word of "${ac_tool_prefix}gcc
", so it can be a program name with args.
16449 set dummy ${ac_tool_prefix}gcc; ac_word=$2
16450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16451 $as_echo_n "checking
for $ac_word...
" >&6; }
16452 if ${ac_cv_prog_CC+:} false; then :
16453 $as_echo_n "(cached
) " >&6
16455 if test -n "$CC"; then
16456 ac_cv_prog_CC="$CC" # Let the user override the test.
16458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16459 for as_dir in $PATH
16462 test -z "$as_dir" && as_dir=.
16463 for ac_exec_ext in '' $ac_executable_extensions; do
16464 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16465 ac_cv_prog_CC="${ac_tool_prefix}gcc
"
16466 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16476 if test -n "$CC"; then
16477 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC" >&5
16478 $as_echo "$CC" >&6; }
16480 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16481 $as_echo "no
" >&6; }
16486 if test -z "$ac_cv_prog_CC"; then
16488 # Extract the first word of "gcc
", so it can be a program name with args.
16489 set dummy gcc; ac_word=$2
16490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16491 $as_echo_n "checking
for $ac_word...
" >&6; }
16492 if ${ac_cv_prog_ac_ct_CC+:} false; then :
16493 $as_echo_n "(cached
) " >&6
16495 if test -n "$ac_ct_CC"; then
16496 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
16498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16499 for as_dir in $PATH
16502 test -z "$as_dir" && as_dir=.
16503 for ac_exec_ext in '' $ac_executable_extensions; do
16504 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16505 ac_cv_prog_ac_ct_CC="gcc
"
16506 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16515 ac_ct_CC=$ac_cv_prog_ac_ct_CC
16516 if test -n "$ac_ct_CC"; then
16517 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_CC" >&5
16518 $as_echo "$ac_ct_CC" >&6; }
16520 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16521 $as_echo "no
" >&6; }
16524 if test "x
$ac_ct_CC" = x; then
16527 case $cross_compiling:$ac_tool_warned in
16529 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
16530 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
16531 ac_tool_warned=yes ;;
16536 CC="$ac_cv_prog_CC"
16539 if test -z "$CC"; then
16540 if test -n "$ac_tool_prefix"; then
16541 # Extract the first word of "${ac_tool_prefix}cc
", so it can be a program name with args.
16542 set dummy ${ac_tool_prefix}cc; ac_word=$2
16543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16544 $as_echo_n "checking
for $ac_word...
" >&6; }
16545 if ${ac_cv_prog_CC+:} false; then :
16546 $as_echo_n "(cached
) " >&6
16548 if test -n "$CC"; then
16549 ac_cv_prog_CC="$CC" # Let the user override the test.
16551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16552 for as_dir in $PATH
16555 test -z "$as_dir" && as_dir=.
16556 for ac_exec_ext in '' $ac_executable_extensions; do
16557 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16558 ac_cv_prog_CC="${ac_tool_prefix}cc
"
16559 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16569 if test -n "$CC"; then
16570 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC" >&5
16571 $as_echo "$CC" >&6; }
16573 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16574 $as_echo "no
" >&6; }
16580 if test -z "$CC"; then
16581 # Extract the first word of "cc
", so it can be a program name with args.
16582 set dummy cc; ac_word=$2
16583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16584 $as_echo_n "checking
for $ac_word...
" >&6; }
16585 if ${ac_cv_prog_CC+:} false; then :
16586 $as_echo_n "(cached
) " >&6
16588 if test -n "$CC"; then
16589 ac_cv_prog_CC="$CC" # Let the user override the test.
16591 ac_prog_rejected=no
16592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16593 for as_dir in $PATH
16596 test -z "$as_dir" && as_dir=.
16597 for ac_exec_ext in '' $ac_executable_extensions; do
16598 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16599 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr
/ucb
/cc
"; then
16600 ac_prog_rejected=yes
16604 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16611 if test $ac_prog_rejected = yes; then
16612 # We found a bogon in the path, so make sure we never use it.
16613 set dummy $ac_cv_prog_CC
16615 if test $# != 0; then
16616 # We chose a different compiler from the bogus one.
16617 # However, it has the same basename, so the bogon will be chosen
16618 # first if we set CC to just the basename; use the full file name.
16620 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@
"
16626 if test -n "$CC"; then
16627 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC" >&5
16628 $as_echo "$CC" >&6; }
16630 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16631 $as_echo "no
" >&6; }
16636 if test -z "$CC"; then
16637 if test -n "$ac_tool_prefix"; then
16638 for ac_prog in cl.exe
16640 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16641 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
16642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16643 $as_echo_n "checking
for $ac_word...
" >&6; }
16644 if ${ac_cv_prog_CC+:} false; then :
16645 $as_echo_n "(cached
) " >&6
16647 if test -n "$CC"; then
16648 ac_cv_prog_CC="$CC" # Let the user override the test.
16650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16651 for as_dir in $PATH
16654 test -z "$as_dir" && as_dir=.
16655 for ac_exec_ext in '' $ac_executable_extensions; do
16656 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16657 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
16658 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16668 if test -n "$CC"; then
16669 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CC" >&5
16670 $as_echo "$CC" >&6; }
16672 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16673 $as_echo "no
" >&6; }
16677 test -n "$CC" && break
16680 if test -z "$CC"; then
16682 for ac_prog in cl.exe
16684 # Extract the first word of "$ac_prog", so it can be a program name with args.
16685 set dummy $ac_prog; ac_word=$2
16686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
16687 $as_echo_n "checking
for $ac_word...
" >&6; }
16688 if ${ac_cv_prog_ac_ct_CC+:} false; then :
16689 $as_echo_n "(cached
) " >&6
16691 if test -n "$ac_ct_CC"; then
16692 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
16694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16695 for as_dir in $PATH
16698 test -z "$as_dir" && as_dir=.
16699 for ac_exec_ext in '' $ac_executable_extensions; do
16700 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16701 ac_cv_prog_ac_ct_CC="$ac_prog"
16702 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
16711 ac_ct_CC=$ac_cv_prog_ac_ct_CC
16712 if test -n "$ac_ct_CC"; then
16713 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_CC" >&5
16714 $as_echo "$ac_ct_CC" >&6; }
16716 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16717 $as_echo "no
" >&6; }
16721 test -n "$ac_ct_CC" && break
16724 if test "x
$ac_ct_CC" = x; then
16727 case $cross_compiling:$ac_tool_warned in
16729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
16730 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
16731 ac_tool_warned=yes ;;
16740 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
16741 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16742 as_fn_error $? "no acceptable C compiler found in \$PATH
16743 See \`config.log' for more details
" "$LINENO" 5; }
16745 # Provide some information about the compiler.
16746 $as_echo "$as_me:${as_lineno-$LINENO}: checking
for C compiler version
" >&5
16749 for ac_option in --version -v -V -qversion; do
16750 { { ac_try="$ac_compiler $ac_option >&5"
16751 case "(($ac_try" in
16752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16753 *) ac_try_echo=$ac_try;;
16755 eval ac_try_echo="\"\
$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16756 $as_echo "$ac_try_echo"; } >&5
16757 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
16759 if test -s conftest.err; then
16761 ... rest of stderr output deleted ...
16762 10q' conftest.err >conftest.er1
16763 cat conftest.er1 >&5
16765 rm -f conftest.er1 conftest.err
16766 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
16767 test $ac_status = 0; }
16770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16771 /* end confdefs.h. */
16781 ac_clean_files_save=$ac_clean_files
16782 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out
"
16783 # Try to create an executable without -o first, disregard a.out.
16784 # It will help us diagnose broken compilers, and finding out an intuition
16786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works
" >&5
16787 $as_echo_n "checking whether the C compiler works...
" >&6; }
16788 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
16790 # The possible output files:
16791 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.
*"
16794 for ac_file in $ac_files
16797 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
16798 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
16803 if { { ac_try="$ac_link_default"
16804 case "(($ac_try" in
16805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16806 *) ac_try_echo=$ac_try;;
16808 eval ac_try_echo="\"\
$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16809 $as_echo "$ac_try_echo"; } >&5
16810 (eval "$ac_link_default") 2>&5
16812 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
16813 test $ac_status = 0; }; then :
16814 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
16815 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
16816 # in a Makefile. We should not override ac_cv_exeext if it was cached,
16817 # so that the user can short-circuit this test for compilers unknown to
16819 for ac_file in $ac_files ''
16821 test -f "$ac_file" || continue
16823 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
16826 # We found the default executable, but exeext='' is most
16830 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
16832 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
16834 # We set ac_cv_exeext here because the later test for it is not
16835 # safe: cross compilers may not add the suffix if given an `-o'
16836 # argument, so we may need to know it at that point already.
16837 # Even if this section looks crufty: it has the advantage of
16838 # actually working.
16844 test "$ac_cv_exeext" = no && ac_cv_exeext=
16849 if test -z "$ac_file"; then :
16850 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
16851 $as_echo "no
" >&6; }
16852 $as_echo "$as_me: failed program was
:" >&5
16853 sed 's/^/| /' conftest.$ac_ext >&5
16855 { { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
16856 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16857 as_fn_error 77 "C compiler cannot create executables
16858 See \`config.log' for more details
" "$LINENO" 5; }
16860 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
16861 $as_echo "yes" >&6; }
16863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for C compiler default output
file name
" >&5
16864 $as_echo_n "checking
for C compiler default output
file name...
" >&6; }
16865 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_file" >&5
16866 $as_echo "$ac_file" >&6; }
16867 ac_exeext=$ac_cv_exeext
16869 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
16870 ac_clean_files=$ac_clean_files_save
16871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for suffix of executables
" >&5
16872 $as_echo_n "checking
for suffix of executables...
" >&6; }
16873 if { { ac_try="$ac_link"
16874 case "(($ac_try" in
16875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16876 *) ac_try_echo=$ac_try;;
16878 eval ac_try_echo="\"\
$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16879 $as_echo "$ac_try_echo"; } >&5
16880 (eval "$ac_link") 2>&5
16882 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
16883 test $ac_status = 0; }; then :
16884 # If both `conftest.exe' and `conftest' are `present' (well, observable)
16885 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
16886 # work properly (i.e., refer to `conftest.exe'), while it won't with
16888 for ac_file in conftest.exe conftest conftest.*; do
16889 test -f "$ac_file" || continue
16891 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
16892 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
16898 { { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
16899 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16900 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
16901 See \`config.log' for more details
" "$LINENO" 5; }
16903 rm -f conftest conftest$ac_cv_exeext
16904 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_exeext" >&5
16905 $as_echo "$ac_cv_exeext" >&6; }
16907 rm -f conftest.$ac_ext
16908 EXEEXT=$ac_cv_exeext
16910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16911 /* end confdefs.h. */
16916 FILE *f = fopen ("conftest.out
", "w
");
16917 return ferror (f) || fclose (f) != 0;
16923 ac_clean_files="$ac_clean_files conftest.out
"
16924 # Check that the compiler produces executables we can run. If not, either
16925 # the compiler is broken, or we cross compile.
16926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling
" >&5
16927 $as_echo_n "checking whether we are cross compiling...
" >&6; }
16928 if test "$cross_compiling" != yes; then
16929 { { ac_try="$ac_link"
16930 case "(($ac_try" in
16931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16932 *) ac_try_echo=$ac_try;;
16934 eval ac_try_echo="\"\
$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16935 $as_echo "$ac_try_echo"; } >&5
16936 (eval "$ac_link") 2>&5
16938 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
16939 test $ac_status = 0; }
16940 if { ac_try='./conftest$ac_cv_exeext'
16941 { { case "(($ac_try" in
16942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16943 *) ac_try_echo=$ac_try;;
16945 eval ac_try_echo="\"\
$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16946 $as_echo "$ac_try_echo"; } >&5
16947 (eval "$ac_try") 2>&5
16949 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
16950 test $ac_status = 0; }; }; then
16953 if test "$cross_compiling" = maybe; then
16954 cross_compiling=yes
16956 { { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
16957 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16958 as_fn_error $? "cannot run C compiled programs.
16959 If you meant to cross compile, use \`--host'.
16960 See \
`config.log' for more details" "$LINENO" 5; }
16964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
16965 $as_echo "$cross_compiling" >&6; }
16967 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
16968 ac_clean_files=$ac_clean_files_save
16969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
16970 $as_echo_n "checking for suffix of object files... " >&6; }
16971 if ${ac_cv_objext+:} false; then :
16972 $as_echo_n "(cached) " >&6
16974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16975 /* end confdefs.h. */
16985 rm -f conftest.o conftest.obj
16986 if { { ac_try="$ac_compile"
16987 case "(($ac_try" in
16988 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
16989 *) ac_try_echo
=$ac_try;;
16991 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16992 $as_echo "$ac_try_echo"; } >&5
16993 (eval "$ac_compile") 2>&5
16995 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16996 test $ac_status = 0; }; then :
16997 for ac_file
in conftest.o conftest.obj conftest.
*; do
16998 test -f "$ac_file" || continue;
17000 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.map
| *.inf
| *.dSYM
) ;;
17001 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
17006 $as_echo "$as_me: failed program was:" >&5
17007 sed 's/^/| /' conftest.
$ac_ext >&5
17009 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17010 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17011 as_fn_error $?
"cannot compute suffix of object files: cannot compile
17012 See \`config.log' for more details" "$LINENO" 5; }
17014 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
17016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
17017 $as_echo "$ac_cv_objext" >&6; }
17018 OBJEXT
=$ac_cv_objext
17020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
17021 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
17022 if ${ac_cv_c_compiler_gnu+:} false
; then :
17023 $as_echo_n "(cached) " >&6
17025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17026 /* end confdefs.h. */
17039 if ac_fn_c_try_compile
"$LINENO"; then :
17040 ac_compiler_gnu
=yes
17044 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17045 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
17048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
17049 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
17050 if test $ac_compiler_gnu = yes; then
17055 ac_test_CFLAGS
=${CFLAGS+set}
17056 ac_save_CFLAGS
=$CFLAGS
17057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
17058 $as_echo_n "checking whether $CC accepts -g... " >&6; }
17059 if ${ac_cv_prog_cc_g+:} false
; then :
17060 $as_echo_n "(cached) " >&6
17062 ac_save_c_werror_flag
=$ac_c_werror_flag
17063 ac_c_werror_flag
=yes
17066 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17067 /* end confdefs.h. */
17077 if ac_fn_c_try_compile
"$LINENO"; then :
17078 ac_cv_prog_cc_g
=yes
17081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17082 /* end confdefs.h. */
17092 if ac_fn_c_try_compile
"$LINENO"; then :
17095 ac_c_werror_flag
=$ac_save_c_werror_flag
17097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17098 /* end confdefs.h. */
17108 if ac_fn_c_try_compile
"$LINENO"; then :
17109 ac_cv_prog_cc_g
=yes
17111 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17113 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17115 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17116 ac_c_werror_flag
=$ac_save_c_werror_flag
17118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
17119 $as_echo "$ac_cv_prog_cc_g" >&6; }
17120 if test "$ac_test_CFLAGS" = set; then
17121 CFLAGS
=$ac_save_CFLAGS
17122 elif test $ac_cv_prog_cc_g = yes; then
17123 if test "$GCC" = yes; then
17129 if test "$GCC" = yes; then
17135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
17136 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
17137 if ${ac_cv_prog_cc_c89+:} false
; then :
17138 $as_echo_n "(cached) " >&6
17140 ac_cv_prog_cc_c89
=no
17142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17143 /* end confdefs.h. */
17144 #include <stdarg.h>
17147 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
17148 struct buf { int x; };
17149 FILE * (*rcsopen) (struct buf *, struct stat *, int);
17150 static char *e (p, i)
17156 static char *f (char * (*g) (char **, int), char **p, ...)
17161 s = g (p, va_arg (v,int));
17166 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
17167 function prototypes and stuff, but not '\xHH' hex character constants.
17168 These don't provoke an error unfortunately, instead are silently treated
17169 as 'x'. The following induces an error, until -std is added to get
17170 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
17171 array size at least. It's necessary to write '\x00'==0 to get something
17172 that's true only with -std. */
17173 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
17175 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
17176 inside strings and character constants. */
17178 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
17180 int test (int i, double x);
17181 struct s1 {int (*f) (int a);};
17182 struct s2 {int (*f) (double a);};
17183 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
17189 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
17194 for ac_arg
in '' -qlanglvl=extc89
-qlanglvl=ansi
-std \
17195 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
17197 CC
="$ac_save_CC $ac_arg"
17198 if ac_fn_c_try_compile
"$LINENO"; then :
17199 ac_cv_prog_cc_c89
=$ac_arg
17201 rm -f core conftest.err conftest.
$ac_objext
17202 test "x$ac_cv_prog_cc_c89" != "xno" && break
17204 rm -f conftest.
$ac_ext
17209 case "x$ac_cv_prog_cc_c89" in
17211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
17212 $as_echo "none needed" >&6; } ;;
17214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
17215 $as_echo "unsupported" >&6; } ;;
17217 CC
="$CC $ac_cv_prog_cc_c89"
17218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
17219 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
17221 if test "x$ac_cv_prog_cc_c89" != xno
; then :
17226 ac_cpp
='$CPP $CPPFLAGS'
17227 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17228 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17229 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17239 ac_cpp
='$CPP $CPPFLAGS'
17240 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17241 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17242 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Intel C compiler" >&5
17245 $as_echo_n "checking whether we are using the Intel C compiler... " >&6; }
17246 if ${bakefile_cv_c_compiler___INTEL_COMPILER+:} false
; then :
17247 $as_echo_n "(cached) " >&6
17249 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17250 /* end confdefs.h. */
17256 #ifndef __INTEL_COMPILER
17264 if ac_fn_c_try_compile
"$LINENO"; then :
17265 bakefile_cv_c_compiler___INTEL_COMPILER
=yes
17267 bakefile_cv_c_compiler___INTEL_COMPILER
=no
17270 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
17275 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
17276 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
17282 ac_cpp
='$CPP $CPPFLAGS'
17283 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17284 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17285 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17290 if test "$INTELCC" = "yes"; then
17294 ac_cpp
='$CPP $CPPFLAGS'
17295 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17296 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17297 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C compiler v8 or later" >&5
17300 $as_echo_n "checking whether we are using Intel C compiler v8 or later... " >&6; }
17301 if ${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+:} false
; then :
17302 $as_echo_n "(cached) " >&6
17304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17305 /* end confdefs.h. */
17311 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
17319 if ac_fn_c_try_compile
"$LINENO"; then :
17320 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800
=yes
17322 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800
=no
17325 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
17330 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
17331 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
17337 ac_cpp
='$CPP $CPPFLAGS'
17338 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17339 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17340 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17347 ac_cpp
='$CPP $CPPFLAGS'
17348 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17349 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17350 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C compiler v10 or later" >&5
17353 $as_echo_n "checking whether we are using Intel C compiler v10 or later... " >&6; }
17354 if ${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+:} false
; then :
17355 $as_echo_n "(cached) " >&6
17357 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17358 /* end confdefs.h. */
17364 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
17372 if ac_fn_c_try_compile
"$LINENO"; then :
17373 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000
=yes
17375 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000
=no
17378 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
17383 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
17384 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
17390 ac_cpp
='$CPP $CPPFLAGS'
17391 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17392 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17393 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17399 if test "x$GCC" != "xyes"; then
17400 if test "xCC" = "xC"; then
17401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler requires -ext o" >&5
17402 $as_echo_n "checking if the C compiler requires -ext o... " >&6; }
17403 if ${bakefile_cv_c_exto+:} false
; then :
17404 $as_echo_n "(cached) " >&6
17406 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17407 /* end confdefs.h. */
17417 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
17418 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
17419 (eval $ac_compile) 2>&5
17421 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17422 test $ac_status = 0; }; then :
17423 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
17425 conftest.
$ac_ext.o
)
17426 bakefile_cv_c_exto
="-ext o"
17433 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17435 as_fn_error $?
"cannot figure out if compiler needs -ext o: cannot compile
17436 See \`config.log' for more details" "$LINENO" 5; }
17439 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
17442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_exto" >&5
17443 $as_echo "$bakefile_cv_c_exto" >&6; }
17444 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17445 if test "c" = "c"; then
17446 CFLAGS
="$bakefile_cv_c_exto $CFLAGS"
17448 if test "c" = "cxx"; then
17449 CXXFLAGS
="$bakefile_cv_c_exto $CXXFLAGS"
17453 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17454 unset ac_cv_prog_cc_g
17455 ac_test_CFLAGS
=${CFLAGS+set}
17456 ac_save_CFLAGS
=$CFLAGS
17457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
17458 $as_echo_n "checking whether $CC accepts -g... " >&6; }
17459 if ${ac_cv_prog_cc_g+:} false
; then :
17460 $as_echo_n "(cached) " >&6
17462 ac_save_c_werror_flag
=$ac_c_werror_flag
17463 ac_c_werror_flag
=yes
17466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17467 /* end confdefs.h. */
17477 if ac_fn_c_try_compile
"$LINENO"; then :
17478 ac_cv_prog_cc_g
=yes
17481 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17482 /* end confdefs.h. */
17492 if ac_fn_c_try_compile
"$LINENO"; then :
17495 ac_c_werror_flag
=$ac_save_c_werror_flag
17497 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17498 /* end confdefs.h. */
17508 if ac_fn_c_try_compile
"$LINENO"; then :
17509 ac_cv_prog_cc_g
=yes
17511 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17513 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17515 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17516 ac_c_werror_flag
=$ac_save_c_werror_flag
17518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
17519 $as_echo "$ac_cv_prog_cc_g" >&6; }
17520 if test "$ac_test_CFLAGS" = set; then
17521 CFLAGS
=$ac_save_CFLAGS
17522 elif test $ac_cv_prog_cc_g = yes; then
17523 if test "$GCC" = yes; then
17529 if test "$GCC" = yes; then
17543 ac_cpp
='$CPP $CPPFLAGS'
17544 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17545 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17546 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C compiler" >&5
17549 $as_echo_n "checking whether we are using the IBM xlC C compiler... " >&6; }
17550 if ${bakefile_cv_c_compiler___xlC__+:} false
; then :
17551 $as_echo_n "(cached) " >&6
17553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17554 /* end confdefs.h. */
17568 if ac_fn_c_try_compile
"$LINENO"; then :
17569 bakefile_cv_c_compiler___xlC__
=yes
17571 bakefile_cv_c_compiler___xlC__
=no
17574 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___xlC__" >&5
17579 $as_echo "$bakefile_cv_c_compiler___xlC__" >&6; }
17580 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17586 ac_cpp
='$CPP $CPPFLAGS'
17587 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17588 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17589 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17599 ac_cpp
='$CPP $CPPFLAGS'
17600 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17601 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17602 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Metrowerks C compiler" >&5
17605 $as_echo_n "checking whether we are using the Metrowerks C compiler... " >&6; }
17606 if ${bakefile_cv_c_compiler___MWERKS__+:} false
; then :
17607 $as_echo_n "(cached) " >&6
17609 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17610 /* end confdefs.h. */
17624 if ac_fn_c_try_compile
"$LINENO"; then :
17625 bakefile_cv_c_compiler___MWERKS__
=yes
17627 bakefile_cv_c_compiler___MWERKS__
=no
17630 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___MWERKS__" >&5
17635 $as_echo "$bakefile_cv_c_compiler___MWERKS__" >&6; }
17636 if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
17642 ac_cpp
='$CPP $CPPFLAGS'
17643 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17644 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17645 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17649 if test "$MWCC" != "yes"; 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
17658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C compiler" >&5
17659 $as_echo_n "checking whether we are using the IBM xlC C compiler... " >&6; }
17660 if ${bakefile_cv_c_compiler___xlC__+:} false
; then :
17661 $as_echo_n "(cached) " >&6
17663 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17664 /* end confdefs.h. */
17678 if ac_fn_c_try_compile
"$LINENO"; then :
17679 bakefile_cv_c_compiler___xlC__
=yes
17681 bakefile_cv_c_compiler___xlC__
=no
17684 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___xlC__" >&5
17689 $as_echo "$bakefile_cv_c_compiler___xlC__" >&6; }
17690 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17696 ac_cpp
='$CPP $CPPFLAGS'
17697 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17698 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17699 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
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
17715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the SGI C compiler" >&5
17716 $as_echo_n "checking whether we are using the SGI C compiler... " >&6; }
17717 if ${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+:} false
; then :
17718 $as_echo_n "(cached) " >&6
17720 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17721 /* end confdefs.h. */
17727 #ifndef _SGI_COMPILER_VERSION
17735 if ac_fn_c_try_compile
"$LINENO"; then :
17736 bakefile_cv_c_compiler__SGI_COMPILER_VERSION
=yes
17738 bakefile_cv_c_compiler__SGI_COMPILER_VERSION
=no
17741 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
17746 $as_echo "$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
17747 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
17753 ac_cpp
='$CPP $CPPFLAGS'
17754 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17755 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17756 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17763 if test "$INTELCC" != "yes"; then
17767 ac_cpp
='$CPP $CPPFLAGS'
17768 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17769 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17770 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C compiler" >&5
17773 $as_echo_n "checking whether we are using the Sun C compiler... " >&6; }
17774 if ${bakefile_cv_c_compiler___SUNPRO_C+:} false
; then :
17775 $as_echo_n "(cached) " >&6
17777 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17778 /* end confdefs.h. */
17792 if ac_fn_c_try_compile
"$LINENO"; then :
17793 bakefile_cv_c_compiler___SUNPRO_C
=yes
17795 bakefile_cv_c_compiler___SUNPRO_C
=no
17798 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17803 $as_echo "$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17804 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17810 ac_cpp
='$CPP $CPPFLAGS'
17811 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17812 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17813 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17824 ac_cpp
='$CPP $CPPFLAGS'
17825 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17826 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17827 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the HP C compiler" >&5
17830 $as_echo_n "checking whether we are using the HP C compiler... " >&6; }
17831 if ${bakefile_cv_c_compiler___HP_cc+:} false
; then :
17832 $as_echo_n "(cached) " >&6
17834 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17835 /* end confdefs.h. */
17849 if ac_fn_c_try_compile
"$LINENO"; then :
17850 bakefile_cv_c_compiler___HP_cc
=yes
17852 bakefile_cv_c_compiler___HP_cc
=no
17855 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___HP_cc" >&5
17860 $as_echo "$bakefile_cv_c_compiler___HP_cc" >&6; }
17861 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
17867 ac_cpp
='$CPP $CPPFLAGS'
17868 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17869 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17870 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17880 ac_cpp
='$CPP $CPPFLAGS'
17881 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17882 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17883 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Compaq C compiler" >&5
17886 $as_echo_n "checking whether we are using the Compaq C compiler... " >&6; }
17887 if ${bakefile_cv_c_compiler___DECC+:} false
; then :
17888 $as_echo_n "(cached) " >&6
17890 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17891 /* end confdefs.h. */
17905 if ac_fn_c_try_compile
"$LINENO"; then :
17906 bakefile_cv_c_compiler___DECC
=yes
17908 bakefile_cv_c_compiler___DECC
=no
17911 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___DECC" >&5
17916 $as_echo "$bakefile_cv_c_compiler___DECC" >&6; }
17917 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
17923 ac_cpp
='$CPP $CPPFLAGS'
17924 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17925 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17926 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17936 ac_cpp
='$CPP $CPPFLAGS'
17937 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17938 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17939 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C compiler" >&5
17942 $as_echo_n "checking whether we are using the Sun C compiler... " >&6; }
17943 if ${bakefile_cv_c_compiler___SUNPRO_C+:} false
; then :
17944 $as_echo_n "(cached) " >&6
17946 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17947 /* end confdefs.h. */
17961 if ac_fn_c_try_compile
"$LINENO"; then :
17962 bakefile_cv_c_compiler___SUNPRO_C
=yes
17964 bakefile_cv_c_compiler___SUNPRO_C
=no
17967 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17972 $as_echo "$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17973 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17979 ac_cpp
='$CPP $CPPFLAGS'
17980 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17981 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17982 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17993 ac_cpp
='$CPP $CPPFLAGS'
17994 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17995 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17996 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
17998 $as_echo_n "checking how to run the C preprocessor... " >&6; }
17999 # On Suns, sometimes $CPP names a directory.
18000 if test -n "$CPP" && test -d "$CPP"; then
18003 if test -z "$CPP"; then
18004 if ${ac_cv_prog_CPP+:} false
; then :
18005 $as_echo_n "(cached) " >&6
18007 # Double quotes because CPP needs to be expanded
18008 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
18010 ac_preproc_ok
=false
18011 for ac_c_preproc_warn_flag
in '' yes
18013 # Use a header file that comes with gcc, so configuring glibc
18014 # with a fresh cross-compiler works.
18015 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18016 # <limits.h> exists even on freestanding compilers.
18017 # On the NeXT, cc -E runs the code through the compiler's parser,
18018 # not just through cpp. "Syntax error" is here to catch this case.
18019 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18020 /* end confdefs.h. */
18022 # include <limits.h>
18024 # include <assert.h>
18028 if ac_fn_c_try_cpp
"$LINENO"; then :
18031 # Broken: fails on valid input.
18034 rm -f conftest.err conftest.i conftest.
$ac_ext
18036 # OK, works on sane cases. Now check whether nonexistent headers
18037 # can be detected and how.
18038 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18039 /* end confdefs.h. */
18040 #include <ac_nonexistent.h>
18042 if ac_fn_c_try_cpp
"$LINENO"; then :
18043 # Broken: success on invalid input.
18046 # Passes both tests.
18050 rm -f conftest.err conftest.i conftest.
$ac_ext
18053 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18054 rm -f conftest.i conftest.err conftest.
$ac_ext
18055 if $ac_preproc_ok; then :
18060 ac_cv_prog_CPP
=$CPP
18063 CPP
=$ac_cv_prog_CPP
18065 ac_cv_prog_CPP
=$CPP
18067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
18068 $as_echo "$CPP" >&6; }
18069 ac_preproc_ok
=false
18070 for ac_c_preproc_warn_flag
in '' yes
18072 # Use a header file that comes with gcc, so configuring glibc
18073 # with a fresh cross-compiler works.
18074 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18075 # <limits.h> exists even on freestanding compilers.
18076 # On the NeXT, cc -E runs the code through the compiler's parser,
18077 # not just through cpp. "Syntax error" is here to catch this case.
18078 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18079 /* end confdefs.h. */
18081 # include <limits.h>
18083 # include <assert.h>
18087 if ac_fn_c_try_cpp
"$LINENO"; then :
18090 # Broken: fails on valid input.
18093 rm -f conftest.err conftest.i conftest.
$ac_ext
18095 # OK, works on sane cases. Now check whether nonexistent headers
18096 # can be detected and how.
18097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18098 /* end confdefs.h. */
18099 #include <ac_nonexistent.h>
18101 if ac_fn_c_try_cpp
"$LINENO"; then :
18102 # Broken: success on invalid input.
18105 # Passes both tests.
18109 rm -f conftest.err conftest.i conftest.
$ac_ext
18112 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18113 rm -f conftest.i conftest.err conftest.
$ac_ext
18114 if $ac_preproc_ok; then :
18117 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18118 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18119 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
18120 See \`config.log' for more details" "$LINENO" 5; }
18124 ac_cpp
='$CPP $CPPFLAGS'
18125 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18126 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18127 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
18131 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
18132 if ${ac_cv_path_GREP+:} false
; then :
18133 $as_echo_n "(cached) " >&6
18135 if test -z "$GREP"; then
18136 ac_path_GREP_found
=false
18137 # Loop through the user's path and test for each of PROGNAME-LIST
18138 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18139 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
18142 test -z "$as_dir" && as_dir
=.
18143 for ac_prog
in grep ggrep
; do
18144 for ac_exec_ext
in '' $ac_executable_extensions; do
18145 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
18146 as_fn_executable_p
"$ac_path_GREP" || continue
18147 # Check for GNU ac_path_GREP and select it if it is found.
18148 # Check for GNU $ac_path_GREP
18149 case `"$ac_path_GREP" --version 2>&1` in
18151 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
18154 $as_echo_n 0123456789 >"conftest.in"
18157 cat "conftest.in" "conftest.in" >"conftest.tmp"
18158 mv "conftest.tmp" "conftest.in"
18159 cp "conftest.in" "conftest.nl"
18160 $as_echo 'GREP' >> "conftest.nl"
18161 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null
|| break
18162 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 || break
18163 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
18164 if test $ac_count -gt ${ac_path_GREP_max-0}; then
18165 # Best one so far, save it but keep looking for a better one
18166 ac_cv_path_GREP
="$ac_path_GREP"
18167 ac_path_GREP_max
=$ac_count
18169 # 10*(2^10) chars as input seems more than enough
18170 test $ac_count -gt 10 && break
18172 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
18175 $ac_path_GREP_found && break 3
18180 if test -z "$ac_cv_path_GREP"; then
18181 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
18184 ac_cv_path_GREP
=$GREP
18188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
18189 $as_echo "$ac_cv_path_GREP" >&6; }
18190 GREP
="$ac_cv_path_GREP"
18193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
18194 $as_echo_n "checking for egrep... " >&6; }
18195 if ${ac_cv_path_EGREP+:} false
; then :
18196 $as_echo_n "(cached) " >&6
18198 if echo a
| $GREP -E '(a|b)' >/dev
/null
2>&1
18199 then ac_cv_path_EGREP
="$GREP -E"
18201 if test -z "$EGREP"; then
18202 ac_path_EGREP_found
=false
18203 # Loop through the user's path and test for each of PROGNAME-LIST
18204 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18205 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
18208 test -z "$as_dir" && as_dir
=.
18209 for ac_prog
in egrep; do
18210 for ac_exec_ext
in '' $ac_executable_extensions; do
18211 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
18212 as_fn_executable_p
"$ac_path_EGREP" || continue
18213 # Check for GNU ac_path_EGREP and select it if it is found.
18214 # Check for GNU $ac_path_EGREP
18215 case `"$ac_path_EGREP" --version 2>&1` in
18217 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
18220 $as_echo_n 0123456789 >"conftest.in"
18223 cat "conftest.in" "conftest.in" >"conftest.tmp"
18224 mv "conftest.tmp" "conftest.in"
18225 cp "conftest.in" "conftest.nl"
18226 $as_echo 'EGREP' >> "conftest.nl"
18227 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null
|| break
18228 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 || break
18229 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
18230 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
18231 # Best one so far, save it but keep looking for a better one
18232 ac_cv_path_EGREP
="$ac_path_EGREP"
18233 ac_path_EGREP_max
=$ac_count
18235 # 10*(2^10) chars as input seems more than enough
18236 test $ac_count -gt 10 && break
18238 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
18241 $ac_path_EGREP_found && break 3
18246 if test -z "$ac_cv_path_EGREP"; then
18247 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
18250 ac_cv_path_EGREP
=$EGREP
18255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
18256 $as_echo "$ac_cv_path_EGREP" >&6; }
18257 EGREP
="$ac_cv_path_EGREP"
18260 if test $ac_cv_c_compiler_gnu = yes; then
18261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
18262 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
18263 if ${ac_cv_prog_gcc_traditional+:} false
; then :
18264 $as_echo_n "(cached) " >&6
18266 ac_pattern
="Autoconf.*'x'"
18267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18268 /* end confdefs.h. */
18272 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18273 $EGREP "$ac_pattern" >/dev
/null
2>&1; then :
18274 ac_cv_prog_gcc_traditional
=yes
18276 ac_cv_prog_gcc_traditional
=no
18281 if test $ac_cv_prog_gcc_traditional = no
; then
18282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18283 /* end confdefs.h. */
18284 #include <termio.h>
18287 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18288 $EGREP "$ac_pattern" >/dev
/null
2>&1; then :
18289 ac_cv_prog_gcc_traditional
=yes
18295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
18296 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
18297 if test $ac_cv_prog_gcc_traditional = yes; then
18298 CC
="$CC -traditional"
18303 CXXFLAGS
=${CXXFLAGS:=}
18305 ac_cpp
='$CXXCPP $CPPFLAGS'
18306 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18307 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18308 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18309 if test -z "$CXX"; then
18310 if test -n "$CCC"; then
18313 if test -n "$ac_tool_prefix"; then
18314 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
18316 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
18317 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
18318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18319 $as_echo_n "checking for $ac_word... " >&6; }
18320 if ${ac_cv_prog_CXX+:} false
; then :
18321 $as_echo_n "(cached) " >&6
18323 if test -n "$CXX"; then
18324 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
18326 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18327 for as_dir
in $PATH
18330 test -z "$as_dir" && as_dir
=.
18331 for ac_exec_ext
in '' $ac_executable_extensions; do
18332 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
18333 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
18334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18343 CXX
=$ac_cv_prog_CXX
18344 if test -n "$CXX"; then
18345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
18346 $as_echo "$CXX" >&6; }
18348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18349 $as_echo "no" >&6; }
18353 test -n "$CXX" && break
18356 if test -z "$CXX"; then
18358 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
18360 # Extract the first word of "$ac_prog", so it can be a program name with args.
18361 set dummy
$ac_prog; ac_word
=$2
18362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18363 $as_echo_n "checking for $ac_word... " >&6; }
18364 if ${ac_cv_prog_ac_ct_CXX+:} false
; then :
18365 $as_echo_n "(cached) " >&6
18367 if test -n "$ac_ct_CXX"; then
18368 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
18370 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18371 for as_dir
in $PATH
18374 test -z "$as_dir" && as_dir
=.
18375 for ac_exec_ext
in '' $ac_executable_extensions; do
18376 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
18377 ac_cv_prog_ac_ct_CXX
="$ac_prog"
18378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18387 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
18388 if test -n "$ac_ct_CXX"; then
18389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
18390 $as_echo "$ac_ct_CXX" >&6; }
18392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18393 $as_echo "no" >&6; }
18397 test -n "$ac_ct_CXX" && break
18400 if test "x$ac_ct_CXX" = x
; then
18403 case $cross_compiling:$ac_tool_warned in
18405 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
18406 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
18407 ac_tool_warned
=yes ;;
18415 # Provide some information about the compiler.
18416 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
18419 for ac_option
in --version -v -V -qversion; do
18420 { { ac_try
="$ac_compiler $ac_option >&5"
18421 case "(($ac_try" in
18422 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
18423 *) ac_try_echo=$ac_try;;
18425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
18426 $as_echo "$ac_try_echo"; } >&5
18427 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18429 if test -s conftest.err; then
18431 ... rest of stderr output deleted ...
18432 10q' conftest.err >conftest.er1
18433 cat conftest.er1 >&5
18435 rm -f conftest.er1 conftest.err
18436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18437 test $ac_status = 0; }
18440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
18441 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
18442 if ${ac_cv_cxx_compiler_gnu+:} false; then :
18443 $as_echo_n "(cached) " >&6
18445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18446 /* end confdefs.h. */
18459 if ac_fn_cxx_try_compile "$LINENO"; then :
18460 ac_compiler_gnu=yes
18464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18465 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
18468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
18469 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
18470 if test $ac_compiler_gnu = yes; then
18475 ac_test_CXXFLAGS=${CXXFLAGS+set}
18476 ac_save_CXXFLAGS=$CXXFLAGS
18477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
18478 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
18479 if ${ac_cv_prog_cxx_g+:} false; then :
18480 $as_echo_n "(cached) " >&6
18482 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
18483 ac_cxx_werror_flag=yes
18484 ac_cv_prog_cxx_g=no
18486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18487 /* end confdefs.h. */
18497 if ac_fn_cxx_try_compile "$LINENO"; then :
18498 ac_cv_prog_cxx_g=yes
18501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18502 /* end confdefs.h. */
18512 if ac_fn_cxx_try_compile "$LINENO"; then :
18515 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
18517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18518 /* end confdefs.h. */
18528 if ac_fn_cxx_try_compile "$LINENO"; then :
18529 ac_cv_prog_cxx_g=yes
18531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18536 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
18538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
18539 $as_echo "$ac_cv_prog_cxx_g" >&6; }
18540 if test "$ac_test_CXXFLAGS" = set; then
18541 CXXFLAGS=$ac_save_CXXFLAGS
18542 elif test $ac_cv_prog_cxx_g = yes; then
18543 if test "$GXX" = yes; then
18549 if test "$GXX" = yes; then
18556 ac_cpp='$CPP $CPPFLAGS'
18557 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18558 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18559 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18569 ac_cpp='$CXXCPP $CPPFLAGS'
18570 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18571 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18572 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Intel C++ compiler" >&5
18575 $as_echo_n "checking whether we are using the Intel C++ compiler... " >&6; }
18576 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER+:} false; then :
18577 $as_echo_n "(cached) " >&6
18579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18580 /* end confdefs.h. */
18586 #ifndef __INTEL_COMPILER
18594 if ac_fn_cxx_try_compile "$LINENO"; then :
18595 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
18597 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
18600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
18605 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
18606 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
18612 ac_cpp='$CPP $CPPFLAGS'
18613 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18614 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18615 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18620 if test "$INTELCXX" = "yes"; then
18624 ac_cpp='$CXXCPP $CPPFLAGS'
18625 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18626 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18627 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C++ compiler v8 or later" >&5
18630 $as_echo_n "checking whether we are using Intel C++ compiler v8 or later... " >&6; }
18631 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+:} false; then :
18632 $as_echo_n "(cached) " >&6
18634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18635 /* end confdefs.h. */
18641 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
18649 if ac_fn_cxx_try_compile "$LINENO"; then :
18650 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
18652 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
18655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
18660 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
18661 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
18667 ac_cpp='$CPP $CPPFLAGS'
18668 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18669 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18670 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18677 ac_cpp='$CXXCPP $CPPFLAGS'
18678 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18679 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18680 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C++ compiler v10 or later" >&5
18683 $as_echo_n "checking whether we are using Intel C++ compiler v10 or later... " >&6; }
18684 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+:} false; then :
18685 $as_echo_n "(cached) " >&6
18687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18688 /* end confdefs.h. */
18694 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
18702 if ac_fn_cxx_try_compile "$LINENO"; then :
18703 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=yes
18705 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=no
18708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
18713 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
18714 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
18720 ac_cpp='$CPP $CPPFLAGS'
18721 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18722 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18723 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18729 if test "x$GCXX" != "xyes"; then
18730 if test "xCXX" = "xC"; then
18731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler requires -ext o" >&5
18732 $as_echo_n "checking if the C compiler requires -ext o... " >&6; }
18733 if ${bakefile_cv_c_exto+:} false; then :
18734 $as_echo_n "(cached) " >&6
18736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18737 /* end confdefs.h. */
18747 rm -f conftest.$ac_objext conftest.$ac_ext.o
18748 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18749 (eval $ac_compile) 2>&5
18751 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18752 test $ac_status = 0; }; then :
18753 for ac_file in `(ls conftest.
* 2>/dev
/null
)`; do
18755 conftest.$ac_ext.o)
18756 bakefile_cv_c_exto="-ext o"
18763 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18764 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18765 as_fn_error $? "cannot figure out
if compiler needs
-ext o
: cannot compile
18766 See \
`config.log' for more details" "$LINENO" 5; }
18769 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
18772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_exto" >&5
18773 $as_echo "$bakefile_cv_c_exto" >&6; }
18774 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18775 if test "c" = "c"; then
18776 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
18778 if test "c" = "cxx"; then
18779 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
18783 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18784 unset ac_cv_prog_cc_g
18785 ac_test_CFLAGS=${CFLAGS+set}
18786 ac_save_CFLAGS=$CFLAGS
18787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
18788 $as_echo_n "checking whether $CC accepts -g... " >&6; }
18789 if ${ac_cv_prog_cc_g+:} false; then :
18790 $as_echo_n "(cached) " >&6
18792 ac_save_c_werror_flag=$ac_c_werror_flag
18793 ac_c_werror_flag=yes
18796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18797 /* end confdefs.h. */
18807 if ac_fn_c_try_compile "$LINENO"; then :
18808 ac_cv_prog_cc_g=yes
18811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18812 /* end confdefs.h. */
18822 if ac_fn_c_try_compile "$LINENO"; then :
18825 ac_c_werror_flag=$ac_save_c_werror_flag
18827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18828 /* end confdefs.h. */
18838 if ac_fn_c_try_compile "$LINENO"; then :
18839 ac_cv_prog_cc_g=yes
18841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18846 ac_c_werror_flag=$ac_save_c_werror_flag
18848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
18849 $as_echo "$ac_cv_prog_cc_g" >&6; }
18850 if test "$ac_test_CFLAGS" = set; then
18851 CFLAGS=$ac_save_CFLAGS
18852 elif test $ac_cv_prog_cc_g = yes; then
18853 if test "$GCC" = yes; then
18859 if test "$GCC" = yes; then
18873 ac_cpp='$CXXCPP $CPPFLAGS'
18874 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18875 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18876 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C++ compiler" >&5
18879 $as_echo_n "checking whether we are using the IBM xlC C++ compiler... " >&6; }
18880 if ${bakefile_cv_cxx_compiler___xlC__+:} false; then :
18881 $as_echo_n "(cached) " >&6
18883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18884 /* end confdefs.h. */
18898 if ac_fn_cxx_try_compile "$LINENO"; then :
18899 bakefile_cv_cxx_compiler___xlC__=yes
18901 bakefile_cv_cxx_compiler___xlC__=no
18904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18909 $as_echo "$bakefile_cv_cxx_compiler___xlC__" >&6; }
18910 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18916 ac_cpp='$CPP $CPPFLAGS'
18917 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18918 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18919 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18929 ac_cpp='$CXXCPP $CPPFLAGS'
18930 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18931 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18932 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Metrowerks C++ compiler" >&5
18935 $as_echo_n "checking whether we are using the Metrowerks C++ compiler... " >&6; }
18936 if ${bakefile_cv_cxx_compiler___MWERKS__+:} false; then :
18937 $as_echo_n "(cached) " >&6
18939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18940 /* end confdefs.h. */
18954 if ac_fn_cxx_try_compile "$LINENO"; then :
18955 bakefile_cv_cxx_compiler___MWERKS__=yes
18957 bakefile_cv_cxx_compiler___MWERKS__=no
18960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
18965 $as_echo "$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
18966 if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
18972 ac_cpp='$CPP $CPPFLAGS'
18973 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18974 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18975 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18979 if test "$MWCXX" != "yes"; then
18983 ac_cpp='$CXXCPP $CPPFLAGS'
18984 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18985 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18986 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C++ compiler" >&5
18989 $as_echo_n "checking whether we are using the IBM xlC C++ compiler... " >&6; }
18990 if ${bakefile_cv_cxx_compiler___xlC__+:} false; then :
18991 $as_echo_n "(cached) " >&6
18993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18994 /* end confdefs.h. */
19008 if ac_fn_cxx_try_compile "$LINENO"; then :
19009 bakefile_cv_cxx_compiler___xlC__=yes
19011 bakefile_cv_cxx_compiler___xlC__=no
19014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___xlC__" >&5
19019 $as_echo "$bakefile_cv_cxx_compiler___xlC__" >&6; }
19020 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
19026 ac_cpp='$CPP $CPPFLAGS'
19027 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19028 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19029 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19040 ac_cpp='$CXXCPP $CPPFLAGS'
19041 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19042 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19043 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the SGI C++ compiler" >&5
19046 $as_echo_n "checking whether we are using the SGI C++ compiler... " >&6; }
19047 if ${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+:} false; then :
19048 $as_echo_n "(cached) " >&6
19050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19051 /* end confdefs.h. */
19057 #ifndef _SGI_COMPILER_VERSION
19065 if ac_fn_cxx_try_compile "$LINENO"; then :
19066 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
19068 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
19071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
19076 $as_echo "$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
19077 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
19083 ac_cpp='$CPP $CPPFLAGS'
19084 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19085 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19086 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19093 if test "$INTELCXX" != "yes"; then
19097 ac_cpp='$CXXCPP $CPPFLAGS'
19098 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19099 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19100 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C++ compiler" >&5
19103 $as_echo_n "checking whether we are using the Sun C++ compiler... " >&6; }
19104 if ${bakefile_cv_cxx_compiler___SUNPRO_CC+:} false; then :
19105 $as_echo_n "(cached) " >&6
19107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19108 /* end confdefs.h. */
19114 #ifndef __SUNPRO_CC
19122 if ac_fn_cxx_try_compile "$LINENO"; then :
19123 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
19125 bakefile_cv_cxx_compiler___SUNPRO_CC=no
19128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
19133 $as_echo "$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
19134 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
19140 ac_cpp='$CPP $CPPFLAGS'
19141 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19142 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19143 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19154 ac_cpp='$CXXCPP $CPPFLAGS'
19155 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19156 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19157 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the HP C++ compiler" >&5
19160 $as_echo_n "checking whether we are using the HP C++ compiler... " >&6; }
19161 if ${bakefile_cv_cxx_compiler___HP_aCC+:} false; then :
19162 $as_echo_n "(cached) " >&6
19164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19165 /* end confdefs.h. */
19179 if ac_fn_cxx_try_compile "$LINENO"; then :
19180 bakefile_cv_cxx_compiler___HP_aCC=yes
19182 bakefile_cv_cxx_compiler___HP_aCC=no
19185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
19190 $as_echo "$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
19191 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
19197 ac_cpp='$CPP $CPPFLAGS'
19198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19210 ac_cpp='$CXXCPP $CPPFLAGS'
19211 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19212 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19213 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Compaq C++ compiler" >&5
19216 $as_echo_n "checking whether we are using the Compaq C++ compiler... " >&6; }
19217 if ${bakefile_cv_cxx_compiler___DECCXX+:} false; then :
19218 $as_echo_n "(cached) " >&6
19220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19221 /* end confdefs.h. */
19235 if ac_fn_cxx_try_compile "$LINENO"; then :
19236 bakefile_cv_cxx_compiler___DECCXX=yes
19238 bakefile_cv_cxx_compiler___DECCXX=no
19241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
19246 $as_echo "$bakefile_cv_cxx_compiler___DECCXX" >&6; }
19247 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
19253 ac_cpp='$CPP $CPPFLAGS'
19254 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19255 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19256 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19266 ac_cpp='$CXXCPP $CPPFLAGS'
19267 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19268 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19269 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C++ compiler" >&5
19272 $as_echo_n "checking whether we are using the Sun C++ compiler... " >&6; }
19273 if ${bakefile_cv_cxx_compiler___SUNPRO_CC+:} false; then :
19274 $as_echo_n "(cached) " >&6
19276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19277 /* end confdefs.h. */
19283 #ifndef __SUNPRO_CC
19291 if ac_fn_cxx_try_compile "$LINENO"; then :
19292 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
19294 bakefile_cv_cxx_compiler___SUNPRO_CC=no
19297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
19302 $as_echo "$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
19303 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
19309 ac_cpp='$CPP $CPPFLAGS'
19310 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19311 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19312 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19322 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
19323 as_fn_error $? "C++ compiler is needed to build wxWidgets" "$LINENO" 5
19326 if test "x$SUNCXX" != xyes; then
19327 if test -n "$ac_tool_prefix"; then
19328 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
19329 set dummy ${ac_tool_prefix}ar; ac_word=$2
19330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19331 $as_echo_n "checking for $ac_word... " >&6; }
19332 if ${ac_cv_prog_AR+:} false; then :
19333 $as_echo_n "(cached) " >&6
19335 if test -n "$AR"; then
19336 ac_cv_prog_AR="$AR" # Let the user override the test.
19338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19339 for as_dir in $PATH
19342 test -z "$as_dir" && as_dir=.
19343 for ac_exec_ext in '' $ac_executable_extensions; do
19344 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19345 ac_cv_prog_AR="${ac_tool_prefix}ar"
19346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19356 if test -n "$AR"; then
19357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
19358 $as_echo "$AR" >&6; }
19360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19361 $as_echo "no" >&6; }
19366 if test -z "$ac_cv_prog_AR"; then
19368 # Extract the first word of "ar", so it can be a program name with args.
19369 set dummy ar; ac_word=$2
19370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19371 $as_echo_n "checking for $ac_word... " >&6; }
19372 if ${ac_cv_prog_ac_ct_AR+:} false; then :
19373 $as_echo_n "(cached) " >&6
19375 if test -n "$ac_ct_AR"; then
19376 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
19378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19379 for as_dir in $PATH
19382 test -z "$as_dir" && as_dir=.
19383 for ac_exec_ext in '' $ac_executable_extensions; do
19384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19385 ac_cv_prog_ac_ct_AR="ar"
19386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19395 ac_ct_AR=$ac_cv_prog_ac_ct_AR
19396 if test -n "$ac_ct_AR"; then
19397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
19398 $as_echo "$ac_ct_AR" >&6; }
19400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19401 $as_echo "no" >&6; }
19404 if test "x$ac_ct_AR" = x; then
19407 case $cross_compiling:$ac_tool_warned in
19409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
19410 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
19411 ac_tool_warned=yes ;;
19416 AR="$ac_cv_prog_AR"
19419 if test "x$AR" = "x" ; then
19420 as_fn_error $? "ar is needed to build wxWidgets" "$LINENO" 5
19425 if test "$wxUSE_MAC" = 1; then
19427 retest_macosx_linking=no
19431 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
19432 if test "x$wxUSE_MAC_ARCH" != xno; then
19433 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&5
19434 $as_echo "$as_me: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&2;}
19437 if test "x$wxUSE_UNIVERSAL_BINARY" != xyes; then
19438 OSX_ARCH_OPTS=$wxUSE_UNIVERSAL_BINARY
19439 else OSX_ARCH_OPTS="ppc,i386"
19440 if test "$wxUSE_OSX_COCOA" = 1; then
19441 OSX_ARCH_OPTS="$OSX_ARCH_OPTS,x86_64"
19445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for architectures to use in universal binary" >&5
19446 $as_echo_n "checking for architectures to use in universal binary... " >&6; }
19447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OSX_ARCH_OPTS" >&5
19448 $as_echo "$OSX_ARCH_OPTS" >&6; }
19450 retest_macosx_linking=yes
19452 if test "x$wxUSE_MAC_ARCH" != xno; then
19453 OSX_ARCH_OPTS=$wxUSE_MAC_ARCH
19457 if test "x$OSX_ARCH_OPTS" != "x"; then
19458 if echo $OSX_ARCH_OPTS | grep -q ","; then
19459 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling dependency tracking due to universal binary build." >&5
19460 $as_echo "$as_me: WARNING: Disabling dependency tracking due to universal binary build." >&2;}
19461 disable_macosx_deps=yes
19463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling precompiled headers due to universal binary build." >&5
19464 $as_echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
19468 OSX_ARCH_OPTS=`echo $OSX_ARCH_OPTS | sed -e 's/^/-arch /' -e 's/,/ -arch /g'`
19470 CXXFLAGS="$OSX_ARCH_OPTS $CXXFLAGS"
19471 CFLAGS="$OSX_ARCH_OPTS $CFLAGS"
19472 OBJCXXFLAGS="$OSX_ARCH_OPTS $OBJCXXFLAGS"
19473 OBJCFLAGS="$OSX_ARCH_OPTS $OBJCFLAGS"
19474 LDFLAGS="$OSX_ARCH_OPTS $LDFLAGS"
19477 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
19479 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
19480 # TODO: Search for most recent SDK and use it.
19481 wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
19485 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
19487 $as_echo_n "checking for SDK directory $wxUSE_MACOSX_SDK... " >&6; }
19488 if ! test -d "$wxUSE_MACOSX_SDK"; then
19489 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19490 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19491 as_fn_error $? "not found
19492 See \
`config.log' for more details" "$LINENO" 5; }
19494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: exists" >&5
19495 $as_echo "exists" >&6; }
19497 MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
19498 retest_macosx_linking=yes
19501 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
19502 wxUSE_MACOSX_VERSION_MIN=
19503 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
19504 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking SDK deployment version" >&5
19506 $as_echo_n "checking SDK deployment version... " >&6; }
19508 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/'`
19510 # If that failed, try again with the new key
19511 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
19513 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/'`
19517 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
19518 wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
19519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_VERSION_MIN" >&5
19520 $as_echo "$wxUSE_MACOSX_VERSION_MIN" >&6; }
19522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
19523 $as_echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
19524 wxUSE_MACOSX_VERSION_MIN=
19527 wxUSE_MACOSX_VERSION_MIN=
19529 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
19530 wxUSE_MACOSX_VERSION_MIN=10.5
19533 if test "x$MACOSX_SDK_OPTS" != "x"; then
19534 eval "CC=\"$CC $MACOSX_SDK_OPTS\""
19535 eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
19536 eval "LD=\"$LD $MACOSX_SDK_OPTS\""
19537 retest_macosx_linking=yes
19540 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
19541 if test "$wxUSE_OSX_IPHONE" = 1; then
19542 MACOSX_VERSION_MIN_OPTS="-miphoneos-version-min=$wxUSE_MACOSX_VERSION_MIN"
19544 MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
19546 eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
19547 eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
19548 eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
19549 retest_macosx_linking=yes
19552 if test "x$retest_macosx_linking" = "xyes"; then
19554 ac_cpp='$CPP $CPPFLAGS'
19555 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19556 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19557 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C compiler ($CC) works with SDK/version options" >&5
19560 $as_echo_n "checking if C compiler ($CC) works with SDK/version options... " >&6; }
19561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19562 /* end confdefs.h. */
19572 if ac_fn_c_try_link "$LINENO"; then :
19573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19574 $as_echo "yes" >&6; }
19576 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19577 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19578 as_fn_error $? "no. Try a different SDK
19579 See \
`config.log' for more details" "$LINENO" 5; }; exit 1
19581 rm -f core conftest.err conftest.$ac_objext \
19582 conftest$ac_exeext conftest.$ac_ext
19584 ac_cpp='$CPP $CPPFLAGS'
19585 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19586 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19587 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19591 ac_cpp='$CXXCPP $CPPFLAGS'
19592 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19593 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19594 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C++ compiler ($CXX) works with SDK/version options" >&5
19597 $as_echo_n "checking if C++ compiler ($CXX) works with SDK/version options... " >&6; }
19598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19599 /* end confdefs.h. */
19609 if ac_fn_cxx_try_link "$LINENO"; then :
19610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19611 $as_echo "yes" >&6; }
19613 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19614 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19615 as_fn_error $? "no. Try a different SDK
19616 See \
`config.log' for more details" "$LINENO" 5; }; exit 1
19618 rm -f core conftest.err conftest.$ac_objext \
19619 conftest$ac_exeext conftest.$ac_ext
19621 ac_cpp='$CPP $CPPFLAGS'
19622 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19623 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19624 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19632 INSTALL_PROGRAM="cp -fp"
19633 INSTALL_DATA="cp -fp"
19640 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
19641 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
19644 GNU_SOURCE_FLAG="-D_GNU_SOURCE"
19645 CFLAGS="$GNU_SOURCE_FLAG $CFLAGS"
19648 if test "x$USE_AIX" = "x1"; then
19649 if test "x$XLCXX" = "xyes"; then
19650 CXXFLAGS="-qunique $CXXFLAGS"
19653 CPPFLAGS="-D_LINUX_SOURCE_COMPAT $CPPFLAGS"
19657 powerpc-*-darwin* )
19658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if __POWERPC__ is already defined" >&5
19659 $as_echo_n "checking if __POWERPC__ is already defined... " >&6; }
19660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19661 /* end confdefs.h. */
19666 #ifndef __POWERPC__
19667 choke me for lack of PowerPC
19674 if ac_fn_c_try_compile "$LINENO"; then :
19675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19676 $as_echo "yes" >&6; }
19678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19679 $as_echo "no" >&6; }
19680 $as_echo "#define __POWERPC__ 1" >>confdefs.h
19684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CoreFoundation/CFBase.h is usable" >&5
19691 $as_echo_n "checking if CoreFoundation/CFBase.h is usable... " >&6; }
19692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19693 /* end confdefs.h. */
19694 #include <CoreFoundation/CFBase.h>
19704 if ac_fn_c_try_compile "$LINENO"; then :
19705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19706 $as_echo "yes" >&6; }
19708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19709 $as_echo "no" >&6; }
19710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
19711 $as_echo_n "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... " >&6; }
19712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19713 /* end confdefs.h. */
19714 #define __CF_USE_FRAMEWORK_INCLUDES__
19715 #include <CoreFoundation/CFBase.h>
19725 if ac_fn_c_try_compile "$LINENO"; then :
19726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19727 $as_echo "yes" >&6; }
19728 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
19730 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19731 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19732 as_fn_error $? "no. CoreFoundation not available.
19733 See \
`config.log' for more details" "$LINENO" 5; }
19736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19745 doesnt_want_win32=0
19748 if test "$wxUSE_MSW" = 1 ; then
19751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -mno-cygwin is in effect" >&5
19752 $as_echo_n "checking if -mno-cygwin is in effect... " >&6; }
19753 if ${wx_cv_nocygwin+:} false; then :
19754 $as_echo_n "(cached) " >&6
19757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19758 /* end confdefs.h. */
19772 if ac_fn_c_try_compile "$LINENO"; then :
19778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_nocygwin" >&5
19783 $as_echo "$wx_cv_nocygwin" >&6; }
19785 if test "$wx_cv_nocygwin" = "yes"; then
19788 doesnt_want_win32=1
19791 if test "$wants_win32" = 1 ; then
19792 BAKEFILE_FORCE_PLATFORM=win32
19800 if test "$wxUSE_WINE" = "yes"; then
19802 LDFLAGS_GUI="-mwindows"
19805 if test "$wants_win32" = 1 ; then
19808 $as_echo "#define __WIN32__ 1" >>confdefs.h
19810 $as_echo "#define __WINDOWS__ 1" >>confdefs.h
19812 $as_echo "#define __GNUWIN32__ 1" >>confdefs.h
19814 $as_echo "#define STRICT 1" >>confdefs.h
19817 if test "$doesnt_want_win32" = 1 ; then
19822 if test "$USE_UNIX" = 1 ; then
19824 $as_echo "#define __UNIX__ 1" >>confdefs.h
19829 *-pc-os2_emx | *-pc-os2-emx )
19830 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
19831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for drand48 in -lcExt" >&5
19832 $as_echo_n "checking for drand48 in -lcExt... " >&6; }
19833 if ${ac_cv_lib_cExt_drand48+:} false; then :
19834 $as_echo_n "(cached) " >&6
19836 ac_check_lib_save_LIBS=$LIBS
19837 LIBS="-lcExt $LIBS"
19838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19839 /* end confdefs.h. */
19841 /* Override any GCC internal prototype to avoid an error.
19842 Use char because int might match the return type of a GCC
19843 builtin and then its argument prototype would still apply. */
19856 if ac_fn_c_try_link "$LINENO"; then :
19857 ac_cv_lib_cExt_drand48=yes
19859 ac_cv_lib_cExt_drand48=no
19861 rm -f core conftest.err conftest.$ac_objext \
19862 conftest$ac_exeext conftest.$ac_ext
19863 LIBS=$ac_check_lib_save_LIBS
19865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cExt_drand48" >&5
19866 $as_echo "$ac_cv_lib_cExt_drand48" >&6; }
19867 if test "x$ac_cv_lib_cExt_drand48" = xyes; then :
19868 LIBS="$LIBS -lcExt"
19872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc/libc version" >&5
19873 $as_echo_n "checking for gcc/libc version... " >&6; }
19874 if ${wx_cv_gccversion+:} false; then :
19875 $as_echo_n "(cached) " >&6
19878 if test "$cross_compiling" = yes; then :
19879 wx_cv_gccversion="EMX2"
19882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19883 /* end confdefs.h. */
19889 FILE *f=fopen("conftestval", "w");
19894 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
19896 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
19906 if ac_fn_c_try_run "$LINENO"; then :
19907 wx_cv_gccversion=`cat conftestval
`
19909 wx_cv_gccversion="EMX2"
19911 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19912 conftest.$ac_objext conftest.beam conftest.$ac_ext
19917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_gccversion" >&5
19918 $as_echo "$wx_cv_gccversion" >&6; }
19919 if test "$wx_cv_gccversion" = "EMX2"; then
19920 LIBS="$LIBS -lstdcpp"
19921 LDFLAGS="$LDFLAGS -Zsysv-signals"
19923 if test "$wx_cv_gccversion" = "EMX3"; then
19924 LIBS="$LIBS -lstdcxx -lgcc"
19925 LDFLAGS="$LDFLAGS -Zsysv-signals"
19927 LIBS="$LIBS -lstdc++"
19930 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
19931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Building DLLs requires OMF mode, enabled" >&5
19932 $as_echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
19940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
19941 $as_echo_n "checking for ANSI C header files... " >&6; }
19942 if ${ac_cv_header_stdc+:} false; then :
19943 $as_echo_n "(cached) " >&6
19945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19946 /* end confdefs.h. */
19947 #include <stdlib.h>
19948 #include <stdarg.h>
19949 #include <string.h>
19960 if ac_fn_c_try_compile "$LINENO"; then :
19961 ac_cv_header_stdc=yes
19963 ac_cv_header_stdc=no
19965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19967 if test $ac_cv_header_stdc = yes; then
19968 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
19969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19970 /* end confdefs.h. */
19971 #include <string.h>
19974 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19975 $EGREP "memchr" >/dev/null 2>&1; then :
19978 ac_cv_header_stdc=no
19984 if test $ac_cv_header_stdc = yes; then
19985 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
19986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19987 /* end confdefs.h. */
19988 #include <stdlib.h>
19991 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19992 $EGREP "free" >/dev/null 2>&1; then :
19995 ac_cv_header_stdc=no
20001 if test $ac_cv_header_stdc = yes; then
20002 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
20003 if test "$cross_compiling" = yes; then :
20006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20007 /* end confdefs.h. */
20009 #include <stdlib.h>
20010 #if ((' ' & 0x0FF) == 0x020)
20011 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20012 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20014 # define ISLOWER(c) \
20015 (('a' <= (c) && (c) <= 'i') \
20016 || ('j' <= (c) && (c) <= 'r') \
20017 || ('s' <= (c) && (c) <= 'z'))
20018 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20021 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
20026 for (i = 0; i < 256; i++)
20027 if (XOR (islower (i), ISLOWER (i))
20028 || toupper (i) != TOUPPER (i))
20033 if ac_fn_c_try_run "$LINENO"; then :
20036 ac_cv_header_stdc=no
20038 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20039 conftest.$ac_objext conftest.beam conftest.$ac_ext
20044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
20045 $as_echo "$ac_cv_header_stdc" >&6; }
20046 if test $ac_cv_header_stdc = yes; then
20048 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
20052 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
20053 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
20054 inttypes.h stdint.h unistd.h
20056 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20057 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
20059 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
20060 cat >>confdefs.h <<_ACEOF
20061 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
20069 for ac_header in langinfo.h wchar.h
20071 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20072 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
20074 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
20075 cat >>confdefs.h <<_ACEOF
20076 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
20084 if test "$ac_cv_header_wchar_h" != "yes"; then
20085 for ac_header in wcstr.h
20087 ac_fn_c_check_header_compile "$LINENO" "wcstr.h" "ac_cv_header_wcstr_h" "$ac_includes_default
20089 if test "x$ac_cv_header_wcstr_h" = xyes; then :
20090 cat >>confdefs.h <<_ACEOF
20091 #define HAVE_WCSTR_H 1
20101 *-pc-os2_emx | *-pc-os2-emx )
20102 if test $ac_cv_header_langinfo_h = "yes" \
20103 -a \( "$wx_cv_gccversion" = "EMX2" \
20104 -o "$wx_cv_gccversion" = "EMX3" \
20105 -o "$wx_cv_gccversion" = "Innotek5" \); then
20106 LIBS="$LIBS -lintl"
20111 if test "$USE_UNIX" = 1 ; then
20112 for ac_header in sys/select.h
20114 ac_fn_c_check_header_compile "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default
20116 if test "x$ac_cv_header_sys_select_h" = xyes; then :
20117 cat >>confdefs.h <<_ACEOF
20118 #define HAVE_SYS_SELECT_H 1
20127 ac_cpp='$CXXCPP $CPPFLAGS'
20128 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20129 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20130 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20132 for ac_header in cxxabi.h
20134 ac_fn_cxx_check_header_compile "$LINENO" "cxxabi.h" "ac_cv_header_cxxabi_h" "$ac_includes_default
20136 if test "x$ac_cv_header_cxxabi_h" = xyes; then :
20137 cat >>confdefs.h <<_ACEOF
20138 #define HAVE_CXXABI_H 1
20146 ac_cpp='$CPP $CPPFLAGS'
20147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
20155 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
20156 if ${ac_cv_c_const+:} false; then :
20157 $as_echo_n "(cached) " >&6
20159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20160 /* end confdefs.h. */
20166 #ifndef __cplusplus
20167 /* Ultrix mips cc rejects this sort of thing. */
20168 typedef int charset[2];
20169 const charset cs = { 0, 0 };
20170 /* SunOS 4.1.1 cc rejects this. */
20171 char const *const *pcpcc;
20173 /* NEC SVR4.0.2 mips cc rejects this. */
20174 struct point {int x, y;};
20175 static struct point const zero = {0,0};
20176 /* AIX XL C 1.02.0.0 rejects this.
20177 It does not let you subtract one const X* pointer from another in
20178 an arm of an if-expression whose if-part is not a constant
20180 const char *g = "string";
20181 pcpcc = &g + (g ? g-g : 0);
20182 /* HPUX 7.0 cc rejects these. */
20184 ppc = (char**) pcpcc;
20185 pcpcc = (char const *const *) ppc;
20186 { /* SCO 3.2v4 cc rejects this sort of thing. */
20189 char const *s = 0 ? (char *) 0 : (char const *) 0;
20194 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
20195 int x[] = {25, 17};
20196 const int *foo = &x[0];
20199 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
20200 typedef const int *iptr;
20204 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
20205 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
20206 struct s { int j; const int *ap[3]; } bx;
20207 struct s *b = &bx; b->j = 5;
20209 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
20210 const int foo = 10;
20211 if (!foo) return 0;
20213 return !cs[0] && !zero.x;
20220 if ac_fn_c_try_compile "$LINENO"; then :
20225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
20228 $as_echo "$ac_cv_c_const" >&6; }
20229 if test $ac_cv_c_const = no; then
20231 $as_echo "#define const /**/" >>confdefs.h
20235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
20236 $as_echo_n "checking for inline... " >&6; }
20237 if ${ac_cv_c_inline+:} false; then :
20238 $as_echo_n "(cached) " >&6
20241 for ac_kw in inline __inline__ __inline; do
20242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20243 /* end confdefs.h. */
20244 #ifndef __cplusplus
20246 static $ac_kw foo_t static_foo () {return 0; }
20247 $ac_kw foo_t foo () {return 0; }
20251 if ac_fn_c_try_compile "$LINENO"; then :
20252 ac_cv_c_inline=$ac_kw
20254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20255 test "$ac_cv_c_inline" != no && break
20259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
20260 $as_echo "$ac_cv_c_inline" >&6; }
20262 case $ac_cv_c_inline in
20265 case $ac_cv_c_inline in
20267 *) ac_val=$ac_cv_c_inline;;
20269 cat >>confdefs.h <<_ACEOF
20270 #ifndef __cplusplus
20271 #define inline $ac_val
20278 # The cast to long int works around a bug in the HP C Compiler
20279 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20280 # declarations like `int a3
[[(sizeof
(unsigned char
)) >= 0]];'.
20281 # This bug is HP SR number 8606223364.
20282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
20283 $as_echo_n "checking size of short... " >&6; }
20284 if ${ac_cv_sizeof_short+:} false; then :
20285 $as_echo_n "(cached) " >&6
20287 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
20290 if test "$ac_cv_type_short" = yes; then
20291 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20292 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
20293 as_fn_error 77 "cannot compute sizeof (short)
20294 See \`config.log
' for more details" "$LINENO" 5; }
20296 ac_cv_sizeof_short=0
20301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
20302 $as_echo "$ac_cv_sizeof_short" >&6; }
20306 cat >>confdefs.h <<_ACEOF
20307 #define SIZEOF_SHORT $ac_cv_sizeof_short
20311 # The cast to long int works around a bug in the HP C Compiler
20312 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20313 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20314 # This bug is HP SR number 8606223364.
20315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
20316 $as_echo_n "checking size of void *... " >&6; }
20317 if ${ac_cv_sizeof_void_p+:} false
; then :
20318 $as_echo_n "(cached) " >&6
20320 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
20323 if test "$ac_cv_type_void_p" = yes; then
20324 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20325 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20326 as_fn_error
77 "cannot compute sizeof (void *)
20327 See \`config.log' for more details" "$LINENO" 5; }
20329 ac_cv_sizeof_void_p
=0
20334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
20335 $as_echo "$ac_cv_sizeof_void_p" >&6; }
20339 cat >>confdefs.h
<<_ACEOF
20340 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
20344 # The cast to long int works around a bug in the HP C Compiler
20345 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20346 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20347 # This bug is HP SR number 8606223364.
20348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
20349 $as_echo_n "checking size of int... " >&6; }
20350 if ${ac_cv_sizeof_int+:} false
; then :
20351 $as_echo_n "(cached) " >&6
20353 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
20356 if test "$ac_cv_type_int" = yes; then
20357 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20358 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20359 as_fn_error
77 "cannot compute sizeof (int)
20360 See \`config.log' for more details" "$LINENO" 5; }
20367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
20368 $as_echo "$ac_cv_sizeof_int" >&6; }
20372 cat >>confdefs.h
<<_ACEOF
20373 #define SIZEOF_INT $ac_cv_sizeof_int
20377 # The cast to long int works around a bug in the HP C Compiler
20378 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20379 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20380 # This bug is HP SR number 8606223364.
20381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
20382 $as_echo_n "checking size of long... " >&6; }
20383 if ${ac_cv_sizeof_long+:} false
; then :
20384 $as_echo_n "(cached) " >&6
20386 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
20389 if test "$ac_cv_type_long" = yes; then
20390 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20391 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20392 as_fn_error
77 "cannot compute sizeof (long)
20393 See \`config.log' for more details" "$LINENO" 5; }
20395 ac_cv_sizeof_long
=0
20400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
20401 $as_echo "$ac_cv_sizeof_long" >&6; }
20405 cat >>confdefs.h
<<_ACEOF
20406 #define SIZEOF_LONG $ac_cv_sizeof_long
20410 # The cast to long int works around a bug in the HP C Compiler
20411 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20412 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20413 # This bug is HP SR number 8606223364.
20414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
20415 $as_echo_n "checking size of size_t... " >&6; }
20416 if ${ac_cv_sizeof_size_t+:} false
; then :
20417 $as_echo_n "(cached) " >&6
20419 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t" "$ac_includes_default"; then :
20422 if test "$ac_cv_type_size_t" = yes; then
20423 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20424 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20425 as_fn_error
77 "cannot compute sizeof (size_t)
20426 See \`config.log' for more details" "$LINENO" 5; }
20428 ac_cv_sizeof_size_t
=0
20433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
20434 $as_echo "$ac_cv_sizeof_size_t" >&6; }
20438 cat >>confdefs.h
<<_ACEOF
20439 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
20446 # The cast to long int works around a bug in the HP C Compiler
20447 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20448 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20449 # This bug is HP SR number 8606223364.
20450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20451 $as_echo_n "checking size of long long... " >&6; }
20452 if ${ac_cv_sizeof_long_long+:} false
; then :
20453 $as_echo_n "(cached) " >&6
20455 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20458 if test "$ac_cv_type_long_long" = yes; then
20459 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20460 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20461 as_fn_error
77 "cannot compute sizeof (long long)
20462 See \`config.log' for more details" "$LINENO" 5; }
20464 ac_cv_sizeof_long_long
=0
20469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20470 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20474 cat >>confdefs.h
<<_ACEOF
20475 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20481 # The cast to long int works around a bug in the HP C Compiler
20482 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20483 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20484 # This bug is HP SR number 8606223364.
20485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20486 $as_echo_n "checking size of long long... " >&6; }
20487 if ${ac_cv_sizeof_long_long+:} false
; then :
20488 $as_echo_n "(cached) " >&6
20490 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20493 if test "$ac_cv_type_long_long" = yes; then
20494 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20495 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20496 as_fn_error
77 "cannot compute sizeof (long long)
20497 See \`config.log' for more details" "$LINENO" 5; }
20499 ac_cv_sizeof_long_long
=0
20504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20505 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20509 cat >>confdefs.h
<<_ACEOF
20510 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20514 if test "$ac_cv_sizeof_long_long" != 0; then
20515 CPPFLAGS
="-D_INCLUDE_LONGLONG $CPPFLAGS"
20519 # The cast to long int works around a bug in the HP C Compiler
20520 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20521 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20522 # This bug is HP SR number 8606223364.
20523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20524 $as_echo_n "checking size of long long... " >&6; }
20525 if ${ac_cv_sizeof_long_long+:} false
; then :
20526 $as_echo_n "(cached) " >&6
20528 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20531 if test "$ac_cv_type_long_long" = yes; then
20532 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20533 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20534 as_fn_error
77 "cannot compute sizeof (long long)
20535 See \`config.log' for more details" "$LINENO" 5; }
20537 ac_cv_sizeof_long_long
=0
20542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20543 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20547 cat >>confdefs.h
<<_ACEOF
20548 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20554 # The cast to long int works around a bug in the HP C Compiler
20555 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20556 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20557 # This bug is HP SR number 8606223364.
20558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of wchar_t" >&5
20559 $as_echo_n "checking size of wchar_t... " >&6; }
20560 if ${ac_cv_sizeof_wchar_t+:} false
; then :
20561 $as_echo_n "(cached) " >&6
20563 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (wchar_t))" "ac_cv_sizeof_wchar_t" "
20564 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20565 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20566 # error \"fake wchar_t\"
20568 #ifdef HAVE_WCHAR_H
20570 # include <stddef.h>
20572 # include <wchar.h>
20574 #ifdef HAVE_STDLIB_H
20575 # include <stdlib.h>
20583 if test "$ac_cv_type_wchar_t" = yes; then
20584 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20585 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20586 as_fn_error
77 "cannot compute sizeof (wchar_t)
20587 See \`config.log' for more details" "$LINENO" 5; }
20589 ac_cv_sizeof_wchar_t
=0
20594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_wchar_t" >&5
20595 $as_echo "$ac_cv_sizeof_wchar_t" >&6; }
20599 cat >>confdefs.h
<<_ACEOF
20600 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
20604 if test "$ac_cv_sizeof_wchar_t" = 0; then
20605 as_fn_error $?
"wxWidgets requires wchar_t support." "$LINENO" 5
20607 $as_echo "#define wxUSE_WCHAR_T 1" >>confdefs.h
20610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
20611 $as_echo_n "checking for va_copy... " >&6; }
20612 if ${wx_cv_func_va_copy+:} false
; then :
20613 $as_echo_n "(cached) " >&6
20617 ac_cpp
='$CXXCPP $CPPFLAGS'
20618 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20619 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20620 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20623 /* end confdefs.h. */
20626 #include <stdarg.h>
20627 void foo(char *f, ...)
20642 if ac_fn_cxx_try_link
"$LINENO"; then :
20643 wx_cv_func_va_copy
=yes
20645 wx_cv_func_va_copy
=no
20648 rm -f core conftest.err conftest.
$ac_objext \
20649 conftest
$ac_exeext conftest.
$ac_ext
20651 ac_cpp
='$CPP $CPPFLAGS'
20652 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20653 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20654 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_va_copy" >&5
20660 $as_echo "$wx_cv_func_va_copy" >&6; }
20662 if test $wx_cv_func_va_copy = "yes"; then
20663 $as_echo "#define HAVE_VA_COPY 1" >>confdefs.h
20666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if va_list can be copied by value" >&5
20667 $as_echo_n "checking if va_list can be copied by value... " >&6; }
20668 if ${wx_cv_type_va_list_lvalue+:} false
; then :
20669 $as_echo_n "(cached) " >&6
20672 if test "$cross_compiling" = yes; then :
20673 wx_cv_type_va_list_lvalue
=yes
20676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20677 /* end confdefs.h. */
20680 #include <stdarg.h>
20681 int foo(char *f, ...)
20686 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20694 return foo("hi", 17);
20698 if ac_fn_c_try_run
"$LINENO"; then :
20699 wx_cv_type_va_list_lvalue
=yes
20701 wx_cv_type_va_list_lvalue
=no
20703 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
20704 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
20710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_va_list_lvalue" >&5
20711 $as_echo "$wx_cv_type_va_list_lvalue" >&6; }
20713 if test $wx_cv_type_va_list_lvalue != "yes"; then
20714 $as_echo "#define VA_LIST_IS_ARRAY 1" >>confdefs.h
20719 if test "$wxUSE_VARARG_MACROS" = "yes"; then
20721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports variadic macros" >&5
20722 $as_echo_n "checking whether the compiler supports variadic macros... " >&6; }
20723 if ${wx_cv_have_variadic_macros+:} false
; then :
20724 $as_echo_n "(cached) " >&6
20728 ac_cpp
='$CXXCPP $CPPFLAGS'
20729 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20730 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20731 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20734 /* end confdefs.h. */
20738 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
20744 test("%s %d %p", "test", 1, 0);
20751 if ac_fn_cxx_try_compile
"$LINENO"; then :
20752 wx_cv_have_variadic_macros
=yes
20754 wx_cv_have_variadic_macros
=no
20757 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20759 ac_cpp
='$CPP $CPPFLAGS'
20760 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20761 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20762 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_have_variadic_macros" >&5
20768 $as_echo "$wx_cv_have_variadic_macros" >&6; }
20770 if test $wx_cv_have_variadic_macros = "yes"; then
20771 $as_echo "#define HAVE_VARIADIC_MACROS 1" >>confdefs.h
20776 $as_echo "#define wxNO_VARIADIC_MACROS 1" >>confdefs.h
20780 LARGEFILE_CPPFLAGS
=
20781 # Check whether --enable-largefile was given.
20782 if test "${enable_largefile+set}" = set; then :
20783 enableval
=$enable_largefile;
20786 if test "$enable_largefile" != no
; then
20789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20790 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
20791 if ${ac_cv_sys_file_offset_bits+:} false
; then :
20792 $as_echo_n "(cached) " >&6
20795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20796 /* end confdefs.h. */
20797 #define _FILE_OFFSET_BITS 64
20798 #include <sys/types.h>
20803 unsigned int field: sizeof(off_t) == 8;
20810 if ac_fn_c_try_compile
"$LINENO"; then :
20811 ac_cv_sys_file_offset_bits
=64
20813 ac_cv_sys_file_offset_bits
=no
20815 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
20820 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
20822 if test "$ac_cv_sys_file_offset_bits" != no
; then
20824 cat >>confdefs.h
<<_ACEOF
20825 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20830 if test "x$wx_largefile" != "xyes"; then
20832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
20833 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
20834 if ${ac_cv_sys_large_files+:} false
; then :
20835 $as_echo_n "(cached) " >&6
20838 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20839 /* end confdefs.h. */
20840 #define _LARGE_FILES 1
20841 #include <sys/types.h>
20846 unsigned int field: sizeof(off_t) == 8;
20853 if ac_fn_c_try_compile
"$LINENO"; then :
20854 ac_cv_sys_large_files
=1
20856 ac_cv_sys_large_files
=no
20858 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
20863 $as_echo "$ac_cv_sys_large_files" >&6; }
20865 if test "$ac_cv_sys_large_files" != no
; then
20867 cat >>confdefs.h
<<_ACEOF
20868 #define _LARGE_FILES $ac_cv_sys_large_files
20875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if large file support is available" >&5
20876 $as_echo_n "checking if large file support is available... " >&6; }
20877 if test "x$wx_largefile" = "xyes"; then
20878 $as_echo "#define HAVE_LARGEFILE_SUPPORT 1" >>confdefs.h
20881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_largefile" >&5
20882 $as_echo "$wx_largefile" >&6; }
20885 if test "$ac_cv_sys_file_offset_bits" = "64"; then
20886 LARGEFILE_CPPFLAGS
="-D_FILE_OFFSET_BITS=64"
20887 elif test "$ac_cv_sys_large_files" = 1; then
20888 LARGEFILE_CPPFLAGS
="-D_LARGE_FILES"
20891 if test -n "$LARGEFILE_CPPFLAGS"; then
20892 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
20894 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
20895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -D__STDC_EXT__ is required" >&5
20896 $as_echo_n "checking if -D__STDC_EXT__ is required... " >&6; }
20897 if ${wx_cv_STDC_EXT_required+:} false
; then :
20898 $as_echo_n "(cached) " >&6
20902 ac_cpp
='$CXXCPP $CPPFLAGS'
20903 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20904 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20905 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20908 /* end confdefs.h. */
20914 #ifndef __STDC_EXT__
20922 if ac_fn_cxx_try_compile
"$LINENO"; then :
20923 wx_cv_STDC_EXT_required
=no
20925 wx_cv_STDC_EXT_required
=yes
20928 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20930 ac_cpp
='$CPP $CPPFLAGS'
20931 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20932 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20933 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_STDC_EXT_required" >&5
20939 $as_echo "$wx_cv_STDC_EXT_required" >&6; }
20940 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
20941 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
20947 ac_cpp
='$CXXCPP $CPPFLAGS'
20948 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20949 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20950 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20952 old_CPPFLAGS
="$CPPFLAGS"
20953 CPPFLAGS
="$CPPFLAGS $LARGEFILE_CPPFLAGS"
20954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20955 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
20956 if ${ac_cv_sys_largefile_source+:} false
; then :
20957 $as_echo_n "(cached) " >&6
20960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20961 /* end confdefs.h. */
20962 #include <sys/types.h> /* for off_t */
20967 int (*fp) (FILE *, off_t, int) = fseeko;
20968 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
20973 if ac_fn_cxx_try_link
"$LINENO"; then :
20974 ac_cv_sys_largefile_source
=no
; break
20976 rm -f core conftest.err conftest.
$ac_objext \
20977 conftest
$ac_exeext conftest.
$ac_ext
20978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20979 /* end confdefs.h. */
20980 #define _LARGEFILE_SOURCE 1
20981 #include <sys/types.h> /* for off_t */
20986 int (*fp) (FILE *, off_t, int) = fseeko;
20987 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
20992 if ac_fn_cxx_try_link
"$LINENO"; then :
20993 ac_cv_sys_largefile_source
=1; break
20995 rm -f core conftest.err conftest.
$ac_objext \
20996 conftest
$ac_exeext conftest.
$ac_ext
20997 ac_cv_sys_largefile_source
=unknown
21001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
21002 $as_echo "$ac_cv_sys_largefile_source" >&6; }
21003 case $ac_cv_sys_largefile_source in #(
21006 cat >>confdefs.h
<<_ACEOF
21007 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
21013 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
21014 # in glibc 2.1.3, but that breaks too many other things.
21015 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
21016 if test $ac_cv_sys_largefile_source != unknown
; then
21018 $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
21022 CPPFLAGS
="$old_CPPFLAGS"
21024 ac_cpp
='$CPP $CPPFLAGS'
21025 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21026 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21027 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21029 if test "$ac_cv_sys_largefile_source" != no
; then
21030 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
21033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
21034 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
21035 if ${ac_cv_c_bigendian+:} false
; then :
21036 $as_echo_n "(cached) " >&6
21038 ac_cv_c_bigendian
=unknown
21039 # See if sys/param.h defines the BYTE_ORDER macro.
21040 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21041 /* end confdefs.h. */
21042 #include <sys/types.h>
21043 #include <sys/param.h>
21048 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
21049 bogus endian macros
21055 if ac_fn_c_try_compile
"$LINENO"; then :
21056 # It does; now see whether it defined to BIG_ENDIAN or not.
21057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21058 /* end confdefs.h. */
21059 #include <sys/types.h>
21060 #include <sys/param.h>
21065 #if BYTE_ORDER != BIG_ENDIAN
21072 if ac_fn_c_try_compile
"$LINENO"; then :
21073 ac_cv_c_bigendian
=yes
21075 ac_cv_c_bigendian
=no
21077 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21079 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21080 if test $ac_cv_c_bigendian = unknown
; then
21081 if test "$cross_compiling" = yes; then :
21082 ac_cv_c_bigendian
=unknown
21084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21085 /* end confdefs.h. */
21087 /* Are we little or big endian? From Harbison&Steele. */
21091 char c[sizeof (long)];
21094 exit (u.c[sizeof (long) - 1] == 1);
21097 if ac_fn_c_try_run
"$LINENO"; then :
21098 ac_cv_c_bigendian
=no
21100 ac_cv_c_bigendian
=yes
21102 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
21103 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
21108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
21109 $as_echo "$ac_cv_c_bigendian" >&6; }
21110 if test $ac_cv_c_bigendian = unknown
; then
21111 { $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
21112 $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;}
21114 if test $ac_cv_c_bigendian = yes; then
21115 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
21123 ac_cpp
='$CXXCPP $CPPFLAGS'
21124 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21125 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21126 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21129 for ac_header
in iostream
21131 ac_fn_cxx_check_header_compile
"$LINENO" "iostream" "ac_cv_header_iostream" "
21133 if test "x$ac_cv_header_iostream" = xyes
; then :
21134 cat >>confdefs.h
<<_ACEOF
21135 #define HAVE_IOSTREAM 1
21143 if test "$ac_cv_header_iostream" = "yes" ; then
21146 $as_echo "#define wxUSE_IOSTREAMH 1" >>confdefs.h
21151 ac_cpp
='$CPP $CPPFLAGS'
21152 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21153 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21154 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C++ compiler supports the explicit keyword" >&5
21160 $as_echo_n "checking if C++ compiler supports the explicit keyword... " >&6; }
21161 if ${wx_cv_explicit+:} false
; then :
21162 $as_echo_n "(cached) " >&6
21167 ac_cpp
='$CXXCPP $CPPFLAGS'
21168 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21169 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21170 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21174 /* end confdefs.h. */
21176 class Foo { public: explicit Foo(int) {} };
21188 if ac_fn_cxx_try_compile
"$LINENO"; then :
21190 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21191 /* end confdefs.h. */
21193 class Foo { public: explicit Foo(int) {} };
21194 static void TakeFoo(const Foo& foo) { }
21207 if ac_fn_cxx_try_compile
"$LINENO"; then :
21213 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21219 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21222 ac_cpp
='$CPP $CPPFLAGS'
21223 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21224 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21225 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_explicit" >&5
21230 $as_echo "$wx_cv_explicit" >&6; }
21232 if test "$wx_cv_explicit" = "yes"; then
21233 $as_echo "#define HAVE_EXPLICIT 1" >>confdefs.h
21238 if test "x$SUNCXX" = xyes
; then
21239 CXXFLAGS
="-features=tmplife $GNU_SOURCE_FLAG $CXXFLAGS"
21242 if test "x$SUNCC" = xyes
; then
21243 CFLAGS
="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
21246 if test "x$SGICC" = "xyes"; then
21247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if cc version is 7.4.4 or greater" >&5
21248 $as_echo_n "checking if cc version is 7.4.4 or greater... " >&6; }
21249 if ${wx_cv_prog_sgicc744+:} false
; then :
21250 $as_echo_n "(cached) " >&6
21253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21254 /* end confdefs.h. */
21260 #if _SGI_COMPILER_VERSION >= 744
21261 chock me: mipsPro is 7.4.4 or later
21268 if ac_fn_c_try_compile
"$LINENO"; then :
21269 wx_cv_prog_sgicc744
=no
21271 wx_cv_prog_sgicc744
=yes
21274 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_prog_sgicc744" >&5
21279 $as_echo "$wx_cv_prog_sgicc744" >&6; }
21281 if test "x$wx_cv_prog_sgicc744" = "xyes"; then
21282 CFLAGS
="-woff 3970 $CFLAGS"
21285 if test "x$SGICXX" = "xyes"; then
21286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CC version is 7.4.4 or greater" >&5
21287 $as_echo_n "checking if CC version is 7.4.4 or greater... " >&6; }
21288 if ${wx_cv_prog_sgicxx744+:} false
; then :
21289 $as_echo_n "(cached) " >&6
21293 ac_cpp
='$CXXCPP $CPPFLAGS'
21294 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21295 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21296 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21299 /* end confdefs.h. */
21305 #if _SGI_COMPILER_VERSION >= 744
21306 chock me: mipsPro is 7.4.4 or later
21313 if ac_fn_cxx_try_compile
"$LINENO"; then :
21314 wx_cv_prog_sgicxx744
=no
21316 wx_cv_prog_sgicxx744
=yes
21319 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21321 ac_cpp
='$CPP $CPPFLAGS'
21322 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21323 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21324 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_prog_sgicxx744" >&5
21330 $as_echo "$wx_cv_prog_sgicxx744" >&6; }
21332 if test "x$wx_cv_prog_sgicxx744" = "xyes"; then
21333 CXXFLAGS
="-woff 3970 $CXXFLAGS"
21337 if test "x$HPCC" = "xyes"; then
21338 CFLAGS
="+W 2011,2450 $CFLAGS"
21340 if test "x$HPCXX" = "xyes"; then
21341 CXXFLAGS
="+W 2340,4232 $CXXFLAGS"
21344 if test "x$COMPAQCXX" = "xyes"; then
21345 CXXFLAGS
="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
21349 ac_cpp
='$CXXCPP $CPPFLAGS'
21350 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21351 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21352 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21355 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
21356 if test "$wxUSE_UNICODE" = "yes"; then
21357 std_string
="std::wstring"
21358 char_type
="wchar_t"
21360 std_string
="std::string"
21364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $std_string in <string>" >&5
21365 $as_echo_n "checking for $std_string in <string>... " >&6; }
21366 if ${wx_cv_class_stdstring+:} false
; then :
21367 $as_echo_n "(cached) " >&6
21370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21371 /* end confdefs.h. */
21381 if ac_fn_cxx_try_compile
"$LINENO"; then :
21382 wx_cv_class_stdstring
=yes
21384 wx_cv_class_stdstring
=no
21387 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdstring" >&5
21392 $as_echo "$wx_cv_class_stdstring" >&6; }
21394 if test "$wx_cv_class_stdstring" = yes; then
21395 if test "$wxUSE_UNICODE" = "yes"; then
21396 $as_echo "#define HAVE_STD_WSTRING 1" >>confdefs.h
21400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if std::basic_string<$char_type> works" >&5
21401 $as_echo_n "checking if std::basic_string<$char_type> works... " >&6; }
21402 if ${wx_cv_class_stdbasicstring+:} false
; then :
21403 $as_echo_n "(cached) " >&6
21406 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21407 /* end confdefs.h. */
21409 #ifdef HAVE_WCHAR_H
21411 # include <stddef.h>
21413 # include <wchar.h>
21415 #ifdef HAVE_STDLIB_H
21416 # include <stdlib.h>
21424 std::basic_string<$char_type> foo;
21425 const $char_type* dummy = foo.c_str();
21430 if ac_fn_cxx_try_compile
"$LINENO"; then :
21431 wx_cv_class_stdbasicstring
=yes
21433 wx_cv_class_stdbasicstring
=no
21436 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdbasicstring" >&5
21441 $as_echo "$wx_cv_class_stdbasicstring" >&6; }
21443 if test "$wx_cv_class_stdbasicstring" != yes; then
21444 if test "$wxUSE_STL" = "yes"; then
21445 as_fn_error $?
"Can't use --enable-stl without $std_string or std::basic_string<$char_type>" "$LINENO" 5
21446 elif test "$wxUSE_STD_STRING" = "yes"; then
21447 as_fn_error $?
"Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" "$LINENO" 5
21449 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21450 $as_echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21451 wxUSE_STD_STRING
=no
21457 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21458 ac_fn_cxx_check_type
"$LINENO" "std::istream" "ac_cv_type_std__istream" "#include <iostream>
21460 if test "x$ac_cv_type_std__istream" = xyes
; then :
21462 cat >>confdefs.h
<<_ACEOF
21463 #define HAVE_STD__ISTREAM 1
21468 wxUSE_STD_IOSTREAM
=no
21470 ac_fn_cxx_check_type
"$LINENO" "std::ostream" "ac_cv_type_std__ostream" "#include <iostream>
21472 if test "x$ac_cv_type_std__ostream" = xyes
; then :
21474 cat >>confdefs.h
<<_ACEOF
21475 #define HAVE_STD__OSTREAM 1
21480 wxUSE_STD_IOSTREAM
=no
21484 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
21485 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21486 as_fn_error $?
"Can't use --enable-std_iostreams without std::istream and std::ostream" "$LINENO" 5
21488 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
21489 $as_echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
21494 if test "$wxUSE_STL" = "yes"; then
21495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for basic STL functionality" >&5
21496 $as_echo_n "checking for basic STL functionality... " >&6; }
21497 if ${wx_cv_lib_stl+:} false
; then :
21498 $as_echo_n "(cached) " >&6
21500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21501 /* end confdefs.h. */
21503 #include <functional>
21504 #include <algorithm>
21510 std::vector<int> moo;
21511 std::list<int> foo;
21512 std::vector<int>::iterator it =
21513 std::find_if(moo.begin(), moo.end(),
21514 std::bind2nd(std::less<int>(), 3));
21519 if ac_fn_cxx_try_compile
"$LINENO"; then :
21525 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_stl" >&5
21529 $as_echo "$wx_cv_lib_stl" >&6; }
21531 if test "$wx_cv_lib_stl" != yes; then
21532 as_fn_error $?
"Can't use --enable-stl as basic STL functionality is missing" "$LINENO" 5
21535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compliant std::string::compare" >&5
21536 $as_echo_n "checking for compliant std::string::compare... " >&6; }
21537 if ${wx_cv_func_stdstring_compare+:} false
; then :
21538 $as_echo_n "(cached) " >&6
21540 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21541 /* end confdefs.h. */
21546 std::string foo, bar;
21548 foo.compare(1, 1, bar);
21549 foo.compare(1, 1, bar, 1, 1);
21551 foo.compare(1, 1, "");
21552 foo.compare(1, 1, "", 2);
21557 if ac_fn_cxx_try_compile
"$LINENO"; then :
21558 wx_cv_func_stdstring_compare
=yes
21560 wx_cv_func_stdstring_compare
=no
21563 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_stdstring_compare" >&5
21567 $as_echo "$wx_cv_func_stdstring_compare" >&6; }
21569 if test "$wx_cv_func_stdstring_compare" = yes; then
21570 $as_echo "#define HAVE_STD_STRING_COMPARE 1" >>confdefs.h
21574 if test "$wx_cv_class_gnuhashmapset" = yes; then
21575 $as_echo "#define HAVE_EXT_HASH_MAP 1" >>confdefs.h
21577 $as_echo "#define HAVE_GNU_CXX_HASH_MAP 1" >>confdefs.h
21581 ac_fn_cxx_check_header_compile
"$LINENO" "unordered_map" "ac_cv_header_unordered_map" "
21584 if test "x$ac_cv_header_unordered_map" = xyes
; then :
21585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_map and unordered_set in std" >&5
21586 $as_echo_n "checking for unordered_map and unordered_set in std... " >&6; }
21587 if ${wx_cv_class_stdunorderedmapset+:} false
; then :
21588 $as_echo_n "(cached) " >&6
21590 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21591 /* end confdefs.h. */
21592 #include <unordered_map>
21593 #include <unordered_set>
21597 std::unordered_map<double*, char*> test1;
21598 std::unordered_set<char*> test2;
21603 if ac_fn_cxx_try_compile
"$LINENO"; then :
21604 wx_cv_class_stdunorderedmapset
=yes
21606 wx_cv_class_stdunorderedmapset
=no
21608 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdunorderedmapset" >&5
21613 $as_echo "$wx_cv_class_stdunorderedmapset" >&6; }
21618 if test "$wx_cv_class_stdunorderedmapset" = yes; then
21619 $as_echo "#define HAVE_STD_UNORDERED_MAP 1" >>confdefs.h
21621 $as_echo "#define HAVE_STD_UNORDERED_SET 1" >>confdefs.h
21624 ac_fn_cxx_check_header_compile
"$LINENO" "tr1/unordered_map" "ac_cv_header_tr1_unordered_map" "
21627 if test "x$ac_cv_header_tr1_unordered_map" = xyes
; then :
21628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_map and unordered_set in std::tr1" >&5
21629 $as_echo_n "checking for unordered_map and unordered_set in std::tr1... " >&6; }
21630 if ${wx_cv_class_tr1unorderedmapset+:} false
; then :
21631 $as_echo_n "(cached) " >&6
21633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21634 /* end confdefs.h. */
21635 #include <tr1/unordered_map>
21636 #include <tr1/unordered_set>
21640 std::tr1::unordered_map<double*, char*> test1;
21641 std::tr1::unordered_set<char*> test2;
21642 #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
21643 #error can't use unordered_{map,set} with gcc-4.[01]: http://gcc.gnu.org/PR24389
21649 if ac_fn_cxx_try_compile
"$LINENO"; then :
21650 wx_cv_class_tr1unorderedmapset
=yes
21652 wx_cv_class_tr1unorderedmapset
=no
21654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_tr1unorderedmapset" >&5
21659 $as_echo "$wx_cv_class_tr1unorderedmapset" >&6; }
21664 if test "$wx_cv_class_tr1unorderedmapset" = yes; then
21665 $as_echo "#define HAVE_TR1_UNORDERED_MAP 1" >>confdefs.h
21667 $as_echo "#define HAVE_TR1_UNORDERED_SET 1" >>confdefs.h
21670 ac_fn_cxx_check_header_compile
"$LINENO" "hash_map" "ac_cv_header_hash_map" "
21673 if test "x$ac_cv_header_hash_map" = xyes
; then :
21674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for std::hash_map and hash_set" >&5
21675 $as_echo_n "checking for std::hash_map and hash_set... " >&6; }
21676 if ${wx_cv_class_stdhashmapset+:} false
; then :
21677 $as_echo_n "(cached) " >&6
21679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21680 /* end confdefs.h. */
21681 #include <hash_map>
21682 #include <hash_set>
21686 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
21687 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
21692 if ac_fn_cxx_try_compile
"$LINENO"; then :
21693 wx_cv_class_stdhashmapset
=yes
21695 wx_cv_class_stdhashmapset
=no
21697 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdhashmapset" >&5
21702 $as_echo "$wx_cv_class_stdhashmapset" >&6; }
21707 if test "$wx_cv_class_stdhashmapset" = yes; then
21708 $as_echo "#define HAVE_HASH_MAP 1" >>confdefs.h
21710 $as_echo "#define HAVE_STD_HASH_MAP 1" >>confdefs.h
21714 ac_fn_cxx_check_header_compile
"$LINENO" "ext/hash_map" "ac_cv_header_ext_hash_map" "
21717 if test "x$ac_cv_header_ext_hash_map" = xyes
; then :
21718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU hash_map and hash_set" >&5
21719 $as_echo_n "checking for GNU hash_map and hash_set... " >&6; }
21720 if ${wx_cv_class_gnuhashmapset+:} false
; then :
21721 $as_echo_n "(cached) " >&6
21723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21724 /* end confdefs.h. */
21725 #include <ext/hash_map>
21726 #include <ext/hash_set>
21730 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
21731 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
21736 if ac_fn_cxx_try_compile
"$LINENO"; then :
21737 wx_cv_class_gnuhashmapset
=yes
21739 wx_cv_class_gnuhashmapset
=no
21741 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_gnuhashmapset" >&5
21746 $as_echo "$wx_cv_class_gnuhashmapset" >&6; }
21756 ac_cpp
='$CXXCPP $CPPFLAGS'
21757 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21758 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21759 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
21761 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
21762 if test -z "$CXXCPP"; then
21763 if ${ac_cv_prog_CXXCPP+:} false
; then :
21764 $as_echo_n "(cached) " >&6
21766 # Double quotes because CXXCPP needs to be expanded
21767 for CXXCPP
in "$CXX -E" "/lib/cpp"
21769 ac_preproc_ok
=false
21770 for ac_cxx_preproc_warn_flag
in '' yes
21772 # Use a header file that comes with gcc, so configuring glibc
21773 # with a fresh cross-compiler works.
21774 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21775 # <limits.h> exists even on freestanding compilers.
21776 # On the NeXT, cc -E runs the code through the compiler's parser,
21777 # not just through cpp. "Syntax error" is here to catch this case.
21778 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21779 /* end confdefs.h. */
21781 # include <limits.h>
21783 # include <assert.h>
21787 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21790 # Broken: fails on valid input.
21793 rm -f conftest.err conftest.i conftest.
$ac_ext
21795 # OK, works on sane cases. Now check whether nonexistent headers
21796 # can be detected and how.
21797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21798 /* end confdefs.h. */
21799 #include <ac_nonexistent.h>
21801 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21802 # Broken: success on invalid input.
21805 # Passes both tests.
21809 rm -f conftest.err conftest.i conftest.
$ac_ext
21812 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21813 rm -f conftest.i conftest.err conftest.
$ac_ext
21814 if $ac_preproc_ok; then :
21819 ac_cv_prog_CXXCPP
=$CXXCPP
21822 CXXCPP
=$ac_cv_prog_CXXCPP
21824 ac_cv_prog_CXXCPP
=$CXXCPP
21826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
21827 $as_echo "$CXXCPP" >&6; }
21828 ac_preproc_ok
=false
21829 for ac_cxx_preproc_warn_flag
in '' yes
21831 # Use a header file that comes with gcc, so configuring glibc
21832 # with a fresh cross-compiler works.
21833 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21834 # <limits.h> exists even on freestanding compilers.
21835 # On the NeXT, cc -E runs the code through the compiler's parser,
21836 # not just through cpp. "Syntax error" is here to catch this case.
21837 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21838 /* end confdefs.h. */
21840 # include <limits.h>
21842 # include <assert.h>
21846 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21849 # Broken: fails on valid input.
21852 rm -f conftest.err conftest.i conftest.
$ac_ext
21854 # OK, works on sane cases. Now check whether nonexistent headers
21855 # can be detected and how.
21856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21857 /* end confdefs.h. */
21858 #include <ac_nonexistent.h>
21860 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21861 # Broken: success on invalid input.
21864 # Passes both tests.
21868 rm -f conftest.err conftest.i conftest.
$ac_ext
21871 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21872 rm -f conftest.i conftest.err conftest.
$ac_ext
21873 if $ac_preproc_ok; then :
21876 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21877 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21878 as_fn_error $?
"C++ preprocessor \"$CXXCPP\" fails sanity check
21879 See \`config.log' for more details" "$LINENO" 5; }
21883 ac_cpp
='$CXXCPP $CPPFLAGS'
21884 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21885 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21886 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21889 for ac_header
in type_traits tr
1/type_traits
21891 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21892 ac_fn_cxx_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
21893 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
21894 cat >>confdefs.h
<<_ACEOF
21895 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21905 if test -n "$GCC"; then
21906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
21907 $as_echo_n "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... " >&6; }
21908 if ${wx_cv_cc_gcc_atomic_builtins+:} false
; then :
21909 $as_echo_n "(cached) " >&6
21912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21913 /* end confdefs.h. */
21919 unsigned int value=0;
21920 /* wxAtomicInc doesn't use return value here */
21921 __sync_fetch_and_add(&value, 2);
21922 __sync_sub_and_fetch(&value, 1);
21923 /* but wxAtomicDec does, so mimic that: */
21924 unsigned int r2 = __sync_sub_and_fetch(&value, 1);
21930 if ac_fn_cxx_try_link
"$LINENO"; then :
21931 wx_cv_cc_gcc_atomic_builtins
=yes
21933 wx_cv_cc_gcc_atomic_builtins
=no
21935 rm -f core conftest.err conftest.
$ac_objext \
21936 conftest
$ac_exeext conftest.
$ac_ext
21940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_gcc_atomic_builtins" >&5
21941 $as_echo "$wx_cv_cc_gcc_atomic_builtins" >&6; }
21942 if test $wx_cv_cc_gcc_atomic_builtins = yes; then
21943 $as_echo "#define HAVE_GCC_ATOMIC_BUILTINS 1" >>confdefs.h
21950 ac_cpp
='$CPP $CPPFLAGS'
21951 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21952 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21953 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21958 /usr/local/include \
21959 /usr/local/X11/include \
21960 /usr/local/include/X11 \
21961 /usr/local/X11R7/include \
21962 /usr/local/X11R6/include \
21963 /usr/local/include/X11R7 \
21964 /usr/local/include/X11R6 \
21966 /usr/Motif-2.1/include \
21967 /usr/Motif-1.2/include \
21968 /usr/include/Motif1.2 \
21971 /usr/openwin/include \
21975 /usr/X11R7/include \
21976 /usr/X11R6/include \
21977 /usr/X11R6.4/include \
21979 /usr/include/X11R7 \
21980 /usr/include/X11R6 \
21985 /usr/XFree86/include/X11 \
21988 /usr/local/X1R5/include \
21989 /usr/local/include/X11R5 \
21990 /usr/X11R5/include \
21991 /usr/include/X11R5 \
21993 /usr/local/X11R4/include \
21994 /usr/local/include/X11R4 \
21995 /usr/X11R4/include \
21996 /usr/include/X11R4 \
21998 /usr/openwin/share/include"
22000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries directories" >&5
22001 $as_echo_n "checking for libraries directories... " >&6; }
22005 if ${wx_cv_std_libpath+:} false
; then :
22006 $as_echo_n "(cached) " >&6
22009 for d
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
; do
22010 for e
in a so sl dylib dll.a
; do
22012 if test -f $libc; then
22015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22016 /* end confdefs.h. */
22018 int main() { return 0; }
22021 if ac_fn_c_try_link
"$LINENO"; then :
22022 wx_cv_std_libpath
=`echo $d | sed s@/usr/@@`
22024 rm -f core conftest.err conftest.
$ac_objext \
22025 conftest
$ac_exeext conftest.
$ac_ext
22027 if test "x$wx_cv_std_libpath" != "x"; then
22040 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
22041 wx_cv_std_libpath
="lib/64"
22046 if test "$ac_cv_sizeof_void_p" = 8; then
22047 if test -d "/usr/lib/`uname -m`-linux-gnu"; then
22048 wx_cv_std_libfullpath
="/usr/lib/`uname -m`-linux-gnu"
22049 elif test -d "/usr/lib64" -a ! -h "/usr/lib64"; then
22050 wx_cv_std_libpath
="lib64"
22055 if test -d '/usr/lib/i386-linux-gnu'; then
22056 wx_cv_std_libfullpath
='/usr/lib/i386-linux-gnu'
22061 if test -n "$wx_cv_std_libfullpath" -a -d "/usr/lib"; then
22062 wx_cv_std_libfullpath
="$wx_cv_std_libfullpath /usr/lib"
22067 if test -z "$wx_cv_std_libpath"; then
22068 wx_cv_std_libpath
="lib"
22071 if test -z "$wx_cv_std_libfullpath"; then
22072 wx_cv_std_libfullpath
="/usr/$wx_cv_std_libpath"
22076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_std_libfullpath" >&5
22077 $as_echo "$wx_cv_std_libfullpath" >&6; }
22079 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` $wx_cv_std_libfullpath"
22081 if test "$build" != "$host" -a "$GCC" = yes; then
22082 if cross_root
=`$CC -print-prog-name=ld 2>/dev/null`; then
22083 cross_root
=`dirname $cross_root`
22084 cross_root
=`dirname $cross_root`
22086 SEARCH_LIB
=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22087 SEARCH_INCLUDE
=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22088 SEARCH_INCLUDE
="$SEARCH_INCLUDE $cross_root/include"
22090 if test -z "$PKG_CONFIG_PATH"; then
22091 PKG_CONFIG_PATH
="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
22092 export PKG_CONFIG_PATH
22095 if test -z "$x_includes" -o "$x_includes" = NONE
; then
22098 for ac_dir
in $SEARCH_INCLUDE /usr
/include
22100 if test -f "$ac_dir/X11/Intrinsic.h"; then
22101 ac_find_includes
=$ac_dir
22106 x_includes
=$ac_find_includes
22108 if test -z "$x_libraries" -o "$x_libraries" = NONE
; then
22111 for ac_dir
in $SEARCH_LIB
22113 for ac_extension
in a so sl dylib dll.a
; do
22114 if test -f "$ac_dir/libXt.$ac_extension"; then
22115 ac_find_libraries
=$ac_dir
22121 x_libraries
=$ac_find_libraries
22127 cat >confcache
<<\_ACEOF
22128 # This file is a shell script that caches the results of configure
22129 # tests run on this system so they can be shared between configure
22130 # scripts and configure runs, see configure's option --config-cache.
22131 # It is not useful on other systems. If it contains results you don't
22132 # want to keep, you may remove or edit it.
22134 # config.status only pays attention to the cache file if you give it
22135 # the --recheck option to rerun configure.
22137 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22138 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22139 # following values.
22143 # The following way of writing the cache mishandles newlines in values,
22144 # but we know of no workaround that is simple, portable, and efficient.
22145 # So, we kill variables containing newlines.
22146 # Ultrix sh set writes to stderr and can't be redirected directly,
22147 # and sets the high bit in the cache file unless we assign to the vars.
22149 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
22150 eval ac_val
=\$
$ac_var
22154 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
22155 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
22158 _
| IFS
| as_nl
) ;; #(
22159 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
22160 *) { eval $ac_var=; unset $ac_var;} ;;
22166 case $as_nl`(ac_space=' '; set) 2>&1` in #(
22167 *${as_nl}ac_space
=\
*)
22168 # `set' does not quote correctly, so add quotes: double-quote
22169 # substitution turns \\\\ into \\, and sed turns \\ into \.
22172 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22175 # `set' quotes correctly as required by POSIX, so do not add quotes.
22176 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
22185 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22187 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22189 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
22190 if test -w "$cache_file"; then
22191 if test "x$cache_file" != "x/dev/null"; then
22192 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
22193 $as_echo "$as_me: updating cache $cache_file" >&6;}
22194 if test ! -f "$cache_file" || test -h "$cache_file"; then
22195 cat confcache
>"$cache_file"
22197 case $cache_file in #(
22199 mv -f confcache
"$cache_file"$$
&&
22200 mv -f "$cache_file"$$
"$cache_file" ;; #(
22202 mv -f confcache
"$cache_file" ;;
22207 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
22208 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
22217 ac_fn_c_check_func
"$LINENO" "cos" "ac_cv_func_cos"
22218 if test "x$ac_cv_func_cos" = xyes
; then :
22219 cat >>confdefs.h
<<_ACEOF
22226 for ac_func
in floor
22228 ac_fn_c_check_func
"$LINENO" "floor" "ac_cv_func_floor"
22229 if test "x$ac_cv_func_floor" = xyes
; then :
22230 cat >>confdefs.h
<<_ACEOF
22231 #define HAVE_FLOOR 1
22237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if floating point functions link without -lm" >&5
22238 $as_echo_n "checking if floating point functions link without -lm... " >&6; }
22239 if test "$have_cos" = 1 -a "$have_floor" = 1; then
22240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22241 $as_echo "yes" >&6; }
22243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22244 $as_echo "no" >&6; }
22246 # use different functions to avoid configure caching
22251 ac_fn_c_check_func
"$LINENO" "sin" "ac_cv_func_sin"
22252 if test "x$ac_cv_func_sin" = xyes
; then :
22253 cat >>confdefs.h
<<_ACEOF
22260 for ac_func
in ceil
22262 ac_fn_c_check_func
"$LINENO" "ceil" "ac_cv_func_ceil"
22263 if test "x$ac_cv_func_ceil" = xyes
; then :
22264 cat >>confdefs.h
<<_ACEOF
22265 #define HAVE_CEIL 1
22271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if floating point functions link with -lm" >&5
22272 $as_echo_n "checking if floating point functions link with -lm... " >&6; }
22273 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
22274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22275 $as_echo "yes" >&6; }
22277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22278 $as_echo "no" >&6; }
22279 # not sure we should warn the user, crash, etc.
22284 ac_cpp
='$CXXCPP $CPPFLAGS'
22285 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22286 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22287 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22289 if test "wxUSE_UNICODE" = "yes"; then
22291 for wx_func
in wcstoull
22293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
22294 $as_echo_n "checking for $wx_func... " >&6; }
22295 if eval \
${wx_cv_func_$wx_func+:} false
; then :
22296 $as_echo_n "(cached) " >&6
22299 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22300 /* end confdefs.h. */
22304 $ac_includes_default
22320 if ac_fn_cxx_try_link
"$LINENO"; then :
22321 eval wx_cv_func_
$wx_func=yes
22323 eval wx_cv_func_
$wx_func=no
22325 rm -f core conftest.err conftest.
$ac_objext \
22326 conftest
$ac_exeext conftest.
$ac_ext
22329 eval ac_res
=\
$wx_cv_func_$wx_func
22330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
22331 $as_echo "$ac_res" >&6; }
22333 if eval test \
$wx_cv_func_$wx_func = yes
22335 cat >>confdefs.h
<<_ACEOF
22336 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
22348 for wx_func
in strtoull
22350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
22351 $as_echo_n "checking for $wx_func... " >&6; }
22352 if eval \
${wx_cv_func_$wx_func+:} false
; then :
22353 $as_echo_n "(cached) " >&6
22356 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22357 /* end confdefs.h. */
22361 $ac_includes_default
22377 if ac_fn_cxx_try_link
"$LINENO"; then :
22378 eval wx_cv_func_
$wx_func=yes
22380 eval wx_cv_func_
$wx_func=no
22382 rm -f core conftest.err conftest.
$ac_objext \
22383 conftest
$ac_exeext conftest.
$ac_ext
22386 eval ac_res
=\
$wx_cv_func_$wx_func
22387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
22388 $as_echo "$ac_res" >&6; }
22390 if eval test \
$wx_cv_func_$wx_func = yes
22392 cat >>confdefs.h
<<_ACEOF
22393 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
22405 ac_cpp
='$CPP $CPPFLAGS'
22406 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22407 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22408 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22413 if test "$wxUSE_REGEX" != "no"; then
22414 $as_echo "#define wxUSE_REGEX 1" >>confdefs.h
22417 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22418 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
22419 $as_echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
22420 wxUSE_REGEX
=builtin
22423 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22424 ac_fn_c_check_header_compile
"$LINENO" "regex.h" "ac_cv_header_regex_h" "
22426 if test "x$ac_cv_header_regex_h" = xyes
; then :
22427 for ac_func
in regcomp re_search
22429 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
22430 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
22431 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
22432 cat >>confdefs.h
<<_ACEOF
22433 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
22443 if test "x$ac_cv_func_regcomp" != "xyes"; then
22444 if test "$wxUSE_REGEX" = "sys" ; then
22445 as_fn_error $?
"system regex library not found! Use --with-regex to use built-in version" "$LINENO" 5
22447 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system regex library not found, will use built-in instead" >&5
22448 $as_echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22449 wxUSE_REGEX
=builtin
22453 $as_echo "#define WX_NO_REGEX_ADVANCED 1" >>confdefs.h
22461 if test "$wxUSE_ZLIB" != "no" ; then
22462 $as_echo "#define wxUSE_ZLIB 1" >>confdefs.h
22465 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22466 if test "$USE_DARWIN" = 1; then
22467 system_zlib_h_ok
="yes"
22469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlib.h >= 1.1.4" >&5
22470 $as_echo_n "checking for zlib.h >= 1.1.4... " >&6; }
22471 if ${ac_cv_header_zlib_h+:} false
; then :
22472 $as_echo_n "(cached) " >&6
22474 if test "$cross_compiling" = yes; then :
22475 unset ac_cv_header_zlib_h
22478 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22479 /* end confdefs.h. */
22486 FILE *f=fopen("conftestval", "w");
22489 ZLIB_VERSION[0] == '1' &&
22490 (ZLIB_VERSION[2] > '1' ||
22491 (ZLIB_VERSION[2] == '1' &&
22492 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22497 if ac_fn_c_try_run
"$LINENO"; then :
22498 ac_cv_header_zlib_h
=`cat conftestval`
22500 ac_cv_header_zlib_h
=no
22502 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
22503 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
22508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_zlib_h" >&5
22509 $as_echo "$ac_cv_header_zlib_h" >&6; }
22510 ac_fn_c_check_header_compile
"$LINENO" "zlib.h" "ac_cv_header_zlib_h" "
22512 if test "x$ac_cv_header_zlib_h" = xyes
; then :
22518 system_zlib_h_ok
=$ac_cv_header_zlib_h
22521 if test "$system_zlib_h_ok" = "yes"; then
22522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5
22523 $as_echo_n "checking for deflate in -lz... " >&6; }
22524 if ${ac_cv_lib_z_deflate+:} false
; then :
22525 $as_echo_n "(cached) " >&6
22527 ac_check_lib_save_LIBS
=$LIBS
22529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22530 /* end confdefs.h. */
22532 /* Override any GCC internal prototype to avoid an error.
22533 Use char because int might match the return type of a GCC
22534 builtin and then its argument prototype would still apply. */
22547 if ac_fn_c_try_link
"$LINENO"; then :
22548 ac_cv_lib_z_deflate
=yes
22550 ac_cv_lib_z_deflate
=no
22552 rm -f core conftest.err conftest.
$ac_objext \
22553 conftest
$ac_exeext conftest.
$ac_ext
22554 LIBS
=$ac_check_lib_save_LIBS
22556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflate" >&5
22557 $as_echo "$ac_cv_lib_z_deflate" >&6; }
22558 if test "x$ac_cv_lib_z_deflate" = xyes
; then :
22564 if test "x$ZLIB_LINK" = "x" ; then
22565 if test "$wxUSE_ZLIB" = "sys" ; then
22566 as_fn_error $?
"zlib library not found or too old! Use --with-zlib=builtin to use built-in version" "$LINENO" 5
22568 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zlib library not found or too old, will use built-in instead" >&5
22569 $as_echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
22580 if test "$wxUSE_LIBPNG" != "no" ; then
22581 $as_echo "#define wxUSE_LIBPNG 1" >>confdefs.h
22584 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
22585 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
22586 $as_echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
22587 wxUSE_LIBPNG
=builtin
22590 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
22591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png.h > 0.90" >&5
22592 $as_echo_n "checking for png.h > 0.90... " >&6; }
22593 if ${ac_cv_header_png_h+:} false
; then :
22594 $as_echo_n "(cached) " >&6
22596 if test "$cross_compiling" = yes; then :
22597 unset ac_cv_header_png_h
22600 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22601 /* end confdefs.h. */
22608 FILE *f=fopen("conftestval", "w");
22611 PNG_LIBPNG_VER > 90 ? "yes" : "no");
22616 if ac_fn_c_try_run
"$LINENO"; then :
22617 ac_cv_header_png_h
=`cat conftestval`
22619 ac_cv_header_png_h
=no
22621 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
22622 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
22627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_png_h" >&5
22628 $as_echo "$ac_cv_header_png_h" >&6; }
22629 ac_fn_c_check_header_compile
"$LINENO" "png.h" "ac_cv_header_png_h" "
22631 if test "x$ac_cv_header_png_h" = xyes
; then :
22637 if test "$ac_cv_header_png_h" = "yes"; then
22638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_sig_cmp in -lpng" >&5
22639 $as_echo_n "checking for png_sig_cmp in -lpng... " >&6; }
22640 if ${ac_cv_lib_png_png_sig_cmp+:} false
; then :
22641 $as_echo_n "(cached) " >&6
22643 ac_check_lib_save_LIBS
=$LIBS
22644 LIBS
="-lpng -lz -lm $LIBS"
22645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22646 /* end confdefs.h. */
22648 /* Override any GCC internal prototype to avoid an error.
22649 Use char because int might match the return type of a GCC
22650 builtin and then its argument prototype would still apply. */
22654 char png_sig_cmp ();
22658 return png_sig_cmp ();
22663 if ac_fn_c_try_link
"$LINENO"; then :
22664 ac_cv_lib_png_png_sig_cmp
=yes
22666 ac_cv_lib_png_png_sig_cmp
=no
22668 rm -f core conftest.err conftest.
$ac_objext \
22669 conftest
$ac_exeext conftest.
$ac_ext
22670 LIBS
=$ac_check_lib_save_LIBS
22672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_sig_cmp" >&5
22673 $as_echo "$ac_cv_lib_png_png_sig_cmp" >&6; }
22674 if test "x$ac_cv_lib_png_png_sig_cmp" = xyes
; then :
22675 PNG_LINK
=" -lpng -lz"
22680 if test "x$PNG_LINK" = "x" ; then
22681 if test "$wxUSE_LIBPNG" = "sys" ; then
22682 as_fn_error $?
"system png library not found or too old! Use --with-libpng=builtin to use built-in version" "$LINENO" 5
22684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system png library not found or too old, will use built-in instead" >&5
22685 $as_echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
22686 wxUSE_LIBPNG
=builtin
22696 if test "$wxUSE_LIBJPEG" != "no" ; then
22697 $as_echo "#define wxUSE_LIBJPEG 1" >>confdefs.h
22700 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
22701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeglib.h" >&5
22702 $as_echo_n "checking for jpeglib.h... " >&6; }
22703 if ${ac_cv_header_jpeglib_h+:} false
; then :
22704 $as_echo_n "(cached) " >&6
22706 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22707 /* end confdefs.h. */
22709 #undef HAVE_STDLIB_H
22711 #include <jpeglib.h>
22722 if ac_fn_c_try_compile
"$LINENO"; then :
22723 ac_cv_header_jpeglib_h
=yes
22725 ac_cv_header_jpeglib_h
=no
22728 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_jpeglib_h" >&5
22733 $as_echo "$ac_cv_header_jpeglib_h" >&6; }
22735 if test "$ac_cv_header_jpeglib_h" = "yes"; then
22736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_read_header in -ljpeg" >&5
22737 $as_echo_n "checking for jpeg_read_header in -ljpeg... " >&6; }
22738 if ${ac_cv_lib_jpeg_jpeg_read_header+:} false
; then :
22739 $as_echo_n "(cached) " >&6
22741 ac_check_lib_save_LIBS
=$LIBS
22742 LIBS
="-ljpeg $LIBS"
22743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22744 /* end confdefs.h. */
22746 /* Override any GCC internal prototype to avoid an error.
22747 Use char because int might match the return type of a GCC
22748 builtin and then its argument prototype would still apply. */
22752 char jpeg_read_header ();
22756 return jpeg_read_header ();
22761 if ac_fn_c_try_link
"$LINENO"; then :
22762 ac_cv_lib_jpeg_jpeg_read_header
=yes
22764 ac_cv_lib_jpeg_jpeg_read_header
=no
22766 rm -f core conftest.err conftest.
$ac_objext \
22767 conftest
$ac_exeext conftest.
$ac_ext
22768 LIBS
=$ac_check_lib_save_LIBS
22770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
22771 $as_echo "$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
22772 if test "x$ac_cv_lib_jpeg_jpeg_read_header" = xyes
; then :
22773 JPEG_LINK
=" -ljpeg"
22778 if test "x$JPEG_LINK" = "x" ; then
22779 if test "$wxUSE_LIBJPEG" = "sys" ; then
22780 as_fn_error $?
"system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" "$LINENO" 5
22782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system jpeg library not found, will use built-in instead" >&5
22783 $as_echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
22784 wxUSE_LIBJPEG
=builtin
22789 if test "$wxUSE_MSW" = 1; then
22790 ac_fn_c_check_type
"$LINENO" "boolean" "ac_cv_type_boolean" "#include <windows.h>
22792 if test "x$ac_cv_type_boolean" = xyes
; then :
22794 cat >>confdefs.h
<<_ACEOF
22795 #define HAVE_BOOLEAN 1
22799 # The cast to long int works around a bug in the HP C Compiler
22800 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22801 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22802 # This bug is HP SR number 8606223364.
22803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of boolean" >&5
22804 $as_echo_n "checking size of boolean... " >&6; }
22805 if ${ac_cv_sizeof_boolean+:} false
; then :
22806 $as_echo_n "(cached) " >&6
22808 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (boolean))" "ac_cv_sizeof_boolean" "
22809 #undef HAVE_BOOLEAN
22811 #include <jpeglib.h>
22816 if test "$ac_cv_type_boolean" = yes; then
22817 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22818 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22819 as_fn_error
77 "cannot compute sizeof (boolean)
22820 See \`config.log' for more details" "$LINENO" 5; }
22822 ac_cv_sizeof_boolean
=0
22827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_boolean" >&5
22828 $as_echo "$ac_cv_sizeof_boolean" >&6; }
22832 cat >>confdefs.h
<<_ACEOF
22833 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
22837 cat >>confdefs.h
<<_ACEOF
22838 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
22851 TIFF_PREREQ_LINKS
=-lm
22852 if test "$wxUSE_LIBTIFF" != "no" ; then
22853 $as_echo "#define wxUSE_LIBTIFF 1" >>confdefs.h
22856 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
22857 if test "$wxUSE_LIBJPEG" = "sys"; then
22858 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
22860 if test "$wxUSE_ZLIB" = "sys"; then
22861 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
22863 ac_fn_c_check_header_compile
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "
22866 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
22868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFError in -ltiff" >&5
22869 $as_echo_n "checking for TIFFError in -ltiff... " >&6; }
22870 if ${ac_cv_lib_tiff_TIFFError+:} false
; then :
22871 $as_echo_n "(cached) " >&6
22873 ac_check_lib_save_LIBS
=$LIBS
22874 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
22875 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22876 /* end confdefs.h. */
22878 /* Override any GCC internal prototype to avoid an error.
22879 Use char because int might match the return type of a GCC
22880 builtin and then its argument prototype would still apply. */
22888 return TIFFError ();
22893 if ac_fn_c_try_link
"$LINENO"; then :
22894 ac_cv_lib_tiff_TIFFError
=yes
22896 ac_cv_lib_tiff_TIFFError
=no
22898 rm -f core conftest.err conftest.
$ac_objext \
22899 conftest
$ac_exeext conftest.
$ac_ext
22900 LIBS
=$ac_check_lib_save_LIBS
22902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFError" >&5
22903 $as_echo "$ac_cv_lib_tiff_TIFFError" >&6; }
22904 if test "x$ac_cv_lib_tiff_TIFFError" = xyes
; then :
22905 TIFF_LINK
=" -ltiff"
22913 if test "x$TIFF_LINK" = "x" ; then
22914 if test "$wxUSE_LIBTIFF" = "sys" ; then
22915 as_fn_error $?
"system tiff library not found! Use --with-libtiff=builtin to use built-in version" "$LINENO" 5
22917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system tiff library not found, will use built-in instead" >&5
22918 $as_echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
22919 wxUSE_LIBTIFF
=builtin
22925 if test "$wxUSE_LIBTIFF" = "builtin" ; then
22926 if test "$wxUSE_LIBJPEG" = "no"; then
22927 ac_configure_args
="$ac_configure_args --disable-jpeg"
22930 if test "$wxUSE_LIBLZMA" = "yes"; then
22931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lzma_code in -llzma" >&5
22932 $as_echo_n "checking for lzma_code in -llzma... " >&6; }
22933 if ${ac_cv_lib_lzma_lzma_code+:} false
; then :
22934 $as_echo_n "(cached) " >&6
22936 ac_check_lib_save_LIBS
=$LIBS
22937 LIBS
="-llzma $LIBS"
22938 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22939 /* end confdefs.h. */
22941 /* Override any GCC internal prototype to avoid an error.
22942 Use char because int might match the return type of a GCC
22943 builtin and then its argument prototype would still apply. */
22951 return lzma_code ();
22956 if ac_fn_c_try_link
"$LINENO"; then :
22957 ac_cv_lib_lzma_lzma_code
=yes
22959 ac_cv_lib_lzma_lzma_code
=no
22961 rm -f core conftest.err conftest.
$ac_objext \
22962 conftest
$ac_exeext conftest.
$ac_ext
22963 LIBS
=$ac_check_lib_save_LIBS
22965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lzma_lzma_code" >&5
22966 $as_echo "$ac_cv_lib_lzma_lzma_code" >&6; }
22967 if test "x$ac_cv_lib_lzma_lzma_code" = xyes
; then :
22968 LIBS
="$LIBS -llzma"
22972 ac_configure_args
="$ac_configure_args --disable-lzma"
22975 if test "$wxUSE_LIBJBIG" = "yes"; then
22976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jbg_dec_init in -ljbig" >&5
22977 $as_echo_n "checking for jbg_dec_init in -ljbig... " >&6; }
22978 if ${ac_cv_lib_jbig_jbg_dec_init+:} false
; then :
22979 $as_echo_n "(cached) " >&6
22981 ac_check_lib_save_LIBS
=$LIBS
22982 LIBS
="-ljbig $LIBS"
22983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22984 /* end confdefs.h. */
22986 /* Override any GCC internal prototype to avoid an error.
22987 Use char because int might match the return type of a GCC
22988 builtin and then its argument prototype would still apply. */
22992 char jbg_dec_init ();
22996 return jbg_dec_init ();
23001 if ac_fn_c_try_link
"$LINENO"; then :
23002 ac_cv_lib_jbig_jbg_dec_init
=yes
23004 ac_cv_lib_jbig_jbg_dec_init
=no
23006 rm -f core conftest.err conftest.
$ac_objext \
23007 conftest
$ac_exeext conftest.
$ac_ext
23008 LIBS
=$ac_check_lib_save_LIBS
23010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jbig_jbg_dec_init" >&5
23011 $as_echo "$ac_cv_lib_jbig_jbg_dec_init" >&6; }
23012 if test "x$ac_cv_lib_jbig_jbg_dec_init" = xyes
; then :
23013 LIBS
="$LIBS -ljbig"
23017 ac_configure_args
="$ac_configure_args --disable-jbig"
23022 subdirs
="$subdirs src/tiff"
23028 if test "$wxUSE_EXPAT" != "no"; then
23030 $as_echo "#define wxUSE_EXPAT 1" >>confdefs.h
23032 $as_echo "#define wxUSE_XML 1" >>confdefs.h
23035 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23036 ac_fn_c_check_header_compile
"$LINENO" "expat.h" "ac_cv_header_expat_h" "
23038 if test "x$ac_cv_header_expat_h" = xyes
; then :
23043 if test "x$found_expat_h" = "x1"; then
23044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if expat.h is valid C++ header" >&5
23045 $as_echo_n "checking if expat.h is valid C++ header... " >&6; }
23046 if ${wx_cv_expat_is_not_broken+:} false
; then :
23047 $as_echo_n "(cached) " >&6
23051 ac_cpp
='$CXXCPP $CPPFLAGS'
23052 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23053 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23054 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23057 /* end confdefs.h. */
23067 if ac_fn_cxx_try_compile
"$LINENO"; then :
23068 wx_cv_expat_is_not_broken
=yes
23070 wx_cv_expat_is_not_broken
=no
23073 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23075 ac_cpp
='$CPP $CPPFLAGS'
23076 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23077 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23078 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
23083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_expat_is_not_broken" >&5
23084 $as_echo "$wx_cv_expat_is_not_broken" >&6; }
23085 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
23086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML_ParserCreate in -lexpat" >&5
23087 $as_echo_n "checking for XML_ParserCreate in -lexpat... " >&6; }
23088 if ${ac_cv_lib_expat_XML_ParserCreate+:} false
; then :
23089 $as_echo_n "(cached) " >&6
23091 ac_check_lib_save_LIBS
=$LIBS
23092 LIBS
="-lexpat $LIBS"
23093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23094 /* end confdefs.h. */
23096 /* Override any GCC internal prototype to avoid an error.
23097 Use char because int might match the return type of a GCC
23098 builtin and then its argument prototype would still apply. */
23102 char XML_ParserCreate ();
23106 return XML_ParserCreate ();
23111 if ac_fn_c_try_link
"$LINENO"; then :
23112 ac_cv_lib_expat_XML_ParserCreate
=yes
23114 ac_cv_lib_expat_XML_ParserCreate
=no
23116 rm -f core conftest.err conftest.
$ac_objext \
23117 conftest
$ac_exeext conftest.
$ac_ext
23118 LIBS
=$ac_check_lib_save_LIBS
23120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
23121 $as_echo "$ac_cv_lib_expat_XML_ParserCreate" >&6; }
23122 if test "x$ac_cv_lib_expat_XML_ParserCreate" = xyes
; then :
23123 EXPAT_LINK
=" -lexpat"
23128 if test "x$EXPAT_LINK" = "x" ; then
23129 if test "$wxUSE_EXPAT" = "sys" ; then
23130 as_fn_error $?
"system expat library not found! Use --with-expat=builtin to use built-in version" "$LINENO" 5
23132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system expat library not found, will use built-in instead" >&5
23133 $as_echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
23134 wxUSE_EXPAT
=builtin
23140 if test "$wxUSE_EXPAT" = "builtin" ; then
23141 subdirs
="$subdirs src/expat"
23148 if test "$wxUSE_LIBMSPACK" != "no"; then
23149 ac_fn_c_check_header_compile
"$LINENO" "mspack.h" "ac_cv_header_mspack_h" "
23151 if test "x$ac_cv_header_mspack_h" = xyes
; then :
23156 if test "x$found_mspack_h" = "x1"; then
23157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mspack_create_chm_decompressor in -lmspack" >&5
23158 $as_echo_n "checking for mspack_create_chm_decompressor in -lmspack... " >&6; }
23159 if ${ac_cv_lib_mspack_mspack_create_chm_decompressor+:} false
; then :
23160 $as_echo_n "(cached) " >&6
23162 ac_check_lib_save_LIBS
=$LIBS
23163 LIBS
="-lmspack $LIBS"
23164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23165 /* end confdefs.h. */
23167 /* Override any GCC internal prototype to avoid an error.
23168 Use char because int might match the return type of a GCC
23169 builtin and then its argument prototype would still apply. */
23173 char mspack_create_chm_decompressor ();
23177 return mspack_create_chm_decompressor ();
23182 if ac_fn_c_try_link
"$LINENO"; then :
23183 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
23185 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
23187 rm -f core conftest.err conftest.
$ac_objext \
23188 conftest
$ac_exeext conftest.
$ac_ext
23189 LIBS
=$ac_check_lib_save_LIBS
23191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
23192 $as_echo "$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
23193 if test "x$ac_cv_lib_mspack_mspack_create_chm_decompressor" = xyes
; then :
23194 MSPACK_LINK
=" -lmspack"
23198 if test "x$MSPACK_LINK" = "x" ; then
23203 if test "$wxUSE_LIBMSPACK" != "no"; then
23204 $as_echo "#define wxUSE_LIBMSPACK 1" >>confdefs.h
23214 if test "$USE_WIN32" = 1 ; then
23215 for ac_header
in w32api.h
23217 ac_fn_c_check_header_compile
"$LINENO" "w32api.h" "ac_cv_header_w32api_h" "
23219 if test "x$ac_cv_header_w32api_h" = xyes
; then :
23220 cat >>confdefs.h
<<_ACEOF
23221 #define HAVE_W32API_H 1
23228 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "
23230 if test "x$ac_cv_header_windows_h" = xyes
; then :
23234 as_fn_error $?
"please set CFLAGS to contain the location of windows.h" "$LINENO" 5
23240 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32"
23242 x86_64
-*-mingw32* )
23243 WINDRES_CPU_DEFINE
="--define WX_CPU_AMD64"
23246 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
23247 LIBS
="$LIBS -loleacc"
23252 LIBS
="$LIBS -lkernel32 -luser32"
23255 WXCONFIG_RESFLAGS
="--define __WIN32__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
23258 if test "$wxUSE_GUI" = "yes"; then
23269 if test "$wxUSE_OLD_COCOA" = 1 ; then
23270 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
23271 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
23272 $as_echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
23273 wxUSE_PRINTING_ARCHITECTURE
=no
23275 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
23276 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
23277 $as_echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
23278 wxUSE_DRAG_AND_DROP
=no
23280 if test "$wxUSE_DRAGIMAGE" = "yes"; then
23281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
23282 $as_echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
23287 if test "$wxUSE_MSW" = 1 ; then
23293 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
23297 if test "$wxUSE_GTK" = 1; then
23298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ version" >&5
23299 $as_echo_n "checking for GTK+ version... " >&6; }
23301 gtk_version_cached
=1
23302 if ${wx_cv_lib_gtk+:} false
; then :
23303 $as_echo_n "(cached) " >&6
23306 gtk_version_cached
=0
23307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
23311 if test "$wxUSE_THREADS" = "yes"; then
23312 GTK_MODULES
=gthread
23315 if test -z "$wxGTK_VERSION"; then
23320 if test "x$wxGTK_VERSION" != "x1"
23324 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
23329 if test "$wxGTK_VERSION" != 3; then
23330 # Check whether --enable-gtktest was given.
23331 if test "${enable_gtktest+set}" = set; then :
23332 enableval
=$enable_gtktest;
23338 pkg_config_args
=gtk
+-2.0
23339 for module
in .
$GTK_MODULES
23343 pkg_config_args
="$pkg_config_args gthread-2.0"
23350 # Extract the first word of "pkg-config", so it can be a program name with args.
23351 set dummy pkg
-config; ac_word
=$2
23352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23353 $as_echo_n "checking for $ac_word... " >&6; }
23354 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
23355 $as_echo_n "(cached) " >&6
23357 case $PKG_CONFIG in
23359 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
23362 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23363 for as_dir
in $PATH
23366 test -z "$as_dir" && as_dir
=.
23367 for ac_exec_ext
in '' $ac_executable_extensions; do
23368 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
23369 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23377 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
23381 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
23382 if test -n "$PKG_CONFIG"; then
23383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23384 $as_echo "$PKG_CONFIG" >&6; }
23386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23387 $as_echo "no" >&6; }
23392 if test x
$PKG_CONFIG != xno
; then
23393 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
23396 echo "*** pkg-config too old; version 0.7 or better required."
23404 min_gtk_version
=2.6.0
23405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
23406 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
23408 if test x
$PKG_CONFIG != xno
; then
23409 ## don't try to run the test against uninstalled libtool libs
23410 if $PKG_CONFIG --uninstalled $pkg_config_args; then
23411 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
23415 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
23422 if test x
"$no_gtk" = x
; then
23423 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
23424 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
23425 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
23426 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23427 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
23428 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23429 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
23430 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23431 if test "x$enable_gtktest" = "xyes" ; then
23432 ac_save_CFLAGS
="$CFLAGS"
23433 ac_save_LIBS
="$LIBS"
23434 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23435 LIBS
="$GTK_LIBS $LIBS"
23437 if test "$cross_compiling" = yes; then :
23438 echo $ac_n "cross compiling; assumed OK... $ac_c"
23440 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23441 /* end confdefs.h. */
23443 #include <gtk/gtk.h>
23445 #include <stdlib.h>
23450 int major, minor, micro;
23453 system ("touch conf.gtktest");
23455 /* HP/UX 9 (%@#!) writes to sscanf strings */
23456 tmp_version = g_strdup("$min_gtk_version");
23457 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
23458 printf("%s, bad version string\n", "$min_gtk_version");
23462 if ((gtk_major_version != $gtk_config_major_version) ||
23463 (gtk_minor_version != $gtk_config_minor_version) ||
23464 (gtk_micro_version != $gtk_config_micro_version))
23466 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23467 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23468 gtk_major_version, gtk_minor_version, gtk_micro_version);
23469 printf ("*** was found! If pkg-config was correct, then it is best\n");
23470 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23471 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
23472 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23473 printf("*** required on your system.\n");
23474 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
23475 printf("*** to point to the correct configuration files\n");
23477 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23478 (gtk_minor_version != GTK_MINOR_VERSION) ||
23479 (gtk_micro_version != GTK_MICRO_VERSION))
23481 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23482 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23483 printf("*** library (version %d.%d.%d)\n",
23484 gtk_major_version, gtk_minor_version, gtk_micro_version);
23488 if ((gtk_major_version > major) ||
23489 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23490 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23496 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23497 gtk_major_version, gtk_minor_version, gtk_micro_version);
23498 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23499 major, minor, micro);
23500 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23502 printf("*** If you have already installed a sufficiently new version, this error\n");
23503 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
23504 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23505 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
23506 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
23507 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
23508 printf("*** so that the correct libraries are found at run-time))\n");
23515 if ac_fn_c_try_run
"$LINENO"; then :
23520 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
23521 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
23524 CFLAGS
="$ac_save_CFLAGS"
23525 LIBS
="$ac_save_LIBS"
23528 if test "x$no_gtk" = x
; then
23529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
23530 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
23533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23534 $as_echo "no" >&6; }
23535 if test "$PKG_CONFIG" = "no" ; then
23536 echo "*** A new enough version of pkg-config was not found."
23537 echo "*** See http://pkgconfig.sourceforge.net"
23539 if test -f conf.gtktest
; then
23542 echo "*** Could not run GTK+ test program, checking why..."
23543 ac_save_CFLAGS
="$CFLAGS"
23544 ac_save_LIBS
="$LIBS"
23545 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23546 LIBS
="$LIBS $GTK_LIBS"
23547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23548 /* end confdefs.h. */
23550 #include <gtk/gtk.h>
23556 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23561 if ac_fn_c_try_link
"$LINENO"; then :
23562 echo "*** The test program compiled, but did not run. This usually means"
23563 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23564 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23565 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23566 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23567 echo "*** is required on your system"
23569 echo "*** If you have an old version installed, it is best to remove it, although"
23570 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23572 echo "*** The test program failed to compile or link. See the file config.log for the"
23573 echo "*** exact error that occurred. This usually means GTK+ is incorrectly installed."
23575 rm -f core conftest.err conftest.
$ac_objext \
23576 conftest
$ac_exeext conftest.
$ac_ext
23577 CFLAGS
="$ac_save_CFLAGS"
23578 LIBS
="$ac_save_LIBS"
23590 if test -z "$wx_cv_lib_gtk"; then
23591 if test "$wxGTK_VERSION" = 3 -o "$wxGTK_VERSION" = any
; then
23592 # Check whether --enable-gtktest was given.
23593 if test "${enable_gtktest+set}" = set; then :
23594 enableval
=$enable_gtktest;
23600 pkg_gtk_version
=gtk
+-3.0
23601 pkg_config_args
=$pkg_gtk_version
23602 for module
in .
$GTK_MODULES
23606 pkg_gthread_version
=gthread
-2.0
23607 pkg_config_args
="$pkg_config_args $pkg_gthread_version"
23614 # Extract the first word of "pkg-config", so it can be a program name with args.
23615 set dummy pkg
-config; ac_word
=$2
23616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23617 $as_echo_n "checking for $ac_word... " >&6; }
23618 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
23619 $as_echo_n "(cached) " >&6
23621 case $PKG_CONFIG in
23623 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
23626 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23627 for as_dir
in $PATH
23630 test -z "$as_dir" && as_dir
=.
23631 for ac_exec_ext
in '' $ac_executable_extensions; do
23632 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
23633 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23641 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
23645 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
23646 if test -n "$PKG_CONFIG"; then
23647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23648 $as_echo "$PKG_CONFIG" >&6; }
23650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23651 $as_echo "no" >&6; }
23656 if test x
$PKG_CONFIG != xno
; then
23657 if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
23660 echo "*** pkg-config too old; version 0.7 or better required."
23668 min_gtk_version
=3.0.0
23669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
23670 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
23672 if test x
$PKG_CONFIG != xno
; then
23673 ## don't try to run the test against uninstalled libtool libs
23674 if $PKG_CONFIG --uninstalled $pkg_config_args; then
23675 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
23678 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_gtk_version ; then
23685 if test x
"$no_gtk" = x
; then
23686 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
23687 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
23688 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-3.0 | \
23689 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23690 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-3.0 | \
23691 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23692 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-3.0 | \
23693 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23694 if test "x$enable_gtktest" = "xyes" ; then
23695 ac_save_CFLAGS
="$CFLAGS"
23696 ac_save_LIBS
="$LIBS"
23697 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23698 LIBS
="$GTK_LIBS $LIBS"
23700 if test "$cross_compiling" = yes; then :
23701 echo $ac_n "cross compiling; assumed OK... $ac_c"
23703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23704 /* end confdefs.h. */
23706 #include <gtk/gtk.h>
23708 #include <stdlib.h>
23713 int major, minor, micro;
23716 fclose (fopen ("conf.gtktest", "w"));
23718 /* HP/UX 9 (%@#!) writes to sscanf strings */
23719 tmp_version = g_strdup("$min_gtk_version");
23720 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
23721 printf("%s, bad version string\n", "$min_gtk_version");
23725 if ((gtk_major_version != $gtk_config_major_version) ||
23726 (gtk_minor_version != $gtk_config_minor_version) ||
23727 (gtk_micro_version != $gtk_config_micro_version))
23729 printf("\n*** 'pkg-config --modversion gtk+-3.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23730 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23731 gtk_major_version, gtk_minor_version, gtk_micro_version);
23732 printf ("*** was found! If pkg-config was correct, then it is best\n");
23733 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23734 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
23735 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23736 printf("*** required on your system.\n");
23737 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
23738 printf("*** to point to the correct configuration files\n");
23740 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23741 (gtk_minor_version != GTK_MINOR_VERSION) ||
23742 (gtk_micro_version != GTK_MICRO_VERSION))
23744 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23745 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23746 printf("*** library (version %d.%d.%d)\n",
23747 gtk_major_version, gtk_minor_version, gtk_micro_version);
23751 if ((gtk_major_version > major) ||
23752 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23753 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23759 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23760 gtk_major_version, gtk_minor_version, gtk_micro_version);
23761 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23762 major, minor, micro);
23763 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23765 printf("*** If you have already installed a sufficiently new version, this error\n");
23766 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
23767 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23768 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
23769 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
23770 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
23771 printf("*** so that the correct libraries are found at run-time))\n");
23778 if ac_fn_c_try_run
"$LINENO"; then :
23783 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
23784 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
23787 CFLAGS
="$ac_save_CFLAGS"
23788 LIBS
="$ac_save_LIBS"
23791 if test "x$no_gtk" = x
; then
23792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
23793 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
23796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23797 $as_echo "no" >&6; }
23798 if test "$PKG_CONFIG" = "no" ; then
23799 echo "*** A new enough version of pkg-config was not found."
23800 echo "*** See http://pkgconfig.sourceforge.net"
23802 if test -f conf.gtktest
; then
23805 echo "*** Could not run GTK+ test program, checking why..."
23806 ac_save_CFLAGS
="$CFLAGS"
23807 ac_save_LIBS
="$LIBS"
23808 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23809 LIBS
="$LIBS $GTK_LIBS"
23810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23811 /* end confdefs.h. */
23813 #include <gtk/gtk.h>
23819 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23824 if ac_fn_c_try_link
"$LINENO"; then :
23825 echo "*** The test program compiled, but did not run. This usually means"
23826 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23827 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23828 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23829 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23830 echo "*** is required on your system"
23832 echo "*** If you have an old version installed, it is best to remove it, although"
23833 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23835 echo "*** The test program failed to compile or link. See the file config.log for the"
23836 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
23838 rm -f core conftest.err conftest.
$ac_objext \
23839 conftest
$ac_exeext conftest.
$ac_ext
23840 CFLAGS
="$ac_save_CFLAGS"
23841 LIBS
="$ac_save_LIBS"
23856 if test -z "$wx_cv_lib_gtk"; then
23857 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
23859 # Check whether --with-gtk-prefix was given.
23860 if test "${with_gtk_prefix+set}" = set; then :
23861 withval
=$with_gtk_prefix; gtk_config_prefix
="$withval"
23863 gtk_config_prefix
=""
23867 # Check whether --with-gtk-exec-prefix was given.
23868 if test "${with_gtk_exec_prefix+set}" = set; then :
23869 withval
=$with_gtk_exec_prefix; gtk_config_exec_prefix
="$withval"
23871 gtk_config_exec_prefix
=""
23874 # Check whether --enable-gtktest was given.
23875 if test "${enable_gtktest+set}" = set; then :
23876 enableval
=$enable_gtktest;
23882 for module
in .
$GTK_MODULES
23886 gtk_config_args
="$gtk_config_args gthread"
23891 if test x
$gtk_config_exec_prefix != x
; then
23892 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
23893 if test x
${GTK_CONFIG+set} != xset
; then
23894 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
23897 if test x
$gtk_config_prefix != x
; then
23898 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
23899 if test x
${GTK_CONFIG+set} != xset
; then
23900 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
23904 # Extract the first word of "gtk-config", so it can be a program name with args.
23905 set dummy gtk
-config; ac_word
=$2
23906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23907 $as_echo_n "checking for $ac_word... " >&6; }
23908 if ${ac_cv_path_GTK_CONFIG+:} false
; then :
23909 $as_echo_n "(cached) " >&6
23911 case $GTK_CONFIG in
23913 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
23916 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23917 for as_dir
in $PATH
23920 test -z "$as_dir" && as_dir
=.
23921 for ac_exec_ext
in '' $ac_executable_extensions; do
23922 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
23923 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23931 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
23935 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
23936 if test -n "$GTK_CONFIG"; then
23937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CONFIG" >&5
23938 $as_echo "$GTK_CONFIG" >&6; }
23940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23941 $as_echo "no" >&6; }
23945 min_gtk_version
=1.2.7
23946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK - version >= $min_gtk_version" >&5
23947 $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
23949 if test "$GTK_CONFIG" = "no" ; then
23952 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
23953 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
23954 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
23955 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23956 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
23957 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23958 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
23959 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23960 if test "x$enable_gtktest" = "xyes" ; then
23961 ac_save_CFLAGS
="$CFLAGS"
23962 ac_save_LIBS
="$LIBS"
23963 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23964 LIBS
="$GTK_LIBS $LIBS"
23966 if test "$cross_compiling" = yes; then :
23967 echo $ac_n "cross compiling; assumed OK... $ac_c"
23969 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23970 /* end confdefs.h. */
23972 #include <gtk/gtk.h>
23974 #include <stdlib.h>
23979 int major, minor, micro;
23982 system ("touch conf.gtktest");
23984 /* HP/UX 9 (%@#!) writes to sscanf strings */
23985 tmp_version = g_strdup("$min_gtk_version");
23986 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
23987 printf("%s, bad version string\n", "$min_gtk_version");
23991 if ((gtk_major_version != $gtk_config_major_version) ||
23992 (gtk_minor_version != $gtk_config_minor_version) ||
23993 (gtk_micro_version != $gtk_config_micro_version))
23995 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23996 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23997 gtk_major_version, gtk_minor_version, gtk_micro_version);
23998 printf ("*** was found! If gtk-config was correct, then it is best\n");
23999 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24000 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
24001 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24002 printf("*** required on your system.\n");
24003 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24004 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24005 printf("*** before re-running configure\n");
24007 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24008 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24009 (gtk_minor_version != GTK_MINOR_VERSION) ||
24010 (gtk_micro_version != GTK_MICRO_VERSION))
24012 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24013 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24014 printf("*** library (version %d.%d.%d)\n",
24015 gtk_major_version, gtk_minor_version, gtk_micro_version);
24017 #endif /* defined (GTK_MAJOR_VERSION) ... */
24020 if ((gtk_major_version > major) ||
24021 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24022 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24028 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24029 gtk_major_version, gtk_minor_version, gtk_micro_version);
24030 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24031 major, minor, micro);
24032 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24034 printf("*** If you have already installed a sufficiently new version, this error\n");
24035 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24036 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24037 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24038 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24039 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
24040 printf("*** so that the correct libraries are found at run-time))\n");
24047 if ac_fn_c_try_run
"$LINENO"; then :
24052 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
24053 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
24056 CFLAGS
="$ac_save_CFLAGS"
24057 LIBS
="$ac_save_LIBS"
24060 if test "x$no_gtk" = x
; then
24061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24062 $as_echo "yes" >&6; }
24063 wx_cv_lib_gtk
=1.2.7
24065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24066 $as_echo "no" >&6; }
24067 if test "$GTK_CONFIG" = "no" ; then
24068 echo "*** The gtk-config script installed by GTK could not be found"
24069 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24070 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24071 echo "*** full path to gtk-config."
24073 if test -f conf.gtktest
; then
24076 echo "*** Could not run GTK test program, checking why..."
24077 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24078 LIBS
="$LIBS $GTK_LIBS"
24079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24080 /* end confdefs.h. */
24082 #include <gtk/gtk.h>
24088 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24093 if ac_fn_c_try_link
"$LINENO"; then :
24094 echo "*** The test program compiled, but did not run. This usually means"
24095 echo "*** that the run-time linker is not finding GTK or finding the wrong"
24096 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
24097 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24098 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24099 echo "*** is required on your system"
24101 echo "*** If you have an old version installed, it is best to remove it, although"
24102 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24104 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
24105 echo "*** came with the system with the command"
24107 echo "*** rpm --erase --nodeps gtk gtk-devel"
24109 echo "*** The test program failed to compile or link. See the file config.log for the"
24110 echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
24111 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
24112 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
24114 rm -f core conftest.err conftest.
$ac_objext \
24115 conftest
$ac_exeext conftest.
$ac_ext
24116 CFLAGS
="$ac_save_CFLAGS"
24117 LIBS
="$ac_save_LIBS"
24129 if test -z "$wx_cv_lib_gtk"; then
24131 # Check whether --with-gtk-prefix was given.
24132 if test "${with_gtk_prefix+set}" = set; then :
24133 withval
=$with_gtk_prefix; gtk_config_prefix
="$withval"
24135 gtk_config_prefix
=""
24139 # Check whether --with-gtk-exec-prefix was given.
24140 if test "${with_gtk_exec_prefix+set}" = set; then :
24141 withval
=$with_gtk_exec_prefix; gtk_config_exec_prefix
="$withval"
24143 gtk_config_exec_prefix
=""
24146 # Check whether --enable-gtktest was given.
24147 if test "${enable_gtktest+set}" = set; then :
24148 enableval
=$enable_gtktest;
24154 for module
in .
$GTK_MODULES
24158 gtk_config_args
="$gtk_config_args gthread"
24163 if test x
$gtk_config_exec_prefix != x
; then
24164 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24165 if test x
${GTK_CONFIG+set} != xset
; then
24166 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
24169 if test x
$gtk_config_prefix != x
; then
24170 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
24171 if test x
${GTK_CONFIG+set} != xset
; then
24172 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
24176 # Extract the first word of "gtk-config", so it can be a program name with args.
24177 set dummy gtk
-config; ac_word
=$2
24178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24179 $as_echo_n "checking for $ac_word... " >&6; }
24180 if ${ac_cv_path_GTK_CONFIG+:} false
; then :
24181 $as_echo_n "(cached) " >&6
24183 case $GTK_CONFIG in
24185 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
24188 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24189 for as_dir
in $PATH
24192 test -z "$as_dir" && as_dir
=.
24193 for ac_exec_ext
in '' $ac_executable_extensions; do
24194 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
24195 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24203 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
24207 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
24208 if test -n "$GTK_CONFIG"; then
24209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CONFIG" >&5
24210 $as_echo "$GTK_CONFIG" >&6; }
24212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24213 $as_echo "no" >&6; }
24217 min_gtk_version
=1.2.3
24218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK - version >= $min_gtk_version" >&5
24219 $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
24221 if test "$GTK_CONFIG" = "no" ; then
24224 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
24225 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
24226 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
24227 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24228 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
24229 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24230 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
24231 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24232 if test "x$enable_gtktest" = "xyes" ; then
24233 ac_save_CFLAGS
="$CFLAGS"
24234 ac_save_LIBS
="$LIBS"
24235 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24236 LIBS
="$GTK_LIBS $LIBS"
24238 if test "$cross_compiling" = yes; then :
24239 echo $ac_n "cross compiling; assumed OK... $ac_c"
24241 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24242 /* end confdefs.h. */
24244 #include <gtk/gtk.h>
24246 #include <stdlib.h>
24251 int major, minor, micro;
24254 system ("touch conf.gtktest");
24256 /* HP/UX 9 (%@#!) writes to sscanf strings */
24257 tmp_version = g_strdup("$min_gtk_version");
24258 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
24259 printf("%s, bad version string\n", "$min_gtk_version");
24263 if ((gtk_major_version != $gtk_config_major_version) ||
24264 (gtk_minor_version != $gtk_config_minor_version) ||
24265 (gtk_micro_version != $gtk_config_micro_version))
24267 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24268 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24269 gtk_major_version, gtk_minor_version, gtk_micro_version);
24270 printf ("*** was found! If gtk-config was correct, then it is best\n");
24271 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24272 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
24273 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24274 printf("*** required on your system.\n");
24275 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24276 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24277 printf("*** before re-running configure\n");
24279 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24280 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24281 (gtk_minor_version != GTK_MINOR_VERSION) ||
24282 (gtk_micro_version != GTK_MICRO_VERSION))
24284 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24285 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24286 printf("*** library (version %d.%d.%d)\n",
24287 gtk_major_version, gtk_minor_version, gtk_micro_version);
24289 #endif /* defined (GTK_MAJOR_VERSION) ... */
24292 if ((gtk_major_version > major) ||
24293 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24294 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24300 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24301 gtk_major_version, gtk_minor_version, gtk_micro_version);
24302 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24303 major, minor, micro);
24304 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24306 printf("*** If you have already installed a sufficiently new version, this error\n");
24307 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24308 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24309 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24310 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24311 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
24312 printf("*** so that the correct libraries are found at run-time))\n");
24319 if ac_fn_c_try_run
"$LINENO"; then :
24324 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
24325 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
24328 CFLAGS
="$ac_save_CFLAGS"
24329 LIBS
="$ac_save_LIBS"
24332 if test "x$no_gtk" = x
; then
24333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24334 $as_echo "yes" >&6; }
24335 wx_cv_lib_gtk
=1.2.3
24337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24338 $as_echo "no" >&6; }
24339 if test "$GTK_CONFIG" = "no" ; then
24340 echo "*** The gtk-config script installed by GTK could not be found"
24341 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24342 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24343 echo "*** full path to gtk-config."
24345 if test -f conf.gtktest
; then
24348 echo "*** Could not run GTK test program, checking why..."
24349 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24350 LIBS
="$LIBS $GTK_LIBS"
24351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24352 /* end confdefs.h. */
24354 #include <gtk/gtk.h>
24360 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24365 if ac_fn_c_try_link
"$LINENO"; then :
24366 echo "*** The test program compiled, but did not run. This usually means"
24367 echo "*** that the run-time linker is not finding GTK or finding the wrong"
24368 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
24369 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24370 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24371 echo "*** is required on your system"
24373 echo "*** If you have an old version installed, it is best to remove it, although"
24374 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24376 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
24377 echo "*** came with the system with the command"
24379 echo "*** rpm --erase --nodeps gtk gtk-devel"
24381 echo "*** The test program failed to compile or link. See the file config.log for the"
24382 echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
24383 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
24384 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
24386 rm -f core conftest.err conftest.
$ac_objext \
24387 conftest
$ac_exeext conftest.
$ac_ext
24388 CFLAGS
="$ac_save_CFLAGS"
24389 LIBS
="$ac_save_LIBS"
24404 if test -z "$wx_cv_lib_gtk"; then
24407 GTK_LIBS
="$GTK_LIBS -lX11"
24409 wx_cv_cflags_gtk
=$GTK_CFLAGS
24410 wx_cv_libs_gtk
=$GTK_LIBS
24417 if test "$gtk_version_cached" = 1; then
24418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_gtk" >&5
24419 $as_echo "$wx_cv_lib_gtk" >&6; }
24422 case "$wx_cv_lib_gtk" in
24433 *) as_fn_error $?
"
24434 The development files for GTK+ were not found. For GTK+ 2, please
24435 ensure that pkg-config is in the path and that gtk+-2.0.pc is
24436 installed. For GTK+ 1.2 please check that gtk-config is in the path,
24437 and that the version is 1.2.3 or above. Also check that the
24438 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
24439 --libs' are in the LD_LIBRARY_PATH or equivalent.
24444 if test "$WXGTK3" = 1; then
24445 $as_echo "#define __WXGTK218__ 1" >>confdefs.h
24447 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24449 elif test "$WXGTK2" = 1; then
24450 save_CFLAGS
="$CFLAGS"
24452 CFLAGS
="$wx_cv_cflags_gtk $CFLAGS"
24453 LIBS
="$LIBS $wx_cv_libs_gtk"
24455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GTK+ is version >= 2.18" >&5
24456 $as_echo_n "checking if GTK+ is version >= 2.18... " >&6; }
24457 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24458 /* end confdefs.h. */
24460 #include <gtk/gtk.h>
24466 #if !GTK_CHECK_VERSION(2,18,0)
24474 if ac_fn_c_try_compile
"$LINENO"; then :
24476 $as_echo "#define __WXGTK218__ 1" >>confdefs.h
24478 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24481 $as_echo "yes" >&6; }
24486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24487 $as_echo "no" >&6; }
24491 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24493 if test "$ac_wxgtk218" = 0; then
24494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GTK+ is version >= 2.10" >&5
24495 $as_echo_n "checking if GTK+ is version >= 2.10... " >&6; }
24496 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24497 /* end confdefs.h. */
24499 #include <gtk/gtk.h>
24505 #if !GTK_CHECK_VERSION(2,10,0)
24513 if ac_fn_c_try_compile
"$LINENO"; then :
24515 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24518 $as_echo "yes" >&6; }
24523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24524 $as_echo "no" >&6; }
24528 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24531 CFLAGS
="$save_CFLAGS"
24534 if test "$wxUSE_UNICODE" = "yes"; then
24535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
24536 $as_echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
24540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdk_im_open in -lgdk" >&5
24541 $as_echo_n "checking for gdk_im_open in -lgdk... " >&6; }
24542 if ${ac_cv_lib_gdk_gdk_im_open+:} false
; then :
24543 $as_echo_n "(cached) " >&6
24545 ac_check_lib_save_LIBS
=$LIBS
24547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24548 /* end confdefs.h. */
24550 /* Override any GCC internal prototype to avoid an error.
24551 Use char because int might match the return type of a GCC
24552 builtin and then its argument prototype would still apply. */
24556 char gdk_im_open ();
24560 return gdk_im_open ();
24565 if ac_fn_c_try_link
"$LINENO"; then :
24566 ac_cv_lib_gdk_gdk_im_open
=yes
24568 ac_cv_lib_gdk_gdk_im_open
=no
24570 rm -f core conftest.err conftest.
$ac_objext \
24571 conftest
$ac_exeext conftest.
$ac_ext
24572 LIBS
=$ac_check_lib_save_LIBS
24574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gdk_gdk_im_open" >&5
24575 $as_echo "$ac_cv_lib_gdk_gdk_im_open" >&6; }
24576 if test "x$ac_cv_lib_gdk_gdk_im_open" = xyes
; then :
24577 $as_echo "#define HAVE_XIM 1" >>confdefs.h
24582 if test "$USE_DARWIN" != 1; then
24583 for ac_func
in poll
24585 ac_fn_c_check_func
"$LINENO" "poll" "ac_cv_func_poll"
24586 if test "x$ac_cv_func_poll" = xyes
; then :
24587 cat >>confdefs.h
<<_ACEOF
24588 #define HAVE_POLL 1
24597 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
24598 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
24602 if test "$wxUSE_GPE" = "yes"; then
24603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gpewidget library" >&5
24604 $as_echo_n "checking for gpewidget library... " >&6; }
24607 for ac_dir
in $SEARCH_LIB
24609 for ac_extension
in a so sl dylib dll.a
; do
24610 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
24611 ac_find_libraries
=$ac_dir
24617 if test "$ac_find_libraries" != "" ; then
24619 if test "$ac_find_libraries" = "default location"; then
24622 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
24624 if test $result = 0; then
24627 ac_path_to_link
=" -L$ac_find_libraries"
24631 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
24633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
24634 $as_echo "found in $ac_find_libraries" >&6; }
24636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
24637 $as_echo "not found" >&6; }
24643 if test "$wxUSE_DFB" = 1; then
24646 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
24647 if test -n "$ac_tool_prefix"; then
24648 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
24649 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
24650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24651 $as_echo_n "checking for $ac_word... " >&6; }
24652 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
24653 $as_echo_n "(cached) " >&6
24655 case $PKG_CONFIG in
24657 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
24660 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24661 for as_dir
in $PATH
24664 test -z "$as_dir" && as_dir
=.
24665 for ac_exec_ext
in '' $ac_executable_extensions; do
24666 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
24667 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24678 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
24679 if test -n "$PKG_CONFIG"; then
24680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
24681 $as_echo "$PKG_CONFIG" >&6; }
24683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24684 $as_echo "no" >&6; }
24689 if test -z "$ac_cv_path_PKG_CONFIG"; then
24690 ac_pt_PKG_CONFIG
=$PKG_CONFIG
24691 # Extract the first word of "pkg-config", so it can be a program name with args.
24692 set dummy pkg
-config; ac_word
=$2
24693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24694 $as_echo_n "checking for $ac_word... " >&6; }
24695 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
24696 $as_echo_n "(cached) " >&6
24698 case $ac_pt_PKG_CONFIG in
24700 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
24703 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24704 for as_dir
in $PATH
24707 test -z "$as_dir" && as_dir
=.
24708 for ac_exec_ext
in '' $ac_executable_extensions; do
24709 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
24710 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24721 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
24722 if test -n "$ac_pt_PKG_CONFIG"; then
24723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
24724 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
24726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24727 $as_echo "no" >&6; }
24730 if test "x$ac_pt_PKG_CONFIG" = x
; then
24733 case $cross_compiling:$ac_tool_warned in
24735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24736 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24737 ac_tool_warned
=yes ;;
24739 PKG_CONFIG
=$ac_pt_PKG_CONFIG
24742 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
24746 if test -n "$PKG_CONFIG"; then
24747 _pkg_min_version
=0.9.0
24748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
24749 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
24750 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
24751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24752 $as_echo "yes" >&6; }
24754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24755 $as_echo "no" >&6; }
24763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRECTFB" >&5
24764 $as_echo_n "checking for DIRECTFB... " >&6; }
24766 if test -n "$PKG_CONFIG"; then
24767 if test -n "$DIRECTFB_CFLAGS"; then
24768 pkg_cv_DIRECTFB_CFLAGS
="$DIRECTFB_CFLAGS"
24770 if test -n "$PKG_CONFIG" && \
24771 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\""; } >&5
24772 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
24774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24775 test $ac_status = 0; }; then
24776 pkg_cv_DIRECTFB_CFLAGS
=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
24784 if test -n "$PKG_CONFIG"; then
24785 if test -n "$DIRECTFB_LIBS"; then
24786 pkg_cv_DIRECTFB_LIBS
="$DIRECTFB_LIBS"
24788 if test -n "$PKG_CONFIG" && \
24789 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\""; } >&5
24790 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
24792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24793 test $ac_status = 0; }; then
24794 pkg_cv_DIRECTFB_LIBS
=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
24805 if test $pkg_failed = yes; then
24807 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
24808 _pkg_short_errors_supported
=yes
24810 _pkg_short_errors_supported
=no
24812 if test $_pkg_short_errors_supported = yes; then
24813 DIRECTFB_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
24815 DIRECTFB_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
24817 # Put the nasty error message in config.log where it belongs
24818 echo "$DIRECTFB_PKG_ERRORS" >&5
24821 as_fn_error $?
"DirectFB not found." "$LINENO" 5
24824 elif test $pkg_failed = untried
; then
24826 as_fn_error $?
"DirectFB not found." "$LINENO" 5
24830 DIRECTFB_CFLAGS
=$pkg_cv_DIRECTFB_CFLAGS
24831 DIRECTFB_LIBS
=$pkg_cv_DIRECTFB_LIBS
24832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24833 $as_echo "yes" >&6; }
24835 wxUSE_UNIVERSAL
="yes"
24836 TOOLKIT_INCLUDE
="$DIRECTFB_CFLAGS"
24837 GUI_TK_LIBRARY
="$DIRECTFB_LIBS"
24844 if test "$wxUSE_MICROWIN" = 1; then
24845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MicroWindows" >&5
24846 $as_echo_n "checking for MicroWindows... " >&6; }
24847 if test "x$MICROWINDOWS" = x
; then
24848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
24849 $as_echo "not found" >&6; }
24850 as_fn_error $?
"Cannot find MicroWindows library. Make sure MICROWINDOWS is set." "$LINENO" 5
24852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MICROWINDOWS" >&5
24853 $as_echo "$MICROWINDOWS" >&6; }
24856 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
24857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: MicroWindows' libraries found." >&5
24858 $as_echo "MicroWindows' libraries found." >&6; }
24860 as_fn_error $?
"Cannot find MicroWindows libraries, make sure they are compiled." "$LINENO" 5
24863 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
24864 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
24866 wxUSE_UNIVERSAL
="yes"
24869 GUIDIST
=MICROWIN_DIST
24871 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
24874 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
24875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
24876 $as_echo_n "checking for X... " >&6; }
24879 # Check whether --with-x was given.
24880 if test "${with_x+set}" = set; then :
24884 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
24885 if test "x$with_x" = xno
; then
24886 # The user explicitly disabled X.
24889 case $x_includes,$x_libraries in #(
24890 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
24891 *,NONE
| NONE
,*) if ${ac_cv_have_x+:} false
; then :
24892 $as_echo_n "(cached) " >&6
24894 # One or both of the vars are not set, and there is no cached value.
24895 ac_x_includes
=no ac_x_libraries
=no
24896 rm -f -r conftest.dir
24897 if mkdir conftest.dir
; then
24899 cat >Imakefile
<<'_ACEOF'
24901 @echo incroot='${INCROOT}'
24903 @echo usrlibdir='${USRLIBDIR}'
24905 @echo libdir='${LIBDIR}'
24907 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
24908 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
24909 for ac_var
in incroot usrlibdir libdir
; do
24910 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
24912 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
24913 for ac_extension
in a so sl dylib la dll
; do
24914 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
24915 test -f "$ac_im_libdir/libX11.$ac_extension"; then
24916 ac_im_usrlibdir
=$ac_im_libdir; break
24919 # Screen out bogus values from the imake configuration. They are
24920 # bogus both because they are the default anyway, and because
24921 # using them would break gcc on systems where it needs fixed includes.
24922 case $ac_im_incroot in
24923 /usr
/include
) ac_x_includes
= ;;
24924 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
24926 case $ac_im_usrlibdir in
24927 /usr
/lib
| /usr
/lib64
| /lib
| /lib64
) ;;
24928 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
24932 rm -f -r conftest.dir
24935 # Standard set of common directories for X headers.
24936 # Check X11 before X11Rn because it is often a symlink to the current release.
24950 /usr/local/X11/include
24951 /usr/local/X11R7/include
24952 /usr/local/X11R6/include
24953 /usr/local/X11R5/include
24954 /usr/local/X11R4/include
24956 /usr/local/include/X11
24957 /usr/local/include/X11R7
24958 /usr/local/include/X11R6
24959 /usr/local/include/X11R5
24960 /usr/local/include/X11R4
24964 /usr/XFree86/include/X11
24968 /usr/unsupported/include
24969 /usr/athena/include
24970 /usr/local/x11r5/include
24971 /usr/lpp/Xamples/include
24973 /usr/openwin/include
24974 /usr/openwin/share/include'
24976 if test "$ac_x_includes" = no
; then
24977 # Guess where to find include files, by looking for Xlib.h.
24978 # First, try using that file with no special directory specified.
24979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24980 /* end confdefs.h. */
24981 #include <X11/Xlib.h>
24983 if ac_fn_c_try_cpp
"$LINENO"; then :
24984 # We can compile using X headers with no special include directory.
24987 for ac_dir
in $ac_x_header_dirs; do
24988 if test -r "$ac_dir/X11/Xlib.h"; then
24989 ac_x_includes
=$ac_dir
24994 rm -f conftest.err conftest.i conftest.
$ac_ext
24995 fi # $ac_x_includes = no
24997 if test "$ac_x_libraries" = no
; then
24998 # Check for the libraries.
24999 # See if we find them without any special options.
25000 # Don't add to $LIBS permanently.
25003 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25004 /* end confdefs.h. */
25005 #include <X11/Xlib.h>
25014 if ac_fn_c_try_link
"$LINENO"; then :
25016 # We can link X programs with no special library path.
25020 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
25022 # Don't even attempt the hair of trying to link an X program!
25023 for ac_extension
in a so sl dylib la dll
; do
25024 if test -r "$ac_dir/libX11.$ac_extension"; then
25025 ac_x_libraries
=$ac_dir
25031 rm -f core conftest.err conftest.
$ac_objext \
25032 conftest
$ac_exeext conftest.
$ac_ext
25033 fi # $ac_x_libraries = no
25035 case $ac_x_includes,$ac_x_libraries in #(
25036 no
,* | *,no
| *\'*)
25037 # Didn't find X, or a directory has "'" in its name.
25038 ac_cv_have_x
="have_x=no";; #(
25040 # Record where we found X for the cache.
25041 ac_cv_have_x
="have_x=yes\
25042 ac_x_includes='$ac_x_includes'\
25043 ac_x_libraries='$ac_x_libraries'"
25049 eval "$ac_cv_have_x"
25052 if test "$have_x" != yes; then
25053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
25054 $as_echo "$have_x" >&6; }
25057 # If each of the values was on the command line, it overrides each guess.
25058 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
25059 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
25060 # Update the cache value to reflect the command line values.
25061 ac_cv_have_x
="have_x=yes\
25062 ac_x_includes='$x_includes'\
25063 ac_x_libraries='$x_libraries'"
25064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
25065 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
25068 if test "$no_x" = yes; then
25069 # Not all programs may use this symbol, but it does not hurt to define it.
25071 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
25073 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
25075 if test -n "$x_includes"; then
25076 X_CFLAGS
="$X_CFLAGS -I$x_includes"
25079 # It would also be nice to do this for all -L options, not just this one.
25080 if test -n "$x_libraries"; then
25081 X_LIBS
="$X_LIBS -L$x_libraries"
25082 # For Solaris; some versions of Sun CC require a space after -R and
25083 # others require no space. Words are not sufficient . . . .
25084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
25085 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
25086 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
25087 ac_xsave_c_werror_flag
=$ac_c_werror_flag
25088 ac_c_werror_flag
=yes
25089 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25090 /* end confdefs.h. */
25100 if ac_fn_c_try_link
"$LINENO"; then :
25101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25102 $as_echo "no" >&6; }
25103 X_LIBS
="$X_LIBS -R$x_libraries"
25105 LIBS
="$ac_xsave_LIBS -R $x_libraries"
25106 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25107 /* end confdefs.h. */
25117 if ac_fn_c_try_link
"$LINENO"; then :
25118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25119 $as_echo "yes" >&6; }
25120 X_LIBS
="$X_LIBS -R $x_libraries"
25122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
25123 $as_echo "neither works" >&6; }
25125 rm -f core conftest.err conftest.
$ac_objext \
25126 conftest
$ac_exeext conftest.
$ac_ext
25128 rm -f core conftest.err conftest.
$ac_objext \
25129 conftest
$ac_exeext conftest.
$ac_ext
25130 ac_c_werror_flag
=$ac_xsave_c_werror_flag
25131 LIBS
=$ac_xsave_LIBS
25134 # Check for system-dependent libraries X programs must link with.
25135 # Do this before checking for the system-independent R6 libraries
25136 # (-lICE), since we may need -lsocket or whatever for X linking.
25138 if test "$ISC" = yes; then
25139 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
25141 # Martyn Johnson says this is needed for Ultrix, if the X
25142 # libraries were built with DECnet support. And Karl Berry says
25143 # the Alpha needs dnet_stub (dnet does not exist).
25144 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
25145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25146 /* end confdefs.h. */
25148 /* Override any GCC internal prototype to avoid an error.
25149 Use char because int might match the return type of a GCC
25150 builtin and then its argument prototype would still apply. */
25154 char XOpenDisplay ();
25158 return XOpenDisplay ();
25163 if ac_fn_c_try_link
"$LINENO"; then :
25166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
25167 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
25168 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
25169 $as_echo_n "(cached) " >&6
25171 ac_check_lib_save_LIBS
=$LIBS
25172 LIBS
="-ldnet $LIBS"
25173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25174 /* end confdefs.h. */
25176 /* Override any GCC internal prototype to avoid an error.
25177 Use char because int might match the return type of a GCC
25178 builtin and then its argument prototype would still apply. */
25186 return dnet_ntoa ();
25191 if ac_fn_c_try_link
"$LINENO"; then :
25192 ac_cv_lib_dnet_dnet_ntoa
=yes
25194 ac_cv_lib_dnet_dnet_ntoa
=no
25196 rm -f core conftest.err conftest.
$ac_objext \
25197 conftest
$ac_exeext conftest.
$ac_ext
25198 LIBS
=$ac_check_lib_save_LIBS
25200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
25201 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
25202 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
25203 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
25206 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
25207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
25208 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
25209 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
25210 $as_echo_n "(cached) " >&6
25212 ac_check_lib_save_LIBS
=$LIBS
25213 LIBS
="-ldnet_stub $LIBS"
25214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25215 /* end confdefs.h. */
25217 /* Override any GCC internal prototype to avoid an error.
25218 Use char because int might match the return type of a GCC
25219 builtin and then its argument prototype would still apply. */
25227 return dnet_ntoa ();
25232 if ac_fn_c_try_link
"$LINENO"; then :
25233 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
25235 ac_cv_lib_dnet_stub_dnet_ntoa
=no
25237 rm -f core conftest.err conftest.
$ac_objext \
25238 conftest
$ac_exeext conftest.
$ac_ext
25239 LIBS
=$ac_check_lib_save_LIBS
25241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
25242 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
25243 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
25244 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
25249 rm -f core conftest.err conftest.
$ac_objext \
25250 conftest
$ac_exeext conftest.
$ac_ext
25251 LIBS
="$ac_xsave_LIBS"
25253 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
25254 # to get the SysV transport functions.
25255 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
25257 # The nsl library prevents programs from opening the X display
25258 # on Irix 5.2, according to T.E. Dickey.
25259 # The functions gethostbyname, getservbyname, and inet_addr are
25260 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
25261 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
25262 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
25266 if test $ac_cv_func_gethostbyname = no
; then
25267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
25268 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
25269 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
25270 $as_echo_n "(cached) " >&6
25272 ac_check_lib_save_LIBS
=$LIBS
25274 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25275 /* end confdefs.h. */
25277 /* Override any GCC internal prototype to avoid an error.
25278 Use char because int might match the return type of a GCC
25279 builtin and then its argument prototype would still apply. */
25283 char gethostbyname ();
25287 return gethostbyname ();
25292 if ac_fn_c_try_link
"$LINENO"; then :
25293 ac_cv_lib_nsl_gethostbyname
=yes
25295 ac_cv_lib_nsl_gethostbyname
=no
25297 rm -f core conftest.err conftest.
$ac_objext \
25298 conftest
$ac_exeext conftest.
$ac_ext
25299 LIBS
=$ac_check_lib_save_LIBS
25301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
25302 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
25303 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
25304 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
25307 if test $ac_cv_lib_nsl_gethostbyname = no
; then
25308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
25309 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
25310 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
25311 $as_echo_n "(cached) " >&6
25313 ac_check_lib_save_LIBS
=$LIBS
25315 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25316 /* end confdefs.h. */
25318 /* Override any GCC internal prototype to avoid an error.
25319 Use char because int might match the return type of a GCC
25320 builtin and then its argument prototype would still apply. */
25324 char gethostbyname ();
25328 return gethostbyname ();
25333 if ac_fn_c_try_link
"$LINENO"; then :
25334 ac_cv_lib_bsd_gethostbyname
=yes
25336 ac_cv_lib_bsd_gethostbyname
=no
25338 rm -f core conftest.err conftest.
$ac_objext \
25339 conftest
$ac_exeext conftest.
$ac_ext
25340 LIBS
=$ac_check_lib_save_LIBS
25342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
25343 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
25344 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
25345 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
25351 # lieder@skyler.mavd.honeywell.com says without -lsocket,
25352 # socket/setsockopt and other routines are undefined under SCO ODT
25353 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
25354 # on later versions), says Simon Leinen: it contains gethostby*
25355 # variants that don't use the name server (or something). -lsocket
25356 # must be given before -lnsl if both are needed. We assume that
25357 # if connect needs -lnsl, so does gethostbyname.
25358 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
25359 if test "x$ac_cv_func_connect" = xyes
; then :
25363 if test $ac_cv_func_connect = no
; then
25364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
25365 $as_echo_n "checking for connect in -lsocket... " >&6; }
25366 if ${ac_cv_lib_socket_connect+:} false
; then :
25367 $as_echo_n "(cached) " >&6
25369 ac_check_lib_save_LIBS
=$LIBS
25370 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
25371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25372 /* end confdefs.h. */
25374 /* Override any GCC internal prototype to avoid an error.
25375 Use char because int might match the return type of a GCC
25376 builtin and then its argument prototype would still apply. */
25389 if ac_fn_c_try_link
"$LINENO"; then :
25390 ac_cv_lib_socket_connect
=yes
25392 ac_cv_lib_socket_connect
=no
25394 rm -f core conftest.err conftest.
$ac_objext \
25395 conftest
$ac_exeext conftest.
$ac_ext
25396 LIBS
=$ac_check_lib_save_LIBS
25398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
25399 $as_echo "$ac_cv_lib_socket_connect" >&6; }
25400 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
25401 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
25406 # Guillermo Gomez says -lposix is necessary on A/UX.
25407 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
25408 if test "x$ac_cv_func_remove" = xyes
; then :
25412 if test $ac_cv_func_remove = no
; then
25413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
25414 $as_echo_n "checking for remove in -lposix... " >&6; }
25415 if ${ac_cv_lib_posix_remove+:} false
; then :
25416 $as_echo_n "(cached) " >&6
25418 ac_check_lib_save_LIBS
=$LIBS
25419 LIBS
="-lposix $LIBS"
25420 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25421 /* end confdefs.h. */
25423 /* Override any GCC internal prototype to avoid an error.
25424 Use char because int might match the return type of a GCC
25425 builtin and then its argument prototype would still apply. */
25438 if ac_fn_c_try_link
"$LINENO"; then :
25439 ac_cv_lib_posix_remove
=yes
25441 ac_cv_lib_posix_remove
=no
25443 rm -f core conftest.err conftest.
$ac_objext \
25444 conftest
$ac_exeext conftest.
$ac_ext
25445 LIBS
=$ac_check_lib_save_LIBS
25447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
25448 $as_echo "$ac_cv_lib_posix_remove" >&6; }
25449 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
25450 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
25455 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
25456 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
25457 if test "x$ac_cv_func_shmat" = xyes
; then :
25461 if test $ac_cv_func_shmat = no
; then
25462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
25463 $as_echo_n "checking for shmat in -lipc... " >&6; }
25464 if ${ac_cv_lib_ipc_shmat+:} false
; then :
25465 $as_echo_n "(cached) " >&6
25467 ac_check_lib_save_LIBS
=$LIBS
25469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25470 /* end confdefs.h. */
25472 /* Override any GCC internal prototype to avoid an error.
25473 Use char because int might match the return type of a GCC
25474 builtin and then its argument prototype would still apply. */
25487 if ac_fn_c_try_link
"$LINENO"; then :
25488 ac_cv_lib_ipc_shmat
=yes
25490 ac_cv_lib_ipc_shmat
=no
25492 rm -f core conftest.err conftest.
$ac_objext \
25493 conftest
$ac_exeext conftest.
$ac_ext
25494 LIBS
=$ac_check_lib_save_LIBS
25496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
25497 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
25498 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
25499 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
25505 # Check for libraries that X11R6 Xt/Xaw programs need.
25506 ac_save_LDFLAGS
=$LDFLAGS
25507 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
25508 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
25509 # check for ICE first), but we must link in the order -lSM -lICE or
25510 # we get undefined symbols. So assume we have SM if we have ICE.
25511 # These have to be linked with before -lX11, unlike the other
25512 # libraries we check for below, so use a different variable.
25513 # John Interrante, Karl Berry
25514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
25515 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
25516 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
25517 $as_echo_n "(cached) " >&6
25519 ac_check_lib_save_LIBS
=$LIBS
25520 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
25521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25522 /* end confdefs.h. */
25524 /* Override any GCC internal prototype to avoid an error.
25525 Use char because int might match the return type of a GCC
25526 builtin and then its argument prototype would still apply. */
25530 char IceConnectionNumber ();
25534 return IceConnectionNumber ();
25539 if ac_fn_c_try_link
"$LINENO"; then :
25540 ac_cv_lib_ICE_IceConnectionNumber
=yes
25542 ac_cv_lib_ICE_IceConnectionNumber
=no
25544 rm -f core conftest.err conftest.
$ac_objext \
25545 conftest
$ac_exeext conftest.
$ac_ext
25546 LIBS
=$ac_check_lib_save_LIBS
25548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
25549 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
25550 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
25551 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
25554 LDFLAGS
=$ac_save_LDFLAGS
25559 if test "$no_x" = "yes"; then
25560 as_fn_error $?
"X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" "$LINENO" 5
25563 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
25564 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
25565 COMPILED_X_PROGRAM
=0
25569 if test "$wxUSE_X11" = 1; then
25570 if test "$wxUSE_NANOX" = "yes"; then
25571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MicroWindows/NanoX distribution" >&5
25572 $as_echo_n "checking for MicroWindows/NanoX distribution... " >&6; }
25573 if test "x$MICROWIN" = x
; then
25574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
25575 $as_echo "not found" >&6; }
25576 as_fn_error $?
"Cannot find MicroWindows library. Make sure MICROWIN is set." "$LINENO" 5
25578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MICROWIN" >&5
25579 $as_echo "$MICROWIN" >&6; }
25580 $as_echo "#define wxUSE_NANOX 1" >>confdefs.h
25585 if test "$wxUSE_UNICODE" = "yes"; then
25588 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
25589 if test -n "$ac_tool_prefix"; then
25590 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
25591 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
25592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25593 $as_echo_n "checking for $ac_word... " >&6; }
25594 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
25595 $as_echo_n "(cached) " >&6
25597 case $PKG_CONFIG in
25599 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25602 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25603 for as_dir
in $PATH
25606 test -z "$as_dir" && as_dir
=.
25607 for ac_exec_ext
in '' $ac_executable_extensions; do
25608 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
25609 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25620 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25621 if test -n "$PKG_CONFIG"; then
25622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
25623 $as_echo "$PKG_CONFIG" >&6; }
25625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25626 $as_echo "no" >&6; }
25631 if test -z "$ac_cv_path_PKG_CONFIG"; then
25632 ac_pt_PKG_CONFIG
=$PKG_CONFIG
25633 # Extract the first word of "pkg-config", so it can be a program name with args.
25634 set dummy pkg
-config; ac_word
=$2
25635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25636 $as_echo_n "checking for $ac_word... " >&6; }
25637 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
25638 $as_echo_n "(cached) " >&6
25640 case $ac_pt_PKG_CONFIG in
25642 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
25645 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25646 for as_dir
in $PATH
25649 test -z "$as_dir" && as_dir
=.
25650 for ac_exec_ext
in '' $ac_executable_extensions; do
25651 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
25652 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25663 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
25664 if test -n "$ac_pt_PKG_CONFIG"; then
25665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
25666 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
25668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25669 $as_echo "no" >&6; }
25672 if test "x$ac_pt_PKG_CONFIG" = x
; then
25675 case $cross_compiling:$ac_tool_warned in
25677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25678 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25679 ac_tool_warned
=yes ;;
25681 PKG_CONFIG
=$ac_pt_PKG_CONFIG
25684 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
25688 if test -n "$PKG_CONFIG"; then
25689 _pkg_min_version
=0.9.0
25690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
25691 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
25692 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
25693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25694 $as_echo "yes" >&6; }
25696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25697 $as_echo "no" >&6; }
25705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOX" >&5
25706 $as_echo_n "checking for PANGOX... " >&6; }
25708 if test -n "$PKG_CONFIG"; then
25709 if test -n "$PANGOX_CFLAGS"; then
25710 pkg_cv_PANGOX_CFLAGS
="$PANGOX_CFLAGS"
25712 if test -n "$PKG_CONFIG" && \
25713 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangox\""; } >&5
25714 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
25716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25717 test $ac_status = 0; }; then
25718 pkg_cv_PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
25726 if test -n "$PKG_CONFIG"; then
25727 if test -n "$PANGOX_LIBS"; then
25728 pkg_cv_PANGOX_LIBS
="$PANGOX_LIBS"
25730 if test -n "$PKG_CONFIG" && \
25731 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangox\""; } >&5
25732 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
25734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25735 test $ac_status = 0; }; then
25736 pkg_cv_PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
25747 if test $pkg_failed = yes; then
25749 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25750 _pkg_short_errors_supported
=yes
25752 _pkg_short_errors_supported
=no
25754 if test $_pkg_short_errors_supported = yes; then
25755 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
25757 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
25759 # Put the nasty error message in config.log where it belongs
25760 echo "$PANGOX_PKG_ERRORS" >&5
25763 as_fn_error $?
"pangox library not found, library cannot be compiled in Unicode mode" "$LINENO" 5
25766 elif test $pkg_failed = untried
; then
25768 as_fn_error $?
"pangox library not found, library cannot be compiled in Unicode mode" "$LINENO" 5
25772 PANGOX_CFLAGS
=$pkg_cv_PANGOX_CFLAGS
25773 PANGOX_LIBS
=$pkg_cv_PANGOX_LIBS
25774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25775 $as_echo "yes" >&6; }
25777 CFLAGS
="$PANGOX_CFLAGS $CFLAGS"
25778 CXXFLAGS
="$PANGOX_CFLAGS $CXXFLAGS"
25779 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
25784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOFT2" >&5
25785 $as_echo_n "checking for PANGOFT2... " >&6; }
25787 if test -n "$PKG_CONFIG"; then
25788 if test -n "$PANGOFT2_CFLAGS"; then
25789 pkg_cv_PANGOFT2_CFLAGS
="$PANGOFT2_CFLAGS"
25791 if test -n "$PKG_CONFIG" && \
25792 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoft2\""; } >&5
25793 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
25795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25796 test $ac_status = 0; }; then
25797 pkg_cv_PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
25805 if test -n "$PKG_CONFIG"; then
25806 if test -n "$PANGOFT2_LIBS"; then
25807 pkg_cv_PANGOFT2_LIBS
="$PANGOFT2_LIBS"
25809 if test -n "$PKG_CONFIG" && \
25810 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoft2\""; } >&5
25811 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
25813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25814 test $ac_status = 0; }; then
25815 pkg_cv_PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
25826 if test $pkg_failed = yes; then
25828 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25829 _pkg_short_errors_supported
=yes
25831 _pkg_short_errors_supported
=no
25833 if test $_pkg_short_errors_supported = yes; then
25834 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
25836 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
25838 # Put the nasty error message in config.log where it belongs
25839 echo "$PANGOFT2_PKG_ERRORS" >&5
25842 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25843 $as_echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25844 wxUSE_PRINTING_ARCHITECTURE
="no"
25847 elif test $pkg_failed = untried
; then
25849 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25850 $as_echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25851 wxUSE_PRINTING_ARCHITECTURE
="no"
25855 PANGOFT2_CFLAGS
=$pkg_cv_PANGOFT2_CFLAGS
25856 PANGOFT2_LIBS
=$pkg_cv_PANGOFT2_LIBS
25857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25858 $as_echo "yes" >&6; }
25860 CFLAGS
="$PANGOFT2_CFLAGS $CFLAGS"
25861 CXXFLAGS
="$PANGOFT2_CFLAGS $CXXFLAGS"
25862 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
25867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOXFT" >&5
25868 $as_echo_n "checking for PANGOXFT... " >&6; }
25870 if test -n "$PKG_CONFIG"; then
25871 if test -n "$PANGOXFT_CFLAGS"; then
25872 pkg_cv_PANGOXFT_CFLAGS
="$PANGOXFT_CFLAGS"
25874 if test -n "$PKG_CONFIG" && \
25875 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoxft\""; } >&5
25876 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
25878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25879 test $ac_status = 0; }; then
25880 pkg_cv_PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
25888 if test -n "$PKG_CONFIG"; then
25889 if test -n "$PANGOXFT_LIBS"; then
25890 pkg_cv_PANGOXFT_LIBS
="$PANGOXFT_LIBS"
25892 if test -n "$PKG_CONFIG" && \
25893 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoxft\""; } >&5
25894 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
25896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25897 test $ac_status = 0; }; then
25898 pkg_cv_PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
25909 if test $pkg_failed = yes; then
25911 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25912 _pkg_short_errors_supported
=yes
25914 _pkg_short_errors_supported
=no
25916 if test $_pkg_short_errors_supported = yes; then
25917 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
25919 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
25921 # Put the nasty error message in config.log where it belongs
25922 echo "$PANGOXFT_PKG_ERRORS" >&5
25925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25926 $as_echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25929 elif test $pkg_failed = untried
; then
25931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25932 $as_echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25936 PANGOXFT_CFLAGS
=$pkg_cv_PANGOXFT_CFLAGS
25937 PANGOXFT_LIBS
=$pkg_cv_PANGOXFT_LIBS
25938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25939 $as_echo "yes" >&6; }
25941 $as_echo "#define HAVE_PANGO_XFT 1" >>confdefs.h
25943 CFLAGS
="$PANGOXFT_CFLAGS $CFLAGS"
25944 CXXFLAGS
="$PANGOXFT_CFLAGS $CXXFLAGS"
25945 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
25949 LIBS
="$LIBS $PANGOX_LIBS"
25950 for ac_func
in pango_font_family_is_monospace
25952 ac_fn_c_check_func
"$LINENO" "pango_font_family_is_monospace" "ac_cv_func_pango_font_family_is_monospace"
25953 if test "x$ac_cv_func_pango_font_family_is_monospace" = xyes
; then :
25954 cat >>confdefs.h
<<_ACEOF
25955 #define HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE 1
25964 wxUSE_UNIVERSAL
="yes"
25966 if test "$wxUSE_NANOX" = "yes"; then
25967 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
25968 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"
25969 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
25971 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
25978 if test "$wxUSE_MOTIF" = 1; then
25979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif/Lesstif headers" >&5
25980 $as_echo_n "checking for Motif/Lesstif headers... " >&6; }
25983 for ac_dir
in $SEARCH_INCLUDE /usr
/include
25985 if test -f "$ac_dir/Xm/Xm.h"; then
25986 ac_find_includes
=$ac_dir
25991 if test "$ac_find_includes" != "" ; then
25992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_includes" >&5
25993 $as_echo "found in $ac_find_includes" >&6; }
25995 if test "x$ac_find_includes" = "x/usr/include"; then
25996 ac_path_to_include
=""
25998 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
26000 if test $result = 0; then
26001 ac_path_to_include
=""
26003 ac_path_to_include
=" -I$ac_find_includes"
26007 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
26009 save_CFLAGS
=$CFLAGS
26010 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26012 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26013 /* end confdefs.h. */
26022 version = xmUseVersion;
26028 if ac_fn_c_try_compile
"$LINENO"; then :
26030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in default search path" >&5
26031 $as_echo "found in default search path" >&6; }
26032 COMPILED_X_PROGRAM
=1
26036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26037 $as_echo "no" >&6; }
26038 as_fn_error $?
"please set CPPFLAGS to contain the location of Xm/Xm.h" "$LINENO" 5
26042 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26044 CFLAGS
=$save_CFLAGS
26048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif/Lesstif library" >&5
26049 $as_echo_n "checking for Motif/Lesstif library... " >&6; }
26052 for ac_dir
in $SEARCH_LIB
26054 for ac_extension
in a so sl dylib dll.a
; do
26055 if test -f "$ac_dir/libXm.$ac_extension"; then
26056 ac_find_libraries
=$ac_dir
26063 if test "x$ac_find_libraries" != "x" ; then
26064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
26065 $as_echo "found in $ac_find_libraries" >&6; }
26068 if test "$ac_find_libraries" = "default location"; then
26071 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
26073 if test $result = 0; then
26076 ac_path_to_link
=" -L$ac_find_libraries"
26080 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
26082 save_CFLAGS
=$CFLAGS
26083 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26085 LIBS
="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
26087 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26088 /* end confdefs.h. */
26097 version = xmUseVersion;
26103 if ac_fn_c_try_link
"$LINENO"; then :
26105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in default search path" >&5
26106 $as_echo "found in default search path" >&6; }
26107 COMPILED_X_PROGRAM
=1
26111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26112 $as_echo "no" >&6; }
26113 as_fn_error $?
"please set LDFLAGS to contain the location of libXm" "$LINENO" 5
26117 rm -f core conftest.err conftest.
$ac_objext \
26118 conftest
$ac_exeext conftest.
$ac_ext
26120 CFLAGS
=$save_CFLAGS
26124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need -lXp and/or -lSM -lICE" >&5
26125 $as_echo_n "checking if we need -lXp and/or -lSM -lICE... " >&6; }
26129 for libp
in "" " -lXp"; do
26130 if test "$libs_found" = 0; then
26131 for libsm_ice
in "" " -lSM -lICE"; do
26132 if test "$libs_found" = 0; then
26134 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
26135 save_CFLAGS
=$CFLAGS
26136 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26139 /* end confdefs.h. */
26142 #include <Xm/List.h>
26148 XmString string = NULL;
26151 XmListAddItem(w, string, position);
26157 if ac_fn_c_try_link
"$LINENO"; then :
26160 libsm_ice_link
="$libsm_ice"
26161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: need${libp_link}${libsm_ice_link}" >&5
26162 $as_echo "need${libp_link}${libsm_ice_link}" >&6; }
26166 rm -f core conftest.err conftest.
$ac_objext \
26167 conftest
$ac_exeext conftest.
$ac_ext
26170 CFLAGS
=$save_CFLAGS
26176 if test "$libs_found" = 0; then
26177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't find the right libraries" >&5
26178 $as_echo "can't find the right libraries" >&6; }
26179 as_fn_error $?
"can't link a simple motif program" "$LINENO" 5
26182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SgCreateList in -lSgm" >&5
26183 $as_echo_n "checking for SgCreateList in -lSgm... " >&6; }
26184 if ${ac_cv_lib_Sgm_SgCreateList+:} false
; then :
26185 $as_echo_n "(cached) " >&6
26187 ac_check_lib_save_LIBS
=$LIBS
26189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26190 /* end confdefs.h. */
26192 /* Override any GCC internal prototype to avoid an error.
26193 Use char because int might match the return type of a GCC
26194 builtin and then its argument prototype would still apply. */
26198 char SgCreateList ();
26202 return SgCreateList ();
26207 if ac_fn_c_try_link
"$LINENO"; then :
26208 ac_cv_lib_Sgm_SgCreateList
=yes
26210 ac_cv_lib_Sgm_SgCreateList
=no
26212 rm -f core conftest.err conftest.
$ac_objext \
26213 conftest
$ac_exeext conftest.
$ac_ext
26214 LIBS
=$ac_check_lib_save_LIBS
26216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Sgm_SgCreateList" >&5
26217 $as_echo "$ac_cv_lib_Sgm_SgCreateList" >&6; }
26218 if test "x$ac_cv_lib_Sgm_SgCreateList" = xyes
; then :
26219 libsgm_link
=" -lSgm"
26223 save_CFLAGS
=$CFLAGS
26224 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif 2" >&5
26227 $as_echo_n "checking for Motif 2... " >&6; }
26228 if ${wx_cv_lib_motif2+:} false
; then :
26229 $as_echo_n "(cached) " >&6
26231 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26232 /* end confdefs.h. */
26240 #if XmVersion < 2000
26248 if ac_fn_c_try_compile
"$LINENO"; then :
26249 wx_cv_lib_motif2
="yes"
26251 wx_cv_lib_motif2
="no"
26253 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_motif2" >&5
26256 $as_echo "$wx_cv_lib_motif2" >&6; }
26257 if test "$wx_cv_lib_motif2" = "yes"; then
26258 $as_echo "#define __WXMOTIF20__ 1" >>confdefs.h
26261 $as_echo "#define __WXMOTIF20__ 0" >>confdefs.h
26265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Motif is Lesstif" >&5
26266 $as_echo_n "checking whether Motif is Lesstif... " >&6; }
26267 if ${wx_cv_lib_lesstif+:} false
; then :
26268 $as_echo_n "(cached) " >&6
26270 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26271 /* end confdefs.h. */
26279 #if !defined(LesstifVersion) || LesstifVersion <= 0
26287 if ac_fn_c_try_compile
"$LINENO"; then :
26288 wx_cv_lib_lesstif
="yes"
26290 wx_cv_lib_lesstif
="no"
26292 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_lesstif" >&5
26296 $as_echo "$wx_cv_lib_lesstif" >&6; }
26297 if test "$wx_cv_lib_lesstif" = "yes"; then
26298 $as_echo "#define __WXLESSTIF__ 1" >>confdefs.h
26301 $as_echo "#define __WXLESSTIF__ 0" >>confdefs.h
26305 CFLAGS
=$save_CFLAGS
26307 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
26312 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26313 if test "$wxUSE_LIBXPM" = "sys"; then
26314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xpm library" >&5
26315 $as_echo_n "checking for Xpm library... " >&6; }
26318 for ac_dir
in $SEARCH_LIB
26320 for ac_extension
in a so sl dylib dll.a
; do
26321 if test -f "$ac_dir/libXpm.$ac_extension"; then
26322 ac_find_libraries
=$ac_dir
26328 if test "$ac_find_libraries" != "" ; then
26330 if test "$ac_find_libraries" = "default location"; then
26333 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
26335 if test $result = 0; then
26338 ac_path_to_link
=" -L$ac_find_libraries"
26342 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
26343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
26344 $as_echo "found in $ac_find_libraries" >&6; }
26346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11/xpm.h" >&5
26347 $as_echo_n "checking for X11/xpm.h... " >&6; }
26348 if ${wx_cv_x11_xpm_h+:} false
; then :
26349 $as_echo_n "(cached) " >&6
26352 save_CFLAGS
=$CFLAGS
26353 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26355 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26356 /* end confdefs.h. */
26358 #include <X11/xpm.h>
26365 version = XpmLibraryVersion();
26371 if ac_fn_c_try_compile
"$LINENO"; then :
26372 wx_cv_x11_xpm_h
=yes
26377 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26379 CFLAGS
=$save_CFLAGS
26383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_x11_xpm_h" >&5
26384 $as_echo "$wx_cv_x11_xpm_h" >&6; }
26386 if test $wx_cv_x11_xpm_h = "yes"; then
26387 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
26388 $as_echo "#define wxHAVE_LIB_XPM 1" >>confdefs.h
26391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: built-in less efficient XPM decoder will be used" >&5
26392 $as_echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
26398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
26399 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
26400 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
26401 $as_echo_n "(cached) " >&6
26403 ac_check_lib_save_LIBS
=$LIBS
26404 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
26405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26406 /* end confdefs.h. */
26408 /* Override any GCC internal prototype to avoid an error.
26409 Use char because int might match the return type of a GCC
26410 builtin and then its argument prototype would still apply. */
26414 char XShapeQueryExtension ();
26418 return XShapeQueryExtension ();
26423 if ac_fn_c_try_link
"$LINENO"; then :
26424 ac_cv_lib_Xext_XShapeQueryExtension
=yes
26426 ac_cv_lib_Xext_XShapeQueryExtension
=no
26428 rm -f core conftest.err conftest.
$ac_objext \
26429 conftest
$ac_exeext conftest.
$ac_ext
26430 LIBS
=$ac_check_lib_save_LIBS
26432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
26433 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
26434 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
26436 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
26442 if test "$wxHAVE_XEXT_LIB" = 1; then
26443 save_CFLAGS
="$CFLAGS"
26444 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11/extensions/shape.h" >&5
26447 $as_echo_n "checking for X11/extensions/shape.h... " >&6; }
26448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26449 /* end confdefs.h. */
26451 #include <X11/Xlib.h>
26452 #include <X11/extensions/shape.h>
26458 int dummy1, dummy2;
26459 XShapeQueryExtension((Display*)NULL,
26460 (int*)NULL, (int*)NULL);
26466 if ac_fn_c_try_compile
"$LINENO"; then :
26468 $as_echo "#define HAVE_XSHAPE 1" >>confdefs.h
26470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
26471 $as_echo "found" >&6; }
26475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
26476 $as_echo "not found" >&6; }
26479 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26480 CFLAGS
="$save_CFLAGS"
26485 if test "$wxUSE_OSX_CARBON" = 1; then
26486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler syntax to enable Pascal strings" >&5
26487 $as_echo_n "checking for compiler syntax to enable Pascal strings... " >&6; }
26488 if test "$GCC" = yes; then
26489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: gcc" >&5
26490 $as_echo "gcc" >&6; }
26491 CPPFLAGS_PASCAL
="-fpascal-strings"
26492 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
26493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: xlc" >&5
26494 $as_echo "xlc" >&6; }
26495 CPPFLAGS_PASCAL
="-qmacpstr"
26497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
26498 $as_echo "none" >&6; }
26501 if test "x$wxUSE_UNIX" = "xyes"; then
26502 CPPFLAGS
="$CPPFLAGS_PASCAL -I/Developer/Headers/FlatCarbon $CPPFLAGS"
26504 CPPFLAGS
="$CPPFLAGS_PASCAL -DTARGET_CARBON $CPPFLAGS"
26508 GUIDIST
=OSX_CARBON_DIST
26509 WXBASEPORT
="_carbon"
26511 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
26514 if test "$wxUSE_OSX_COCOA" = 1; then
26516 GUIDIST
=OSX_COCOA_DIST
26518 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
26521 if test "$wxUSE_OSX_IPHONE" = 1; then
26525 if test "$wxUSE_OLD_COCOA" = 1; then
26530 if test "$wxUSE_PM" = 1; then
26533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type SPBCDATA" >&5
26534 $as_echo_n "checking for type SPBCDATA... " >&6; }
26535 if ${wx_cv_spbcdata+:} false
; then :
26536 $as_echo_n "(cached) " >&6
26539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26540 /* end confdefs.h. */
26555 if ac_fn_c_try_compile
"$LINENO"; then :
26561 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_spbcdata" >&5
26566 $as_echo "$wx_cv_spbcdata" >&6; }
26568 if test $wx_cv_spbcdata = "yes"; then
26569 $as_echo "#define HAVE_SPBCDATA 1" >>confdefs.h
26574 if test "$TOOLKIT" = "PM" ; then
26577 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
26580 if test "$wxUSE_UNIVERSAL" = "yes"; then
26581 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
26585 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
26586 DISTDIR
="wx\$(TOOLKIT)"
26592 if test "$USE_WIN32" = 1 ; then
26596 GUIDIST
="BASE_DIST"
26602 if test "$wxUSE_GUI" = "yes"; then
26603 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
26604 for ac_header
in X
11/Xlib.h
26606 ac_fn_c_check_header_compile
"$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "
26608 if test "x$ac_cv_header_X11_Xlib_h" = xyes
; then :
26609 cat >>confdefs.h
<<_ACEOF
26610 #define HAVE_X11_XLIB_H 1
26617 for ac_header
in X
11/XKBlib.h
26619 ac_fn_c_check_header_compile
"$LINENO" "X11/XKBlib.h" "ac_cv_header_X11_XKBlib_h" "
26620 #if HAVE_X11_XLIB_H
26621 #include <X11/Xlib.h>
26625 if test "x$ac_cv_header_X11_XKBlib_h" = xyes
; then :
26626 cat >>confdefs.h
<<_ACEOF
26627 #define HAVE_X11_XKBLIB_H 1
26640 if test "$wxUSE_DISPLAY" = "yes"; then
26641 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$WXGTK1" = 1; then
26645 fl_pkgname
=`echo "Xinerama" | tr [:upper:] [:lower:]`
26648 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
26649 if test -n "$ac_tool_prefix"; then
26650 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
26651 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
26652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26653 $as_echo_n "checking for $ac_word... " >&6; }
26654 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
26655 $as_echo_n "(cached) " >&6
26657 case $PKG_CONFIG in
26659 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
26662 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26663 for as_dir
in $PATH
26666 test -z "$as_dir" && as_dir
=.
26667 for ac_exec_ext
in '' $ac_executable_extensions; do
26668 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
26669 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
26670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26680 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
26681 if test -n "$PKG_CONFIG"; then
26682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
26683 $as_echo "$PKG_CONFIG" >&6; }
26685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26686 $as_echo "no" >&6; }
26691 if test -z "$ac_cv_path_PKG_CONFIG"; then
26692 ac_pt_PKG_CONFIG
=$PKG_CONFIG
26693 # Extract the first word of "pkg-config", so it can be a program name with args.
26694 set dummy pkg
-config; ac_word
=$2
26695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26696 $as_echo_n "checking for $ac_word... " >&6; }
26697 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
26698 $as_echo_n "(cached) " >&6
26700 case $ac_pt_PKG_CONFIG in
26702 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
26705 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26706 for as_dir
in $PATH
26709 test -z "$as_dir" && as_dir
=.
26710 for ac_exec_ext
in '' $ac_executable_extensions; do
26711 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
26712 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
26713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26723 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
26724 if test -n "$ac_pt_PKG_CONFIG"; then
26725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
26726 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
26728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26729 $as_echo "no" >&6; }
26732 if test "x$ac_pt_PKG_CONFIG" = x
; then
26735 case $cross_compiling:$ac_tool_warned in
26737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
26738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
26739 ac_tool_warned
=yes ;;
26741 PKG_CONFIG
=$ac_pt_PKG_CONFIG
26744 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
26748 if test -n "$PKG_CONFIG"; then
26749 _pkg_min_version
=0.9.0
26750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
26751 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
26752 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
26753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26754 $as_echo "yes" >&6; }
26756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26757 $as_echo "no" >&6; }
26764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xinerama" >&5
26765 $as_echo_n "checking for Xinerama... " >&6; }
26767 if test -n "$PKG_CONFIG"; then
26768 if test -n "$Xinerama_CFLAGS"; then
26769 pkg_cv_Xinerama_CFLAGS
="$Xinerama_CFLAGS"
26771 if test -n "$PKG_CONFIG" && \
26772 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26773 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26775 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26776 test $ac_status = 0; }; then
26777 pkg_cv_Xinerama_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
26785 if test -n "$PKG_CONFIG"; then
26786 if test -n "$Xinerama_LIBS"; then
26787 pkg_cv_Xinerama_LIBS
="$Xinerama_LIBS"
26789 if test -n "$PKG_CONFIG" && \
26790 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26791 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26794 test $ac_status = 0; }; then
26795 pkg_cv_Xinerama_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
26806 if test $pkg_failed = yes; then
26808 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
26809 _pkg_short_errors_supported
=yes
26811 _pkg_short_errors_supported
=no
26813 if test $_pkg_short_errors_supported = yes; then
26814 Xinerama_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
26816 Xinerama_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
26818 # Put the nasty error message in config.log where it belongs
26819 echo "$Xinerama_PKG_ERRORS" >&5
26822 if test "x$ac_find_libraries" = "x"; then
26823 if test "xXineramaQueryScreens" != "x"; then
26824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryScreens in -lXinerama" >&5
26825 $as_echo_n "checking for XineramaQueryScreens in -lXinerama... " >&6; }
26826 if ${ac_cv_lib_Xinerama_XineramaQueryScreens+:} false
; then :
26827 $as_echo_n "(cached) " >&6
26829 ac_check_lib_save_LIBS
=$LIBS
26830 LIBS
="-lXinerama $LIBS"
26831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26832 /* end confdefs.h. */
26834 /* Override any GCC internal prototype to avoid an error.
26835 Use char because int might match the return type of a GCC
26836 builtin and then its argument prototype would still apply. */
26840 char XineramaQueryScreens ();
26844 return XineramaQueryScreens ();
26849 if ac_fn_c_try_link
"$LINENO"; then :
26850 ac_cv_lib_Xinerama_XineramaQueryScreens
=yes
26852 ac_cv_lib_Xinerama_XineramaQueryScreens
=no
26854 rm -f core conftest.err conftest.
$ac_objext \
26855 conftest
$ac_exeext conftest.
$ac_ext
26856 LIBS
=$ac_check_lib_save_LIBS
26858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
26859 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
26860 if test "x$ac_cv_lib_Xinerama_XineramaQueryScreens" = xyes
; then :
26861 ac_find_libraries
="std"
26867 if test "x$ac_find_libraries" = "x"; then
26868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26869 $as_echo_n "checking elsewhere... " >&6; }
26872 for ac_dir
in $SEARCH_LIB
26874 for ac_extension
in a so sl dylib dll.a
; do
26875 if test -f "$ac_dir/libXinerama.$ac_extension"; then
26876 ac_find_libraries
=$ac_dir
26882 if test "x$ac_find_libraries" != "x"; then
26883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26884 $as_echo "yes" >&6; }
26886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26887 $as_echo "no" >&6; }
26891 elif test $pkg_failed = untried
; then
26893 if test "x$ac_find_libraries" = "x"; then
26894 if test "xXineramaQueryScreens" != "x"; then
26895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryScreens in -lXinerama" >&5
26896 $as_echo_n "checking for XineramaQueryScreens in -lXinerama... " >&6; }
26897 if ${ac_cv_lib_Xinerama_XineramaQueryScreens+:} false
; then :
26898 $as_echo_n "(cached) " >&6
26900 ac_check_lib_save_LIBS
=$LIBS
26901 LIBS
="-lXinerama $LIBS"
26902 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26903 /* end confdefs.h. */
26905 /* Override any GCC internal prototype to avoid an error.
26906 Use char because int might match the return type of a GCC
26907 builtin and then its argument prototype would still apply. */
26911 char XineramaQueryScreens ();
26915 return XineramaQueryScreens ();
26920 if ac_fn_c_try_link
"$LINENO"; then :
26921 ac_cv_lib_Xinerama_XineramaQueryScreens
=yes
26923 ac_cv_lib_Xinerama_XineramaQueryScreens
=no
26925 rm -f core conftest.err conftest.
$ac_objext \
26926 conftest
$ac_exeext conftest.
$ac_ext
26927 LIBS
=$ac_check_lib_save_LIBS
26929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
26930 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
26931 if test "x$ac_cv_lib_Xinerama_XineramaQueryScreens" = xyes
; then :
26932 ac_find_libraries
="std"
26938 if test "x$ac_find_libraries" = "x"; then
26939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26940 $as_echo_n "checking elsewhere... " >&6; }
26943 for ac_dir
in $SEARCH_LIB
26945 for ac_extension
in a so sl dylib dll.a
; do
26946 if test -f "$ac_dir/libXinerama.$ac_extension"; then
26947 ac_find_libraries
=$ac_dir
26953 if test "x$ac_find_libraries" != "x"; then
26954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26955 $as_echo "yes" >&6; }
26957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26958 $as_echo "no" >&6; }
26963 Xinerama_CFLAGS
=$pkg_cv_Xinerama_CFLAGS
26964 Xinerama_LIBS
=$pkg_cv_Xinerama_LIBS
26965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26966 $as_echo "yes" >&6; }
26968 ac_find_libraries
="std"
26970 eval ac_find_cflags
=\
$Xinerama_CFLAGS
26971 eval fl_libs
=\
$Xinerama_LIBS
26973 for fl_path
in $fl_libs
26975 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
26976 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
26982 if test "$ac_find_libraries" != "" ; then
26983 if test "$ac_find_libraries" != "std" ; then
26985 if test "$ac_find_libraries" = "default location"; then
26988 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
26990 if test $result = 0; then
26993 ac_path_to_link
=" -L$ac_find_libraries"
26997 if test "$ac_path_to_link" != " -L/usr/lib" ; then
26998 LDFLAGS
="$LDFLAGS $ac_path_to_link"
27002 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
27004 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Xinerama not found; disabling wxDisplay" >&5
27005 $as_echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
27008 elif test "$wxUSE_MSW" = 1; then
27009 ac_fn_c_check_header_compile
"$LINENO" "ddraw.h" "ac_cv_header_ddraw_h" "#include <windows.h>
27011 if test "x$ac_cv_header_ddraw_h" = xyes
; then :
27019 if test "$wxUSE_DISPLAY" = "yes"; then
27020 if test "$USE_XINERAMA" = 1 -o "$wxUSE_GTK" = 1; then
27024 fl_pkgname
=`echo "Xxf86vm" | tr [:upper:] [:lower:]`
27027 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27028 if test -n "$ac_tool_prefix"; then
27029 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27030 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
27031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27032 $as_echo_n "checking for $ac_word... " >&6; }
27033 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
27034 $as_echo_n "(cached) " >&6
27036 case $PKG_CONFIG in
27038 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27041 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27042 for as_dir
in $PATH
27045 test -z "$as_dir" && as_dir
=.
27046 for ac_exec_ext
in '' $ac_executable_extensions; do
27047 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27048 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27059 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27060 if test -n "$PKG_CONFIG"; then
27061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27062 $as_echo "$PKG_CONFIG" >&6; }
27064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27065 $as_echo "no" >&6; }
27070 if test -z "$ac_cv_path_PKG_CONFIG"; then
27071 ac_pt_PKG_CONFIG
=$PKG_CONFIG
27072 # Extract the first word of "pkg-config", so it can be a program name with args.
27073 set dummy pkg
-config; ac_word
=$2
27074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27075 $as_echo_n "checking for $ac_word... " >&6; }
27076 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
27077 $as_echo_n "(cached) " >&6
27079 case $ac_pt_PKG_CONFIG in
27081 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27084 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27085 for as_dir
in $PATH
27088 test -z "$as_dir" && as_dir
=.
27089 for ac_exec_ext
in '' $ac_executable_extensions; do
27090 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27091 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27102 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
27103 if test -n "$ac_pt_PKG_CONFIG"; then
27104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27105 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27108 $as_echo "no" >&6; }
27111 if test "x$ac_pt_PKG_CONFIG" = x
; then
27114 case $cross_compiling:$ac_tool_warned in
27116 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27117 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27118 ac_tool_warned
=yes ;;
27120 PKG_CONFIG
=$ac_pt_PKG_CONFIG
27123 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
27127 if test -n "$PKG_CONFIG"; then
27128 _pkg_min_version
=0.9.0
27129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27130 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27131 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27133 $as_echo "yes" >&6; }
27135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27136 $as_echo "no" >&6; }
27143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xxf86vm" >&5
27144 $as_echo_n "checking for Xxf86vm... " >&6; }
27146 if test -n "$PKG_CONFIG"; then
27147 if test -n "$Xxf86vm_CFLAGS"; then
27148 pkg_cv_Xxf86vm_CFLAGS
="$Xxf86vm_CFLAGS"
27150 if test -n "$PKG_CONFIG" && \
27151 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27152 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27154 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27155 test $ac_status = 0; }; then
27156 pkg_cv_Xxf86vm_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27164 if test -n "$PKG_CONFIG"; then
27165 if test -n "$Xxf86vm_LIBS"; then
27166 pkg_cv_Xxf86vm_LIBS
="$Xxf86vm_LIBS"
27168 if test -n "$PKG_CONFIG" && \
27169 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27170 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27172 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27173 test $ac_status = 0; }; then
27174 pkg_cv_Xxf86vm_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27185 if test $pkg_failed = yes; then
27187 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27188 _pkg_short_errors_supported
=yes
27190 _pkg_short_errors_supported
=no
27192 if test $_pkg_short_errors_supported = yes; then
27193 Xxf86vm_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27195 Xxf86vm_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27197 # Put the nasty error message in config.log where it belongs
27198 echo "$Xxf86vm_PKG_ERRORS" >&5
27201 if test "x$ac_find_libraries" = "x"; then
27202 if test "xXF86VidModeQueryExtension" != "x"; then
27203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
27204 $as_echo_n "checking for XF86VidModeQueryExtension in -lXxf86vm... " >&6; }
27205 if ${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+:} false
; then :
27206 $as_echo_n "(cached) " >&6
27208 ac_check_lib_save_LIBS
=$LIBS
27209 LIBS
="-lXxf86vm $LIBS"
27210 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27211 /* end confdefs.h. */
27213 /* Override any GCC internal prototype to avoid an error.
27214 Use char because int might match the return type of a GCC
27215 builtin and then its argument prototype would still apply. */
27219 char XF86VidModeQueryExtension ();
27223 return XF86VidModeQueryExtension ();
27228 if ac_fn_c_try_link
"$LINENO"; then :
27229 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=yes
27231 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=no
27233 rm -f core conftest.err conftest.
$ac_objext \
27234 conftest
$ac_exeext conftest.
$ac_ext
27235 LIBS
=$ac_check_lib_save_LIBS
27237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
27238 $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
27239 if test "x$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" = xyes
; then :
27240 ac_find_libraries
="std"
27246 if test "x$ac_find_libraries" = "x"; then
27247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27248 $as_echo_n "checking elsewhere... " >&6; }
27251 for ac_dir
in $SEARCH_LIB
27253 for ac_extension
in a so sl dylib dll.a
; do
27254 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27255 ac_find_libraries
=$ac_dir
27261 if test "x$ac_find_libraries" != "x"; then
27262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27263 $as_echo "yes" >&6; }
27265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27266 $as_echo "no" >&6; }
27270 elif test $pkg_failed = untried
; then
27272 if test "x$ac_find_libraries" = "x"; then
27273 if test "xXF86VidModeQueryExtension" != "x"; then
27274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
27275 $as_echo_n "checking for XF86VidModeQueryExtension in -lXxf86vm... " >&6; }
27276 if ${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+:} false
; then :
27277 $as_echo_n "(cached) " >&6
27279 ac_check_lib_save_LIBS
=$LIBS
27280 LIBS
="-lXxf86vm $LIBS"
27281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27282 /* end confdefs.h. */
27284 /* Override any GCC internal prototype to avoid an error.
27285 Use char because int might match the return type of a GCC
27286 builtin and then its argument prototype would still apply. */
27290 char XF86VidModeQueryExtension ();
27294 return XF86VidModeQueryExtension ();
27299 if ac_fn_c_try_link
"$LINENO"; then :
27300 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=yes
27302 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=no
27304 rm -f core conftest.err conftest.
$ac_objext \
27305 conftest
$ac_exeext conftest.
$ac_ext
27306 LIBS
=$ac_check_lib_save_LIBS
27308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
27309 $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
27310 if test "x$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" = xyes
; then :
27311 ac_find_libraries
="std"
27317 if test "x$ac_find_libraries" = "x"; then
27318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27319 $as_echo_n "checking elsewhere... " >&6; }
27322 for ac_dir
in $SEARCH_LIB
27324 for ac_extension
in a so sl dylib dll.a
; do
27325 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27326 ac_find_libraries
=$ac_dir
27332 if test "x$ac_find_libraries" != "x"; then
27333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27334 $as_echo "yes" >&6; }
27336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27337 $as_echo "no" >&6; }
27342 Xxf86vm_CFLAGS
=$pkg_cv_Xxf86vm_CFLAGS
27343 Xxf86vm_LIBS
=$pkg_cv_Xxf86vm_LIBS
27344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27345 $as_echo "yes" >&6; }
27347 ac_find_libraries
="std"
27349 eval ac_find_cflags
=\
$Xxf86vm_CFLAGS
27350 eval fl_libs
=\
$Xxf86vm_LIBS
27352 for fl_path
in $fl_libs
27354 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27355 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
27361 if test "$ac_find_libraries" != "" ; then
27362 for ac_header
in X
11/extensions
/xf86vmode.h
27364 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "
27365 #if HAVE_X11_XLIB_H
27366 #include <X11/Xlib.h>
27370 if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = xyes
; then :
27371 cat >>confdefs.h
<<_ACEOF
27372 #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
27375 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
27385 if test "$wxUSE_DETECT_SM" = "yes"; then
27386 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1; then
27390 fl_pkgname
=`echo "SM" | tr [:upper:] [:lower:]`
27393 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27394 if test -n "$ac_tool_prefix"; then
27395 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27396 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
27397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27398 $as_echo_n "checking for $ac_word... " >&6; }
27399 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
27400 $as_echo_n "(cached) " >&6
27402 case $PKG_CONFIG in
27404 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27407 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27408 for as_dir
in $PATH
27411 test -z "$as_dir" && as_dir
=.
27412 for ac_exec_ext
in '' $ac_executable_extensions; do
27413 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27414 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27425 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27426 if test -n "$PKG_CONFIG"; then
27427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27428 $as_echo "$PKG_CONFIG" >&6; }
27430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27431 $as_echo "no" >&6; }
27436 if test -z "$ac_cv_path_PKG_CONFIG"; then
27437 ac_pt_PKG_CONFIG
=$PKG_CONFIG
27438 # Extract the first word of "pkg-config", so it can be a program name with args.
27439 set dummy pkg
-config; ac_word
=$2
27440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27441 $as_echo_n "checking for $ac_word... " >&6; }
27442 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
27443 $as_echo_n "(cached) " >&6
27445 case $ac_pt_PKG_CONFIG in
27447 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27450 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27451 for as_dir
in $PATH
27454 test -z "$as_dir" && as_dir
=.
27455 for ac_exec_ext
in '' $ac_executable_extensions; do
27456 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27457 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27468 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
27469 if test -n "$ac_pt_PKG_CONFIG"; then
27470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27471 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27474 $as_echo "no" >&6; }
27477 if test "x$ac_pt_PKG_CONFIG" = x
; then
27480 case $cross_compiling:$ac_tool_warned in
27482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27483 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27484 ac_tool_warned
=yes ;;
27486 PKG_CONFIG
=$ac_pt_PKG_CONFIG
27489 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
27493 if test -n "$PKG_CONFIG"; then
27494 _pkg_min_version
=0.9.0
27495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27496 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27497 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27499 $as_echo "yes" >&6; }
27501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27502 $as_echo "no" >&6; }
27509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SM" >&5
27510 $as_echo_n "checking for SM... " >&6; }
27512 if test -n "$PKG_CONFIG"; then
27513 if test -n "$SM_CFLAGS"; then
27514 pkg_cv_SM_CFLAGS
="$SM_CFLAGS"
27516 if test -n "$PKG_CONFIG" && \
27517 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27518 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27521 test $ac_status = 0; }; then
27522 pkg_cv_SM_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27530 if test -n "$PKG_CONFIG"; then
27531 if test -n "$SM_LIBS"; then
27532 pkg_cv_SM_LIBS
="$SM_LIBS"
27534 if test -n "$PKG_CONFIG" && \
27535 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27536 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27539 test $ac_status = 0; }; then
27540 pkg_cv_SM_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27551 if test $pkg_failed = yes; then
27553 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27554 _pkg_short_errors_supported
=yes
27556 _pkg_short_errors_supported
=no
27558 if test $_pkg_short_errors_supported = yes; then
27559 SM_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27561 SM_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27563 # Put the nasty error message in config.log where it belongs
27564 echo "$SM_PKG_ERRORS" >&5
27567 if test "x$ac_find_libraries" = "x"; then
27568 if test "xSmcOpenConnection" != "x"; then
27569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
27570 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
27571 if ${ac_cv_lib_SM_SmcOpenConnection+:} false
; then :
27572 $as_echo_n "(cached) " >&6
27574 ac_check_lib_save_LIBS
=$LIBS
27576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27577 /* end confdefs.h. */
27579 /* Override any GCC internal prototype to avoid an error.
27580 Use char because int might match the return type of a GCC
27581 builtin and then its argument prototype would still apply. */
27585 char SmcOpenConnection ();
27589 return SmcOpenConnection ();
27594 if ac_fn_c_try_link
"$LINENO"; then :
27595 ac_cv_lib_SM_SmcOpenConnection
=yes
27597 ac_cv_lib_SM_SmcOpenConnection
=no
27599 rm -f core conftest.err conftest.
$ac_objext \
27600 conftest
$ac_exeext conftest.
$ac_ext
27601 LIBS
=$ac_check_lib_save_LIBS
27603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
27604 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
27605 if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes
; then :
27606 ac_find_libraries
="std"
27612 if test "x$ac_find_libraries" = "x"; then
27613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27614 $as_echo_n "checking elsewhere... " >&6; }
27617 for ac_dir
in $SEARCH_LIB
27619 for ac_extension
in a so sl dylib dll.a
; do
27620 if test -f "$ac_dir/libSM.$ac_extension"; then
27621 ac_find_libraries
=$ac_dir
27627 if test "x$ac_find_libraries" != "x"; then
27628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27629 $as_echo "yes" >&6; }
27631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27632 $as_echo "no" >&6; }
27636 elif test $pkg_failed = untried
; then
27638 if test "x$ac_find_libraries" = "x"; then
27639 if test "xSmcOpenConnection" != "x"; then
27640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
27641 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
27642 if ${ac_cv_lib_SM_SmcOpenConnection+:} false
; then :
27643 $as_echo_n "(cached) " >&6
27645 ac_check_lib_save_LIBS
=$LIBS
27647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27648 /* end confdefs.h. */
27650 /* Override any GCC internal prototype to avoid an error.
27651 Use char because int might match the return type of a GCC
27652 builtin and then its argument prototype would still apply. */
27656 char SmcOpenConnection ();
27660 return SmcOpenConnection ();
27665 if ac_fn_c_try_link
"$LINENO"; then :
27666 ac_cv_lib_SM_SmcOpenConnection
=yes
27668 ac_cv_lib_SM_SmcOpenConnection
=no
27670 rm -f core conftest.err conftest.
$ac_objext \
27671 conftest
$ac_exeext conftest.
$ac_ext
27672 LIBS
=$ac_check_lib_save_LIBS
27674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
27675 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
27676 if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes
; then :
27677 ac_find_libraries
="std"
27683 if test "x$ac_find_libraries" = "x"; then
27684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27685 $as_echo_n "checking elsewhere... " >&6; }
27688 for ac_dir
in $SEARCH_LIB
27690 for ac_extension
in a so sl dylib dll.a
; do
27691 if test -f "$ac_dir/libSM.$ac_extension"; then
27692 ac_find_libraries
=$ac_dir
27698 if test "x$ac_find_libraries" != "x"; then
27699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27700 $as_echo "yes" >&6; }
27702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27703 $as_echo "no" >&6; }
27708 SM_CFLAGS
=$pkg_cv_SM_CFLAGS
27709 SM_LIBS
=$pkg_cv_SM_LIBS
27710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27711 $as_echo "yes" >&6; }
27713 ac_find_libraries
="std"
27715 eval ac_find_cflags
=\
$SM_CFLAGS
27716 eval fl_libs
=\
$SM_LIBS
27718 for fl_path
in $fl_libs
27720 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27721 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
27727 if test "$ac_find_libraries" != "" ; then
27728 if test "$ac_find_libraries" != "std" ; then
27730 if test "$ac_find_libraries" = "default location"; then
27733 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27735 if test $result = 0; then
27738 ac_path_to_link
=" -L$ac_find_libraries"
27742 if test "$ac_path_to_link" != " -L/usr/lib" ; then
27743 LDFLAGS
="$LDFLAGS $ac_path_to_link"
27746 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lSM"
27748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libSM not found; disabling session management detection" >&5
27749 $as_echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
27750 wxUSE_DETECT_SM
="no"
27753 wxUSE_DETECT_SM
="no"
27760 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
27763 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
27764 OPENGL_LIBS
="-framework OpenGL -framework AGL"
27765 elif test "$wxUSE_MSW" = 1; then
27766 OPENGL_LIBS
="-lopengl32 -lglu32"
27767 elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK" = 1; then
27769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenGL headers" >&5
27770 $as_echo_n "checking for OpenGL headers... " >&6; }
27773 for ac_dir
in $SEARCH_INCLUDE /opt
/graphics
/OpenGL
/include
/usr
/include
27775 if test -f "$ac_dir/GL/gl.h"; then
27776 ac_find_includes
=$ac_dir
27781 if test "$ac_find_includes" != "" ; then
27782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_includes" >&5
27783 $as_echo "found in $ac_find_includes" >&6; }
27785 if test "x$ac_find_includes" = "x/usr/include"; then
27786 ac_path_to_include
=""
27788 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
27790 if test $result = 0; then
27791 ac_path_to_include
=""
27793 ac_path_to_include
=" -I$ac_find_includes"
27797 CPPFLAGS
="$ac_path_to_include $CPPFLAGS"
27799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
27800 $as_echo "not found" >&6; }
27803 ac_fn_c_check_header_compile
"$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "
27805 if test "x$ac_cv_header_GL_gl_h" = xyes
; then :
27807 ac_fn_c_check_header_compile
"$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "
27809 if test "x$ac_cv_header_GL_glu_h" = xyes
; then :
27816 fl_pkgname
=`echo "GL" | tr [:upper:] [:lower:]`
27819 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27820 if test -n "$ac_tool_prefix"; then
27821 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27822 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
27823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27824 $as_echo_n "checking for $ac_word... " >&6; }
27825 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
27826 $as_echo_n "(cached) " >&6
27828 case $PKG_CONFIG in
27830 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27833 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27834 for as_dir
in $PATH
27837 test -z "$as_dir" && as_dir
=.
27838 for ac_exec_ext
in '' $ac_executable_extensions; do
27839 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27840 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27851 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27852 if test -n "$PKG_CONFIG"; then
27853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27854 $as_echo "$PKG_CONFIG" >&6; }
27856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27857 $as_echo "no" >&6; }
27862 if test -z "$ac_cv_path_PKG_CONFIG"; then
27863 ac_pt_PKG_CONFIG
=$PKG_CONFIG
27864 # Extract the first word of "pkg-config", so it can be a program name with args.
27865 set dummy pkg
-config; ac_word
=$2
27866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27867 $as_echo_n "checking for $ac_word... " >&6; }
27868 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
27869 $as_echo_n "(cached) " >&6
27871 case $ac_pt_PKG_CONFIG in
27873 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27876 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27877 for as_dir
in $PATH
27880 test -z "$as_dir" && as_dir
=.
27881 for ac_exec_ext
in '' $ac_executable_extensions; do
27882 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27883 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27894 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
27895 if test -n "$ac_pt_PKG_CONFIG"; then
27896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27897 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27900 $as_echo "no" >&6; }
27903 if test "x$ac_pt_PKG_CONFIG" = x
; then
27906 case $cross_compiling:$ac_tool_warned in
27908 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27909 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27910 ac_tool_warned
=yes ;;
27912 PKG_CONFIG
=$ac_pt_PKG_CONFIG
27915 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
27919 if test -n "$PKG_CONFIG"; then
27920 _pkg_min_version
=0.9.0
27921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27922 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27923 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27925 $as_echo "yes" >&6; }
27927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27928 $as_echo "no" >&6; }
27935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL" >&5
27936 $as_echo_n "checking for GL... " >&6; }
27938 if test -n "$PKG_CONFIG"; then
27939 if test -n "$GL_CFLAGS"; then
27940 pkg_cv_GL_CFLAGS
="$GL_CFLAGS"
27942 if test -n "$PKG_CONFIG" && \
27943 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27944 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27947 test $ac_status = 0; }; then
27948 pkg_cv_GL_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27956 if test -n "$PKG_CONFIG"; then
27957 if test -n "$GL_LIBS"; then
27958 pkg_cv_GL_LIBS
="$GL_LIBS"
27960 if test -n "$PKG_CONFIG" && \
27961 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27962 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27964 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27965 test $ac_status = 0; }; then
27966 pkg_cv_GL_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27977 if test $pkg_failed = yes; then
27979 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27980 _pkg_short_errors_supported
=yes
27982 _pkg_short_errors_supported
=no
27984 if test $_pkg_short_errors_supported = yes; then
27985 GL_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27987 GL_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27989 # Put the nasty error message in config.log where it belongs
27990 echo "$GL_PKG_ERRORS" >&5
27993 if test "x$ac_find_libraries" = "x"; then
27994 if test "xglBegin" != "x"; then
27995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5
27996 $as_echo_n "checking for glBegin in -lGL... " >&6; }
27997 if ${ac_cv_lib_GL_glBegin+:} false
; then :
27998 $as_echo_n "(cached) " >&6
28000 ac_check_lib_save_LIBS
=$LIBS
28002 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28003 /* end confdefs.h. */
28005 /* Override any GCC internal prototype to avoid an error.
28006 Use char because int might match the return type of a GCC
28007 builtin and then its argument prototype would still apply. */
28020 if ac_fn_c_try_link
"$LINENO"; then :
28021 ac_cv_lib_GL_glBegin
=yes
28023 ac_cv_lib_GL_glBegin
=no
28025 rm -f core conftest.err conftest.
$ac_objext \
28026 conftest
$ac_exeext conftest.
$ac_ext
28027 LIBS
=$ac_check_lib_save_LIBS
28029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glBegin" >&5
28030 $as_echo "$ac_cv_lib_GL_glBegin" >&6; }
28031 if test "x$ac_cv_lib_GL_glBegin" = xyes
; then :
28032 ac_find_libraries
="std"
28038 if test "x$ac_find_libraries" = "x"; then
28039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28040 $as_echo_n "checking elsewhere... " >&6; }
28043 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28045 for ac_extension
in a so sl dylib dll.a
; do
28046 if test -f "$ac_dir/libGL.$ac_extension"; then
28047 ac_find_libraries
=$ac_dir
28053 if test "x$ac_find_libraries" != "x"; then
28054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28055 $as_echo "yes" >&6; }
28057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28058 $as_echo "no" >&6; }
28062 elif test $pkg_failed = untried
; then
28064 if test "x$ac_find_libraries" = "x"; then
28065 if test "xglBegin" != "x"; then
28066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5
28067 $as_echo_n "checking for glBegin in -lGL... " >&6; }
28068 if ${ac_cv_lib_GL_glBegin+:} false
; then :
28069 $as_echo_n "(cached) " >&6
28071 ac_check_lib_save_LIBS
=$LIBS
28073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28074 /* end confdefs.h. */
28076 /* Override any GCC internal prototype to avoid an error.
28077 Use char because int might match the return type of a GCC
28078 builtin and then its argument prototype would still apply. */
28091 if ac_fn_c_try_link
"$LINENO"; then :
28092 ac_cv_lib_GL_glBegin
=yes
28094 ac_cv_lib_GL_glBegin
=no
28096 rm -f core conftest.err conftest.
$ac_objext \
28097 conftest
$ac_exeext conftest.
$ac_ext
28098 LIBS
=$ac_check_lib_save_LIBS
28100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glBegin" >&5
28101 $as_echo "$ac_cv_lib_GL_glBegin" >&6; }
28102 if test "x$ac_cv_lib_GL_glBegin" = xyes
; then :
28103 ac_find_libraries
="std"
28109 if test "x$ac_find_libraries" = "x"; then
28110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28111 $as_echo_n "checking elsewhere... " >&6; }
28114 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28116 for ac_extension
in a so sl dylib dll.a
; do
28117 if test -f "$ac_dir/libGL.$ac_extension"; then
28118 ac_find_libraries
=$ac_dir
28124 if test "x$ac_find_libraries" != "x"; then
28125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28126 $as_echo "yes" >&6; }
28128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28129 $as_echo "no" >&6; }
28134 GL_CFLAGS
=$pkg_cv_GL_CFLAGS
28135 GL_LIBS
=$pkg_cv_GL_LIBS
28136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28137 $as_echo "yes" >&6; }
28139 ac_find_libraries
="std"
28141 eval ac_find_cflags
=\
$GL_CFLAGS
28142 eval fl_libs
=\
$GL_LIBS
28144 for fl_path
in $fl_libs
28146 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28147 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
28153 if test "$ac_find_libraries" != "" ; then
28154 if test "$ac_find_libraries" != "std" ; then
28156 if test "$ac_find_libraries" = "default location"; then
28159 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
28161 if test $result = 0; then
28164 ac_path_to_link
=" -L$ac_find_libraries"
28168 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28169 LDFLAGS_GL
="$ac_path_to_link"
28176 fl_pkgname
=`echo "GLU" | tr [:upper:] [:lower:]`
28179 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
28180 if test -n "$ac_tool_prefix"; then
28181 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
28182 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
28183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28184 $as_echo_n "checking for $ac_word... " >&6; }
28185 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
28186 $as_echo_n "(cached) " >&6
28188 case $PKG_CONFIG in
28190 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28193 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28194 for as_dir
in $PATH
28197 test -z "$as_dir" && as_dir
=.
28198 for ac_exec_ext
in '' $ac_executable_extensions; do
28199 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28200 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28211 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28212 if test -n "$PKG_CONFIG"; then
28213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
28214 $as_echo "$PKG_CONFIG" >&6; }
28216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28217 $as_echo "no" >&6; }
28222 if test -z "$ac_cv_path_PKG_CONFIG"; then
28223 ac_pt_PKG_CONFIG
=$PKG_CONFIG
28224 # Extract the first word of "pkg-config", so it can be a program name with args.
28225 set dummy pkg
-config; ac_word
=$2
28226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28227 $as_echo_n "checking for $ac_word... " >&6; }
28228 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
28229 $as_echo_n "(cached) " >&6
28231 case $ac_pt_PKG_CONFIG in
28233 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
28236 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28237 for as_dir
in $PATH
28240 test -z "$as_dir" && as_dir
=.
28241 for ac_exec_ext
in '' $ac_executable_extensions; do
28242 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28243 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28254 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
28255 if test -n "$ac_pt_PKG_CONFIG"; then
28256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
28257 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
28259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28260 $as_echo "no" >&6; }
28263 if test "x$ac_pt_PKG_CONFIG" = x
; then
28266 case $cross_compiling:$ac_tool_warned in
28268 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28269 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28270 ac_tool_warned
=yes ;;
28272 PKG_CONFIG
=$ac_pt_PKG_CONFIG
28275 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
28279 if test -n "$PKG_CONFIG"; then
28280 _pkg_min_version
=0.9.0
28281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
28282 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
28283 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
28284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28285 $as_echo "yes" >&6; }
28287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28288 $as_echo "no" >&6; }
28295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLU" >&5
28296 $as_echo_n "checking for GLU... " >&6; }
28298 if test -n "$PKG_CONFIG"; then
28299 if test -n "$GLU_CFLAGS"; then
28300 pkg_cv_GLU_CFLAGS
="$GLU_CFLAGS"
28302 if test -n "$PKG_CONFIG" && \
28303 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28304 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28307 test $ac_status = 0; }; then
28308 pkg_cv_GLU_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28316 if test -n "$PKG_CONFIG"; then
28317 if test -n "$GLU_LIBS"; then
28318 pkg_cv_GLU_LIBS
="$GLU_LIBS"
28320 if test -n "$PKG_CONFIG" && \
28321 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28322 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28324 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28325 test $ac_status = 0; }; then
28326 pkg_cv_GLU_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28337 if test $pkg_failed = yes; then
28339 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28340 _pkg_short_errors_supported
=yes
28342 _pkg_short_errors_supported
=no
28344 if test $_pkg_short_errors_supported = yes; then
28345 GLU_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28347 GLU_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28349 # Put the nasty error message in config.log where it belongs
28350 echo "$GLU_PKG_ERRORS" >&5
28353 if test "x$ac_find_libraries" = "x"; then
28354 if test "xgluBeginCurve" != "x"; then
28355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5
28356 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; }
28357 if ${ac_cv_lib_GLU_gluBeginCurve+:} false
; then :
28358 $as_echo_n "(cached) " >&6
28360 ac_check_lib_save_LIBS
=$LIBS
28362 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28363 /* end confdefs.h. */
28365 /* Override any GCC internal prototype to avoid an error.
28366 Use char because int might match the return type of a GCC
28367 builtin and then its argument prototype would still apply. */
28371 char gluBeginCurve ();
28375 return gluBeginCurve ();
28380 if ac_fn_c_try_link
"$LINENO"; then :
28381 ac_cv_lib_GLU_gluBeginCurve
=yes
28383 ac_cv_lib_GLU_gluBeginCurve
=no
28385 rm -f core conftest.err conftest.
$ac_objext \
28386 conftest
$ac_exeext conftest.
$ac_ext
28387 LIBS
=$ac_check_lib_save_LIBS
28389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
28390 $as_echo "$ac_cv_lib_GLU_gluBeginCurve" >&6; }
28391 if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes
; then :
28392 ac_find_libraries
="std"
28398 if test "x$ac_find_libraries" = "x"; then
28399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28400 $as_echo_n "checking elsewhere... " >&6; }
28403 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28405 for ac_extension
in a so sl dylib dll.a
; do
28406 if test -f "$ac_dir/libGLU.$ac_extension"; then
28407 ac_find_libraries
=$ac_dir
28413 if test "x$ac_find_libraries" != "x"; then
28414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28415 $as_echo "yes" >&6; }
28417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28418 $as_echo "no" >&6; }
28422 elif test $pkg_failed = untried
; then
28424 if test "x$ac_find_libraries" = "x"; then
28425 if test "xgluBeginCurve" != "x"; then
28426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5
28427 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; }
28428 if ${ac_cv_lib_GLU_gluBeginCurve+:} false
; then :
28429 $as_echo_n "(cached) " >&6
28431 ac_check_lib_save_LIBS
=$LIBS
28433 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28434 /* end confdefs.h. */
28436 /* Override any GCC internal prototype to avoid an error.
28437 Use char because int might match the return type of a GCC
28438 builtin and then its argument prototype would still apply. */
28442 char gluBeginCurve ();
28446 return gluBeginCurve ();
28451 if ac_fn_c_try_link
"$LINENO"; then :
28452 ac_cv_lib_GLU_gluBeginCurve
=yes
28454 ac_cv_lib_GLU_gluBeginCurve
=no
28456 rm -f core conftest.err conftest.
$ac_objext \
28457 conftest
$ac_exeext conftest.
$ac_ext
28458 LIBS
=$ac_check_lib_save_LIBS
28460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
28461 $as_echo "$ac_cv_lib_GLU_gluBeginCurve" >&6; }
28462 if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes
; then :
28463 ac_find_libraries
="std"
28469 if test "x$ac_find_libraries" = "x"; then
28470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28471 $as_echo_n "checking elsewhere... " >&6; }
28474 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28476 for ac_extension
in a so sl dylib dll.a
; do
28477 if test -f "$ac_dir/libGLU.$ac_extension"; then
28478 ac_find_libraries
=$ac_dir
28484 if test "x$ac_find_libraries" != "x"; then
28485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28486 $as_echo "yes" >&6; }
28488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28489 $as_echo "no" >&6; }
28494 GLU_CFLAGS
=$pkg_cv_GLU_CFLAGS
28495 GLU_LIBS
=$pkg_cv_GLU_LIBS
28496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28497 $as_echo "yes" >&6; }
28499 ac_find_libraries
="std"
28501 eval ac_find_cflags
=\
$GLU_CFLAGS
28502 eval fl_libs
=\
$GLU_LIBS
28504 for fl_path
in $fl_libs
28506 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28507 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
28513 if test "$ac_find_libraries" != "" ; then
28514 if test "$ac_find_libraries" != "std" ; then
28516 if test "$ac_find_libraries" = "default location"; then
28519 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
28521 if test $result = 0; then
28524 ac_path_to_link
=" -L$ac_find_libraries"
28528 if test "$ac_path_to_link" != " -L/usr/lib" -a \
28529 "$ac_path_to_link" != "$LDFLAGS_GL" ; then
28530 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
28535 OPENGL_LIBS
="-lGL -lGLU"
28539 if test "$found_gl" != 1; then
28543 fl_pkgname
=`echo "MesaGL" | tr [:upper:] [:lower:]`
28546 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
28547 if test -n "$ac_tool_prefix"; then
28548 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
28549 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
28550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28551 $as_echo_n "checking for $ac_word... " >&6; }
28552 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
28553 $as_echo_n "(cached) " >&6
28555 case $PKG_CONFIG in
28557 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28560 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28561 for as_dir
in $PATH
28564 test -z "$as_dir" && as_dir
=.
28565 for ac_exec_ext
in '' $ac_executable_extensions; do
28566 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28567 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28578 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28579 if test -n "$PKG_CONFIG"; then
28580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
28581 $as_echo "$PKG_CONFIG" >&6; }
28583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28584 $as_echo "no" >&6; }
28589 if test -z "$ac_cv_path_PKG_CONFIG"; then
28590 ac_pt_PKG_CONFIG
=$PKG_CONFIG
28591 # Extract the first word of "pkg-config", so it can be a program name with args.
28592 set dummy pkg
-config; ac_word
=$2
28593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28594 $as_echo_n "checking for $ac_word... " >&6; }
28595 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
28596 $as_echo_n "(cached) " >&6
28598 case $ac_pt_PKG_CONFIG in
28600 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
28603 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28604 for as_dir
in $PATH
28607 test -z "$as_dir" && as_dir
=.
28608 for ac_exec_ext
in '' $ac_executable_extensions; do
28609 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28610 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28621 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
28622 if test -n "$ac_pt_PKG_CONFIG"; then
28623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
28624 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
28626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28627 $as_echo "no" >&6; }
28630 if test "x$ac_pt_PKG_CONFIG" = x
; then
28633 case $cross_compiling:$ac_tool_warned in
28635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28636 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28637 ac_tool_warned
=yes ;;
28639 PKG_CONFIG
=$ac_pt_PKG_CONFIG
28642 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
28646 if test -n "$PKG_CONFIG"; then
28647 _pkg_min_version
=0.9.0
28648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
28649 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
28650 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
28651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28652 $as_echo "yes" >&6; }
28654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28655 $as_echo "no" >&6; }
28662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MesaGL" >&5
28663 $as_echo_n "checking for MesaGL... " >&6; }
28665 if test -n "$PKG_CONFIG"; then
28666 if test -n "$MesaGL_CFLAGS"; then
28667 pkg_cv_MesaGL_CFLAGS
="$MesaGL_CFLAGS"
28669 if test -n "$PKG_CONFIG" && \
28670 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28671 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28673 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28674 test $ac_status = 0; }; then
28675 pkg_cv_MesaGL_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28683 if test -n "$PKG_CONFIG"; then
28684 if test -n "$MesaGL_LIBS"; then
28685 pkg_cv_MesaGL_LIBS
="$MesaGL_LIBS"
28687 if test -n "$PKG_CONFIG" && \
28688 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28689 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28692 test $ac_status = 0; }; then
28693 pkg_cv_MesaGL_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28704 if test $pkg_failed = yes; then
28706 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28707 _pkg_short_errors_supported
=yes
28709 _pkg_short_errors_supported
=no
28711 if test $_pkg_short_errors_supported = yes; then
28712 MesaGL_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28714 MesaGL_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28716 # Put the nasty error message in config.log where it belongs
28717 echo "$MesaGL_PKG_ERRORS" >&5
28720 if test "x$ac_find_libraries" = "x"; then
28721 if test "xglEnable" != "x"; then
28722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glEnable in -lMesaGL" >&5
28723 $as_echo_n "checking for glEnable in -lMesaGL... " >&6; }
28724 if ${ac_cv_lib_MesaGL_glEnable+:} false
; then :
28725 $as_echo_n "(cached) " >&6
28727 ac_check_lib_save_LIBS
=$LIBS
28728 LIBS
="-lMesaGL $LIBS"
28729 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28730 /* end confdefs.h. */
28732 /* Override any GCC internal prototype to avoid an error.
28733 Use char because int might match the return type of a GCC
28734 builtin and then its argument prototype would still apply. */
28742 return glEnable ();
28747 if ac_fn_c_try_link
"$LINENO"; then :
28748 ac_cv_lib_MesaGL_glEnable
=yes
28750 ac_cv_lib_MesaGL_glEnable
=no
28752 rm -f core conftest.err conftest.
$ac_objext \
28753 conftest
$ac_exeext conftest.
$ac_ext
28754 LIBS
=$ac_check_lib_save_LIBS
28756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_MesaGL_glEnable" >&5
28757 $as_echo "$ac_cv_lib_MesaGL_glEnable" >&6; }
28758 if test "x$ac_cv_lib_MesaGL_glEnable" = xyes
; then :
28759 ac_find_libraries
="std"
28765 if test "x$ac_find_libraries" = "x"; then
28766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28767 $as_echo_n "checking elsewhere... " >&6; }
28770 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28772 for ac_extension
in a so sl dylib dll.a
; do
28773 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
28774 ac_find_libraries
=$ac_dir
28780 if test "x$ac_find_libraries" != "x"; then
28781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28782 $as_echo "yes" >&6; }
28784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28785 $as_echo "no" >&6; }
28789 elif test $pkg_failed = untried
; then
28791 if test "x$ac_find_libraries" = "x"; then
28792 if test "xglEnable" != "x"; then
28793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glEnable in -lMesaGL" >&5
28794 $as_echo_n "checking for glEnable in -lMesaGL... " >&6; }
28795 if ${ac_cv_lib_MesaGL_glEnable+:} false
; then :
28796 $as_echo_n "(cached) " >&6
28798 ac_check_lib_save_LIBS
=$LIBS
28799 LIBS
="-lMesaGL $LIBS"
28800 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28801 /* end confdefs.h. */
28803 /* Override any GCC internal prototype to avoid an error.
28804 Use char because int might match the return type of a GCC
28805 builtin and then its argument prototype would still apply. */
28813 return glEnable ();
28818 if ac_fn_c_try_link
"$LINENO"; then :
28819 ac_cv_lib_MesaGL_glEnable
=yes
28821 ac_cv_lib_MesaGL_glEnable
=no
28823 rm -f core conftest.err conftest.
$ac_objext \
28824 conftest
$ac_exeext conftest.
$ac_ext
28825 LIBS
=$ac_check_lib_save_LIBS
28827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_MesaGL_glEnable" >&5
28828 $as_echo "$ac_cv_lib_MesaGL_glEnable" >&6; }
28829 if test "x$ac_cv_lib_MesaGL_glEnable" = xyes
; then :
28830 ac_find_libraries
="std"
28836 if test "x$ac_find_libraries" = "x"; then
28837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28838 $as_echo_n "checking elsewhere... " >&6; }
28841 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28843 for ac_extension
in a so sl dylib dll.a
; do
28844 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
28845 ac_find_libraries
=$ac_dir
28851 if test "x$ac_find_libraries" != "x"; then
28852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28853 $as_echo "yes" >&6; }
28855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28856 $as_echo "no" >&6; }
28861 MesaGL_CFLAGS
=$pkg_cv_MesaGL_CFLAGS
28862 MesaGL_LIBS
=$pkg_cv_MesaGL_LIBS
28863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28864 $as_echo "yes" >&6; }
28866 ac_find_libraries
="std"
28868 eval ac_find_cflags
=\
$MesaGL_CFLAGS
28869 eval fl_libs
=\
$MesaGL_LIBS
28871 for fl_path
in $fl_libs
28873 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28874 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
28880 if test "$ac_find_libraries" != "" ; then
28881 if test "$ac_find_libraries" != "std" ; then
28883 if test "$ac_find_libraries" = "default location"; then
28886 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
28888 if test $result = 0; then
28891 ac_path_to_link
=" -L$ac_find_libraries"
28895 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28896 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
28899 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
28911 if test "x$OPENGL_LIBS" = "x"; then
28912 if test "$wxUSE_OPENGL" = "yes"; then
28913 as_fn_error $?
"OpenGL libraries not available" "$LINENO" 5
28915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
28916 $as_echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
28922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
28923 $as_echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
28927 if test "$wxUSE_OPENGL" = "auto"; then
28931 if test "$wxUSE_OPENGL" = "yes"; then
28933 $as_echo "#define wxUSE_OPENGL 1" >>confdefs.h
28935 $as_echo "#define wxUSE_GLCANVAS 1" >>confdefs.h
28937 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
28942 if test -n "$TOOLKIT" ; then
28943 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
28948 if test "$wxUSE_SHARED" = "yes"; then
28952 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Host system doesn't support shared libraries, disabling" >&5
28953 $as_echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
28958 if test "$wxUSE_SHARED" = "yes"; then
28962 *-*-cygwin* | *-*-mingw* )
28963 wx_cv_version_script
=no
28967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts --version-script" >&5
28968 $as_echo_n "checking if the linker accepts --version-script... " >&6; }
28969 if ${wx_cv_version_script+:} false
; then :
28970 $as_echo_n "(cached) " >&6
28973 echo "VER_1 { *; };" >conftest.sym
28974 echo "int main() { return 0; }" >conftest.cpp
28977 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
28978 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
28979 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
28980 (eval $ac_try) 2>&5
28982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28983 test $ac_status = 0; }; } ; then
28984 if test -s conftest.stderr
; then
28985 wx_cv_version_script
=no
28987 wx_cv_version_script
=yes
28990 wx_cv_version_script
=no
28993 if test $wx_cv_version_script = yes
28995 echo "struct B { virtual ~B() { } }; \
28996 struct D : public B { }; \
28997 void F() { D d; }" > conftest.cpp
29000 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29001 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
29002 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29003 (eval $ac_try) 2>&5
29005 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29006 test $ac_status = 0; }; } &&
29008 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29009 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
29010 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29011 (eval $ac_try) 2>&5
29013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29014 test $ac_status = 0; }; }
29017 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29018 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
29019 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29020 (eval $ac_try) 2>&5
29022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29023 test $ac_status = 0; }; }
29025 wx_cv_version_script
=yes
29027 wx_cv_version_script
=no
29032 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
29033 rm -f conftest1.output conftest2.output conftest3.output
29036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_version_script" >&5
29037 $as_echo "$wx_cv_version_script" >&6; }
29039 if test $wx_cv_version_script = yes ; then
29040 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(wx_top_builddir)/version-script"
29046 if test "$wxUSE_VISIBILITY" != "no"; then
29049 if test -n "$GCC"; then
29050 CFLAGS_VISIBILITY
="-fvisibility=hidden"
29051 CXXFLAGS_VISIBILITY
="-fvisibility=hidden -fvisibility-inlines-hidden"
29052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for symbols visibility support" >&5
29053 $as_echo_n "checking for symbols visibility support... " >&6; }
29054 if ${wx_cv_cc_visibility+:} false
; then :
29055 $as_echo_n "(cached) " >&6
29058 wx_save_CXXFLAGS
="$CXXFLAGS"
29059 CXXFLAGS
="$CXXFLAGS $CXXFLAGS_VISIBILITY"
29061 ac_cpp
='$CXXCPP $CPPFLAGS'
29062 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29063 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29064 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29066 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29067 /* end confdefs.h. */
29069 /* we need gcc >= 4.0, older versions with visibility support
29070 didn't have class visibility: */
29071 #if defined(__GNUC__) && __GNUC__ < 4
29072 error this gcc is too old;
29075 /* visibility only makes sense for ELF shared libs: */
29076 #if !defined(__ELF__) && !defined(__APPLE__)
29077 error this platform has no visibility;
29080 /* at the time of Xcode 4.1 / Clang 3, Clang++ still didn't have the bugs sorted out: */
29081 #if defined(__clang__)
29082 clang compiler is still broken w.r.t. visibility;
29085 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
29086 extern __attribute__((__visibility__("default"))) int exportedvar;
29087 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
29088 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
29089 class __attribute__((__visibility__("default"))) Foo {
29101 if ac_fn_cxx_try_compile
"$LINENO"; then :
29102 wx_cv_cc_visibility
=yes
29104 wx_cv_cc_visibility
=no
29106 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29108 ac_cpp
='$CPP $CPPFLAGS'
29109 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29110 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29111 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29113 CXXFLAGS
="$wx_save_CXXFLAGS"
29116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_visibility" >&5
29117 $as_echo "$wx_cv_cc_visibility" >&6; }
29118 if test $wx_cv_cc_visibility = yes; then
29119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken libstdc++ visibility" >&5
29120 $as_echo_n "checking for broken libstdc++ visibility... " >&6; }
29121 if ${wx_cv_cc_broken_libstdcxx_visibility+:} false
; then :
29122 $as_echo_n "(cached) " >&6
29125 wx_save_CXXFLAGS
="$CXXFLAGS"
29126 wx_save_LDFLAGS
="$LDFLAGS"
29127 CXXFLAGS
="$CXXFLAGS $CXXFLAGS_VISIBILITY"
29128 LDFLAGS
="$LDFLAGS -shared -fPIC"
29130 ac_cpp
='$CXXCPP $CPPFLAGS'
29131 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29132 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29133 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29135 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29136 /* end confdefs.h. */
29144 std::string s("hello");
29151 if ac_fn_cxx_try_link
"$LINENO"; then :
29152 wx_cv_cc_broken_libstdcxx_visibility
=no
29154 wx_cv_cc_broken_libstdcxx_visibility
=yes
29156 rm -f core conftest.err conftest.
$ac_objext \
29157 conftest
$ac_exeext conftest.
$ac_ext
29159 ac_cpp
='$CPP $CPPFLAGS'
29160 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29161 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29162 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29164 CXXFLAGS
="$wx_save_CXXFLAGS"
29165 LDFLAGS
="$wx_save_LDFLAGS"
29168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
29169 $as_echo "$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
29171 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
29172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can work around it" >&5
29173 $as_echo_n "checking whether we can work around it... " >&6; }
29174 if ${wx_cv_cc_visibility_workaround+:} false
; then :
29175 $as_echo_n "(cached) " >&6
29179 ac_cpp
='$CXXCPP $CPPFLAGS'
29180 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29181 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29182 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29185 /* end confdefs.h. */
29187 #pragma GCC visibility push(default)
29189 #pragma GCC visibility pop
29195 std::string s("hello");
29202 if ac_fn_cxx_try_link
"$LINENO"; then :
29203 wx_cv_cc_visibility_workaround
=no
29205 wx_cv_cc_visibility_workaround
=yes
29207 rm -f core conftest.err conftest.
$ac_objext \
29208 conftest
$ac_exeext conftest.
$ac_ext
29210 ac_cpp
='$CPP $CPPFLAGS'
29211 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29212 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29213 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_visibility_workaround" >&5
29219 $as_echo "$wx_cv_cc_visibility_workaround" >&6; }
29221 if test $wx_cv_cc_visibility_workaround = no
; then
29222 wx_cv_cc_visibility
=no
29227 if test $wx_cv_cc_visibility = yes; then
29228 $as_echo "#define HAVE_VISIBILITY 1" >>confdefs.h
29230 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
29231 $as_echo "#define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1" >>confdefs.h
29235 CFLAGS_VISIBILITY
=""
29236 CXXFLAGS_VISIBILITY
=""
29244 if test "x$SUNCXX" = xyes
; then
29245 SAMPLES_RPATH_FLAG
="-R\$(wx_top_builddir)/lib"
29246 WXCONFIG_RPATH
="-R\$libdir"
29249 *-*-linux* | *-*-gnu* )
29250 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(wx_top_builddir)/lib"
29251 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
29256 CPPFLAGS
="-isystem /usr/openwin/include $CPPFLAGS"
29258 saveLdflags
="$LDFLAGS"
29259 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
29260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -rpath" >&5
29261 $as_echo_n "checking if the linker accepts -rpath... " >&6; }
29262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29263 /* end confdefs.h. */
29273 if ac_fn_c_try_link
"$LINENO"; then :
29275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29276 $as_echo "yes" >&6; }
29277 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(wx_top_builddir)/lib"
29278 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
29282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29283 $as_echo "no" >&6; }
29284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -R" >&5
29285 $as_echo_n "checking if the linker accepts -R... " >&6; }
29286 LDFLAGS
="$saveLdflags -Wl,-R,/"
29287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29288 /* end confdefs.h. */
29298 if ac_fn_c_try_link
"$LINENO"; then :
29300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29301 $as_echo "yes" >&6; }
29302 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(wx_top_builddir)/lib"
29303 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
29307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29308 $as_echo "no" >&6; }
29311 rm -f core conftest.err conftest.
$ac_objext \
29312 conftest
$ac_exeext conftest.
$ac_ext
29315 rm -f core conftest.err conftest.
$ac_objext \
29316 conftest
$ac_exeext conftest.
$ac_ext
29317 LDFLAGS
="$saveLdflags"
29321 install_name_tool
=`which ${HOST_PREFIX}install_name_tool`
29322 if test "$install_name_tool" -a -x "$install_name_tool"; then
29323 DYLIB_RPATH_POSTLINK
="${HOST_PREFIX}install_name_tool -id \$@ \$@"
29324 cat <<EOF >change-install-names
29326 libnames=\`cd \${2} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
29328 for dep in \${libnames} ; do
29329 changes="\${changes} -change \${4}/\${dep} \${3}/\${dep}"
29331 for i in \${libnames} ; do
29332 ${HOST_PREFIX}install_name_tool \${changes} -id \${3}/\${i} \${1}/\${i}
29334 ${HOST_PREFIX}install_name_tool \${changes} \${2}/wxrc-${WX_RELEASE}
29336 chmod +x change
-install-names
29337 DYLIB_RPATH_INSTALL
="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \${DESTDIR}\${bindir} \${libdir} \$(wx_top_builddir)/lib"
29340 HEADER_PAD_OPTION
="-headerpad_max_install_names"
29343 *-*-cygwin* | *-*-mingw32* )
29347 SAMPLES_RPATH_FLAG
="-Wl,+b,\$(wx_top_builddir)/lib"
29348 WXCONFIG_RPATH
="-Wl,+b,\$libdir"
29354 WXCONFIG_ONLY_CPPFLAGS
="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
29356 if test $wxUSE_RPATH = "no"; then
29357 SAMPLES_RPATH_FLAG
=''
29358 DYLIB_PATH_POSTLINK
=''
29366 config_linkage_component
="-static"
29373 lib_unicode_suffix
=
29375 if test "$wxUSE_UNICODE" = "yes"; then
29376 lib_unicode_suffix
=u
29377 WX_CHARTYPE
="unicode"
29381 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
29382 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
29385 if test "$wxUSE_DEBUG_INFO" = "yes"; then
29389 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
29391 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
29393 TOOLCHAIN_FULLNAME
="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
29396 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
29397 WX_LIBRARY_BASENAME_NOGUI
="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29399 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29401 if test "${TOOLKIT_DIR}" = "os2"; then
29402 WX_LIBRARY_BASENAME_GUI
="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29404 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29409 if test "$wxUSE_OLD_COCOA" = 1; then
29412 ac_cpp
='$CPP $CPPFLAGS'
29413 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29414 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29415 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
29420 $as_echo_n "checking if AppKit/NSEvent.h conflicts with CoreFoundation... " >&6; }
29421 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29422 /* end confdefs.h. */
29423 #include <AppKit/NSEvent.h>
29424 #include <CoreFoundation/CoreFoundation.h>
29434 if ac_fn_c_try_compile
"$LINENO"; then :
29435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29436 $as_echo "no" >&6; }
29438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29439 $as_echo "yes" >&6; }
29440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if defining __Point__ will fix it" >&5
29441 $as_echo_n "checking if defining __Point__ will fix it... " >&6; }
29442 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29443 /* end confdefs.h. */
29444 #define __Point__ 1
29445 #include <AppKit/NSEvent.h>
29446 #include <CoreFoundation/CoreFoundation.h>
29456 if ac_fn_c_try_compile
"$LINENO"; then :
29457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29458 $as_echo "yes" >&6; }
29459 $as_echo "#define __Point__ 1" >>confdefs.h
29463 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
29464 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
29466 See \`config.log' for more details" "$LINENO" 5; }
29469 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29472 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29474 ac_cpp
='$CPP $CPPFLAGS'
29475 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29476 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29477 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29482 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
29483 if test "x$ac_cv_type_mode_t" = xyes
; then :
29487 cat >>confdefs.h
<<_ACEOF
29493 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
29494 if test "x$ac_cv_type_off_t" = xyes
; then :
29498 cat >>confdefs.h
<<_ACEOF
29499 #define off_t long int
29504 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
29505 if test "x$ac_cv_type_pid_t" = xyes
; then :
29509 cat >>confdefs.h
<<_ACEOF
29515 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
29516 if test "x$ac_cv_type_size_t" = xyes
; then :
29520 cat >>confdefs.h
<<_ACEOF
29521 #define size_t unsigned int
29527 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
29528 if test "x$ac_cv_type_ssize_t" = xyes
; then :
29530 cat >>confdefs.h
<<_ACEOF
29531 #define HAVE_SSIZE_T 1
29539 ac_cpp
='$CXXCPP $CPPFLAGS'
29540 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29541 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29542 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if size_t is unsigned int" >&5
29544 $as_echo_n "checking if size_t is unsigned int... " >&6; }
29545 if ${wx_cv_size_t_is_uint+:} false
; then :
29546 $as_echo_n "(cached) " >&6
29549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29550 /* end confdefs.h. */
29551 #include <stddef.h>
29558 struct Foo { void foo(size_t); void foo(unsigned int); };
29566 if ac_fn_cxx_try_compile
"$LINENO"; then :
29567 wx_cv_size_t_is_uint
=no
29569 wx_cv_size_t_is_uint
=yes
29572 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_size_t_is_uint" >&5
29577 $as_echo "$wx_cv_size_t_is_uint" >&6; }
29579 if test "$wx_cv_size_t_is_uint" = "yes"; then
29580 $as_echo "#define wxSIZE_T_IS_UINT 1" >>confdefs.h
29583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if size_t is unsigned long" >&5
29584 $as_echo_n "checking if size_t is unsigned long... " >&6; }
29585 if ${wx_cv_size_t_is_ulong+:} false
; then :
29586 $as_echo_n "(cached) " >&6
29588 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29589 /* end confdefs.h. */
29590 #include <stddef.h>
29597 struct Foo { void foo(size_t); void foo(unsigned long); };
29605 if ac_fn_cxx_try_compile
"$LINENO"; then :
29606 wx_cv_size_t_is_ulong
=no
29608 wx_cv_size_t_is_ulong
=yes
29611 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_size_t_is_ulong" >&5
29615 $as_echo "$wx_cv_size_t_is_ulong" >&6; }
29617 if test "$wx_cv_size_t_is_ulong" = "yes"; then
29618 $as_echo "#define wxSIZE_T_IS_ULONG 1" >>confdefs.h
29623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if wchar_t is separate type" >&5
29624 $as_echo_n "checking if wchar_t is separate type... " >&6; }
29625 if ${wx_cv_wchar_t_is_separate_type+:} false
; then :
29626 $as_echo_n "(cached) " >&6
29628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29629 /* end confdefs.h. */
29637 struct Foo { void foo(wchar_t);
29638 void foo(unsigned short);
29639 void foo(unsigned int);
29640 void foo(unsigned long); };
29648 if ac_fn_cxx_try_compile
"$LINENO"; then :
29649 wx_cv_wchar_t_is_separate_type
=yes
29651 wx_cv_wchar_t_is_separate_type
=no
29654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_wchar_t_is_separate_type" >&5
29658 $as_echo "$wx_cv_wchar_t_is_separate_type" >&6; }
29660 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
29661 $as_echo "#define wxWCHAR_T_IS_REAL_TYPE 1" >>confdefs.h
29664 $as_echo "#define wxWCHAR_T_IS_REAL_TYPE 0" >>confdefs.h
29669 ac_cpp
='$CPP $CPPFLAGS'
29670 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29671 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29672 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pw_gecos in struct passwd" >&5
29676 $as_echo_n "checking for pw_gecos in struct passwd... " >&6; }
29677 if ${wx_cv_struct_pw_gecos+:} false
; then :
29678 $as_echo_n "(cached) " >&6
29681 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29682 /* end confdefs.h. */
29696 if ac_fn_c_try_compile
"$LINENO"; then :
29698 wx_cv_struct_pw_gecos
=yes
29702 wx_cv_struct_pw_gecos
=no
29706 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_struct_pw_gecos" >&5
29711 $as_echo "$wx_cv_struct_pw_gecos" >&6; }
29713 if test "$wx_cv_struct_pw_gecos" = "yes"; then
29714 $as_echo "#define HAVE_PW_GECOS 1" >>confdefs.h
29721 for ac_func
in wcslen
29723 ac_fn_c_check_func
"$LINENO" "wcslen" "ac_cv_func_wcslen"
29724 if test "x$ac_cv_func_wcslen" = xyes
; then :
29725 cat >>confdefs.h
<<_ACEOF
29726 #define HAVE_WCSLEN 1
29733 if test "$WCSLEN_FOUND" = 0; then
29734 if test "$TOOLKIT" = "MSW"; then
29735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcslen in -lmsvcrt" >&5
29736 $as_echo_n "checking for wcslen in -lmsvcrt... " >&6; }
29737 if ${ac_cv_lib_msvcrt_wcslen+:} false
; then :
29738 $as_echo_n "(cached) " >&6
29740 ac_check_lib_save_LIBS
=$LIBS
29741 LIBS
="-lmsvcrt $LIBS"
29742 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29743 /* end confdefs.h. */
29745 /* Override any GCC internal prototype to avoid an error.
29746 Use char because int might match the return type of a GCC
29747 builtin and then its argument prototype would still apply. */
29760 if ac_fn_c_try_link
"$LINENO"; then :
29761 ac_cv_lib_msvcrt_wcslen
=yes
29763 ac_cv_lib_msvcrt_wcslen
=no
29765 rm -f core conftest.err conftest.
$ac_objext \
29766 conftest
$ac_exeext conftest.
$ac_ext
29767 LIBS
=$ac_check_lib_save_LIBS
29769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_msvcrt_wcslen" >&5
29770 $as_echo "$ac_cv_lib_msvcrt_wcslen" >&6; }
29771 if test "x$ac_cv_lib_msvcrt_wcslen" = xyes
; then :
29776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcslen in -lw" >&5
29777 $as_echo_n "checking for wcslen in -lw... " >&6; }
29778 if ${ac_cv_lib_w_wcslen+:} false
; then :
29779 $as_echo_n "(cached) " >&6
29781 ac_check_lib_save_LIBS
=$LIBS
29783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29784 /* end confdefs.h. */
29786 /* Override any GCC internal prototype to avoid an error.
29787 Use char because int might match the return type of a GCC
29788 builtin and then its argument prototype would still apply. */
29801 if ac_fn_c_try_link
"$LINENO"; then :
29802 ac_cv_lib_w_wcslen
=yes
29804 ac_cv_lib_w_wcslen
=no
29806 rm -f core conftest.err conftest.
$ac_objext \
29807 conftest
$ac_exeext conftest.
$ac_ext
29808 LIBS
=$ac_check_lib_save_LIBS
29810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wcslen" >&5
29811 $as_echo "$ac_cv_lib_w_wcslen" >&6; }
29812 if test "x$ac_cv_lib_w_wcslen" = xyes
; then :
29822 if test "$WCSLEN_FOUND" = 1; then
29823 $as_echo "#define HAVE_WCSLEN 1" >>confdefs.h
29827 for ac_func
in wcsftime
29829 ac_fn_c_check_func
"$LINENO" "wcsftime" "ac_cv_func_wcsftime"
29830 if test "x$ac_cv_func_wcsftime" = xyes
; then :
29831 cat >>confdefs.h
<<_ACEOF
29832 #define HAVE_WCSFTIME 1
29839 if test "$wxUSE_MAC" != 1; then
29840 for ac_func
in strnlen wcsdup wcsnlen wcscasecmp wcsncasecmp
29842 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29843 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
29844 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
29845 cat >>confdefs.h
<<_ACEOF
29846 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29854 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
29855 CPPFLAGS
="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
29858 ac_fn_c_check_type
"$LINENO" "mbstate_t" "ac_cv_type_mbstate_t" "#include <wchar.h>
29860 if test "x$ac_cv_type_mbstate_t" = xyes
; then :
29862 cat >>confdefs.h
<<_ACEOF
29863 #define HAVE_MBSTATE_T 1
29866 for ac_func
in wcsrtombs
29868 ac_fn_c_check_func
"$LINENO" "wcsrtombs" "ac_cv_func_wcsrtombs"
29869 if test "x$ac_cv_func_wcsrtombs" = xyes
; then :
29870 cat >>confdefs.h
<<_ACEOF
29871 #define HAVE_WCSRTOMBS 1
29880 for ac_func
in snprintf vsnprintf vsscanf
29882 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29883 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
29884 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
29885 cat >>confdefs.h
<<_ACEOF
29886 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29894 ac_cpp
='$CXXCPP $CPPFLAGS'
29895 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29896 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29897 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29899 if test "$ac_cv_func_vsnprintf" = "yes"; then
29900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vsnprintf declaration" >&5
29901 $as_echo_n "checking for vsnprintf declaration... " >&6; }
29902 if ${wx_cv_func_vsnprintf_decl+:} false
; then :
29903 $as_echo_n "(cached) " >&6
29906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29907 /* end confdefs.h. */
29910 #include <stdarg.h>
29918 vsnprintf(buf, 10u, "%s", ap);
29924 if ac_fn_cxx_try_compile
"$LINENO"; then :
29925 wx_cv_func_vsnprintf_decl
=yes
29927 wx_cv_func_vsnprintf_decl
=no
29930 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_vsnprintf_decl" >&5
29935 $as_echo "$wx_cv_func_vsnprintf_decl" >&6; }
29937 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
29938 $as_echo "#define HAVE_VSNPRINTF_DECL 1" >>confdefs.h
29941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if vsnprintf declaration is broken" >&5
29942 $as_echo_n "checking if vsnprintf declaration is broken... " >&6; }
29943 if ${wx_cv_func_broken_vsnprintf_decl+:} false
; then :
29944 $as_echo_n "(cached) " >&6
29947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29948 /* end confdefs.h. */
29951 #include <stdarg.h>
29953 #if __MSL__ >= 0x6000
29955 using namespace std;
29965 const char *fmt = "%s";
29966 vsnprintf(buf, 10u, fmt, ap);
29972 if ac_fn_cxx_try_compile
"$LINENO"; then :
29973 wx_cv_func_broken_vsnprintf_decl
=no
29975 wx_cv_func_broken_vsnprintf_decl
=yes
29978 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_broken_vsnprintf_decl" >&5
29983 $as_echo "$wx_cv_func_broken_vsnprintf_decl" >&6; }
29985 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
29986 $as_echo "#define HAVE_BROKEN_VSNPRINTF_DECL 1" >>confdefs.h
29992 if test "$ac_cv_func_snprintf" = "yes"; then
29993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snprintf declaration" >&5
29994 $as_echo_n "checking for snprintf declaration... " >&6; }
29995 if ${wx_cv_func_snprintf_decl+:} false
; then :
29996 $as_echo_n "(cached) " >&6
29999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30000 /* end confdefs.h. */
30003 #include <stdarg.h>
30005 #if __MSL__ >= 0x6000
30007 using namespace std;
30016 snprintf(buf, 10u, "%s", "wx");
30022 if ac_fn_cxx_try_compile
"$LINENO"; then :
30023 wx_cv_func_snprintf_decl
=yes
30025 wx_cv_func_snprintf_decl
=no
30028 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_snprintf_decl" >&5
30033 $as_echo "$wx_cv_func_snprintf_decl" >&6; }
30035 if test "$wx_cv_func_snprintf_decl" = "yes"; then
30036 $as_echo "#define HAVE_SNPRINTF_DECL 1" >>confdefs.h
30040 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
30042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if snprintf supports positional arguments" >&5
30043 $as_echo_n "checking if snprintf supports positional arguments... " >&6; }
30044 if ${wx_cv_func_snprintf_pos_params+:} false
; then :
30045 $as_echo_n "(cached) " >&6
30048 if test "$cross_compiling" = yes; then :
30050 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming Unix98 printf() is not available,
30051 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
30052 $as_echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
30053 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
30054 wx_cv_func_snprintf_pos_params
=no
30058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30059 /* end confdefs.h. */
30066 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
30067 if (strcmp ("2 3 1", buffer) == 0)
30073 if ac_fn_cxx_try_run
"$LINENO"; then :
30074 wx_cv_func_snprintf_pos_params
=no
30076 wx_cv_func_snprintf_pos_params
=yes
30078 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
30079 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
30085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_snprintf_pos_params" >&5
30086 $as_echo "$wx_cv_func_snprintf_pos_params" >&6; }
30088 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
30089 $as_echo "#define HAVE_UNIX98_PRINTF 1" >>confdefs.h
30095 if test "$ac_cv_func_vsscanf" = "yes"; then
30096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vsscanf declaration" >&5
30097 $as_echo_n "checking for vsscanf declaration... " >&6; }
30098 if ${wx_cv_func_vsscanf_decl+:} false
; then :
30099 $as_echo_n "(cached) " >&6
30102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30103 /* end confdefs.h. */
30106 #include <stdarg.h>
30108 #if __MSL__ >= 0x6000
30110 using namespace std;
30120 vsscanf(buf, "%s", args);
30126 if ac_fn_cxx_try_compile
"$LINENO"; then :
30127 wx_cv_func_vsscanf_decl
=yes
30129 wx_cv_func_vsscanf_decl
=no
30132 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_vsscanf_decl" >&5
30137 $as_echo "$wx_cv_func_vsscanf_decl" >&6; }
30139 if test "$wx_cv_func_vsscanf_decl" = "yes"; then
30140 $as_echo "#define HAVE_VSSCANF_DECL 1" >>confdefs.h
30145 ac_cpp
='$CPP $CPPFLAGS'
30146 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30147 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30148 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30151 if test "$wxUSE_UNICODE" = yes; then
30153 wchar_headers
="#include <stdio.h>
30154 #include <wchar.h>"
30157 for ac_header
in widec.h
30159 ac_fn_c_check_header_compile
"$LINENO" "widec.h" "ac_cv_header_widec_h" "$ac_includes_default
30161 if test "x$ac_cv_header_widec_h" = xyes
; then :
30162 cat >>confdefs.h
<<_ACEOF
30163 #define HAVE_WIDEC_H 1
30170 if test "$ac_cv_header_widec_h" = "yes"; then
30171 wchar_headers
="$wchar_headers
30172 #include <widec.h>"
30177 for wx_func
in putws fputws wprintf vswprintf vswscanf
30179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30180 $as_echo_n "checking for $wx_func... " >&6; }
30181 if eval \
${wx_cv_func_$wx_func+:} false
; then :
30182 $as_echo_n "(cached) " >&6
30185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30186 /* end confdefs.h. */
30190 $ac_includes_default
30206 if ac_fn_c_try_link
"$LINENO"; then :
30207 eval wx_cv_func_
$wx_func=yes
30209 eval wx_cv_func_
$wx_func=no
30211 rm -f core conftest.err conftest.
$ac_objext \
30212 conftest
$ac_exeext conftest.
$ac_ext
30215 eval ac_res
=\
$wx_cv_func_$wx_func
30216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30217 $as_echo "$ac_res" >&6; }
30219 if eval test \
$wx_cv_func_$wx_func = yes
30221 cat >>confdefs.h
<<_ACEOF
30222 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _vsnwprintf" >&5
30234 $as_echo_n "checking for _vsnwprintf... " >&6; }
30235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30236 /* end confdefs.h. */
30246 if ac_fn_c_try_compile
"$LINENO"; then :
30247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30248 $as_echo "yes" >&6; }
30249 $as_echo "#define HAVE__VSNWPRINTF 1" >>confdefs.h
30252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30253 $as_echo "no" >&6; }
30255 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext;
30258 if test "$wxUSE_FILE" = "yes"; then
30260 for wx_func
in fsync
30262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30263 $as_echo_n "checking for $wx_func... " >&6; }
30264 if eval \
${wx_cv_func_$wx_func+:} false
; then :
30265 $as_echo_n "(cached) " >&6
30268 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30269 /* end confdefs.h. */
30273 $ac_includes_default
30289 if ac_fn_c_try_link
"$LINENO"; then :
30290 eval wx_cv_func_
$wx_func=yes
30292 eval wx_cv_func_
$wx_func=no
30294 rm -f core conftest.err conftest.
$ac_objext \
30295 conftest
$ac_exeext conftest.
$ac_ext
30298 eval ac_res
=\
$wx_cv_func_$wx_func
30299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30300 $as_echo "$ac_res" >&6; }
30302 if eval test \
$wx_cv_func_$wx_func = yes
30304 cat >>confdefs.h
<<_ACEOF
30305 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30318 ac_cpp
='$CXXCPP $CPPFLAGS'
30319 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30320 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30321 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30324 for wx_func
in round
30326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30327 $as_echo_n "checking for $wx_func... " >&6; }
30328 if eval \
${wx_cv_func_$wx_func+:} false
; then :
30329 $as_echo_n "(cached) " >&6
30332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30333 /* end confdefs.h. */
30337 $ac_includes_default
30353 if ac_fn_cxx_try_link
"$LINENO"; then :
30354 eval wx_cv_func_
$wx_func=yes
30356 eval wx_cv_func_
$wx_func=no
30358 rm -f core conftest.err conftest.
$ac_objext \
30359 conftest
$ac_exeext conftest.
$ac_ext
30362 eval ac_res
=\
$wx_cv_func_$wx_func
30363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30364 $as_echo "$ac_res" >&6; }
30366 if eval test \
$wx_cv_func_$wx_func = yes
30368 cat >>confdefs.h
<<_ACEOF
30369 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30380 ac_cpp
='$CPP $CPPFLAGS'
30381 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30382 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30383 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30386 if test "$TOOLKIT" != "MSW"; then
30388 if test "$wxUSE_LIBICONV" != "no" ; then
30392 # Check whether --with-libiconv-prefix was given.
30393 if test "${with_libiconv_prefix+set}" = set; then :
30394 withval
=$with_libiconv_prefix;
30395 for dir
in `echo "$withval" | tr : ' '`; do
30396 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
30397 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
30403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
30404 $as_echo_n "checking for iconv... " >&6; }
30405 if ${am_cv_func_iconv+:} false
; then :
30406 $as_echo_n "(cached) " >&6
30409 am_cv_func_iconv
="no, consider installing GNU libiconv"
30411 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30412 /* end confdefs.h. */
30413 #include <stdlib.h>
30418 iconv_t cd = iconv_open("","");
30419 iconv(cd,NULL,NULL,NULL,NULL);
30425 if ac_fn_c_try_link
"$LINENO"; then :
30426 am_cv_func_iconv
=yes
30428 rm -f core conftest.err conftest.
$ac_objext \
30429 conftest
$ac_exeext conftest.
$ac_ext
30430 if test "$am_cv_func_iconv" != yes; then
30431 am_save_LIBS
="$LIBS"
30432 LIBS
="$LIBS -liconv"
30433 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30434 /* end confdefs.h. */
30435 #include <stdlib.h>
30440 iconv_t cd = iconv_open("","");
30441 iconv(cd,NULL,NULL,NULL,NULL);
30447 if ac_fn_c_try_link
"$LINENO"; then :
30448 am_cv_lib_iconv
=yes
30449 am_cv_func_iconv
=yes
30451 rm -f core conftest.err conftest.
$ac_objext \
30452 conftest
$ac_exeext conftest.
$ac_ext
30453 LIBS
="$am_save_LIBS"
30457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
30458 $as_echo "$am_cv_func_iconv" >&6; }
30459 if test "$am_cv_func_iconv" = yes; then
30461 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
30463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if iconv needs const" >&5
30464 $as_echo_n "checking if iconv needs const... " >&6; }
30465 if ${wx_cv_func_iconv_const+:} false
; then :
30466 $as_echo_n "(cached) " >&6
30468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30469 /* end confdefs.h. */
30471 #include <stdlib.h>
30477 #if defined(__STDC__) || defined(__cplusplus)
30478 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
30491 if ac_fn_c_try_compile
"$LINENO"; then :
30492 wx_cv_func_iconv_const
="no"
30494 wx_cv_func_iconv_const
="yes"
30497 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_iconv_const" >&5
30501 $as_echo "$wx_cv_func_iconv_const" >&6; }
30504 if test "x$wx_cv_func_iconv_const" = "xyes"; then
30505 iconv_const
="const"
30509 cat >>confdefs.h
<<_ACEOF
30510 #define ICONV_CONST $iconv_const
30515 if test "$am_cv_lib_iconv" = yes; then
30520 LIBS
="$LIBICONV $LIBS"
30523 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
30524 for ac_func
in sigaction
30526 ac_fn_c_check_func
"$LINENO" "sigaction" "ac_cv_func_sigaction"
30527 if test "x$ac_cv_func_sigaction" = xyes
; then :
30528 cat >>confdefs.h
<<_ACEOF
30529 #define HAVE_SIGACTION 1
30536 if test "$ac_cv_func_sigaction" = "no"; then
30537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
30538 $as_echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
30539 wxUSE_ON_FATAL_EXCEPTION
=no
30542 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sa_handler type" >&5
30544 $as_echo_n "checking for sa_handler type... " >&6; }
30545 if ${wx_cv_type_sa_handler+:} false
; then :
30546 $as_echo_n "(cached) " >&6
30550 ac_cpp
='$CXXCPP $CPPFLAGS'
30551 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30552 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30553 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30556 /* end confdefs.h. */
30557 #include <signal.h>
30562 extern void testSigHandler(int);
30564 struct sigaction sa;
30565 sa.sa_handler = testSigHandler;
30571 if ac_fn_cxx_try_compile
"$LINENO"; then :
30573 wx_cv_type_sa_handler
=int
30577 wx_cv_type_sa_handler
=void
30580 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30582 ac_cpp
='$CPP $CPPFLAGS'
30583 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30584 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30585 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_sa_handler" >&5
30590 $as_echo "$wx_cv_type_sa_handler" >&6; }
30592 cat >>confdefs.h
<<_ACEOF
30593 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
30599 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
30600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for backtrace() in <execinfo.h>" >&5
30601 $as_echo_n "checking for backtrace() in <execinfo.h>... " >&6; }
30602 if ${wx_cv_func_backtrace+:} false
; then :
30603 $as_echo_n "(cached) " >&6
30606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing backtrace" >&5
30607 $as_echo_n "checking for library containing backtrace... " >&6; }
30608 if ${ac_cv_search_backtrace+:} false
; then :
30609 $as_echo_n "(cached) " >&6
30611 ac_func_search_save_LIBS
=$LIBS
30612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30613 /* end confdefs.h. */
30615 /* Override any GCC internal prototype to avoid an error.
30616 Use char because int might match the return type of a GCC
30617 builtin and then its argument prototype would still apply. */
30625 return backtrace ();
30630 for ac_lib
in '' execinfo
; do
30631 if test -z "$ac_lib"; then
30632 ac_res
="none required"
30635 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
30637 if ac_fn_c_try_link
"$LINENO"; then :
30638 ac_cv_search_backtrace
=$ac_res
30640 rm -f core conftest.err conftest.
$ac_objext \
30642 if ${ac_cv_search_backtrace+:} false
; then :
30646 if ${ac_cv_search_backtrace+:} false
; then :
30649 ac_cv_search_backtrace
=no
30651 rm conftest.
$ac_ext
30652 LIBS
=$ac_func_search_save_LIBS
30654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_backtrace" >&5
30655 $as_echo "$ac_cv_search_backtrace" >&6; }
30656 ac_res
=$ac_cv_search_backtrace
30657 if test "$ac_res" != no
; then :
30658 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
30661 ac_cpp
='$CXXCPP $CPPFLAGS'
30662 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30663 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30664 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30666 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30667 /* end confdefs.h. */
30668 #include <execinfo.h>
30675 backtrace(trace, 1);
30676 messages = backtrace_symbols(trace, 1);
30682 if ac_fn_cxx_try_link
"$LINENO"; then :
30683 wx_cv_func_backtrace
=yes
30685 wx_cv_func_backtrace
=no
30688 rm -f core conftest.err conftest.
$ac_objext \
30689 conftest
$ac_exeext conftest.
$ac_ext
30691 ac_cpp
='$CPP $CPPFLAGS'
30692 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30693 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30694 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30698 wx_cv_func_backtrace
=no
30705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_backtrace" >&5
30706 $as_echo "$wx_cv_func_backtrace" >&6; }
30708 if test "$wx_cv_func_backtrace" = "no"; then
30709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
30710 $as_echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
30711 wxUSE_STACKWALKER
=no
30713 if test "$ac_cv_header_cxxabi_h" = "yes"; then
30714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __cxa_demangle() in <cxxabi.h>" >&5
30715 $as_echo_n "checking for __cxa_demangle() in <cxxabi.h>... " >&6; }
30716 if ${wx_cv_func_cxa_demangle+:} false
; then :
30717 $as_echo_n "(cached) " >&6
30721 ac_cpp
='$CXXCPP $CPPFLAGS'
30722 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30723 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30724 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30726 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30727 /* end confdefs.h. */
30728 #include <cxxabi.h>
30734 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
30740 if ac_fn_cxx_try_link
"$LINENO"; then :
30741 wx_cv_func_cxa_demangle
=yes
30743 wx_cv_func_cxa_demangle
=no
30746 rm -f core conftest.err conftest.
$ac_objext \
30747 conftest
$ac_exeext conftest.
$ac_ext
30749 ac_cpp
='$CPP $CPPFLAGS'
30750 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30751 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30752 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_cxa_demangle" >&5
30758 $as_echo "$wx_cv_func_cxa_demangle" >&6; }
30760 wx_cv_func_cxa_demangle
=no
30763 if test "$wx_cv_func_cxa_demangle" = "yes"; then
30764 $as_echo "#define HAVE_CXA_DEMANGLE 1" >>confdefs.h
30770 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
30771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
30772 $as_echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
30773 wxUSE_STACKWALKER
=no
30777 for ac_func
in mkstemp mktemp
30779 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30780 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
30781 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
30782 cat >>confdefs.h
<<_ACEOF
30783 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statfs" >&5
30791 $as_echo_n "checking for statfs... " >&6; }
30792 if ${wx_cv_func_statfs+:} false
; then :
30793 $as_echo_n "(cached) " >&6
30795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30796 /* end confdefs.h. */
30798 #if defined(__BSD__)
30799 #include <sys/param.h>
30800 #include <sys/mount.h>
30802 #include <sys/vfs.h>
30820 if ac_fn_c_try_compile
"$LINENO"; then :
30821 wx_cv_func_statfs
=yes
30823 wx_cv_func_statfs
=no
30826 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statfs" >&5
30830 $as_echo "$wx_cv_func_statfs" >&6; }
30832 if test "$wx_cv_func_statfs" = "yes"; then
30833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statfs declaration" >&5
30834 $as_echo_n "checking for statfs declaration... " >&6; }
30835 if ${wx_cv_func_statfs_decl+:} false
; then :
30836 $as_echo_n "(cached) " >&6
30839 ac_cpp
='$CXXCPP $CPPFLAGS'
30840 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30841 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30842 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30845 /* end confdefs.h. */
30847 #if defined(__BSD__)
30848 #include <sys/param.h>
30849 #include <sys/mount.h>
30851 #include <sys/vfs.h>
30865 if ac_fn_cxx_try_compile
"$LINENO"; then :
30866 wx_cv_func_statfs_decl
=yes
30868 wx_cv_func_statfs_decl
=no
30871 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30873 ac_cpp
='$CPP $CPPFLAGS'
30874 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30875 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30876 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statfs_decl" >&5
30881 $as_echo "$wx_cv_func_statfs_decl" >&6; }
30883 if test "$wx_cv_func_statfs_decl" = "yes"; then
30884 $as_echo "#define HAVE_STATFS_DECL 1" >>confdefs.h
30888 wx_cv_type_statvfs_t
="struct statfs"
30889 $as_echo "#define HAVE_STATFS 1" >>confdefs.h
30892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statvfs" >&5
30893 $as_echo_n "checking for statvfs... " >&6; }
30894 if ${wx_cv_func_statvfs+:} false
; then :
30895 $as_echo_n "(cached) " >&6
30897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30898 /* end confdefs.h. */
30900 #include <stddef.h>
30901 #include <sys/statvfs.h>
30907 statvfs("/", NULL);
30913 if ac_fn_c_try_compile
"$LINENO"; then :
30914 wx_cv_func_statvfs
=yes
30916 wx_cv_func_statvfs
=no
30919 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statvfs" >&5
30923 $as_echo "$wx_cv_func_statvfs" >&6; }
30925 if test "$wx_cv_func_statvfs" = "yes"; then
30926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statvfs argument type" >&5
30927 $as_echo_n "checking for statvfs argument type... " >&6; }
30928 if ${wx_cv_type_statvfs_t+:} false
; then :
30929 $as_echo_n "(cached) " >&6
30932 ac_cpp
='$CXXCPP $CPPFLAGS'
30933 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30934 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30935 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30937 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30938 /* end confdefs.h. */
30940 #include <sys/statvfs.h>
30957 if ac_fn_cxx_try_compile
"$LINENO"; then :
30958 wx_cv_type_statvfs_t
=statvfs_t
30961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30962 /* end confdefs.h. */
30964 #include <sys/statvfs.h>
30981 if ac_fn_cxx_try_compile
"$LINENO"; then :
30982 wx_cv_type_statvfs_t
="struct statvfs"
30984 wx_cv_type_statvfs_t
="unknown"
30987 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30991 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30993 ac_cpp
='$CPP $CPPFLAGS'
30994 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30995 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30996 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_statvfs_t" >&5
31001 $as_echo "$wx_cv_type_statvfs_t" >&6; }
31003 if test "$wx_cv_type_statvfs_t" != "unknown"; then
31004 $as_echo "#define HAVE_STATVFS 1" >>confdefs.h
31008 wx_cv_type_statvfs_t
="unknown"
31012 if test "$wx_cv_type_statvfs_t" != "unknown"; then
31013 cat >>confdefs.h
<<_ACEOF
31014 #define WX_STATFS_T $wx_cv_type_statvfs_t
31018 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
31019 $as_echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
31022 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
31023 for ac_func
in fcntl flock
31025 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
31026 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
31027 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
31028 cat >>confdefs.h
<<_ACEOF
31029 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
31036 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
31037 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxSingleInstanceChecker not available" >&5
31038 $as_echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
31039 wxUSE_SNGLINST_CHECKER
=no
31043 for ac_func
in setenv putenv
31045 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
31046 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
31047 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
31048 cat >>confdefs.h
<<_ACEOF
31049 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
31055 if test "$ac_cv_func_setenv" = "yes"; then
31056 for ac_func
in unsetenv
31058 ac_fn_c_check_func
"$LINENO" "unsetenv" "ac_cv_func_unsetenv"
31059 if test "x$ac_cv_func_unsetenv" = xyes
; then :
31060 cat >>confdefs.h
<<_ACEOF
31061 #define HAVE_UNSETENV 1
31069 HAVE_SOME_SLEEP_FUNC
=0
31070 if test "$USE_BEOS" = 1; then
31071 $as_echo "#define HAVE_SLEEP 1" >>confdefs.h
31073 HAVE_SOME_SLEEP_FUNC
=1
31076 if test "$USE_DARWIN" = 1; then
31077 $as_echo "#define HAVE_USLEEP 1" >>confdefs.h
31079 HAVE_SOME_SLEEP_FUNC
=1
31082 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
31084 for ac_func
in nanosleep
31086 ac_fn_c_check_func
"$LINENO" "nanosleep" "ac_cv_func_nanosleep"
31087 if test "x$ac_cv_func_nanosleep" = xyes
; then :
31088 cat >>confdefs.h
<<_ACEOF
31089 #define HAVE_NANOSLEEP 1
31091 $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
31095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lposix4" >&5
31096 $as_echo_n "checking for nanosleep in -lposix4... " >&6; }
31097 if ${ac_cv_lib_posix4_nanosleep+:} false
; then :
31098 $as_echo_n "(cached) " >&6
31100 ac_check_lib_save_LIBS
=$LIBS
31101 LIBS
="-lposix4 $LIBS"
31102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31103 /* end confdefs.h. */
31105 /* Override any GCC internal prototype to avoid an error.
31106 Use char because int might match the return type of a GCC
31107 builtin and then its argument prototype would still apply. */
31115 return nanosleep ();
31120 if ac_fn_c_try_link
"$LINENO"; then :
31121 ac_cv_lib_posix4_nanosleep
=yes
31123 ac_cv_lib_posix4_nanosleep
=no
31125 rm -f core conftest.err conftest.
$ac_objext \
31126 conftest
$ac_exeext conftest.
$ac_ext
31127 LIBS
=$ac_check_lib_save_LIBS
31129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_nanosleep" >&5
31130 $as_echo "$ac_cv_lib_posix4_nanosleep" >&6; }
31131 if test "x$ac_cv_lib_posix4_nanosleep" = xyes
; then :
31133 $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
31135 POSIX4_LINK
=" -lposix4"
31140 for wx_func
in usleep
31142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31143 $as_echo_n "checking for $wx_func... " >&6; }
31144 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31145 $as_echo_n "(cached) " >&6
31148 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31149 /* end confdefs.h. */
31153 $ac_includes_default
31169 if ac_fn_c_try_link
"$LINENO"; then :
31170 eval wx_cv_func_
$wx_func=yes
31172 eval wx_cv_func_
$wx_func=no
31174 rm -f core conftest.err conftest.
$ac_objext \
31175 conftest
$ac_exeext conftest.
$ac_ext
31178 eval ac_res
=\
$wx_cv_func_$wx_func
31179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31180 $as_echo "$ac_res" >&6; }
31182 if eval test \
$wx_cv_func_$wx_func = yes
31184 cat >>confdefs.h
<<_ACEOF
31185 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31191 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxSleep() function will not work" >&5
31192 $as_echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
31209 for wx_func
in uname
31211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31212 $as_echo_n "checking for $wx_func... " >&6; }
31213 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31214 $as_echo_n "(cached) " >&6
31217 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31218 /* end confdefs.h. */
31221 #include <sys/utsname.h>
31222 $ac_includes_default
31238 if ac_fn_c_try_link
"$LINENO"; then :
31239 eval wx_cv_func_
$wx_func=yes
31241 eval wx_cv_func_
$wx_func=no
31243 rm -f core conftest.err conftest.
$ac_objext \
31244 conftest
$ac_exeext conftest.
$ac_ext
31247 eval ac_res
=\
$wx_cv_func_$wx_func
31248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31249 $as_echo "$ac_res" >&6; }
31251 if eval test \
$wx_cv_func_$wx_func = yes
31253 cat >>confdefs.h
<<_ACEOF
31254 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31264 if test "$wx_cv_func_uname" != yes; then
31266 for wx_func
in gethostname
31268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31269 $as_echo_n "checking for $wx_func... " >&6; }
31270 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31271 $as_echo_n "(cached) " >&6
31274 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31275 /* end confdefs.h. */
31279 $ac_includes_default
31295 if ac_fn_c_try_link
"$LINENO"; then :
31296 eval wx_cv_func_
$wx_func=yes
31298 eval wx_cv_func_
$wx_func=no
31300 rm -f core conftest.err conftest.
$ac_objext \
31301 conftest
$ac_exeext conftest.
$ac_ext
31304 eval ac_res
=\
$wx_cv_func_$wx_func
31305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31306 $as_echo "$ac_res" >&6; }
31308 if eval test \
$wx_cv_func_$wx_func = yes
31310 cat >>confdefs.h
<<_ACEOF
31311 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31324 for wx_func
in strtok_r
31326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31327 $as_echo_n "checking for $wx_func... " >&6; }
31328 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31329 $as_echo_n "(cached) " >&6
31332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31333 /* end confdefs.h. */
31337 $ac_includes_default
31353 if ac_fn_c_try_link
"$LINENO"; then :
31354 eval wx_cv_func_
$wx_func=yes
31356 eval wx_cv_func_
$wx_func=no
31358 rm -f core conftest.err conftest.
$ac_objext \
31359 conftest
$ac_exeext conftest.
$ac_ext
31362 eval ac_res
=\
$wx_cv_func_$wx_func
31363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31364 $as_echo "$ac_res" >&6; }
31366 if eval test \
$wx_cv_func_$wx_func = yes
31368 cat >>confdefs.h
<<_ACEOF
31369 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31381 for ac_func
in inet_addr
31383 ac_fn_c_check_func
"$LINENO" "inet_addr" "ac_cv_func_inet_addr"
31384 if test "x$ac_cv_func_inet_addr" = xyes
; then :
31385 cat >>confdefs.h
<<_ACEOF
31386 #define HAVE_INET_ADDR 1
31388 $as_echo "#define HAVE_INET_ADDR 1" >>confdefs.h
31392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lnsl" >&5
31393 $as_echo_n "checking for inet_addr in -lnsl... " >&6; }
31394 if ${ac_cv_lib_nsl_inet_addr+:} false
; then :
31395 $as_echo_n "(cached) " >&6
31397 ac_check_lib_save_LIBS
=$LIBS
31399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31400 /* end confdefs.h. */
31402 /* Override any GCC internal prototype to avoid an error.
31403 Use char because int might match the return type of a GCC
31404 builtin and then its argument prototype would still apply. */
31412 return inet_addr ();
31417 if ac_fn_c_try_link
"$LINENO"; then :
31418 ac_cv_lib_nsl_inet_addr
=yes
31420 ac_cv_lib_nsl_inet_addr
=no
31422 rm -f core conftest.err conftest.
$ac_objext \
31423 conftest
$ac_exeext conftest.
$ac_ext
31424 LIBS
=$ac_check_lib_save_LIBS
31426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_addr" >&5
31427 $as_echo "$ac_cv_lib_nsl_inet_addr" >&6; }
31428 if test "x$ac_cv_lib_nsl_inet_addr" = xyes
; then :
31432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lresolv" >&5
31433 $as_echo_n "checking for inet_addr in -lresolv... " >&6; }
31434 if ${ac_cv_lib_resolv_inet_addr+:} false
; then :
31435 $as_echo_n "(cached) " >&6
31437 ac_check_lib_save_LIBS
=$LIBS
31438 LIBS
="-lresolv $LIBS"
31439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31440 /* end confdefs.h. */
31442 /* Override any GCC internal prototype to avoid an error.
31443 Use char because int might match the return type of a GCC
31444 builtin and then its argument prototype would still apply. */
31452 return inet_addr ();
31457 if ac_fn_c_try_link
"$LINENO"; then :
31458 ac_cv_lib_resolv_inet_addr
=yes
31460 ac_cv_lib_resolv_inet_addr
=no
31462 rm -f core conftest.err conftest.
$ac_objext \
31463 conftest
$ac_exeext conftest.
$ac_ext
31464 LIBS
=$ac_check_lib_save_LIBS
31466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_inet_addr" >&5
31467 $as_echo "$ac_cv_lib_resolv_inet_addr" >&6; }
31468 if test "x$ac_cv_lib_resolv_inet_addr" = xyes
; then :
31472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lsocket" >&5
31473 $as_echo_n "checking for inet_addr in -lsocket... " >&6; }
31474 if ${ac_cv_lib_socket_inet_addr+:} false
; then :
31475 $as_echo_n "(cached) " >&6
31477 ac_check_lib_save_LIBS
=$LIBS
31478 LIBS
="-lsocket $LIBS"
31479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31480 /* end confdefs.h. */
31482 /* Override any GCC internal prototype to avoid an error.
31483 Use char because int might match the return type of a GCC
31484 builtin and then its argument prototype would still apply. */
31492 return inet_addr ();
31497 if ac_fn_c_try_link
"$LINENO"; then :
31498 ac_cv_lib_socket_inet_addr
=yes
31500 ac_cv_lib_socket_inet_addr
=no
31502 rm -f core conftest.err conftest.
$ac_objext \
31503 conftest
$ac_exeext conftest.
$ac_ext
31504 LIBS
=$ac_check_lib_save_LIBS
31506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_inet_addr" >&5
31507 $as_echo "$ac_cv_lib_socket_inet_addr" >&6; }
31508 if test "x$ac_cv_lib_socket_inet_addr" = xyes
; then :
31527 for ac_func
in inet_aton
31529 ac_fn_c_check_func
"$LINENO" "inet_aton" "ac_cv_func_inet_aton"
31530 if test "x$ac_cv_func_inet_aton" = xyes
; then :
31531 cat >>confdefs.h
<<_ACEOF
31532 #define HAVE_INET_ATON 1
31534 $as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
31538 as_ac_Lib
=`$as_echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
31539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton in -l$INET_LINK" >&5
31540 $as_echo_n "checking for inet_aton in -l$INET_LINK... " >&6; }
31541 if eval \
${$as_ac_Lib+:} false
; then :
31542 $as_echo_n "(cached) " >&6
31544 ac_check_lib_save_LIBS
=$LIBS
31545 LIBS
="-l$INET_LINK $LIBS"
31546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31547 /* end confdefs.h. */
31549 /* Override any GCC internal prototype to avoid an error.
31550 Use char because int might match the return type of a GCC
31551 builtin and then its argument prototype would still apply. */
31559 return inet_aton ();
31564 if ac_fn_c_try_link
"$LINENO"; then :
31565 eval "$as_ac_Lib=yes"
31567 eval "$as_ac_Lib=no"
31569 rm -f core conftest.err conftest.
$ac_objext \
31570 conftest
$ac_exeext conftest.
$ac_ext
31571 LIBS
=$ac_check_lib_save_LIBS
31573 eval ac_res
=\$
$as_ac_Lib
31574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31575 $as_echo "$ac_res" >&6; }
31576 if eval test \"x\$
"$as_ac_Lib"\" = x
"yes"; then :
31577 $as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
31586 if test "x$INET_LINK" != "x"; then
31587 $as_echo "#define HAVE_INET_ADDR 1" >>confdefs.h
31589 INET_LINK
=" -l$INET_LINK"
31593 for wx_func
in fdopen
31595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31596 $as_echo_n "checking for $wx_func... " >&6; }
31597 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31598 $as_echo_n "(cached) " >&6
31601 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31602 /* end confdefs.h. */
31606 $ac_includes_default
31622 if ac_fn_c_try_link
"$LINENO"; then :
31623 eval wx_cv_func_
$wx_func=yes
31625 eval wx_cv_func_
$wx_func=no
31627 rm -f core conftest.err conftest.
$ac_objext \
31628 conftest
$ac_exeext conftest.
$ac_ext
31631 eval ac_res
=\
$wx_cv_func_$wx_func
31632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31633 $as_echo "$ac_res" >&6; }
31635 if eval test \
$wx_cv_func_$wx_func = yes
31637 cat >>confdefs.h
<<_ACEOF
31638 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31649 if test "$wxUSE_TARSTREAM" = "yes"; then
31651 for wx_func
in sysconf
31653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31654 $as_echo_n "checking for $wx_func... " >&6; }
31655 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31656 $as_echo_n "(cached) " >&6
31659 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31660 /* end confdefs.h. */
31664 $ac_includes_default
31680 if ac_fn_c_try_link
"$LINENO"; then :
31681 eval wx_cv_func_
$wx_func=yes
31683 eval wx_cv_func_
$wx_func=no
31685 rm -f core conftest.err conftest.
$ac_objext \
31686 conftest
$ac_exeext conftest.
$ac_ext
31689 eval ac_res
=\
$wx_cv_func_$wx_func
31690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31691 $as_echo "$ac_res" >&6; }
31693 if eval test \
$wx_cv_func_$wx_func = yes
31695 cat >>confdefs.h
<<_ACEOF
31696 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31708 for wx_func
in getpwuid_r
31710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31711 $as_echo_n "checking for $wx_func... " >&6; }
31712 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31713 $as_echo_n "(cached) " >&6
31716 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31717 /* end confdefs.h. */
31724 $ac_includes_default
31734 struct passwd pw, *ppw;
31736 getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
31744 if ac_fn_c_try_link
"$LINENO"; then :
31745 eval wx_cv_func_
$wx_func=yes
31747 eval wx_cv_func_
$wx_func=no
31749 rm -f core conftest.err conftest.
$ac_objext \
31750 conftest
$ac_exeext conftest.
$ac_ext
31753 eval ac_res
=\
$wx_cv_func_$wx_func
31754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31755 $as_echo "$ac_res" >&6; }
31757 if eval test \
$wx_cv_func_$wx_func = yes
31759 cat >>confdefs.h
<<_ACEOF
31760 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31772 for wx_func
in getgrgid_r
31774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31775 $as_echo_n "checking for $wx_func... " >&6; }
31776 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31777 $as_echo_n "(cached) " >&6
31780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31781 /* end confdefs.h. */
31788 $ac_includes_default
31798 struct group grp, *pgrp;
31800 getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
31808 if ac_fn_c_try_link
"$LINENO"; then :
31809 eval wx_cv_func_
$wx_func=yes
31811 eval wx_cv_func_
$wx_func=no
31813 rm -f core conftest.err conftest.
$ac_objext \
31814 conftest
$ac_exeext conftest.
$ac_ext
31817 eval ac_res
=\
$wx_cv_func_$wx_func
31818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31819 $as_echo "$ac_res" >&6; }
31821 if eval test \
$wx_cv_func_$wx_func = yes
31823 cat >>confdefs.h
<<_ACEOF
31824 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31840 cat >confcache
<<\_ACEOF
31841 # This file is a shell script that caches the results of configure
31842 # tests run on this system so they can be shared between configure
31843 # scripts and configure runs, see configure's option --config-cache.
31844 # It is not useful on other systems. If it contains results you don't
31845 # want to keep, you may remove or edit it.
31847 # config.status only pays attention to the cache file if you give it
31848 # the --recheck option to rerun configure.
31850 # `ac_cv_env_foo' variables (set or unset) will be overridden when
31851 # loading this file, other *unset* `ac_cv_foo' will be assigned the
31852 # following values.
31856 # The following way of writing the cache mishandles newlines in values,
31857 # but we know of no workaround that is simple, portable, and efficient.
31858 # So, we kill variables containing newlines.
31859 # Ultrix sh set writes to stderr and can't be redirected directly,
31860 # and sets the high bit in the cache file unless we assign to the vars.
31862 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
31863 eval ac_val
=\$
$ac_var
31867 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
31868 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
31871 _
| IFS
| as_nl
) ;; #(
31872 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
31873 *) { eval $ac_var=; unset $ac_var;} ;;
31879 case $as_nl`(ac_space=' '; set) 2>&1` in #(
31880 *${as_nl}ac_space
=\
*)
31881 # `set' does not quote correctly, so add quotes: double-quote
31882 # substitution turns \\\\ into \\, and sed turns \\ into \.
31885 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
31888 # `set' quotes correctly as required by POSIX, so do not add quotes.
31889 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
31898 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
31900 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
31902 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
31903 if test -w "$cache_file"; then
31904 if test "x$cache_file" != "x/dev/null"; then
31905 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
31906 $as_echo "$as_me: updating cache $cache_file" >&6;}
31907 if test ! -f "$cache_file" || test -h "$cache_file"; then
31908 cat confcache
>"$cache_file"
31910 case $cache_file in #(
31912 mv -f confcache
"$cache_file"$$
&&
31913 mv -f "$cache_file"$$
"$cache_file" ;; #(
31915 mv -f confcache
"$cache_file" ;;
31920 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
31921 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
31927 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
31933 if test "$wxUSE_THREADS" = "yes" ; then
31934 if test "$USE_BEOS" = 1; then
31935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: BeOS threads are not yet supported... disabled" >&5
31936 $as_echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
31941 if test "$wxUSE_THREADS" = "yes" ; then
31944 THREAD_OPTS
="-pthread"
31945 if test "x$SUNCXX" = xyes
; then
31946 THREAD_OPTS
="-mt lthread $THREAD_OPTS"
31950 *-*-solaris2* | *-*-sunos4* )
31951 if test "x$GCC" = "xyes"; then
31952 THREAD_OPTS
="-pthreads $THREAD_OPTS"
31956 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
31958 *-*-darwin* | *-*-cygwin* )
31962 THREAD_OPTS
="pthreads"
31965 if test "x$GCC" = "xyes"; then
31966 $CXX -dumpspecs | grep 'pthread:' >/dev
/null
||
31974 if test "x$GCC" = "xyes"; then
31984 if test "x$GCC" != "xyes"; then
31985 THREAD_OPTS
="-Ethread"
31992 THREAD_OPTS
="none pthread"
31996 THREAD_OPTS
="$THREAD_OPTS pthread none"
32001 for flag
in $THREAD_OPTS; do
32004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5
32005 $as_echo_n "checking whether pthreads work without any flags... " >&6; }
32009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5
32010 $as_echo_n "checking whether pthreads work with $flag... " >&6; }
32011 THREADS_CFLAGS
="$flag"
32015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5
32016 $as_echo_n "checking for the pthreads library -l$flag... " >&6; }
32017 THREADS_LINK
="-l$flag"
32022 save_CFLAGS
="$CFLAGS"
32023 LIBS
="$THREADS_LINK $LIBS"
32024 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
32026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32027 /* end confdefs.h. */
32028 #include <pthread.h>
32032 pthread_create(0,0,0,0);
32037 if ac_fn_c_try_link
"$LINENO"; then :
32040 rm -f core conftest.err conftest.
$ac_objext \
32041 conftest
$ac_exeext conftest.
$ac_ext
32044 CFLAGS
="$save_CFLAGS"
32046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THREADS_OK" >&5
32047 $as_echo "$THREADS_OK" >&6; }
32048 if test "x$THREADS_OK" = "xyes"; then
32056 if test "x$THREADS_OK" != "xyes"; then
32058 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No thread support on this system... disabled" >&5
32059 $as_echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
32061 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
32062 WXCONFIG_LDFLAGS
="$THREADS_CFLAGS $WXCONFIG_LDFLAGS"
32063 LIBS
="$THREADS_LINK $LIBS"
32065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5
32066 $as_echo_n "checking if more special flags are required for pthreads... " >&6; }
32070 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
32071 WXCONFIG_LDFLAGS
="-L/usr/lib/threads $WXCONFIG_LDFLAGS"
32072 flag
="-D_THREAD_SAFE"
32075 flag
="-D_THREAD_SAFE"
32078 flag
="-D_REENTRANT"
32079 if test "x$GCC" != "xyes"; then
32080 flag
="$flag -D_RWSTD_MULTI_THREAD"
32083 *solaris
* | alpha
*-osf*)
32084 flag
="-D_REENTRANT"
32087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5
32088 $as_echo "${flag}" >&6; }
32089 if test "x$flag" != xno
; then
32090 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
32093 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
32097 if test "$wxUSE_THREADS" = "yes" ; then
32098 for ac_func
in pthread_setconcurrency
32100 ac_fn_c_check_func
"$LINENO" "pthread_setconcurrency" "ac_cv_func_pthread_setconcurrency"
32101 if test "x$ac_cv_func_pthread_setconcurrency" = xyes
; then :
32102 cat >>confdefs.h
<<_ACEOF
32103 #define HAVE_PTHREAD_SETCONCURRENCY 1
32105 $as_echo "#define HAVE_PTHREAD_SET_CONCURRENCY 1" >>confdefs.h
32109 for ac_func
in thr_setconcurrency
32111 ac_fn_c_check_func
"$LINENO" "thr_setconcurrency" "ac_cv_func_thr_setconcurrency"
32112 if test "x$ac_cv_func_thr_setconcurrency" = xyes
; then :
32113 cat >>confdefs.h
<<_ACEOF
32114 #define HAVE_THR_SETCONCURRENCY 1
32116 $as_echo "#define HAVE_THR_SETCONCURRENCY 1" >>confdefs.h
32119 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Setting thread concurrency will not work properly" >&5
32120 $as_echo "$as_me: WARNING: Setting thread concurrency will not work properly" >&2;}
32129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_cleanup_push/pop" >&5
32130 $as_echo_n "checking for pthread_cleanup_push/pop... " >&6; }
32131 if ${wx_cv_func_pthread_cleanup+:} false
; then :
32132 $as_echo_n "(cached) " >&6
32136 ac_cpp
='$CXXCPP $CPPFLAGS'
32137 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32138 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32139 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32141 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32142 /* end confdefs.h. */
32143 #include <pthread.h>
32144 void ThreadCleanupFunc(void *p);
32151 pthread_cleanup_push(ThreadCleanupFunc, p);
32152 pthread_cleanup_pop(0);
32158 if ac_fn_cxx_try_compile
"$LINENO"; then :
32160 wx_cv_func_pthread_cleanup
=yes
32164 wx_cv_func_pthread_cleanup
=no
32168 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32170 ac_cpp
='$CPP $CPPFLAGS'
32171 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32172 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32173 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_pthread_cleanup" >&5
32178 $as_echo "$wx_cv_func_pthread_cleanup" >&6; }
32179 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
32180 $as_echo "#define wxHAVE_PTHREAD_CLEANUP 1" >>confdefs.h
32184 for ac_header
in sched.h
32186 ac_fn_c_check_header_compile
"$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default
32188 if test "x$ac_cv_header_sched_h" = xyes
; then :
32189 cat >>confdefs.h
<<_ACEOF
32190 #define HAVE_SCHED_H 1
32197 if test "$ac_cv_header_sched_h" = "yes"; then
32198 ac_fn_c_check_func
"$LINENO" "sched_yield" "ac_cv_func_sched_yield"
32199 if test "x$ac_cv_func_sched_yield" = xyes
; then :
32200 $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
32204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5
32205 $as_echo_n "checking for sched_yield in -lposix4... " >&6; }
32206 if ${ac_cv_lib_posix4_sched_yield+:} false
; then :
32207 $as_echo_n "(cached) " >&6
32209 ac_check_lib_save_LIBS
=$LIBS
32210 LIBS
="-lposix4 $LIBS"
32211 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32212 /* end confdefs.h. */
32214 /* Override any GCC internal prototype to avoid an error.
32215 Use char because int might match the return type of a GCC
32216 builtin and then its argument prototype would still apply. */
32220 char sched_yield ();
32224 return sched_yield ();
32229 if ac_fn_c_try_link
"$LINENO"; then :
32230 ac_cv_lib_posix4_sched_yield
=yes
32232 ac_cv_lib_posix4_sched_yield
=no
32234 rm -f core conftest.err conftest.
$ac_objext \
32235 conftest
$ac_exeext conftest.
$ac_ext
32236 LIBS
=$ac_check_lib_save_LIBS
32238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5
32239 $as_echo "$ac_cv_lib_posix4_sched_yield" >&6; }
32240 if test "x$ac_cv_lib_posix4_sched_yield" = xyes
; then :
32241 $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
32242 POSIX4_LINK
=" -lposix4"
32244 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxThread::Yield will not work properly" >&5
32245 $as_echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
32256 ac_fn_c_check_func
"$LINENO" "pthread_attr_getschedpolicy" "ac_cv_func_pthread_attr_getschedpolicy"
32257 if test "x$ac_cv_func_pthread_attr_getschedpolicy" = xyes
; then :
32258 ac_fn_c_check_func
"$LINENO" "pthread_attr_setschedparam" "ac_cv_func_pthread_attr_setschedparam"
32259 if test "x$ac_cv_func_pthread_attr_setschedparam" = xyes
; then :
32260 ac_fn_c_check_func
"$LINENO" "sched_get_priority_max" "ac_cv_func_sched_get_priority_max"
32261 if test "x$ac_cv_func_sched_get_priority_max" = xyes
; then :
32264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_get_priority_max in -lposix4" >&5
32265 $as_echo_n "checking for sched_get_priority_max in -lposix4... " >&6; }
32266 if ${ac_cv_lib_posix4_sched_get_priority_max+:} false
; then :
32267 $as_echo_n "(cached) " >&6
32269 ac_check_lib_save_LIBS
=$LIBS
32270 LIBS
="-lposix4 $LIBS"
32271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32272 /* end confdefs.h. */
32274 /* Override any GCC internal prototype to avoid an error.
32275 Use char because int might match the return type of a GCC
32276 builtin and then its argument prototype would still apply. */
32280 char sched_get_priority_max ();
32284 return sched_get_priority_max ();
32289 if ac_fn_c_try_link
"$LINENO"; then :
32290 ac_cv_lib_posix4_sched_get_priority_max
=yes
32292 ac_cv_lib_posix4_sched_get_priority_max
=no
32294 rm -f core conftest.err conftest.
$ac_objext \
32295 conftest
$ac_exeext conftest.
$ac_ext
32296 LIBS
=$ac_check_lib_save_LIBS
32298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
32299 $as_echo "$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
32300 if test "x$ac_cv_lib_posix4_sched_get_priority_max" = xyes
; then :
32303 POSIX4_LINK
=" -lposix4"
32317 if test "$HAVE_PRIOR_FUNCS" = 1; then
32318 $as_echo "#define HAVE_THREAD_PRIORITY_FUNCTIONS 1" >>confdefs.h
32321 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Setting thread priority will not work" >&5
32322 $as_echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
32325 ac_fn_c_check_func
"$LINENO" "pthread_cancel" "ac_cv_func_pthread_cancel"
32326 if test "x$ac_cv_func_pthread_cancel" = xyes
; then :
32327 $as_echo "#define HAVE_PTHREAD_CANCEL 1" >>confdefs.h
32330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxThread::Kill() will not work properly" >&5
32331 $as_echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
32335 ac_fn_c_check_func
"$LINENO" "pthread_mutex_timedlock" "ac_cv_func_pthread_mutex_timedlock"
32336 if test "x$ac_cv_func_pthread_mutex_timedlock" = xyes
; then :
32337 $as_echo "#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1" >>confdefs.h
32340 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMutex::LockTimeout() will not work" >&5
32341 $as_echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
32345 ac_fn_c_check_func
"$LINENO" "pthread_attr_setstacksize" "ac_cv_func_pthread_attr_setstacksize"
32346 if test "x$ac_cv_func_pthread_attr_setstacksize" = xyes
; then :
32347 $as_echo "#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1" >>confdefs.h
32353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_t" >&5
32354 $as_echo_n "checking for pthread_mutexattr_t... " >&6; }
32355 if ${wx_cv_type_pthread_mutexattr_t+:} false
; then :
32356 $as_echo_n "(cached) " >&6
32359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32360 /* end confdefs.h. */
32361 #include <pthread.h>
32366 pthread_mutexattr_t attr;
32367 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32373 if ac_fn_c_try_compile
"$LINENO"; then :
32374 wx_cv_type_pthread_mutexattr_t
=yes
32376 wx_cv_type_pthread_mutexattr_t
=no
32379 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_pthread_mutexattr_t" >&5
32383 $as_echo "$wx_cv_type_pthread_mutexattr_t" >&6; }
32385 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
32386 $as_echo "#define HAVE_PTHREAD_MUTEXATTR_T 1" >>confdefs.h
32389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_settype declaration" >&5
32390 $as_echo_n "checking for pthread_mutexattr_settype declaration... " >&6; }
32391 if ${wx_cv_func_pthread_mutexattr_settype_decl+:} false
; then :
32392 $as_echo_n "(cached) " >&6
32395 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32396 /* end confdefs.h. */
32397 #include <pthread.h>
32402 pthread_mutexattr_t attr;
32403 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32409 if ac_fn_c_try_compile
"$LINENO"; then :
32410 wx_cv_func_pthread_mutexattr_settype_decl
=yes
32412 wx_cv_func_pthread_mutexattr_settype_decl
=no
32415 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
32419 $as_echo "$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
32420 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
32421 $as_echo "#define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1" >>confdefs.h
32425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
32426 $as_echo_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... " >&6; }
32427 if ${wx_cv_type_pthread_rec_mutex_init+:} false
; then :
32428 $as_echo_n "(cached) " >&6
32431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32432 /* end confdefs.h. */
32433 #include <pthread.h>
32438 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
32444 if ac_fn_c_try_compile
"$LINENO"; then :
32446 wx_cv_type_pthread_rec_mutex_init
=yes
32450 wx_cv_type_pthread_rec_mutex_init
=no
32454 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_pthread_rec_mutex_init" >&5
32458 $as_echo "$wx_cv_type_pthread_rec_mutex_init" >&6; }
32459 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
32460 $as_echo "#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1" >>confdefs.h
32463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMutex won't be recursive on this platform" >&5
32464 $as_echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
32468 if test "$wxUSE_COMPILER_TLS" = "auto"; then
32469 if test "$USE_NETBSD" = 1; then
32470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
32471 $as_echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
32472 wxUSE_COMPILER_TLS
=no
32474 wxUSE_COMPILER_TLS
=yes
32478 if test "$wxUSE_COMPILER_TLS" = "yes"; then
32479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __thread keyword" >&5
32480 $as_echo_n "checking for __thread keyword... " >&6; }
32481 if ${wx_cv_cc___thread+:} false
; then :
32482 $as_echo_n "(cached) " >&6
32485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32486 /* end confdefs.h. */
32487 #include <pthread.h>
32492 static __thread int n = 0;
32493 static __thread int *p = 0;
32499 if ac_fn_c_try_compile
"$LINENO"; then :
32500 wx_cv_cc___thread
=yes
32502 wx_cv_cc___thread
=no
32505 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc___thread" >&5
32510 $as_echo "$wx_cv_cc___thread" >&6; }
32512 if test "$wx_cv_cc___thread" = "yes"; then
32518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -dumpversion option" >&5
32519 $as_echo_n "checking if gcc accepts -dumpversion option... " >&6; }
32521 if test "x$GCC" = "xyes" ; then :
32523 if test -z "" ; then :
32525 ax_gcc_option_test
="int main()
32532 ax_gcc_option_test
=""
32536 # Dump the test program to file
32537 cat <<EOF > conftest.c
32538 $ax_gcc_option_test
32541 # Dump back the file to the log, useful for debugging purposes
32542 { ac_try
='cat conftest.c 1>&5'
32543 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32544 (eval $ac_try) 2>&5
32546 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32547 test $ac_status = 0; }; }
32549 if { ac_try
='$CC -dumpversion -c conftest.c 1>&5'
32550 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32551 (eval $ac_try) 2>&5
32553 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32554 test $ac_status = 0; }; } ; then :
32556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32557 $as_echo "yes" >&6; }
32559 ax_gcc_version_option
=yes
32564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32565 $as_echo "no" >&6; }
32567 ax_gcc_version_option
=no
32574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no gcc available" >&5
32575 $as_echo "no gcc available" >&6; }
32579 if test "x$GXX" = "xyes"; then :
32581 if test "x$ax_gxx_version_option" != "no"; then :
32583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking gxx version" >&5
32584 $as_echo_n "checking gxx version... " >&6; }
32585 if ${ax_cv_gxx_version+:} false
; then :
32586 $as_echo_n "(cached) " >&6
32589 ax_cv_gxx_version
="`$CXX -dumpversion`"
32590 if test "x$ax_cv_gxx_version" = "x"; then :
32592 ax_cv_gxx_version
=""
32597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gxx_version" >&5
32598 $as_echo "$ax_cv_gxx_version" >&6; }
32599 GXX_VERSION
=$ax_cv_gxx_version
32606 if test -n "$ax_cv_gxx_version"; then
32607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __thread support in g++ is usable" >&5
32608 $as_echo_n "checking whether __thread support in g++ is usable... " >&6; }
32609 case "$ax_cv_gxx_version" in
32611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, it's broken" >&5
32612 $as_echo "no, it's broken" >&6; }
32613 wx_cv_cc___thread
=no
32616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, it works" >&5
32617 $as_echo "yes, it works" >&6; }
32623 if test "$wx_cv_cc___thread" = "yes"; then
32624 $as_echo "#define HAVE___THREAD_KEYWORD 1" >>confdefs.h
32629 if test "$ac_cv_header_cxxabi_h" = "yes"; then
32630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for abi::__forced_unwind() in <cxxabi.h>" >&5
32631 $as_echo_n "checking for abi::__forced_unwind() in <cxxabi.h>... " >&6; }
32632 if ${wx_cv_type_abi_forced_unwind+:} false
; then :
32633 $as_echo_n "(cached) " >&6
32637 ac_cpp
='$CXXCPP $CPPFLAGS'
32638 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32639 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32640 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32643 /* end confdefs.h. */
32644 #include <cxxabi.h>
32649 void foo(abi::__forced_unwind&);
32655 if ac_fn_cxx_try_compile
"$LINENO"; then :
32656 wx_cv_type_abi_forced_unwind
=yes
32658 wx_cv_type_abi_forced_unwind
=no
32661 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32663 ac_cpp
='$CPP $CPPFLAGS'
32664 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32665 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32666 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_abi_forced_unwind" >&5
32672 $as_echo "$wx_cv_type_abi_forced_unwind" >&6; }
32674 wx_cv_type_abi_forced_unwind
=no
32677 if test "$wx_cv_type_abi_forced_unwind" = "yes"; then
32678 $as_echo "#define HAVE_ABI_FORCEDUNWIND 1" >>confdefs.h
32684 if test "$wxUSE_THREADS" = "yes" ; then
32686 x86_64
-*-mingw32* )
32689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports -mthreads" >&5
32690 $as_echo_n "checking if compiler supports -mthreads... " >&6; }
32691 if ${wx_cv_cflags_mthread+:} false
; then :
32692 $as_echo_n "(cached) " >&6
32695 CFLAGS_OLD
="$CFLAGS"
32696 CFLAGS
="-mthreads $CFLAGS"
32697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32698 /* end confdefs.h. */
32708 if ac_fn_c_try_compile
"$LINENO"; then :
32709 wx_cv_cflags_mthread
=yes
32711 wx_cv_cflags_mthread
=no
32714 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cflags_mthread" >&5
32719 $as_echo "$wx_cv_cflags_mthread" >&6; }
32721 if test "$wx_cv_cflags_mthread" = "yes"; then
32722 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mthreads"
32723 LDFLAGS
="$LDFLAGS -mthreads"
32725 CFLAGS
="$CFLAGS_OLD"
32729 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
32730 LDFLAGS
="$LDFLAGS -Zmt"
32736 ac_fn_c_check_func
"$LINENO" "localtime_r" "ac_cv_func_localtime_r"
32737 if test "x$ac_cv_func_localtime_r" = xyes
; then :
32738 $as_echo "#define HAVE_LOCALTIME_R 1" >>confdefs.h
32742 ac_fn_c_check_func
"$LINENO" "gmtime_r" "ac_cv_func_gmtime_r"
32743 if test "x$ac_cv_func_gmtime_r" = xyes
; then :
32744 $as_echo "#define HAVE_GMTIME_R 1" >>confdefs.h
32752 ac_cpp
='$CPP $CPPFLAGS'
32753 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32754 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32755 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how many arguments gethostbyname_r() takes" >&5
32758 $as_echo_n "checking how many arguments gethostbyname_r() takes... " >&6; }
32760 if ${ac_cv_func_which_gethostbyname_r+:} false
; then :
32761 $as_echo_n "(cached) " >&6
32765 ################################################################
32767 ac_cv_func_which_gethostbyname_r
=unknown
32770 # ONE ARGUMENT (sanity check)
32773 # This should fail, as there is no variant of gethostbyname_r() that takes
32774 # a single argument. If it actually compiles, then we can assume that
32775 # netdb.h is not declaring the function, and the compiler is thereby
32776 # assuming an implicit prototype. In which case, we're out of luck.
32778 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32779 /* end confdefs.h. */
32785 char *name = "www.gnu.org";
32786 (void)gethostbyname_r(name) /* ; */
32793 if ac_fn_c_try_compile
"$LINENO"; then :
32794 ac_cv_func_which_gethostbyname_r
=no
32797 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32804 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32806 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32807 /* end confdefs.h. */
32813 char *name = "www.gnu.org";
32814 struct hostent ret, *retp;
32818 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
32825 if ac_fn_c_try_compile
"$LINENO"; then :
32826 ac_cv_func_which_gethostbyname_r
=six
32829 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32838 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32841 /* end confdefs.h. */
32847 char *name = "www.gnu.org";
32848 struct hostent ret;
32852 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
32859 if ac_fn_c_try_compile
"$LINENO"; then :
32860 ac_cv_func_which_gethostbyname_r
=five
32863 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32869 # (e.g. AIX, HP-UX, Tru64)
32872 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32875 /* end confdefs.h. */
32881 char *name = "www.gnu.org";
32882 struct hostent ret;
32883 struct hostent_data data;
32884 (void)gethostbyname_r(name, &ret, &data) /* ; */
32891 if ac_fn_c_try_compile
"$LINENO"; then :
32892 ac_cv_func_which_gethostbyname_r
=three
32895 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32899 ################################################################
32904 case "$ac_cv_func_which_gethostbyname_r" in
32906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: three" >&5
32907 $as_echo "three" >&6; }
32908 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_3 1" >>confdefs.h
32913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: five" >&5
32914 $as_echo "five" >&6; }
32915 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_5 1" >>confdefs.h
32920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: six" >&5
32921 $as_echo "six" >&6; }
32922 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_6 1" >>confdefs.h
32927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find function declaration in netdb.h" >&5
32928 $as_echo "cannot find function declaration in netdb.h" >&6; }
32932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't tell" >&5
32933 $as_echo "can't tell" >&6; }
32937 as_fn_error $?
"internal error" "$LINENO" 5
32942 ac_cpp
='$CPP $CPPFLAGS'
32943 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32944 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32945 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32949 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
32950 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
32951 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
32952 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
32953 $as_echo "#define HAVE_GETHOSTBYNAME 1" >>confdefs.h
32959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how many arguments getservbyname_r() takes" >&5
32960 $as_echo_n "checking how many arguments getservbyname_r() takes... " >&6; }
32961 if ${ac_cv_func_which_getservbyname_r+:} false
; then :
32962 $as_echo_n "(cached) " >&6
32966 ac_cpp
='$CXXCPP $CPPFLAGS'
32967 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32968 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32969 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32973 /* end confdefs.h. */
32981 struct servent *se, *res;
32984 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
32990 if ac_fn_cxx_try_compile
"$LINENO"; then :
32991 ac_cv_func_which_getservbyname_r
=six
32994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32995 /* end confdefs.h. */
33003 struct servent *se;
33006 (void) getservbyname_r(name, proto, se, buffer, buflen)
33012 if ac_fn_cxx_try_compile
"$LINENO"; then :
33013 ac_cv_func_which_getservbyname_r
=five
33016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33017 /* end confdefs.h. */
33025 struct servent *se;
33026 struct servent_data data;
33027 (void) getservbyname_r(name, proto, se, &data);
33033 if ac_fn_cxx_try_compile
"$LINENO"; then :
33034 ac_cv_func_which_getservbyname_r
=four
33036 ac_cv_func_which_getservbyname_r
=no
33039 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
33043 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
33047 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
33049 ac_cpp
='$CPP $CPPFLAGS'
33050 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33051 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33052 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_which_getservbyname_r" >&5
33058 $as_echo "$ac_cv_func_which_getservbyname_r" >&6; }
33060 if test $ac_cv_func_which_getservbyname_r = six
; then
33061 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_6 1" >>confdefs.h
33063 elif test $ac_cv_func_which_getservbyname_r = five
; then
33064 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_5 1" >>confdefs.h
33066 elif test $ac_cv_func_which_getservbyname_r = four
; then
33067 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_4 1" >>confdefs.h
33072 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
33073 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
33074 for ac_func
in getservbyname
33076 ac_fn_c_check_func
"$LINENO" "getservbyname" "ac_cv_func_getservbyname"
33077 if test "x$ac_cv_func_getservbyname" = xyes
; then :
33078 cat >>confdefs.h
<<_ACEOF
33079 #define HAVE_GETSERVBYNAME 1
33081 $as_echo "#define HAVE_GETSERVBYNAME 1" >>confdefs.h
33088 $as_echo "#define wxUSE_COMPILER_TLS 1" >>confdefs.h
33091 if test "$wxUSE_THREADS" = "yes"; then
33092 $as_echo "#define wxUSE_THREADS 1" >>confdefs.h
33095 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
33097 if test "$wx_cv_func_strtok_r" = "yes"; then
33098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -D_REENTRANT is needed" >&5
33099 $as_echo_n "checking if -D_REENTRANT is needed... " >&6; }
33100 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
33101 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_REENTRANT"
33102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33103 $as_echo "yes" >&6; }
33105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33106 $as_echo "no" >&6; }
33111 if test "$WXGTK3" = 1 ; then
33112 cat >>confdefs.h
<<_ACEOF
33113 #define __WXGTK3__ 1
33118 if test "$WXGTK2" = 1 ; then
33119 cat >>confdefs.h
<<_ACEOF
33120 #define __WXGTK20__ $WXGTK2
33125 if test "$WXGTK127" = 1 ; then
33126 cat >>confdefs.h
<<_ACEOF
33127 #define __WXGTK127__ $WXGTK127
33132 if test "$WXGPE" = 1 ; then
33133 cat >>confdefs.h
<<_ACEOF
33134 #define __WXGPE__ $WXGPE
33140 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
33141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
33142 $as_echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
33143 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
33147 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
33148 wxUSE_DEBUG_INFO
=yes
33149 if test "$GCC" = yes; then
33150 DEBUG_CFLAGS
="-ggdb"
33154 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
33155 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=0"
33157 if test "$wxUSE_GTK" = 1 ; then
33158 if test "$WXGTK2" = 1 ; then
33159 CPPFLAGS
="$CPPFLAGS -DG_DISABLE_CAST_CHECKS"
33161 CPPFLAGS
="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
33166 if test "$wxUSE_MEM_TRACING" = "yes" ; then
33167 $as_echo "#define wxUSE_MEMORY_TRACING 1" >>confdefs.h
33169 $as_echo "#define wxUSE_GLOBAL_MEMORY_OPERATORS 1" >>confdefs.h
33171 $as_echo "#define wxUSE_DEBUG_NEW_ALWAYS 1" >>confdefs.h
33173 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
33176 if test "$wxUSE_DMALLOC" = "yes" ; then
33177 DMALLOC_LIBS
="-ldmallocthcxx"
33181 if test "$wxUSE_PROFILE" = "yes" ; then
33182 PROFILE_FLAGS
=" -pg"
33185 if test "$GCC" = "yes" ; then
33186 if test "$wxUSE_NO_RTTI" = "yes" ; then
33187 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -DwxNO_RTTI -fno-rtti"
33189 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
33190 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fno-exceptions"
33192 if test "$wxUSE_PERMISSIVE" = "yes" ; then
33193 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -fpermissive"
33198 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mminimal-toc"
33201 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -ffunction-sections"
33207 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
33208 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
33209 $as_echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
33211 if test "$wxUSE_OPTIMISE" = "no" ; then
33212 if test "$GCC" = yes ; then
33213 OPTIMISE_CFLAGS
="-O0"
33216 if test "$GCC" = yes ; then
33218 *-pc-os2_emx | *-pc-os2-emx )
33219 OPTIMISE_CFLAGS
="-O2"
33222 OPTIMISE_CFLAGS
="-O2 -fno-strict-aliasing"
33226 OPTIMISE_CFLAGS
="-O"
33232 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
33233 $as_echo "#define WXWIN_COMPATIBILITY_2_6 1" >>confdefs.h
33236 WXWIN_COMPATIBILITY_2_8
="yes"
33239 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
33240 $as_echo "#define WXWIN_COMPATIBILITY_2_8 1" >>confdefs.h
33245 if test "$wxUSE_GUI" = "yes"; then
33246 $as_echo "#define wxUSE_GUI 1" >>confdefs.h
33252 if test "$wxUSE_UNIX" = "yes"; then
33253 $as_echo "#define wxUSE_UNIX 1" >>confdefs.h
33258 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
33262 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33263 if test "$USE_DOS" = 1; then
33266 for ac_func
in dlopen
33268 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
33269 if test "x$ac_cv_func_dlopen" = xyes
; then :
33270 cat >>confdefs.h
<<_ACEOF
33271 #define HAVE_DLOPEN 1
33274 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
33280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
33281 $as_echo_n "checking for dlopen in -ldl... " >&6; }
33282 if ${ac_cv_lib_dl_dlopen+:} false
; then :
33283 $as_echo_n "(cached) " >&6
33285 ac_check_lib_save_LIBS
=$LIBS
33287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33288 /* end confdefs.h. */
33290 /* Override any GCC internal prototype to avoid an error.
33291 Use char because int might match the return type of a GCC
33292 builtin and then its argument prototype would still apply. */
33305 if ac_fn_c_try_link
"$LINENO"; then :
33306 ac_cv_lib_dl_dlopen
=yes
33308 ac_cv_lib_dl_dlopen
=no
33310 rm -f core conftest.err conftest.
$ac_objext \
33311 conftest
$ac_exeext conftest.
$ac_ext
33312 LIBS
=$ac_check_lib_save_LIBS
33314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
33315 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
33316 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
33318 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
33321 DL_LINK
=" -ldl$DL_LINK"
33325 for ac_func
in shl_load
33327 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
33328 if test "x$ac_cv_func_shl_load" = xyes
; then :
33329 cat >>confdefs.h
<<_ACEOF
33330 #define HAVE_SHL_LOAD 1
33333 $as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
33339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld in -lshl_load" >&5
33340 $as_echo_n "checking for dld in -lshl_load... " >&6; }
33341 if ${ac_cv_lib_shl_load_dld+:} false
; then :
33342 $as_echo_n "(cached) " >&6
33344 ac_check_lib_save_LIBS
=$LIBS
33345 LIBS
="-lshl_load $LIBS"
33346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33347 /* end confdefs.h. */
33349 /* Override any GCC internal prototype to avoid an error.
33350 Use char because int might match the return type of a GCC
33351 builtin and then its argument prototype would still apply. */
33364 if ac_fn_c_try_link
"$LINENO"; then :
33365 ac_cv_lib_shl_load_dld
=yes
33367 ac_cv_lib_shl_load_dld
=no
33369 rm -f core conftest.err conftest.
$ac_objext \
33370 conftest
$ac_exeext conftest.
$ac_ext
33371 LIBS
=$ac_check_lib_save_LIBS
33373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_shl_load_dld" >&5
33374 $as_echo "$ac_cv_lib_shl_load_dld" >&6; }
33375 if test "x$ac_cv_lib_shl_load_dld" = xyes
; then :
33378 DL_LINK
=" -ldld$DL_LINK"
33394 if test "$HAVE_DL_FUNCS" = 1; then
33395 for ac_func
in dlerror
33397 ac_fn_c_check_func
"$LINENO" "dlerror" "ac_cv_func_dlerror"
33398 if test "x$ac_cv_func_dlerror" = xyes
; then :
33399 cat >>confdefs.h
<<_ACEOF
33400 #define HAVE_DLERROR 1
33402 $as_echo "#define HAVE_DLERROR 1" >>confdefs.h
33406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlerror in -ldl" >&5
33407 $as_echo_n "checking for dlerror in -ldl... " >&6; }
33408 if ${ac_cv_lib_dl_dlerror+:} false
; then :
33409 $as_echo_n "(cached) " >&6
33411 ac_check_lib_save_LIBS
=$LIBS
33413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33414 /* end confdefs.h. */
33416 /* Override any GCC internal prototype to avoid an error.
33417 Use char because int might match the return type of a GCC
33418 builtin and then its argument prototype would still apply. */
33431 if ac_fn_c_try_link
"$LINENO"; then :
33432 ac_cv_lib_dl_dlerror
=yes
33434 ac_cv_lib_dl_dlerror
=no
33436 rm -f core conftest.err conftest.
$ac_objext \
33437 conftest
$ac_exeext conftest.
$ac_ext
33438 LIBS
=$ac_check_lib_save_LIBS
33440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlerror" >&5
33441 $as_echo "$ac_cv_lib_dl_dlerror" >&6; }
33442 if test "x$ac_cv_lib_dl_dlerror" = xyes
; then :
33443 $as_echo "#define HAVE_DLERROR 1" >>confdefs.h
33455 if test "$USE_DARWIN" = 1; then
33459 if test "$HAVE_DL_FUNCS" = 0; then
33460 if test "$HAVE_SHL_FUNCS" = 0; then
33461 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
33462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Missing dynamic loading support, several features will be disabled" >&5
33463 $as_echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
33464 wxUSE_DYNAMIC_LOADER
=no
33465 wxUSE_DYNLIB_CLASS
=no
33467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming wxLibrary class works on this platform" >&5
33468 $as_echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
33475 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
33476 $as_echo "#define wxUSE_DYNAMIC_LOADER 1" >>confdefs.h
33479 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33480 $as_echo "#define wxUSE_DYNLIB_CLASS 1" >>confdefs.h
33486 if test "$wxUSE_PLUGINS" = "yes" ; then
33487 if test "$wxUSE_SHARED" = "no" ; then
33488 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins supported only in shared build, disabling" >&5
33489 $as_echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
33492 if test "$wxUSE_MONOLITHIC" = "yes" ; then
33493 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins not supported monolithic build, disabling" >&5
33494 $as_echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
33497 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
33498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins require wxDynamicLibrary, disabling" >&5
33499 $as_echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
33502 if test "$wxUSE_PLUGINS" = "yes" ; then
33503 $as_echo "#define wxUSE_PLUGINS 1" >>confdefs.h
33509 if test "$wxUSE_FSWATCHER" = "yes"; then
33510 if test "$wxUSE_MSW" != "1"; then
33511 if test "$wxUSE_UNIX" = "yes"; then
33512 for ac_header
in sys
/inotify.h
33514 ac_fn_c_check_header_compile
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default
33516 if test "x$ac_cv_header_sys_inotify_h" = xyes
; then :
33517 cat >>confdefs.h
<<_ACEOF
33518 #define HAVE_SYS_INOTIFY_H 1
33525 if test "$ac_cv_header_sys_inotify_h" = "yes"; then
33526 $as_echo "#define wxHAS_INOTIFY 1" >>confdefs.h
33529 for ac_header
in sys
/event.h
33531 ac_fn_c_check_header_compile
"$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default
33533 if test "x$ac_cv_header_sys_event_h" = xyes
; then :
33534 cat >>confdefs.h
<<_ACEOF
33535 #define HAVE_SYS_EVENT_H 1
33542 if test "$ac_cv_header_sys_event_h" = "yes"; then
33543 $as_echo "#define wxHAS_KQUEUE 1" >>confdefs.h
33553 if test "$wxUSE_THREADS" != "yes"; then
33554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&5
33555 $as_echo "$as_me: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&2;}
33560 if test "$wxUSE_FSWATCHER" = "yes"; then
33561 $as_echo "#define wxUSE_FSWATCHER 1" >>confdefs.h
33563 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS fswatcher"
33565 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystemWatcher won't be available on this platform" >&5
33566 $as_echo "$as_me: WARNING: wxFileSystemWatcher won't be available on this platform" >&2;}
33571 if test "$wxUSE_STL" = "yes"; then
33572 $as_echo "#define wxUSE_STL 1" >>confdefs.h
33576 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
33577 $as_echo "#define wxUSE_EXTENDED_RTTI 1" >>confdefs.h
33581 if test "$wxUSE_ANY" = "yes"; then
33582 $as_echo "#define wxUSE_ANY 1" >>confdefs.h
33586 if test "$wxUSE_APPLE_IEEE" = "yes"; then
33587 $as_echo "#define wxUSE_APPLE_IEEE 1" >>confdefs.h
33591 if test "$wxUSE_TIMER" = "yes"; then
33592 $as_echo "#define wxUSE_TIMER 1" >>confdefs.h
33596 if test "$USE_UNIX" = 1 ; then
33597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
33598 $as_echo_n "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... " >&6; }
33599 if ${ac_cv_header_sys_soundcard+:} false
; then :
33600 $as_echo_n "(cached) " >&6
33603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33604 /* end confdefs.h. */
33606 #include <sys/ioctl.h>
33607 #include <sys/soundcard.h>
33613 ioctl(0, SNDCTL_DSP_SPEED, 0);
33619 if ac_fn_c_try_link
"$LINENO"; then :
33620 ac_cv_header_sys_soundcard
=yes
33624 LIBS
="$saveLibs -lossaudio"
33625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33626 /* end confdefs.h. */
33628 #include <sys/ioctl.h>
33629 #include <sys/soundcard.h>
33635 ioctl(0, SNDCTL_DSP_SPEED, 0);
33641 if ac_fn_c_try_link
"$LINENO"; then :
33642 ac_cv_header_sys_soundcard
=yes
33646 ac_cv_header_sys_soundcard
=no
33650 rm -f core conftest.err conftest.
$ac_objext \
33651 conftest
$ac_exeext conftest.
$ac_ext
33655 rm -f core conftest.err conftest.
$ac_objext \
33656 conftest
$ac_exeext conftest.
$ac_ext
33659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_soundcard" >&5
33660 $as_echo "$ac_cv_header_sys_soundcard" >&6; }
33662 if test "$ac_cv_header_sys_soundcard" = "yes"; then
33663 $as_echo "#define HAVE_SYS_SOUNDCARD_H 1" >>confdefs.h
33669 if test "$wxUSE_SOUND" = "yes"; then
33670 if test "$USE_UNIX" = 1 ; then
33671 if test "$wxUSE_LIBSDL" != "no"; then
33673 # Check whether --with-sdl-prefix was given.
33674 if test "${with_sdl_prefix+set}" = set; then :
33675 withval
=$with_sdl_prefix; sdl_prefix
="$withval"
33681 # Check whether --with-sdl-exec-prefix was given.
33682 if test "${with_sdl_exec_prefix+set}" = set; then :
33683 withval
=$with_sdl_exec_prefix; sdl_exec_prefix
="$withval"
33688 # Check whether --enable-sdltest was given.
33689 if test "${enable_sdltest+set}" = set; then :
33690 enableval
=$enable_sdltest;
33696 if test x
$sdl_exec_prefix != x
; then
33697 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
33698 if test x
${SDL_CONFIG+set} != xset
; then
33699 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
33702 if test x
$sdl_prefix != x
; then
33703 sdl_args
="$sdl_args --prefix=$sdl_prefix"
33704 if test x
${SDL_CONFIG+set} != xset
; then
33705 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
33709 if test "x$prefix" != xNONE
; then
33710 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
33712 # Extract the first word of "sdl-config", so it can be a program name with args.
33713 set dummy sdl
-config; ac_word
=$2
33714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33715 $as_echo_n "checking for $ac_word... " >&6; }
33716 if ${ac_cv_path_SDL_CONFIG+:} false
; then :
33717 $as_echo_n "(cached) " >&6
33719 case $SDL_CONFIG in
33721 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
33724 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33725 for as_dir
in $PATH
33728 test -z "$as_dir" && as_dir
=.
33729 for ac_exec_ext
in '' $ac_executable_extensions; do
33730 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
33731 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
33732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33739 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
33743 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
33744 if test -n "$SDL_CONFIG"; then
33745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL_CONFIG" >&5
33746 $as_echo "$SDL_CONFIG" >&6; }
33748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33749 $as_echo "no" >&6; }
33753 min_sdl_version
=1.2.0
33754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL - version >= $min_sdl_version" >&5
33755 $as_echo_n "checking for SDL - version >= $min_sdl_version... " >&6; }
33757 if test "$SDL_CONFIG" = "no" ; then
33760 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
33761 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
33763 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
33764 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
33765 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
33766 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
33767 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
33768 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
33769 if test "x$enable_sdltest" = "xyes" ; then
33770 ac_save_CFLAGS
="$CFLAGS"
33771 ac_save_CXXFLAGS
="$CXXFLAGS"
33772 ac_save_LIBS
="$LIBS"
33773 CFLAGS
="$CFLAGS $SDL_CFLAGS"
33774 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
33775 LIBS
="$LIBS $SDL_LIBS"
33777 if test "$cross_compiling" = yes; then :
33778 echo $ac_n "cross compiling; assumed OK... $ac_c"
33780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33781 /* end confdefs.h. */
33784 #include <stdlib.h>
33785 #include <string.h>
33789 my_strdup (char *str)
33795 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
33796 strcpy (new_str, str);
33804 int main (int argc, char *argv[])
33806 int major, minor, micro;
33809 /* This hangs on some systems (?)
33810 system ("touch conf.sdltest");
33812 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
33814 /* HP/UX 9 (%@#!) writes to sscanf strings */
33815 tmp_version = my_strdup("$min_sdl_version");
33816 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
33817 printf("%s, bad version string\n", "$min_sdl_version");
33821 if (($sdl_major_version > major) ||
33822 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
33823 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
33829 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
33830 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
33831 printf("*** best to upgrade to the required version.\n");
33832 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
33833 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
33834 printf("*** config.cache before re-running configure\n");
33841 if ac_fn_c_try_run
"$LINENO"; then :
33846 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
33847 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
33850 CFLAGS
="$ac_save_CFLAGS"
33851 CXXFLAGS
="$ac_save_CXXFLAGS"
33852 LIBS
="$ac_save_LIBS"
33855 if test "x$no_sdl" = x
; then
33856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33857 $as_echo "yes" >&6; }
33859 EXTRALIBS_SDL
="$SDL_LIBS"
33860 CFLAGS
="$SDL_CFLAGS $CFLAGS"
33861 CXXFLAGS
="$SDL_CFLAGS $CXXFLAGS"
33862 $as_echo "#define wxUSE_LIBSDL 1" >>confdefs.h
33866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33867 $as_echo "no" >&6; }
33868 if test "$SDL_CONFIG" = "no" ; then
33869 echo "*** The sdl-config script installed by SDL could not be found"
33870 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
33871 echo "*** your path, or set the SDL_CONFIG environment variable to the"
33872 echo "*** full path to sdl-config."
33874 if test -f conf.sdltest
; then
33877 echo "*** Could not run SDL test program, checking why..."
33878 CFLAGS
="$CFLAGS $SDL_CFLAGS"
33879 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
33880 LIBS
="$LIBS $SDL_LIBS"
33881 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33882 /* end confdefs.h. */
33887 int main(int argc, char *argv[])
33890 #define main K_and_R_C_main
33900 if ac_fn_c_try_link
"$LINENO"; then :
33901 echo "*** The test program compiled, but did not run. This usually means"
33902 echo "*** that the run-time linker is not finding SDL or finding the wrong"
33903 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
33904 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
33905 echo "*** to the installed location Also, make sure you have run ldconfig if that"
33906 echo "*** is required on your system"
33908 echo "*** If you have an old version installed, it is best to remove it, although"
33909 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
33911 echo "*** The test program failed to compile or link. See the file config.log for the"
33912 echo "*** exact error that occurred. This usually means SDL was incorrectly installed"
33913 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
33914 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
33916 rm -f core conftest.err conftest.
$ac_objext \
33917 conftest
$ac_exeext conftest.
$ac_ext
33918 CFLAGS
="$ac_save_CFLAGS"
33919 CXXFLAGS
="$ac_save_CXXFLAGS"
33920 LIBS
="$ac_save_LIBS"
33931 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
33938 if test "$wxUSE_SOUND" = "yes"; then
33939 $as_echo "#define wxUSE_SOUND 1" >>confdefs.h
33941 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
33944 if test "$WXGTK2" = 1; then
33947 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33948 if test -n "$ac_tool_prefix"; then
33949 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
33950 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
33951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33952 $as_echo_n "checking for $ac_word... " >&6; }
33953 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
33954 $as_echo_n "(cached) " >&6
33956 case $PKG_CONFIG in
33958 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
33961 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33962 for as_dir
in $PATH
33965 test -z "$as_dir" && as_dir
=.
33966 for ac_exec_ext
in '' $ac_executable_extensions; do
33967 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
33968 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
33969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33979 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
33980 if test -n "$PKG_CONFIG"; then
33981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
33982 $as_echo "$PKG_CONFIG" >&6; }
33984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33985 $as_echo "no" >&6; }
33990 if test -z "$ac_cv_path_PKG_CONFIG"; then
33991 ac_pt_PKG_CONFIG
=$PKG_CONFIG
33992 # Extract the first word of "pkg-config", so it can be a program name with args.
33993 set dummy pkg
-config; ac_word
=$2
33994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33995 $as_echo_n "checking for $ac_word... " >&6; }
33996 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
33997 $as_echo_n "(cached) " >&6
33999 case $ac_pt_PKG_CONFIG in
34001 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
34004 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34005 for as_dir
in $PATH
34008 test -z "$as_dir" && as_dir
=.
34009 for ac_exec_ext
in '' $ac_executable_extensions; do
34010 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
34011 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
34012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
34022 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
34023 if test -n "$ac_pt_PKG_CONFIG"; then
34024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
34025 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
34027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34028 $as_echo "no" >&6; }
34031 if test "x$ac_pt_PKG_CONFIG" = x
; then
34034 case $cross_compiling:$ac_tool_warned in
34036 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
34037 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
34038 ac_tool_warned
=yes ;;
34040 PKG_CONFIG
=$ac_pt_PKG_CONFIG
34043 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
34047 if test -n "$PKG_CONFIG"; then
34048 _pkg_min_version
=0.9.0
34049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
34050 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
34051 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
34052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34053 $as_echo "yes" >&6; }
34055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34056 $as_echo "no" >&6; }
34062 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
34064 if test "$wxUSE_GTKPRINT" = "yes" ; then
34065 if test "$WXGTK3" = 1; then
34066 gtk_unix_print
="gtk+-unix-print-3.0"
34068 gtk_unix_print
="gtk+-unix-print-2.0 >= 2.10"
34072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKPRINT" >&5
34073 $as_echo_n "checking for GTKPRINT... " >&6; }
34075 if test -n "$PKG_CONFIG"; then
34076 if test -n "$GTKPRINT_CFLAGS"; then
34077 pkg_cv_GTKPRINT_CFLAGS
="$GTKPRINT_CFLAGS"
34079 if test -n "$PKG_CONFIG" && \
34080 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_unix_print\""; } >&5
34081 ($PKG_CONFIG --exists --print-errors "$gtk_unix_print") 2>&5
34083 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34084 test $ac_status = 0; }; then
34085 pkg_cv_GTKPRINT_CFLAGS
=`$PKG_CONFIG --cflags "$gtk_unix_print" 2>/dev/null`
34093 if test -n "$PKG_CONFIG"; then
34094 if test -n "$GTKPRINT_LIBS"; then
34095 pkg_cv_GTKPRINT_LIBS
="$GTKPRINT_LIBS"
34097 if test -n "$PKG_CONFIG" && \
34098 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_unix_print\""; } >&5
34099 ($PKG_CONFIG --exists --print-errors "$gtk_unix_print") 2>&5
34101 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34102 test $ac_status = 0; }; then
34103 pkg_cv_GTKPRINT_LIBS
=`$PKG_CONFIG --libs "$gtk_unix_print" 2>/dev/null`
34114 if test $pkg_failed = yes; then
34116 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34117 _pkg_short_errors_supported
=yes
34119 _pkg_short_errors_supported
=no
34121 if test $_pkg_short_errors_supported = yes; then
34122 GTKPRINT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gtk_unix_print"`
34124 GTKPRINT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$gtk_unix_print"`
34126 # Put the nasty error message in config.log where it belongs
34127 echo "$GTKPRINT_PKG_ERRORS" >&5
34130 { $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
34131 $as_echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
34132 wxUSE_GTKPRINT
="no"
34135 elif test $pkg_failed = untried
; then
34137 { $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
34138 $as_echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
34139 wxUSE_GTKPRINT
="no"
34143 GTKPRINT_CFLAGS
=$pkg_cv_GTKPRINT_CFLAGS
34144 GTKPRINT_LIBS
=$pkg_cv_GTKPRINT_LIBS
34145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34146 $as_echo "yes" >&6; }
34148 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GTKPRINT_LIBS"
34149 CFLAGS
="$GTKPRINT_CFLAGS $CFLAGS"
34150 CXXFLAGS
="$GTKPRINT_CFLAGS $CXXFLAGS"
34151 $as_echo "#define wxUSE_GTKPRINT 1" >>confdefs.h
34157 if test "$WXGTK3" = 1; then
34158 wxUSE_LIBGNOMEPRINT
=no
34161 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
34165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGNOMEPRINTUI" >&5
34166 $as_echo_n "checking for LIBGNOMEPRINTUI... " >&6; }
34168 if test -n "$PKG_CONFIG"; then
34169 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
34170 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
="$LIBGNOMEPRINTUI_CFLAGS"
34172 if test -n "$PKG_CONFIG" && \
34173 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\""; } >&5
34174 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
34176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34177 test $ac_status = 0; }; then
34178 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
34186 if test -n "$PKG_CONFIG"; then
34187 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
34188 pkg_cv_LIBGNOMEPRINTUI_LIBS
="$LIBGNOMEPRINTUI_LIBS"
34190 if test -n "$PKG_CONFIG" && \
34191 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\""; } >&5
34192 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
34194 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34195 test $ac_status = 0; }; then
34196 pkg_cv_LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
34207 if test $pkg_failed = yes; then
34209 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34210 _pkg_short_errors_supported
=yes
34212 _pkg_short_errors_supported
=no
34214 if test $_pkg_short_errors_supported = yes; then
34215 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
34217 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
34219 # Put the nasty error message in config.log where it belongs
34220 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
34223 if test "$wxUSE_GTKPRINT" = yes; then
34224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34225 $as_echo "no" >&6; }
34227 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
34228 $as_echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
34230 wxUSE_LIBGNOMEPRINT
="no"
34233 elif test $pkg_failed = untried
; then
34235 if test "$wxUSE_GTKPRINT" = yes; then
34236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34237 $as_echo "no" >&6; }
34239 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
34240 $as_echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
34242 wxUSE_LIBGNOMEPRINT
="no"
34246 LIBGNOMEPRINTUI_CFLAGS
=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
34247 LIBGNOMEPRINTUI_LIBS
=$pkg_cv_LIBGNOMEPRINTUI_LIBS
34248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34249 $as_echo "yes" >&6; }
34251 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $LIBGNOMEPRINTUI_LIBS"
34252 CFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
34253 CXXFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
34254 $as_echo "#define wxUSE_LIBGNOMEPRINT 1" >>confdefs.h
34261 if test "$wxUSE_MIMETYPE" = "yes" ; then
34262 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
34266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOMEVFS" >&5
34267 $as_echo_n "checking for GNOMEVFS... " >&6; }
34269 if test -n "$PKG_CONFIG"; then
34270 if test -n "$GNOMEVFS_CFLAGS"; then
34271 pkg_cv_GNOMEVFS_CFLAGS
="$GNOMEVFS_CFLAGS"
34273 if test -n "$PKG_CONFIG" && \
34274 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\""; } >&5
34275 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
34277 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34278 test $ac_status = 0; }; then
34279 pkg_cv_GNOMEVFS_CFLAGS
=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
34287 if test -n "$PKG_CONFIG"; then
34288 if test -n "$GNOMEVFS_LIBS"; then
34289 pkg_cv_GNOMEVFS_LIBS
="$GNOMEVFS_LIBS"
34291 if test -n "$PKG_CONFIG" && \
34292 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\""; } >&5
34293 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
34295 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34296 test $ac_status = 0; }; then
34297 pkg_cv_GNOMEVFS_LIBS
=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
34308 if test $pkg_failed = yes; then
34310 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34311 _pkg_short_errors_supported
=yes
34313 _pkg_short_errors_supported
=no
34315 if test $_pkg_short_errors_supported = yes; then
34316 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
34318 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
34320 # Put the nasty error message in config.log where it belongs
34321 echo "$GNOMEVFS_PKG_ERRORS" >&5
34324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
34325 $as_echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
34326 wxUSE_LIBGNOMEVFS
="no"
34329 elif test $pkg_failed = untried
; then
34331 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
34332 $as_echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
34333 wxUSE_LIBGNOMEVFS
="no"
34337 GNOMEVFS_CFLAGS
=$pkg_cv_GNOMEVFS_CFLAGS
34338 GNOMEVFS_LIBS
=$pkg_cv_GNOMEVFS_LIBS
34339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34340 $as_echo "yes" >&6; }
34342 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GNOMEVFS_LIBS"
34343 CFLAGS
="$GNOMEVFS_CFLAGS $CFLAGS"
34344 CXXFLAGS
="$GNOMEVFS_CFLAGS $CXXFLAGS"
34345 $as_echo "#define wxUSE_LIBGNOMEVFS 1" >>confdefs.h
34352 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes" ; then
34353 if test "$wxUSE_LIBNOTIFY" = "yes" ; then
34357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34358 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34360 if test -n "$PKG_CONFIG"; then
34361 if test -n "$LIBNOTIFY_CFLAGS"; then
34362 pkg_cv_LIBNOTIFY_CFLAGS
="$LIBNOTIFY_CFLAGS"
34364 if test -n "$PKG_CONFIG" && \
34365 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.7\""; } >&5
34366 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.7") 2>&5
34368 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34369 test $ac_status = 0; }; then
34370 pkg_cv_LIBNOTIFY_CFLAGS
=`$PKG_CONFIG --cflags "libnotify >= 0.7" 2>/dev/null`
34378 if test -n "$PKG_CONFIG"; then
34379 if test -n "$LIBNOTIFY_LIBS"; then
34380 pkg_cv_LIBNOTIFY_LIBS
="$LIBNOTIFY_LIBS"
34382 if test -n "$PKG_CONFIG" && \
34383 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.7\""; } >&5
34384 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.7") 2>&5
34386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34387 test $ac_status = 0; }; then
34388 pkg_cv_LIBNOTIFY_LIBS
=`$PKG_CONFIG --libs "libnotify >= 0.7" 2>/dev/null`
34399 if test $pkg_failed = yes; then
34401 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34402 _pkg_short_errors_supported
=yes
34404 _pkg_short_errors_supported
=no
34406 if test $_pkg_short_errors_supported = yes; then
34407 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.7"`
34409 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.7"`
34411 # Put the nasty error message in config.log where it belongs
34412 echo "$LIBNOTIFY_PKG_ERRORS" >&5
34417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34418 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34420 if test -n "$PKG_CONFIG"; then
34421 if test -n "$LIBNOTIFY_CFLAGS"; then
34422 pkg_cv_LIBNOTIFY_CFLAGS
="$LIBNOTIFY_CFLAGS"
34424 if test -n "$PKG_CONFIG" && \
34425 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34426 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34428 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34429 test $ac_status = 0; }; then
34430 pkg_cv_LIBNOTIFY_CFLAGS
=`$PKG_CONFIG --cflags "libnotify >= 0.4" 2>/dev/null`
34438 if test -n "$PKG_CONFIG"; then
34439 if test -n "$LIBNOTIFY_LIBS"; then
34440 pkg_cv_LIBNOTIFY_LIBS
="$LIBNOTIFY_LIBS"
34442 if test -n "$PKG_CONFIG" && \
34443 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34444 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34447 test $ac_status = 0; }; then
34448 pkg_cv_LIBNOTIFY_LIBS
=`$PKG_CONFIG --libs "libnotify >= 0.4" 2>/dev/null`
34459 if test $pkg_failed = yes; then
34461 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34462 _pkg_short_errors_supported
=yes
34464 _pkg_short_errors_supported
=no
34466 if test $_pkg_short_errors_supported = yes; then
34467 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.4"`
34469 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.4"`
34471 # Put the nasty error message in config.log where it belongs
34472 echo "$LIBNOTIFY_PKG_ERRORS" >&5
34474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34475 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34477 elif test $pkg_failed = untried
; then
34478 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34479 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34482 LIBNOTIFY_CFLAGS
=$pkg_cv_LIBNOTIFY_CFLAGS
34483 LIBNOTIFY_LIBS
=$pkg_cv_LIBNOTIFY_LIBS
34484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34485 $as_echo "yes" >&6; }
34490 elif test $pkg_failed = untried
; then
34494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34495 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34497 if test -n "$PKG_CONFIG"; then
34498 if test -n "$LIBNOTIFY_CFLAGS"; then
34499 pkg_cv_LIBNOTIFY_CFLAGS
="$LIBNOTIFY_CFLAGS"
34501 if test -n "$PKG_CONFIG" && \
34502 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34503 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34506 test $ac_status = 0; }; then
34507 pkg_cv_LIBNOTIFY_CFLAGS
=`$PKG_CONFIG --cflags "libnotify >= 0.4" 2>/dev/null`
34515 if test -n "$PKG_CONFIG"; then
34516 if test -n "$LIBNOTIFY_LIBS"; then
34517 pkg_cv_LIBNOTIFY_LIBS
="$LIBNOTIFY_LIBS"
34519 if test -n "$PKG_CONFIG" && \
34520 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34521 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34524 test $ac_status = 0; }; then
34525 pkg_cv_LIBNOTIFY_LIBS
=`$PKG_CONFIG --libs "libnotify >= 0.4" 2>/dev/null`
34536 if test $pkg_failed = yes; then
34538 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34539 _pkg_short_errors_supported
=yes
34541 _pkg_short_errors_supported
=no
34543 if test $_pkg_short_errors_supported = yes; then
34544 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.4"`
34546 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.4"`
34548 # Put the nasty error message in config.log where it belongs
34549 echo "$LIBNOTIFY_PKG_ERRORS" >&5
34551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34552 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34554 elif test $pkg_failed = untried
; then
34555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34556 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34559 LIBNOTIFY_CFLAGS
=$pkg_cv_LIBNOTIFY_CFLAGS
34560 LIBNOTIFY_LIBS
=$pkg_cv_LIBNOTIFY_LIBS
34561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34562 $as_echo "yes" >&6; }
34568 LIBNOTIFY_CFLAGS
=$pkg_cv_LIBNOTIFY_CFLAGS
34569 LIBNOTIFY_LIBS
=$pkg_cv_LIBNOTIFY_LIBS
34570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34571 $as_echo "yes" >&6; }
34574 $as_echo "#define wxUSE_LIBNOTIFY_0_7 1" >>confdefs.h
34579 if test "$HAVE_LIBNOTIFY" = "1" ; then
34580 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $LIBNOTIFY_LIBS"
34581 CFLAGS
="$LIBNOTIFY_CFLAGS $CFLAGS"
34582 CXXFLAGS
="$LIBNOTIFY_CFLAGS $CXXFLAGS"
34583 $as_echo "#define wxUSE_LIBNOTIFY 1" >>confdefs.h
34589 if test "$wxUSE_LIBHILDON" = "yes" ; then
34592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON" >&5
34593 $as_echo_n "checking for HILDON... " >&6; }
34595 if test -n "$PKG_CONFIG"; then
34596 if test -n "$HILDON_CFLAGS"; then
34597 pkg_cv_HILDON_CFLAGS
="$HILDON_CFLAGS"
34599 if test -n "$PKG_CONFIG" && \
34600 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\""; } >&5
34601 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
34603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34604 test $ac_status = 0; }; then
34605 pkg_cv_HILDON_CFLAGS
=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
34613 if test -n "$PKG_CONFIG"; then
34614 if test -n "$HILDON_LIBS"; then
34615 pkg_cv_HILDON_LIBS
="$HILDON_LIBS"
34617 if test -n "$PKG_CONFIG" && \
34618 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\""; } >&5
34619 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
34621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34622 test $ac_status = 0; }; then
34623 pkg_cv_HILDON_LIBS
=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
34634 if test $pkg_failed = yes; then
34636 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34637 _pkg_short_errors_supported
=yes
34639 _pkg_short_errors_supported
=no
34641 if test $_pkg_short_errors_supported = yes; then
34642 HILDON_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
34644 HILDON_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
34646 # Put the nasty error message in config.log where it belongs
34647 echo "$HILDON_PKG_ERRORS" >&5
34650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_lgpl not found" >&5
34651 $as_echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
34652 wxUSE_LIBHILDON
="no"
34656 elif test $pkg_failed = untried
; then
34658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_lgpl not found" >&5
34659 $as_echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
34660 wxUSE_LIBHILDON
="no"
34665 HILDON_CFLAGS
=$pkg_cv_HILDON_CFLAGS
34666 HILDON_LIBS
=$pkg_cv_HILDON_LIBS
34667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34668 $as_echo "yes" >&6; }
34670 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $HILDON_LIBS"
34671 CFLAGS
="$CFLAGS $HILDON_CFLAGS"
34672 CXXFLAGS
="$CXXFLAGS $HILDON_CFLAGS"
34673 $as_echo "#define wxUSE_LIBHILDON 1" >>confdefs.h
34679 if test "$ac_hildon_lgpl" = 0 ; then
34682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON2" >&5
34683 $as_echo_n "checking for HILDON2... " >&6; }
34685 if test -n "$PKG_CONFIG"; then
34686 if test -n "$HILDON2_CFLAGS"; then
34687 pkg_cv_HILDON2_CFLAGS
="$HILDON2_CFLAGS"
34689 if test -n "$PKG_CONFIG" && \
34690 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\""; } >&5
34691 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
34693 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34694 test $ac_status = 0; }; then
34695 pkg_cv_HILDON2_CFLAGS
=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
34703 if test -n "$PKG_CONFIG"; then
34704 if test -n "$HILDON2_LIBS"; then
34705 pkg_cv_HILDON2_LIBS
="$HILDON2_LIBS"
34707 if test -n "$PKG_CONFIG" && \
34708 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\""; } >&5
34709 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
34711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34712 test $ac_status = 0; }; then
34713 pkg_cv_HILDON2_LIBS
=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
34724 if test $pkg_failed = yes; then
34726 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34727 _pkg_short_errors_supported
=yes
34729 _pkg_short_errors_supported
=no
34731 if test $_pkg_short_errors_supported = yes; then
34732 HILDON2_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
34734 HILDON2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
34736 # Put the nasty error message in config.log where it belongs
34737 echo "$HILDON2_PKG_ERRORS" >&5
34740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_1 not found" >&5
34741 $as_echo "$as_me: WARNING: libhildon_1 not found" >&2;}
34742 wxUSE_LIBHILDON2
="no"
34745 elif test $pkg_failed = untried
; then
34747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_1 not found" >&5
34748 $as_echo "$as_me: WARNING: libhildon_1 not found" >&2;}
34749 wxUSE_LIBHILDON2
="no"
34753 HILDON2_CFLAGS
=$pkg_cv_HILDON2_CFLAGS
34754 HILDON2_LIBS
=$pkg_cv_HILDON2_LIBS
34755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34756 $as_echo "yes" >&6; }
34758 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $HILDON2_LIBS"
34759 CFLAGS
="$CFLAGS $HILDON2_CFLAGS"
34760 CXXFLAGS
="$CXXFLAGS $HILDON2_CFLAGS"
34761 $as_echo "#define wxUSE_LIBHILDON2 1" >>confdefs.h
34769 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
34770 $as_echo "#define wxUSE_CMDLINE_PARSER 1" >>confdefs.h
34774 if test "$wxUSE_STOPWATCH" = "yes"; then
34775 $as_echo "#define wxUSE_STOPWATCH 1" >>confdefs.h
34779 if test "$wxUSE_DATETIME" = "yes"; then
34780 $as_echo "#define wxUSE_DATETIME 1" >>confdefs.h
34784 if test "$wxUSE_FILE" = "yes"; then
34785 $as_echo "#define wxUSE_FILE 1" >>confdefs.h
34789 if test "$wxUSE_FFILE" = "yes"; then
34790 $as_echo "#define wxUSE_FFILE 1" >>confdefs.h
34794 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
34795 if test "$wxUSE_STREAMS" != yes; then
34796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxArchive requires wxStreams... disabled" >&5
34797 $as_echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
34798 wxUSE_ARCHIVE_STREAMS
=no
34800 $as_echo "#define wxUSE_ARCHIVE_STREAMS 1" >>confdefs.h
34805 if test "$wxUSE_ZIPSTREAM" = "yes"; then
34806 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
34807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZip requires wxArchive... disabled" >&5
34808 $as_echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
34809 elif test "$wxUSE_ZLIB" = "no"; then
34810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZip requires wxZlib... disabled" >&5
34811 $as_echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
34813 $as_echo "#define wxUSE_ZIPSTREAM 1" >>confdefs.h
34818 if test "$wxUSE_TARSTREAM" = "yes"; then
34819 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
34820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTar requires wxArchive... disabled" >&5
34821 $as_echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
34823 $as_echo "#define wxUSE_TARSTREAM 1" >>confdefs.h
34828 if test "$wxUSE_FILE_HISTORY" = "yes"; then
34829 $as_echo "#define wxUSE_FILE_HISTORY 1" >>confdefs.h
34833 if test "$wxUSE_FILESYSTEM" = "yes"; then
34834 if test "$wxUSE_STREAMS" != yes -o \
( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \
); then
34835 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
34836 $as_echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
34837 wxUSE_FILESYSTEM
=no
34839 $as_echo "#define wxUSE_FILESYSTEM 1" >>confdefs.h
34844 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
34845 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
34846 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
34847 $as_echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
34849 $as_echo "#define wxUSE_FS_ARCHIVE 1" >>confdefs.h
34854 if test "$wxUSE_FS_ZIP" = "yes"; then
34855 if test "$wxUSE_FS_ARCHIVE" != yes; then
34856 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
34857 $as_echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
34859 $as_echo "#define wxUSE_FS_ZIP 1" >>confdefs.h
34864 if test "$wxUSE_FSVOLUME" = "yes"; then
34865 $as_echo "#define wxUSE_FSVOLUME 1" >>confdefs.h
34869 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34870 if test "$USE_UNIX" != 1; then
34871 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
34872 $as_echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
34873 wxUSE_ON_FATAL_EXCEPTION
=no
34875 $as_echo "#define wxUSE_ON_FATAL_EXCEPTION 1" >>confdefs.h
34880 if test "$wxUSE_STACKWALKER" = "yes"; then
34881 $as_echo "#define wxUSE_STACKWALKER 1" >>confdefs.h
34885 if test "$wxUSE_DEBUGREPORT" = "yes"; then
34886 if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
34887 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
34888 $as_echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
34889 wxUSE_DEBUGREPORT
=no
34891 $as_echo "#define wxUSE_DEBUGREPORT 1" >>confdefs.h
34893 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34894 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS debugrpt"
34899 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34900 $as_echo "#define wxUSE_SNGLINST_CHECKER 1" >>confdefs.h
34904 if test "$wxUSE_BUSYINFO" = "yes"; then
34905 $as_echo "#define wxUSE_BUSYINFO 1" >>confdefs.h
34909 if test "$wxUSE_HOTKEY" = "yes"; then
34910 if test "$wxUSE_MSW" != 1 -a "$wxUSE_OSX_COCOA" != 1 -a "$wxUSE_OSX_CARBON" != 1; then
34911 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Hot keys not supported by the current toolkit, disabled" >&5
34912 $as_echo "$as_me: WARNING: Hot keys not supported by the current toolkit, disabled" >&2;}
34915 elif test "$wxUSE_HOTKEY" = "auto"; then
34916 if test "$wxUSE_MSW" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OSX_CARBON" = 1; then
34920 if test "$wxUSE_HOTKEY" = "yes"; then
34921 $as_echo "#define wxUSE_HOTKEY 1" >>confdefs.h
34925 if test "$wxUSE_STD_CONTAINERS" = "yes"; then
34926 $as_echo "#define wxUSE_STD_CONTAINERS 1" >>confdefs.h
34930 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
34931 $as_echo "#define wxUSE_STD_IOSTREAM 1" >>confdefs.h
34935 if test "$wxUSE_STD_STRING" = "yes"; then
34936 $as_echo "#define wxUSE_STD_STRING 1" >>confdefs.h
34940 if test "$wxUSE_STD_STRING_CONV_IN_WXSTRING" = "yes"; then
34941 $as_echo "#define wxUSE_STD_STRING_CONV_IN_WXSTRING 1" >>confdefs.h
34945 if test "$wxUSE_STDPATHS" = "yes"; then
34946 $as_echo "#define wxUSE_STDPATHS 1" >>confdefs.h
34950 if test "$wxUSE_TEXTBUFFER" = "yes"; then
34951 $as_echo "#define wxUSE_TEXTBUFFER 1" >>confdefs.h
34955 if test "$wxUSE_TEXTFILE" = "yes"; then
34956 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
34957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
34958 $as_echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
34960 $as_echo "#define wxUSE_TEXTFILE 1" >>confdefs.h
34965 if test "$wxUSE_CONFIG" = "yes" ; then
34966 if test "$wxUSE_TEXTFILE" != "yes"; then
34967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxConfig requires wxTextFile... disabled" >&5
34968 $as_echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
34970 $as_echo "#define wxUSE_CONFIG 1" >>confdefs.h
34972 $as_echo "#define wxUSE_CONFIG_NATIVE 1" >>confdefs.h
34974 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
34978 if test "$wxUSE_INTL" = "yes" ; then
34979 if test "$wxUSE_FILE" != "yes"; then
34980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I18n code requires wxFile... disabled" >&5
34981 $as_echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
34983 $as_echo "#define wxUSE_INTL 1" >>confdefs.h
34985 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
34986 GUIDIST
="$GUIDIST INTL_DIST"
34990 if test "$wxUSE_XLOCALE" = "yes" ; then
34991 $as_echo "#define wxUSE_XLOCALE 1" >>confdefs.h
34993 ac_fn_c_check_type
"$LINENO" "locale_t" "ac_cv_type_locale_t" "#include <xlocale.h>
34994 #include <locale.h>
34996 if test "x$ac_cv_type_locale_t" = xyes
; then :
34998 cat >>confdefs.h
<<_ACEOF
34999 #define HAVE_LOCALE_T 1
35007 if test "$wxUSE_LOG" = "yes"; then
35008 $as_echo "#define wxUSE_LOG 1" >>confdefs.h
35011 if test "$wxUSE_LOGGUI" = "yes"; then
35012 $as_echo "#define wxUSE_LOGGUI 1" >>confdefs.h
35016 if test "$wxUSE_LOGWINDOW" = "yes"; then
35017 $as_echo "#define wxUSE_LOGWINDOW 1" >>confdefs.h
35021 if test "$wxUSE_LOGDIALOG" = "yes"; then
35022 $as_echo "#define wxUSE_LOG_DIALOG 1" >>confdefs.h
35026 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS keyboard"
35029 if test "$wxUSE_LONGLONG" = "yes"; then
35030 $as_echo "#define wxUSE_LONGLONG 1" >>confdefs.h
35034 if test "$wxUSE_GEOMETRY" = "yes"; then
35035 $as_echo "#define wxUSE_GEOMETRY 1" >>confdefs.h
35039 if test "$wxUSE_BASE64" = "yes"; then
35040 $as_echo "#define wxUSE_BASE64 1" >>confdefs.h
35044 if test "$wxUSE_STREAMS" = "yes" ; then
35045 $as_echo "#define wxUSE_STREAMS 1" >>confdefs.h
35049 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
35050 $as_echo "#define wxUSE_PRINTF_POS_PARAMS 1" >>confdefs.h
35054 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
35055 $as_echo "#define wxUSE_OBJC_UNIQUIFYING 1" >>confdefs.h
35060 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
35061 $as_echo "#define wxUSE_CONSOLE_EVENTLOOP 1" >>confdefs.h
35064 if test "$wxUSE_UNIX" = "yes"; then
35065 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
35066 $as_echo "#define wxUSE_SELECT_DISPATCHER 1" >>confdefs.h
35070 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
35071 for ac_header
in sys
/epoll.h
35073 ac_fn_c_check_header_compile
"$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default
35075 if test "x$ac_cv_header_sys_epoll_h" = xyes
; then :
35076 cat >>confdefs.h
<<_ACEOF
35077 #define HAVE_SYS_EPOLL_H 1
35084 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
35085 $as_echo "#define wxUSE_EPOLL_DISPATCHER 1" >>confdefs.h
35088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
35089 $as_echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
35096 for ac_func
in gettimeofday ftime
35098 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
35099 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
35100 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
35101 cat >>confdefs.h
<<_ACEOF
35102 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
35109 if test "$ac_cv_func_gettimeofday" = "yes"; then
35110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday takes two arguments" >&5
35111 $as_echo_n "checking whether gettimeofday takes two arguments... " >&6; }
35112 if ${wx_cv_func_gettimeofday_has_2_args+:} false
; then :
35113 $as_echo_n "(cached) " >&6
35116 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35117 /* end confdefs.h. */
35119 #include <sys/time.h>
35120 #include <unistd.h>
35127 gettimeofday(&tv, NULL);
35133 if ac_fn_c_try_compile
"$LINENO"; then :
35134 wx_cv_func_gettimeofday_has_2_args
=yes
35136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35137 /* end confdefs.h. */
35139 #include <sys/time.h>
35140 #include <unistd.h>
35153 if ac_fn_c_try_compile
"$LINENO"; then :
35154 wx_cv_func_gettimeofday_has_2_args
=no
35157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: failed to determine number of gettimeofday() arguments" >&5
35158 $as_echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
35159 wx_cv_func_gettimeofday_has_2_args
=unknown
35163 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35166 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_gettimeofday_has_2_args" >&5
35170 $as_echo "$wx_cv_func_gettimeofday_has_2_args" >&6; }
35172 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
35173 $as_echo "#define WX_GETTIMEOFDAY_NO_TZ 1" >>confdefs.h
35178 if test "$wxUSE_DATETIME" = "yes"; then
35179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable in <time.h>" >&5
35180 $as_echo_n "checking for timezone variable in <time.h>... " >&6; }
35181 if ${wx_cv_var_timezone+:} false
; then :
35182 $as_echo_n "(cached) " >&6
35186 ac_cpp
='$CXXCPP $CPPFLAGS'
35187 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35188 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35189 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35191 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35192 /* end confdefs.h. */
35207 if ac_fn_cxx_try_compile
"$LINENO"; then :
35209 wx_cv_var_timezone
=timezone
35213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35214 /* end confdefs.h. */
35229 if ac_fn_cxx_try_compile
"$LINENO"; then :
35231 wx_cv_var_timezone
=_timezone
35235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35236 /* end confdefs.h. */
35251 if ac_fn_cxx_try_compile
"$LINENO"; then :
35253 wx_cv_var_timezone
=__timezone
35257 if test "$USE_DOS" = 0 ; then
35258 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no timezone variable" >&5
35259 $as_echo "$as_me: WARNING: no timezone variable" >&2;}
35264 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35268 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35272 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35274 ac_cpp
='$CPP $CPPFLAGS'
35275 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35276 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35277 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_var_timezone" >&5
35283 $as_echo "$wx_cv_var_timezone" >&6; }
35285 if test "x$wx_cv_var_timezone" != x
; then
35286 cat >>confdefs.h
<<_ACEOF
35287 #define WX_TIMEZONE $wx_cv_var_timezone
35292 for ac_func
in localtime
35294 ac_fn_c_check_func
"$LINENO" "localtime" "ac_cv_func_localtime"
35295 if test "x$ac_cv_func_localtime" = xyes
; then :
35296 cat >>confdefs.h
<<_ACEOF
35297 #define HAVE_LOCALTIME 1
35304 if test "$ac_cv_func_localtime" = "yes"; then
35305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tm_gmtoff in struct tm" >&5
35306 $as_echo_n "checking for tm_gmtoff in struct tm... " >&6; }
35307 if ${wx_cv_struct_tm_has_gmtoff+:} false
; then :
35308 $as_echo_n "(cached) " >&6
35311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35312 /* end confdefs.h. */
35327 if ac_fn_c_try_compile
"$LINENO"; then :
35329 wx_cv_struct_tm_has_gmtoff
=yes
35332 wx_cv_struct_tm_has_gmtoff
=no
35335 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_struct_tm_has_gmtoff" >&5
35339 $as_echo "$wx_cv_struct_tm_has_gmtoff" >&6; }
35342 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
35343 $as_echo "#define WX_GMTOFF_IN_TM 1" >>confdefs.h
35347 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
35351 for ac_func
in setpriority
35353 ac_fn_c_check_func
"$LINENO" "setpriority" "ac_cv_func_setpriority"
35354 if test "x$ac_cv_func_setpriority" = xyes
; then :
35355 cat >>confdefs.h
<<_ACEOF
35356 #define HAVE_SETPRIORITY 1
35364 if test "$wxUSE_SOCKETS" = "yes"; then
35365 if test "$TOOLKIT" != "MSW"; then
35366 ac_fn_c_check_func
"$LINENO" "socket" "ac_cv_func_socket"
35367 if test "x$ac_cv_func_socket" = xyes
; then :
35371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
35372 $as_echo_n "checking for socket in -lsocket... " >&6; }
35373 if ${ac_cv_lib_socket_socket+:} false
; then :
35374 $as_echo_n "(cached) " >&6
35376 ac_check_lib_save_LIBS
=$LIBS
35377 LIBS
="-lsocket $LIBS"
35378 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35379 /* end confdefs.h. */
35381 /* Override any GCC internal prototype to avoid an error.
35382 Use char because int might match the return type of a GCC
35383 builtin and then its argument prototype would still apply. */
35396 if ac_fn_c_try_link
"$LINENO"; then :
35397 ac_cv_lib_socket_socket
=yes
35399 ac_cv_lib_socket_socket
=no
35401 rm -f core conftest.err conftest.
$ac_objext \
35402 conftest
$ac_exeext conftest.
$ac_ext
35403 LIBS
=$ac_check_lib_save_LIBS
35405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
35406 $as_echo "$ac_cv_lib_socket_socket" >&6; }
35407 if test "x$ac_cv_lib_socket_socket" = xyes
; then :
35408 if test "$INET_LINK" != " -lsocket"; then
35409 INET_LINK
="$INET_LINK -lsocket"
35413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: socket library not found - sockets will be disabled" >&5
35414 $as_echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
35427 if test "$wxUSE_SOCKETS" = "yes" ; then
35428 if test "$TOOLKIT" != "MSW"; then
35429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is the type of the third argument of getsockname" >&5
35430 $as_echo_n "checking what is the type of the third argument of getsockname... " >&6; }
35431 if ${wx_cv_type_getsockname3+:} false
; then :
35432 $as_echo_n "(cached) " >&6
35436 ac_cpp
='$CXXCPP $CPPFLAGS'
35437 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35438 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35439 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35442 /* end confdefs.h. */
35444 #include <sys/types.h>
35445 #include <sys/socket.h>
35452 getsockname(0, 0, &len);
35458 if ac_fn_cxx_try_compile
"$LINENO"; then :
35459 wx_cv_type_getsockname3
=socklen_t
35462 CFLAGS_OLD
="$CFLAGS"
35463 if test "$GCC" = yes ; then
35464 CFLAGS
="-Werror $CFLAGS"
35467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35468 /* end confdefs.h. */
35470 #include <sys/types.h>
35471 #include <sys/socket.h>
35478 getsockname(0, 0, &len);
35484 if ac_fn_cxx_try_compile
"$LINENO"; then :
35485 wx_cv_type_getsockname3
=size_t
35487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35488 /* end confdefs.h. */
35490 #include <sys/types.h>
35491 #include <sys/socket.h>
35498 getsockname(0, 0, &len);
35504 if ac_fn_cxx_try_compile
"$LINENO"; then :
35505 wx_cv_type_getsockname3
=int
35507 wx_cv_type_getsockname3
=unknown
35510 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35513 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35515 CFLAGS
="$CFLAGS_OLD"
35519 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35521 ac_cpp
='$CPP $CPPFLAGS'
35522 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35523 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35524 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_getsockname3" >&5
35529 $as_echo "$wx_cv_type_getsockname3" >&6; }
35531 if test "$wx_cv_type_getsockname3" = "unknown"; then
35533 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't find socklen_t synonym for this system" >&5
35534 $as_echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
35536 cat >>confdefs.h
<<_ACEOF
35537 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
35541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is the type of the fifth argument of getsockopt" >&5
35542 $as_echo_n "checking what is the type of the fifth argument of getsockopt... " >&6; }
35543 if ${wx_cv_type_getsockopt5+:} false
; then :
35544 $as_echo_n "(cached) " >&6
35548 ac_cpp
='$CXXCPP $CPPFLAGS'
35549 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35550 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35551 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35554 /* end confdefs.h. */
35556 #include <sys/types.h>
35557 #include <sys/socket.h>
35564 getsockopt(0, 0, 0, 0, &len);
35570 if ac_fn_cxx_try_compile
"$LINENO"; then :
35571 wx_cv_type_getsockopt5
=socklen_t
35574 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35575 /* end confdefs.h. */
35577 #include <sys/types.h>
35578 #include <sys/socket.h>
35585 getsockopt(0, 0, 0, 0, &len);
35591 if ac_fn_cxx_try_compile
"$LINENO"; then :
35592 wx_cv_type_getsockopt5
=size_t
35594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35595 /* end confdefs.h. */
35597 #include <sys/types.h>
35598 #include <sys/socket.h>
35605 getsockopt(0, 0, 0, 0, &len);
35611 if ac_fn_cxx_try_compile
"$LINENO"; then :
35612 wx_cv_type_getsockopt5
=int
35614 wx_cv_type_getsockopt5
=unknown
35617 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35620 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35624 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35626 ac_cpp
='$CPP $CPPFLAGS'
35627 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35628 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35629 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_getsockopt5" >&5
35634 $as_echo "$wx_cv_type_getsockopt5" >&6; }
35636 if test "$wx_cv_type_getsockopt5" = "unknown"; then
35638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't find socklen_t synonym for this system" >&5
35639 $as_echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
35641 cat >>confdefs.h
<<_ACEOF
35642 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
35649 if test "$wxUSE_SOCKETS" = "yes" ; then
35650 if test "$wxUSE_IPV6" = "yes"; then
35651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have sockaddr_in6" >&5
35652 $as_echo_n "checking whether we have sockaddr_in6... " >&6; }
35653 if ${wx_cv_type_sockaddr_in6+:} false
; then :
35654 $as_echo_n "(cached) " >&6
35657 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35658 /* end confdefs.h. */
35660 #include <sys/types.h>
35661 #include <sys/socket.h>
35662 #include <netinet/in.h>
35668 struct sockaddr_in6 sa6;
35674 if ac_fn_c_try_compile
"$LINENO"; then :
35675 wx_cv_type_sockaddr_in6
=yes
35677 wx_cv_type_sockaddr_in6
=no
35680 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_sockaddr_in6" >&5
35685 $as_echo "$wx_cv_type_sockaddr_in6" >&6; }
35687 if test "$wx_cv_type_sockaddr_in6"="yes"; then
35688 $as_echo "#define wxUSE_IPV6 1" >>confdefs.h
35691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: IPv6 support not available... disabled" >&5
35692 $as_echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
35696 $as_echo "#define wxUSE_SOCKETS 1" >>confdefs.h
35698 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
35701 if test "$wxUSE_PROTOCOL" = "yes"; then
35702 if test "$wxUSE_SOCKETS" != "yes"; then
35703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Protocol classes require sockets... disabled" >&5
35704 $as_echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
35709 if test "$wxUSE_PROTOCOL" = "yes"; then
35710 $as_echo "#define wxUSE_PROTOCOL 1" >>confdefs.h
35713 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
35714 $as_echo "#define wxUSE_PROTOCOL_HTTP 1" >>confdefs.h
35717 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
35718 $as_echo "#define wxUSE_PROTOCOL_FTP 1" >>confdefs.h
35721 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
35722 $as_echo "#define wxUSE_PROTOCOL_FILE 1" >>confdefs.h
35726 if test "$wxUSE_FS_INET" = "yes"; then
35727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: HTTP filesystem require protocol classes... disabled" >&5
35728 $as_echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
35733 if test "$wxUSE_URL" = "yes"; then
35734 if test "$wxUSE_PROTOCOL" != "yes"; then
35735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxURL class requires wxProtocol... disabled" >&5
35736 $as_echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
35739 if test "$wxUSE_URL" = "yes"; then
35740 $as_echo "#define wxUSE_URL 1" >>confdefs.h
35745 if test "$wxUSE_VARIANT" = "yes"; then
35746 $as_echo "#define wxUSE_VARIANT 1" >>confdefs.h
35750 if test "$wxUSE_FS_INET" = "yes"; then
35751 $as_echo "#define wxUSE_FS_INET 1" >>confdefs.h
35756 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
35759 if test "$TOOLKIT" = "MSW"; then
35762 elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
35763 if test "$USE_DARWIN" = 1; then
35764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking headers have declarations needed for joystick support" >&5
35765 $as_echo_n "checking headers have declarations needed for joystick support... " >&6; }
35767 ac_cpp
='$CXXCPP $CPPFLAGS'
35768 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35769 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35770 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35773 /* end confdefs.h. */
35774 #include <IOKit/hid/IOHIDLib.h>
35778 IOHIDQueueInterface *qi = NULL;
35779 IOHIDCallbackFunction cb = NULL;
35780 qi->setEventCallout(NULL, cb, NULL, NULL);
35785 if ac_fn_cxx_try_compile
"$LINENO"; then :
35789 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35791 ac_cpp
='$CPP $CPPFLAGS'
35792 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35793 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35794 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_JOYSTICK" >&5
35797 $as_echo "$wxUSE_JOYSTICK" >&6; }
35801 for ac_header
in linux
/joystick.h
35803 ac_fn_c_check_header_compile
"$LINENO" "linux/joystick.h" "ac_cv_header_linux_joystick_h" "$ac_includes_default
35805 if test "x$ac_cv_header_linux_joystick_h" = xyes
; then :
35806 cat >>confdefs.h
<<_ACEOF
35807 #define HAVE_LINUX_JOYSTICK_H 1
35816 if test "$wxUSE_JOYSTICK" = "yes"; then
35817 $as_echo "#define wxUSE_JOYSTICK 1" >>confdefs.h
35819 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
35821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Joystick not supported by this system... disabled" >&5
35822 $as_echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
35828 if test "$wxUSE_FONTENUM" = "yes" ; then
35829 $as_echo "#define wxUSE_FONTENUM 1" >>confdefs.h
35833 if test "$wxUSE_FONTMAP" = "yes" ; then
35834 $as_echo "#define wxUSE_FONTMAP 1" >>confdefs.h
35838 if test "$wxUSE_UNICODE" = "yes" ; then
35839 $as_echo "#define wxUSE_UNICODE 1" >>confdefs.h
35842 if test "$USE_WIN32" != 1; then
35843 wxUSE_UNICODE_MSLU
=no
35846 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
35847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lunicows" >&5
35848 $as_echo_n "checking for main in -lunicows... " >&6; }
35849 if ${ac_cv_lib_unicows_main+:} false
; then :
35850 $as_echo_n "(cached) " >&6
35852 ac_check_lib_save_LIBS
=$LIBS
35853 LIBS
="-lunicows $LIBS"
35854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35855 /* end confdefs.h. */
35866 if ac_fn_c_try_link
"$LINENO"; then :
35867 ac_cv_lib_unicows_main
=yes
35869 ac_cv_lib_unicows_main
=no
35871 rm -f core conftest.err conftest.
$ac_objext \
35872 conftest
$ac_exeext conftest.
$ac_ext
35873 LIBS
=$ac_check_lib_save_LIBS
35875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unicows_main" >&5
35876 $as_echo "$ac_cv_lib_unicows_main" >&6; }
35877 if test "x$ac_cv_lib_unicows_main" = xyes
; then :
35879 $as_echo "#define wxUSE_UNICODE_MSLU 1" >>confdefs.h
35884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35885 Applications will only run on Windows NT/2000/XP!" >&5
35886 $as_echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35887 Applications will only run on Windows NT/2000/XP!" >&2;}
35888 wxUSE_UNICODE_MSLU
=no
35895 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
35896 $as_echo "#define wxUSE_UNICODE_UTF8 1" >>confdefs.h
35899 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
35900 $as_echo "#define wxUSE_UTF8_LOCALE_ONLY 1" >>confdefs.h
35906 if test "$wxUSE_CONSTRAINTS" = "yes"; then
35907 $as_echo "#define wxUSE_CONSTRAINTS 1" >>confdefs.h
35909 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
35912 if test "$wxUSE_MDI" = "yes"; then
35913 $as_echo "#define wxUSE_MDI 1" >>confdefs.h
35916 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
35917 $as_echo "#define wxUSE_MDI_ARCHITECTURE 1" >>confdefs.h
35919 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
35923 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
35924 $as_echo "#define wxUSE_DOC_VIEW_ARCHITECTURE 1" >>confdefs.h
35926 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
35929 if test "$wxUSE_HELP" = "yes"; then
35930 $as_echo "#define wxUSE_HELP 1" >>confdefs.h
35932 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
35934 if test "$wxUSE_MSW" = 1; then
35935 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
35936 $as_echo "#define wxUSE_MS_HTML_HELP 1" >>confdefs.h
35941 if test "$wxUSE_WXHTML_HELP" = "yes"; then
35942 if test "$wxUSE_HTML" = "yes"; then
35943 $as_echo "#define wxUSE_WXHTML_HELP 1" >>confdefs.h
35946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
35947 $as_echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
35948 wxUSE_WXHTML_HELP
=no
35953 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
35954 $as_echo "#define wxUSE_PRINTING_ARCHITECTURE 1" >>confdefs.h
35956 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
35959 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
35960 $as_echo "#define wxUSE_POSTSCRIPT 1" >>confdefs.h
35964 $as_echo "#define wxUSE_AFM_FOR_POSTSCRIPT 1" >>confdefs.h
35967 if test "$wxUSE_SVG" = "yes"; then
35968 $as_echo "#define wxUSE_SVG 1" >>confdefs.h
35973 if test "$wxUSE_METAFILE" = "yes"; then
35974 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
35975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMetafile is not available on this system... disabled" >&5
35976 $as_echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
35979 elif test "$wxUSE_METAFILE" = "auto"; then
35980 if test "$wxUSE_MSW" = 1 -o "$wxUSE_MAC" = 1 -o "$wxUSE_PM" = 1; then
35985 if test "$wxUSE_METAFILE" = "yes"; then
35986 $as_echo "#define wxUSE_METAFILE 1" >>confdefs.h
35988 if test "$wxUSE_MSW" = 1; then
35989 $as_echo "#define wxUSE_ENH_METAFILE 1" >>confdefs.h
35995 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
35996 -o "$wxUSE_CLIPBOARD" = "yes" \
35997 -o "$wxUSE_OLE" = "yes" \
35998 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
35999 ac_fn_c_check_header_compile
"$LINENO" "ole2.h" "ac_cv_header_ole2_h" "
36001 if test "x$ac_cv_header_ole2_h" = xyes
; then :
36007 if test "$ac_cv_header_ole2_h" = "yes" ; then
36008 if test "$GCC" = yes ; then
36009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ requires -fvtable-thunks" >&5
36010 $as_echo_n "checking if g++ requires -fvtable-thunks... " >&6; }
36011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
36012 /* end confdefs.h. */
36013 #include <windows.h>
36023 if ac_fn_c_try_compile
"$LINENO"; then :
36024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36025 $as_echo "no" >&6; }
36027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36028 $as_echo "yes" >&6; }
36029 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fvtable-thunks"
36031 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
36032 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
36033 if test "$wxUSE_OLE" = "yes" ; then
36034 $as_echo "#define wxUSE_OLE 1" >>confdefs.h
36036 $as_echo "#define wxUSE_OLE_AUTOMATION 1" >>confdefs.h
36038 $as_echo "#define wxUSE_ACTIVEX 1" >>confdefs.h
36040 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS oleauto"
36044 if test "$wxUSE_DATAOBJ" = "yes" ; then
36045 $as_echo "#define wxUSE_DATAOBJ 1" >>confdefs.h
36049 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Some features disabled because OLE headers not found" >&5
36050 $as_echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
36053 wxUSE_DRAG_AND_DROP
=no
36059 if test "$wxUSE_IPC" = "yes"; then
36060 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
36061 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
36062 $as_echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
36066 if test "$wxUSE_IPC" = "yes"; then
36067 $as_echo "#define wxUSE_IPC 1" >>confdefs.h
36069 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
36073 if test "$wxUSE_DATAOBJ" = "yes"; then
36074 $as_echo "#define wxUSE_DATAOBJ 1" >>confdefs.h
36077 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
36078 $as_echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
36080 wxUSE_DRAG_AND_DROP
=no
36083 if test "$wxUSE_CLIPBOARD" = "yes"; then
36084 if test "$wxUSE_DFB" = 1; then
36085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
36086 $as_echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
36090 if test "$wxUSE_CLIPBOARD" = "yes"; then
36091 $as_echo "#define wxUSE_CLIPBOARD 1" >>confdefs.h
36096 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
36097 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_DFB" = 1; then
36098 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
36099 $as_echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
36100 wxUSE_DRAG_AND_DROP
=no
36103 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
36104 $as_echo "#define wxUSE_DRAG_AND_DROP 1" >>confdefs.h
36110 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
36111 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
36114 if test "$wxUSE_CLIPBOARD" = "yes"; then
36115 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS clipboard"
36118 if test "$wxUSE_SPLINES" = "yes" ; then
36119 $as_echo "#define wxUSE_SPLINES 1" >>confdefs.h
36123 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
36124 $as_echo "#define wxUSE_MOUSEWHEEL 1" >>confdefs.h
36128 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
36129 $as_echo "#define wxUSE_UIACTIONSIMULATOR 1" >>confdefs.h
36131 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS uiaction"
36134 if test "$wxUSE_DC_TRANSFORM_MATRIX" = "yes" ; then
36135 $as_echo "#define wxUSE_DC_TRANSFORM_MATRIX 1" >>confdefs.h
36141 if test "$wxUSE_CONTROLS" = "yes"; then
36145 if test "$wxUSE_MARKUP" = "yes"; then
36146 $as_echo "#define wxUSE_MARKUP 1" >>confdefs.h
36150 if test "$wxUSE_ACCEL" = "yes"; then
36151 $as_echo "#define wxUSE_ACCEL 1" >>confdefs.h
36156 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
36157 $as_echo "#define wxUSE_ANIMATIONCTRL 1" >>confdefs.h
36160 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS animate"
36163 if test "$wxUSE_BANNERWINDOW" = "yes"; then
36164 $as_echo "#define wxUSE_BANNERWINDOW 1" >>confdefs.h
36168 if test "$wxUSE_BUTTON" = "yes"; then
36169 $as_echo "#define wxUSE_BUTTON 1" >>confdefs.h
36174 if test "$wxUSE_BMPBUTTON" = "yes"; then
36175 $as_echo "#define wxUSE_BMPBUTTON 1" >>confdefs.h
36180 if test "$wxUSE_CALCTRL" = "yes"; then
36181 $as_echo "#define wxUSE_CALENDARCTRL 1" >>confdefs.h
36184 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
36187 if test "$wxUSE_CARET" = "yes"; then
36188 $as_echo "#define wxUSE_CARET 1" >>confdefs.h
36191 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
36194 if test "$wxUSE_COLLPANE" = "yes"; then
36195 $as_echo "#define wxUSE_COLLPANE 1" >>confdefs.h
36198 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS collpane"
36201 if test "$wxUSE_COMBOBOX" = "yes"; then
36202 $as_echo "#define wxUSE_COMBOBOX 1" >>confdefs.h
36207 if test "$wxUSE_COMBOCTRL" = "yes"; then
36208 $as_echo "#define wxUSE_COMBOCTRL 1" >>confdefs.h
36213 if test "$wxUSE_COMMANDLINKBUTTON" = "yes"; then
36214 $as_echo "#define wxUSE_COMMANDLINKBUTTON 1" >>confdefs.h
36219 if test "$wxUSE_CHOICE" = "yes"; then
36220 $as_echo "#define wxUSE_CHOICE 1" >>confdefs.h
36225 if test "$wxUSE_CHOICEBOOK" = "yes"; then
36226 $as_echo "#define wxUSE_CHOICEBOOK 1" >>confdefs.h
36231 if test "$wxUSE_CHECKBOX" = "yes"; then
36232 $as_echo "#define wxUSE_CHECKBOX 1" >>confdefs.h
36237 if test "$wxUSE_CHECKLST" = "yes"; then
36238 $as_echo "#define wxUSE_CHECKLISTBOX 1" >>confdefs.h
36243 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
36244 $as_echo "#define wxUSE_COLOURPICKERCTRL 1" >>confdefs.h
36249 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
36250 $as_echo "#define wxUSE_DATEPICKCTRL 1" >>confdefs.h
36255 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
36256 $as_echo "#define wxUSE_DIRPICKERCTRL 1" >>confdefs.h
36261 if test "$wxUSE_FILECTRL" = "yes"; then
36262 $as_echo "#define wxUSE_FILECTRL 1" >>confdefs.h
36267 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
36268 $as_echo "#define wxUSE_FILEPICKERCTRL 1" >>confdefs.h
36273 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
36274 $as_echo "#define wxUSE_FONTPICKERCTRL 1" >>confdefs.h
36279 if test "$wxUSE_DISPLAY" = "yes"; then
36280 if test "$wxUSE_DFB" = 1; then
36281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
36282 $as_echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
36285 $as_echo "#define wxUSE_DISPLAY 1" >>confdefs.h
36287 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
36291 if test "$wxUSE_DETECT_SM" = "yes"; then
36292 $as_echo "#define wxUSE_DETECT_SM 1" >>confdefs.h
36296 if test "$wxUSE_GAUGE" = "yes"; then
36297 $as_echo "#define wxUSE_GAUGE 1" >>confdefs.h
36302 if test "$wxUSE_GRID" = "yes"; then
36303 $as_echo "#define wxUSE_GRID 1" >>confdefs.h
36306 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
36309 if test "$wxUSE_HEADERCTRL" = "yes"; then
36310 $as_echo "#define wxUSE_HEADERCTRL 1" >>confdefs.h
36315 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
36316 $as_echo "#define wxUSE_HYPERLINKCTRL 1" >>confdefs.h
36321 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
36322 $as_echo "#define wxUSE_BITMAPCOMBOBOX 1" >>confdefs.h
36327 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
36328 $as_echo "#define wxUSE_DATAVIEWCTRL 1" >>confdefs.h
36331 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dataview"
36334 if test "$wxUSE_IMAGLIST" = "yes"; then
36335 $as_echo "#define wxUSE_IMAGLIST 1" >>confdefs.h
36339 if test "$wxUSE_INFOBAR" = "yes"; then
36340 $as_echo "#define wxUSE_INFOBAR 1" >>confdefs.h
36344 if test "$wxUSE_LISTBOOK" = "yes"; then
36345 $as_echo "#define wxUSE_LISTBOOK 1" >>confdefs.h
36350 if test "$wxUSE_LISTBOX" = "yes"; then
36351 $as_echo "#define wxUSE_LISTBOX 1" >>confdefs.h
36356 if test "$wxUSE_LISTCTRL" = "yes"; then
36357 if test "$wxUSE_IMAGLIST" = "yes"; then
36358 $as_echo "#define wxUSE_LISTCTRL 1" >>confdefs.h
36361 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
36363 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
36364 $as_echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
36368 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
36369 $as_echo "#define wxUSE_EDITABLELISTBOX 1" >>confdefs.h
36374 if test "$wxUSE_NOTEBOOK" = "yes"; then
36375 $as_echo "#define wxUSE_NOTEBOOK 1" >>confdefs.h
36378 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
36381 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
36382 $as_echo "#define wxUSE_NOTIFICATION_MESSAGE 1" >>confdefs.h
36386 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
36387 $as_echo "#define wxUSE_ODCOMBOBOX 1" >>confdefs.h
36390 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS combo"
36393 if test "$wxUSE_RADIOBOX" = "yes"; then
36394 $as_echo "#define wxUSE_RADIOBOX 1" >>confdefs.h
36399 if test "$wxUSE_RADIOBTN" = "yes"; then
36400 $as_echo "#define wxUSE_RADIOBTN 1" >>confdefs.h
36405 if test "$wxUSE_REARRANGECTRL" = "yes"; then
36406 $as_echo "#define wxUSE_REARRANGECTRL 1" >>confdefs.h
36410 if test "$wxUSE_RICHMSGDLG" = "yes"; then
36411 $as_echo "#define wxUSE_RICHMSGDLG 1" >>confdefs.h
36415 if test "$wxUSE_RICHTOOLTIP" = "yes"; then
36416 $as_echo "#define wxUSE_RICHTOOLTIP 1" >>confdefs.h
36420 if test "$wxUSE_SASH" = "yes"; then
36421 $as_echo "#define wxUSE_SASH 1" >>confdefs.h
36423 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
36426 if test "$wxUSE_SCROLLBAR" = "yes"; then
36427 $as_echo "#define wxUSE_SCROLLBAR 1" >>confdefs.h
36430 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll"
36433 if test "$wxUSE_SEARCHCTRL" = "yes"; then
36434 $as_echo "#define wxUSE_SEARCHCTRL 1" >>confdefs.h
36439 if test "$wxUSE_SLIDER" = "yes"; then
36440 $as_echo "#define wxUSE_SLIDER 1" >>confdefs.h
36445 if test "$wxUSE_SPINBTN" = "yes"; then
36446 $as_echo "#define wxUSE_SPINBTN 1" >>confdefs.h
36451 if test "$wxUSE_SPINCTRL" = "yes"; then
36452 $as_echo "#define wxUSE_SPINCTRL 1" >>confdefs.h
36457 if test "$wxUSE_SPLITTER" = "yes"; then
36458 $as_echo "#define wxUSE_SPLITTER 1" >>confdefs.h
36460 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
36463 if test "$wxUSE_STATBMP" = "yes"; then
36464 $as_echo "#define wxUSE_STATBMP 1" >>confdefs.h
36469 if test "$wxUSE_STATBOX" = "yes"; then
36470 $as_echo "#define wxUSE_STATBOX 1" >>confdefs.h
36475 if test "$wxUSE_STATTEXT" = "yes"; then
36476 $as_echo "#define wxUSE_STATTEXT 1" >>confdefs.h
36481 if test "$wxUSE_STATLINE" = "yes"; then
36482 $as_echo "#define wxUSE_STATLINE 1" >>confdefs.h
36487 if test "$wxUSE_STATUSBAR" = "yes"; then
36488 $as_echo "#define wxUSE_NATIVE_STATUSBAR 1" >>confdefs.h
36490 $as_echo "#define wxUSE_STATUSBAR 1" >>confdefs.h
36494 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
36497 if test "$wxUSE_TEXTCTRL" = "yes"; then
36498 $as_echo "#define wxUSE_TEXTCTRL 1" >>confdefs.h
36501 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
36503 $as_echo "#define wxUSE_RICHEDIT 1" >>confdefs.h
36505 $as_echo "#define wxUSE_RICHEDIT2 1" >>confdefs.h
36509 if test "$wxUSE_TIMEPICKCTRL" = "yes"; then
36510 $as_echo "#define wxUSE_TIMEPICKCTRL 1" >>confdefs.h
36515 if test "$wxUSE_TOGGLEBTN" = "yes"; then
36516 if test "$wxUSE_OLD_COCOA" = 1 ; then
36517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
36518 $as_echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
36522 if test "$wxUSE_TOGGLEBTN" = "yes"; then
36523 $as_echo "#define wxUSE_TOGGLEBTN 1" >>confdefs.h
36529 if test "$wxUSE_TOOLBAR" = "yes"; then
36530 $as_echo "#define wxUSE_TOOLBAR 1" >>confdefs.h
36534 if test "$wxUSE_UNIVERSAL" = "yes"; then
36535 wxUSE_TOOLBAR_NATIVE
="no"
36537 wxUSE_TOOLBAR_NATIVE
="yes"
36538 $as_echo "#define wxUSE_TOOLBAR_NATIVE 1" >>confdefs.h
36542 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
36545 if test "$wxUSE_TOOLTIPS" = "yes"; then
36546 if test "$wxUSE_MOTIF" = 1; then
36547 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
36548 $as_echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
36550 if test "$wxUSE_UNIVERSAL" = "yes"; then
36551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
36552 $as_echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
36554 $as_echo "#define wxUSE_TOOLTIPS 1" >>confdefs.h
36560 if test "$wxUSE_TREEBOOK" = "yes"; then
36561 $as_echo "#define wxUSE_TREEBOOK 1" >>confdefs.h
36566 if test "$wxUSE_TOOLBOOK" = "yes"; then
36567 $as_echo "#define wxUSE_TOOLBOOK 1" >>confdefs.h
36572 if test "$wxUSE_TREECTRL" = "yes"; then
36573 if test "$wxUSE_IMAGLIST" = "yes"; then
36574 $as_echo "#define wxUSE_TREECTRL 1" >>confdefs.h
36577 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
36579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
36580 $as_echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
36584 if test "$wxUSE_TREELISTCTRL" = "yes"; then
36585 $as_echo "#define wxUSE_TREELISTCTRL 1" >>confdefs.h
36588 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treelist"
36591 if test "$wxUSE_POPUPWIN" = "yes"; then
36592 if test "$wxUSE_OLD_COCOA" = 1 ; then
36593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
36594 $as_echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
36596 if test "$wxUSE_PM" = 1; then
36597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
36598 $as_echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
36600 $as_echo "#define wxUSE_POPUPWIN 1" >>confdefs.h
36602 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS popup"
36609 if test "$wxUSE_PREFERENCES_EDITOR" = "yes"; then
36610 $as_echo "#define wxUSE_PREFERENCES_EDITOR 1" >>confdefs.h
36612 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS prefseditor"
36615 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
36616 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
36617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Dialup manager not supported on this platform... disabled" >&5
36618 $as_echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
36620 $as_echo "#define wxUSE_DIALUP_MANAGER 1" >>confdefs.h
36622 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
36626 if test "$wxUSE_TIPWINDOW" = "yes"; then
36627 if test "$wxUSE_PM" = 1; then
36628 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
36629 $as_echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
36631 $as_echo "#define wxUSE_TIPWINDOW 1" >>confdefs.h
36636 if test "$USES_CONTROLS" = 1; then
36637 $as_echo "#define wxUSE_CONTROLS 1" >>confdefs.h
36642 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
36643 $as_echo "#define wxUSE_ACCESSIBILITY 1" >>confdefs.h
36645 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
36648 if test "$wxUSE_ARTPROVIDER_STD" = "yes"; then
36649 $as_echo "#define wxUSE_ARTPROVIDER_STD 1" >>confdefs.h
36653 if test "$wxUSE_ARTPROVIDER_TANGO" = "auto"; then
36654 if test "$wxUSE_GTK" != 1; then
36655 if test "$wxUSE_LIBPNG" != no
-a \
36656 "$wxUSE_IMAGE" = yes -a \
36657 "$wxUSE_STREAMS" = yes; then
36658 wxUSE_ARTPROVIDER_TANGO
="yes"
36663 if test "$wxUSE_ARTPROVIDER_TANGO" = "yes"; then
36664 $as_echo "#define wxUSE_ARTPROVIDER_TANGO 1" >>confdefs.h
36668 if test "$wxUSE_DRAGIMAGE" = "yes"; then
36669 $as_echo "#define wxUSE_DRAGIMAGE 1" >>confdefs.h
36671 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
36674 if test "$wxUSE_EXCEPTIONS" = "yes"; then
36675 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
36677 $as_echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
36679 $as_echo "#define wxUSE_EXCEPTIONS 1" >>confdefs.h
36681 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
36686 if test "$wxUSE_HTML" = "yes"; then
36687 $as_echo "#define wxUSE_HTML 1" >>confdefs.h
36690 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
36692 if test "$wxUSE_WEBKIT" = "yes"; then
36693 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
36694 old_CPPFLAGS
="$CPPFLAGS"
36695 CPPFLAGS
="-x objective-c++ $CPPFLAGS"
36696 ac_fn_c_check_header_compile
"$LINENO" "WebKit/HIWebView.h" "ac_cv_header_WebKit_HIWebView_h" "
36697 #include <Carbon/Carbon.h>
36698 #include <WebKit/WebKit.h>
36701 if test "x$ac_cv_header_WebKit_HIWebView_h" = xyes
; then :
36703 $as_echo "#define wxUSE_WEBKIT 1" >>confdefs.h
36705 WEBKIT_LINK
="-framework WebKit"
36709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit headers not found; disabling wxWebKit" >&5
36710 $as_echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
36716 CPPFLAGS
="$old_CPPFLAGS"
36717 elif test "$wxUSE_OLD_COCOA" = 1; then
36718 $as_echo "#define wxUSE_WEBKIT 1" >>confdefs.h
36723 if test "$wxUSE_WEBKIT" = "yes"; then
36724 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
36729 if test "$wxUSE_XRC" = "yes"; then
36730 if test "$wxUSE_XML" != "yes"; then
36731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: XML library not built, XRC resources disabled" >&5
36732 $as_echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
36735 $as_echo "#define wxUSE_XRC 1" >>confdefs.h
36738 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS xrc"
36743 if test "$wxUSE_AUI" = "yes"; then
36744 $as_echo "#define wxUSE_AUI 1" >>confdefs.h
36747 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS aui"
36751 if test "$wxUSE_PROPGRID" = "yes"; then
36752 $as_echo "#define wxUSE_PROPGRID 1" >>confdefs.h
36755 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS propgrid"
36759 if test "$wxUSE_RIBBON" = "yes"; then
36760 $as_echo "#define wxUSE_RIBBON 1" >>confdefs.h
36763 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ribbon"
36767 if test "$wxUSE_STC" = "yes"; then
36768 $as_echo "#define wxUSE_STC 1" >>confdefs.h
36771 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS stc"
36773 # Extract the first word of "python", so it can be a program name with args.
36774 set dummy python
; ac_word
=$2
36775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
36776 $as_echo_n "checking for $ac_word... " >&6; }
36777 if ${ac_cv_path_PYTHON+:} false
; then :
36778 $as_echo_n "(cached) " >&6
36782 ac_cv_path_PYTHON
="$PYTHON" # Let the user override the test with a path.
36785 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36786 for as_dir
in $PATH
36789 test -z "$as_dir" && as_dir
=.
36790 for ac_exec_ext
in '' $ac_executable_extensions; do
36791 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
36792 ac_cv_path_PYTHON
="$as_dir/$ac_word$ac_exec_ext"
36793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36803 PYTHON
=$ac_cv_path_PYTHON
36804 if test -n "$PYTHON"; then
36805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
36806 $as_echo "$PYTHON" >&6; }
36808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36809 $as_echo "no" >&6; }
36813 if test "x$PYTHON" = "x"; then
36819 if test "$wxUSE_MENUS" = "yes"; then
36820 $as_echo "#define wxUSE_MENUS 1" >>confdefs.h
36822 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
36825 if test "$wxUSE_MIMETYPE" = "yes"; then
36826 $as_echo "#define wxUSE_MIMETYPE 1" >>confdefs.h
36830 if test "$wxUSE_MINIFRAME" = "yes"; then
36831 $as_echo "#define wxUSE_MINIFRAME 1" >>confdefs.h
36835 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
36836 $as_echo "#define wxUSE_SYSTEM_OPTIONS 1" >>confdefs.h
36840 if test "$wxUSE_TASKBARICON" = "yes"; then
36841 $as_echo "#define wxUSE_TASKBARICON 1" >>confdefs.h
36843 $as_echo "#define wxUSE_TASKBARICON_BALLOONS 1" >>confdefs.h
36845 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
36849 if test "$wxUSE_VALIDATORS" = "yes"; then
36850 $as_echo "#define wxUSE_VALIDATORS 1" >>confdefs.h
36852 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
36855 if test "$wxUSE_PALETTE" = "yes" ; then
36856 if test "$wxUSE_DFB" = 1; then
36857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxPalette not yet supported under DFB... disabled" >&5
36858 $as_echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
36861 $as_echo "#define wxUSE_PALETTE 1" >>confdefs.h
36866 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
36867 LIBS
=" -lunicows $LIBS"
36871 if test "$wxUSE_RICHTEXT" = "yes"; then
36872 $as_echo "#define wxUSE_RICHTEXT 1" >>confdefs.h
36875 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS richtext"
36878 if test "$wxUSE_WEBVIEW" = "yes"; then
36879 USE_WEBVIEW_WEBKIT
=0
36880 if test "$wxUSE_WEBVIEW_WEBKIT" = "yes"; then
36881 if test "$wxUSE_GTK" = 1; then
36882 webkitgtk
=webkit
-1.0
36883 if test "$WXGTK3" = 1; then
36884 webkitgtk
=webkitgtk
-3.0
36888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WEBKIT" >&5
36889 $as_echo_n "checking for WEBKIT... " >&6; }
36891 if test -n "$PKG_CONFIG"; then
36892 if test -n "$WEBKIT_CFLAGS"; then
36893 pkg_cv_WEBKIT_CFLAGS
="$WEBKIT_CFLAGS"
36895 if test -n "$PKG_CONFIG" && \
36896 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$webkitgtk >= 1.3.1\""; } >&5
36897 ($PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1") 2>&5
36899 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36900 test $ac_status = 0; }; then
36901 pkg_cv_WEBKIT_CFLAGS
=`$PKG_CONFIG --cflags "$webkitgtk >= 1.3.1" 2>/dev/null`
36909 if test -n "$PKG_CONFIG"; then
36910 if test -n "$WEBKIT_LIBS"; then
36911 pkg_cv_WEBKIT_LIBS
="$WEBKIT_LIBS"
36913 if test -n "$PKG_CONFIG" && \
36914 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$webkitgtk >= 1.3.1\""; } >&5
36915 ($PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1") 2>&5
36917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36918 test $ac_status = 0; }; then
36919 pkg_cv_WEBKIT_LIBS
=`$PKG_CONFIG --libs "$webkitgtk >= 1.3.1" 2>/dev/null`
36930 if test $pkg_failed = yes; then
36932 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36933 _pkg_short_errors_supported
=yes
36935 _pkg_short_errors_supported
=no
36937 if test $_pkg_short_errors_supported = yes; then
36938 WEBKIT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$webkitgtk >= 1.3.1"`
36940 WEBKIT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$webkitgtk >= 1.3.1"`
36942 # Put the nasty error message in config.log where it belongs
36943 echo "$WEBKIT_PKG_ERRORS" >&5
36946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: webkitgtk not found." >&5
36947 $as_echo "$as_me: WARNING: webkitgtk not found." >&2;}
36949 elif test $pkg_failed = untried
; then
36951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: webkitgtk not found." >&5
36952 $as_echo "$as_me: WARNING: webkitgtk not found." >&2;}
36955 WEBKIT_CFLAGS
=$pkg_cv_WEBKIT_CFLAGS
36956 WEBKIT_LIBS
=$pkg_cv_WEBKIT_LIBS
36957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36958 $as_echo "yes" >&6; }
36960 USE_WEBVIEW_WEBKIT
=1
36961 CPPFLAGS
="$CPPFLAGS $WEBKIT_CFLAGS"
36962 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $WEBKIT_LIBS"
36965 elif test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
36966 old_CPPFLAGS
="$CPPFLAGS"
36967 CPPFLAGS
="-x objective-c++ $CPPFLAGS"
36968 ac_fn_c_check_header_compile
"$LINENO" "WebKit/HIWebView.h" "ac_cv_header_WebKit_HIWebView_h" "
36969 #include <Carbon/Carbon.h>
36970 #include <WebKit/WebKit.h>
36973 if test "x$ac_cv_header_WebKit_HIWebView_h" = xyes
; then :
36975 USE_WEBVIEW_WEBKIT
=1
36976 WEBKIT_LINK
="-framework WebKit"
36980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit headers not found" >&5
36981 $as_echo "$as_me: WARNING: WebKit headers not found" >&2;}
36986 CPPFLAGS
="$old_CPPFLAGS"
36991 if test "$wxUSE_GTK" = 1 -o "$wxUSE_MAC" = 1; then
36992 if test "$USE_WEBVIEW_WEBKIT" = 1; then
36993 wxUSE_WEBVIEW
="yes"
36994 $as_echo "#define wxUSE_WEBVIEW_WEBKIT 1" >>confdefs.h
36997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit not available, disabling wxWebView" >&5
36998 $as_echo "$as_me: WARNING: WebKit not available, disabling wxWebView" >&2;}
37000 elif test "$wxUSE_MSW" = 1; then
37001 if test "$wxUSE_WEBVIEW_IE" = "yes"; then
37002 wxUSE_WEBVIEW
="yes"
37003 $as_echo "#define wxUSE_WEBVIEW_IE 1" >>confdefs.h
37009 if test "$wxUSE_WEBVIEW" = "yes"; then
37011 $as_echo "#define wxUSE_WEBVIEW 1" >>confdefs.h
37013 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS webview"
37019 if test "$wxUSE_IMAGE" = "yes" ; then
37020 $as_echo "#define wxUSE_IMAGE 1" >>confdefs.h
37023 if test "$wxUSE_GIF" = "yes" ; then
37024 $as_echo "#define wxUSE_GIF 1" >>confdefs.h
37028 if test "$wxUSE_PCX" = "yes" ; then
37029 $as_echo "#define wxUSE_PCX 1" >>confdefs.h
37033 if test "$wxUSE_TGA" = "yes" ; then
37034 $as_echo "#define wxUSE_TGA 1" >>confdefs.h
37038 if test "$wxUSE_IFF" = "yes" ; then
37039 $as_echo "#define wxUSE_IFF 1" >>confdefs.h
37043 if test "$wxUSE_PNM" = "yes" ; then
37044 $as_echo "#define wxUSE_PNM 1" >>confdefs.h
37048 if test "$wxUSE_XPM" = "yes" ; then
37049 $as_echo "#define wxUSE_XPM 1" >>confdefs.h
37053 if test "$wxUSE_ICO_CUR" = "yes" ; then
37054 $as_echo "#define wxUSE_ICO_CUR 1" >>confdefs.h
37060 if test "$wxUSE_ABOUTDLG" = "yes"; then
37061 $as_echo "#define wxUSE_ABOUTDLG 1" >>confdefs.h
37065 if test "$wxUSE_CHOICEDLG" = "yes"; then
37066 $as_echo "#define wxUSE_CHOICEDLG 1" >>confdefs.h
37070 if test "$wxUSE_COLOURDLG" = "yes"; then
37071 $as_echo "#define wxUSE_COLOURDLG 1" >>confdefs.h
37075 if test "$wxUSE_FILEDLG" = "yes"; then
37076 $as_echo "#define wxUSE_FILEDLG 1" >>confdefs.h
37080 if test "$wxUSE_FINDREPLDLG" = "yes"; then
37081 $as_echo "#define wxUSE_FINDREPLDLG 1" >>confdefs.h
37085 if test "$wxUSE_FONTDLG" = "yes"; then
37086 $as_echo "#define wxUSE_FONTDLG 1" >>confdefs.h
37090 if test "$wxUSE_DIRDLG" = "yes"; then
37091 if test "$wxUSE_TREECTRL" != "yes"; then
37092 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
37093 $as_echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
37095 $as_echo "#define wxUSE_DIRDLG 1" >>confdefs.h
37100 if test "$wxUSE_MSGDLG" = "yes"; then
37101 $as_echo "#define wxUSE_MSGDLG 1" >>confdefs.h
37105 if test "$wxUSE_NUMBERDLG" = "yes"; then
37106 $as_echo "#define wxUSE_NUMBERDLG 1" >>confdefs.h
37110 if test "$wxUSE_PROGRESSDLG" = "yes"; then
37111 $as_echo "#define wxUSE_PROGRESSDLG 1" >>confdefs.h
37115 if test "$wxUSE_SPLASH" = "yes"; then
37116 $as_echo "#define wxUSE_SPLASH 1" >>confdefs.h
37118 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
37121 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
37122 $as_echo "#define wxUSE_STARTUP_TIPS 1" >>confdefs.h
37126 if test "$wxUSE_TEXTDLG" = "yes"; then
37127 $as_echo "#define wxUSE_TEXTDLG 1" >>confdefs.h
37131 if test "$wxUSE_WIZARDDLG" = "yes"; then
37132 $as_echo "#define wxUSE_WIZARDDLG 1" >>confdefs.h
37134 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
37138 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
37139 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
37140 $as_echo "#define wxUSE_OWNER_DRAWN 1" >>confdefs.h
37146 if test "$wxUSE_MSW" = 1 ; then
37148 if test "$wxUSE_DC_CACHEING" = "yes"; then
37149 $as_echo "#define wxUSE_DC_CACHEING 1" >>confdefs.h
37153 if test "$wxUSE_DIB" = "yes"; then
37154 $as_echo "#define wxUSE_WXDIB 1" >>confdefs.h
37158 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
37159 $as_echo "#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1" >>confdefs.h
37163 if test "$wxUSE_UXTHEME" = "yes"; then
37164 $as_echo "#define wxUSE_UXTHEME 1" >>confdefs.h
37170 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
37171 $as_echo "#define wxUSE_AUTOID_MANAGEMENT 1" >>confdefs.h
37175 if test "$USE_WIN32" = 1 ; then
37176 if test "$wxUSE_INICONF" = "yes"; then
37177 $as_echo "#define wxUSE_INICONF 1" >>confdefs.h
37181 if test "$wxUSE_REGKEY" = "yes"; then
37182 $as_echo "#define wxUSE_REGKEY 1" >>confdefs.h
37188 if test "$wxUSE_MAC" = 1; then
37189 wxUSE_GRAPHICS_CONTEXT
="yes"
37192 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
37194 if test "$wxUSE_MSW" = 1; then
37195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GDI+ is available" >&5
37196 $as_echo_n "checking if GDI+ is available... " >&6; }
37197 if ${wx_cv_lib_gdiplus+:} false
; then :
37198 $as_echo_n "(cached) " >&6
37202 ac_cpp
='$CXXCPP $CPPFLAGS'
37203 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37204 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37205 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
37207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
37208 /* end confdefs.h. */
37209 #include <windows.h>
37210 #include <gdiplus.h>
37215 using namespace Gdiplus;
37221 if ac_fn_cxx_try_compile
"$LINENO"; then :
37222 wx_cv_lib_gdiplus
=yes
37224 wx_cv_lib_gdiplus
=no
37227 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
37229 ac_cpp
='$CPP $CPPFLAGS'
37230 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37231 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37232 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
37237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_gdiplus" >&5
37238 $as_echo "$wx_cv_lib_gdiplus" >&6; }
37239 if test "$wx_cv_lib_gdiplus" = "yes"; then
37242 elif test "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
37245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
37246 $as_echo_n "checking for CAIRO... " >&6; }
37248 if test -n "$PKG_CONFIG"; then
37249 if test -n "$CAIRO_CFLAGS"; then
37250 pkg_cv_CAIRO_CFLAGS
="$CAIRO_CFLAGS"
37252 if test -n "$PKG_CONFIG" && \
37253 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo\""; } >&5
37254 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
37256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37257 test $ac_status = 0; }; then
37258 pkg_cv_CAIRO_CFLAGS
=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
37266 if test -n "$PKG_CONFIG"; then
37267 if test -n "$CAIRO_LIBS"; then
37268 pkg_cv_CAIRO_LIBS
="$CAIRO_LIBS"
37270 if test -n "$PKG_CONFIG" && \
37271 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo\""; } >&5
37272 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
37274 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37275 test $ac_status = 0; }; then
37276 pkg_cv_CAIRO_LIBS
=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
37287 if test $pkg_failed = yes; then
37289 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37290 _pkg_short_errors_supported
=yes
37292 _pkg_short_errors_supported
=no
37294 if test $_pkg_short_errors_supported = yes; then
37295 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
37297 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
37299 # Put the nasty error message in config.log where it belongs
37300 echo "$CAIRO_PKG_ERRORS" >&5
37302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library not found" >&5
37303 $as_echo "$as_me: WARNING: Cairo library not found" >&2;}
37305 elif test $pkg_failed = untried
; then
37306 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library not found" >&5
37307 $as_echo "$as_me: WARNING: Cairo library not found" >&2;}
37310 CAIRO_CFLAGS
=$pkg_cv_CAIRO_CFLAGS
37311 CAIRO_LIBS
=$pkg_cv_CAIRO_LIBS
37312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37313 $as_echo "yes" >&6; }
37316 if test "$wx_has_graphics" = 1; then
37318 LIBS
="$LIBS $CAIRO_LIBS"
37319 for ac_func
in cairo_push_group
37321 ac_fn_c_check_func
"$LINENO" "cairo_push_group" "ac_cv_func_cairo_push_group"
37322 if test "x$ac_cv_func_cairo_push_group" = xyes
; then :
37323 cat >>confdefs.h
<<_ACEOF
37324 #define HAVE_CAIRO_PUSH_GROUP 1
37331 if test "$ac_cv_func_cairo_push_group" = "no"; then
37333 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library is too old and misses cairo_push_group()" >&5
37334 $as_echo "$as_me: WARNING: Cairo library is too old and misses cairo_push_group()" >&2;}
37336 $as_echo "#define wxUSE_CAIRO 1" >>confdefs.h
37339 if test "$wxUSE_GTK" != 1; then
37340 CPPFLAGS
="$CAIRO_CFLAGS $CPPFLAGS"
37341 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $CAIRO_LIBS"
37349 if test "$wx_has_graphics" = 1; then
37350 $as_echo "#define wxUSE_GRAPHICS_CONTEXT 1" >>confdefs.h
37353 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGraphicsContext won't be available" >&5
37354 $as_echo "$as_me: WARNING: wxGraphicsContext won't be available" >&2;}
37361 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
37364 if test "$wxUSE_GTK" = 1; then
37365 wxUSE_GSTREAMER
="no"
37367 GST_VERSION_MAJOR
=0
37368 GST_VERSION_MINOR
=10
37369 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
37371 if test "$wxUSE_GSTREAMER8" = "no"; then
37374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
37375 $as_echo_n "checking for GST... " >&6; }
37377 if test -n "$PKG_CONFIG"; then
37378 if test -n "$GST_CFLAGS"; then
37379 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
37381 if test -n "$PKG_CONFIG" && \
37382 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\""; } >&5
37383 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
37385 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37386 test $ac_status = 0; }; then
37387 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
37395 if test -n "$PKG_CONFIG"; then
37396 if test -n "$GST_LIBS"; then
37397 pkg_cv_GST_LIBS
="$GST_LIBS"
37399 if test -n "$PKG_CONFIG" && \
37400 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\""; } >&5
37401 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
37403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37404 test $ac_status = 0; }; then
37405 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
37416 if test $pkg_failed = yes; then
37418 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37419 _pkg_short_errors_supported
=yes
37421 _pkg_short_errors_supported
=no
37423 if test $_pkg_short_errors_supported = yes; then
37424 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
37426 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
37428 # Put the nasty error message in config.log where it belongs
37429 echo "$GST_PKG_ERRORS" >&5
37432 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
37433 $as_echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
37434 GST_VERSION_MINOR
=8
37437 elif test $pkg_failed = untried
; then
37439 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
37440 $as_echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
37441 GST_VERSION_MINOR
=8
37445 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
37446 GST_LIBS
=$pkg_cv_GST_LIBS
37447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37448 $as_echo "yes" >&6; }
37450 wxUSE_GSTREAMER
="yes"
37451 GST_LIBS
="$GST_LIBS -lgstinterfaces-$GST_VERSION"
37455 GST_VERSION_MINOR
=8
37458 if test $GST_VERSION_MINOR = "8"; then
37459 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
37462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
37463 $as_echo_n "checking for GST... " >&6; }
37465 if test -n "$PKG_CONFIG"; then
37466 if test -n "$GST_CFLAGS"; then
37467 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
37469 if test -n "$PKG_CONFIG" && \
37470 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\""; } >&5
37471 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
37473 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37474 test $ac_status = 0; }; then
37475 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
37483 if test -n "$PKG_CONFIG"; then
37484 if test -n "$GST_LIBS"; then
37485 pkg_cv_GST_LIBS
="$GST_LIBS"
37487 if test -n "$PKG_CONFIG" && \
37488 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\""; } >&5
37489 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
37491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37492 test $ac_status = 0; }; then
37493 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
37504 if test $pkg_failed = yes; then
37506 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37507 _pkg_short_errors_supported
=yes
37509 _pkg_short_errors_supported
=no
37511 if test $_pkg_short_errors_supported = yes; then
37512 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
37514 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
37516 # Put the nasty error message in config.log where it belongs
37517 echo "$GST_PKG_ERRORS" >&5
37520 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.8/0.10 not available." >&5
37521 $as_echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
37523 elif test $pkg_failed = untried
; then
37525 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.8/0.10 not available." >&5
37526 $as_echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
37529 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
37530 GST_LIBS
=$pkg_cv_GST_LIBS
37531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37532 $as_echo "yes" >&6; }
37533 wxUSE_GSTREAMER
="yes"
37538 if test "$wxUSE_GSTREAMER" = "yes"; then
37539 CPPFLAGS
="$GST_CFLAGS $CPPFLAGS"
37540 EXTRALIBS_MEDIA
="$GST_LIBS"
37542 $as_echo "#define wxUSE_GSTREAMER 1" >>confdefs.h
37548 elif test "$wxUSE_MAC" = 1; then
37549 GST_LIBS
="-framework QTKit"
37552 if test $USE_MEDIA = 1; then
37553 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
37554 $as_echo "#define wxUSE_MEDIACTRL 1" >>confdefs.h
37557 if test "$wxUSE_MEDIACTRL" = "yes"; then
37558 as_fn_error $?
"GStreamer not available" "$LINENO" 5
37560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
37561 $as_echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
37567 if test "$cross_compiling" != "no"; then
37570 OSINFO
=`uname -s -r -m`
37571 OSINFO
="\"$OSINFO\""
37574 cat >>confdefs.h
<<_ACEOF
37575 #define WXWIN_OS_DESCRIPTION $OSINFO
37580 if test "x$prefix" != "xNONE"; then
37583 wxPREFIX
=$ac_default_prefix
37586 cat >>confdefs.h
<<_ACEOF
37587 #define wxINSTALL_PREFIX "$wxPREFIX"
37593 STD_BASE_LIBS
="base"
37595 BUILT_WX_LIBS
="base"
37596 ALL_WX_LIBS
="xrc stc gl media qa html adv core xml net base"
37598 if test "$wxUSE_SOCKETS" = "yes" ; then
37599 STD_BASE_LIBS
="net $STD_BASE_LIBS"
37600 BUILT_WX_LIBS
="net $BUILT_WX_LIBS"
37602 if test "$wxUSE_XML" = "yes" ; then
37603 STD_BASE_LIBS
="xml $STD_BASE_LIBS"
37604 BUILT_WX_LIBS
="xml $BUILT_WX_LIBS"
37607 if test "$wxUSE_GUI" = "yes"; then
37608 STD_GUI_LIBS
="adv core"
37609 BUILT_WX_LIBS
="$STD_GUI_LIBS $BUILT_WX_LIBS"
37611 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
37612 STD_GUI_LIBS
="qa $STD_GUI_LIBS"
37613 BUILT_WX_LIBS
="qa $BUILT_WX_LIBS"
37615 if test "$wxUSE_HTML" = "yes" ; then
37616 STD_GUI_LIBS
="html $STD_GUI_LIBS"
37617 BUILT_WX_LIBS
="html $BUILT_WX_LIBS"
37619 if test "$wxUSE_MEDIACTRL" = "yes" ; then
37620 BUILT_WX_LIBS
="media $BUILT_WX_LIBS"
37622 if test "$wxUSE_OPENGL" = "yes" ; then
37623 BUILT_WX_LIBS
="gl $BUILT_WX_LIBS"
37625 if test "$wxUSE_AUI" = "yes" ; then
37626 BUILT_WX_LIBS
="aui $BUILT_WX_LIBS"
37628 if test "$wxUSE_PROPGRID" = "yes" ; then
37629 BUILT_WX_LIBS
="propgrid $BUILT_WX_LIBS"
37631 if test "$wxUSE_RIBBON" = "yes" ; then
37632 BUILT_WX_LIBS
="ribbon $BUILT_WX_LIBS"
37634 if test "$wxUSE_RICHTEXT" = "yes" ; then
37635 BUILT_WX_LIBS
="richtext $BUILT_WX_LIBS"
37637 if test "$wxUSE_STC" = "yes" ; then
37638 BUILT_WX_LIBS
="stc $BUILT_WX_LIBS"
37640 if test "$wxUSE_WEBVIEW" = "yes" ; then
37641 STD_GUI_LIBS
="webview $STD_GUI_LIBS"
37642 BUILT_WX_LIBS
="webview $BUILT_WX_LIBS"
37644 if test "$wxUSE_XRC" = "yes" ; then
37645 STD_GUI_LIBS
="xrc $STD_GUI_LIBS"
37646 BUILT_WX_LIBS
="xrc $BUILT_WX_LIBS"
37657 if test "$wxUSE_MAC" = 1 ; then
37658 if test "$USE_DARWIN" = 1; then
37659 if test "$wxUSE_OSX_IPHONE" = 1; then
37660 EXTRA_FRAMEWORKS
="-framework IOKit -framework UIKit -framework CFNetwork -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework OpenGLES -framework Foundation -framework QuartzCore"
37662 EXTRA_FRAMEWORKS
="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL"
37665 if test "$cross_compiling" != "no"; then
37666 wx_cv_target_x86_64
=no
37668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we target only x86_64" >&5
37669 $as_echo_n "checking if we target only x86_64... " >&6; }
37670 if ${wx_cv_target_x86_64+:} false
; then :
37671 $as_echo_n "(cached) " >&6
37673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
37674 /* end confdefs.h. */
37675 int main() { return 0; }
37677 if ac_fn_c_try_link
"$LINENO"; then :
37678 if file conftest
$ac_exeext|grep -q 'i386\|ppc'; then
37679 wx_cv_target_x86_64
=no
37681 wx_cv_target_x86_64
=yes
37685 rm -f core conftest.err conftest.
$ac_objext \
37686 conftest
$ac_exeext conftest.
$ac_ext
37689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_target_x86_64" >&5
37690 $as_echo "$wx_cv_target_x86_64" >&6; }
37693 if test "$wx_cv_target_x86_64" != "yes"; then
37694 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework QuickTime"
37699 if test "$wxUSE_OLD_COCOA" = 1 ; then
37700 EXTRA_FRAMEWORKS
="-framework IOKit -framework Cocoa"
37701 if test "$wxUSE_MEDIACTRL" = "yes"; then
37702 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework QuickTime"
37705 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1 ; then
37706 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
37709 LDFLAGS
="$LDFLAGS $EXTRA_FRAMEWORKS"
37710 WXCONFIG_LDFLAGS
="$WXCONFIG_LDFLAGS $EXTRA_FRAMEWORKS"
37712 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
37714 if test "$wxUSE_GUI" = "yes"; then
37717 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
37718 erase event exec font image minimal render \
37719 shaped svg taborder vscroll widgets wrapsizer"
37721 if test "$wxUSE_MONOLITHIC" != "yes"; then
37722 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
37724 if test "$TOOLKIT" = "MSW"; then
37725 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS regtest"
37726 if test "$wxUSE_UNIVERSAL" != "yes"; then
37727 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw nativdlg dll"
37730 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
37731 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw"
37734 SAMPLES_SUBDIRS
="console"
37735 if test "$wxUSE_SOCKETS" = "yes" ; then
37736 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
37738 if test "$wxUSE_IPC" = "yes" ; then
37739 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
37744 if test "x$INTELCC" = "xyes" ; then
37745 CWARNINGS
="-Wall -wd810,869,981,1418,1572,1684,2259"
37746 elif test "$GCC" = yes ; then
37747 CWARNINGS
="-Wall -Wundef"
37750 if test "x$INTELCXX" = "xyes" ; then
37751 CXXWARNINGS
="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
37752 elif test "$GXX" = yes ; then
37753 CXXWARNINGS
="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
37754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
37755 $as_echo_n "checking CXXWARNINGS for gcc -Woverloaded-virtual... " >&6; }
37756 if ${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+:} false
; then :
37757 $as_echo_n "(cached) " >&6
37759 ac_cv_cxxflags_gcc_option__Woverloaded_virtual
="no, unknown"
37762 ac_cpp
='$CXXCPP $CPPFLAGS'
37763 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37764 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37765 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
37767 ac_save_CXXFLAGS
="$CXXFLAGS"
37768 for ac_arg
in "-pedantic -Werror % -Woverloaded-virtual" "-pedantic % -Woverloaded-virtual %% no, obsolete" #
37769 do CXXFLAGS
="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
37770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
37771 /* end confdefs.h. */
37781 if ac_fn_cxx_try_compile
"$LINENO"; then :
37782 ac_cv_cxxflags_gcc_option__Woverloaded_virtual
=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
37784 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
37786 CXXFLAGS
="$ac_save_CXXFLAGS"
37788 ac_cpp
='$CPP $CPPFLAGS'
37789 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37790 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37791 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
37795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
37796 $as_echo "$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
37797 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
37801 if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev
/null
37802 then { { $as_echo "$as_me:${as_lineno-$LINENO}: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual"; } >&5
37803 (: CXXWARNINGS does contain
$ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
37805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37806 test $ac_status = 0; }
37807 else { { $as_echo "$as_me:${as_lineno-$LINENO}: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\""; } >&5
37808 (: CXXWARNINGS
="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
37810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37811 test $ac_status = 0; }
37812 CXXWARNINGS
="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
37818 if test "$wxUSE_MAC" = 1 ; then
37819 CXXWARNINGS
="$CXXWARNINGS -Wno-deprecated-declarations"
37824 WXCONFIG_CFLAGS
=`echo $WXCONFIG_CFLAGS`
37825 WXCONFIG_CXXFLAGS
=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
37828 CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS \
37829 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
37830 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
37833 C_AND_CXX_FLAGS
="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
37834 CFLAGS
=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
37835 CXXFLAGS
=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
37836 OBJCFLAGS
=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
37837 OBJCXXFLAGS
=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
37839 WXCONFIG_CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
37842 if test "x$MWCC" = "xyes"; then
37844 CC
="$CC -cwd source -I-"
37845 CXX
="$CXX -cwd source -I-"
37850 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
37851 EXTRALIBS_XML
="$EXPAT_LINK"
37852 EXTRALIBS_HTML
="$MSPACK_LINK"
37853 EXTRALIBS_MEDIA
="$GST_LIBS"
37854 EXTRALIBS_STC
="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
37855 if test "$wxUSE_GUI" = "yes"; then
37856 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK`
37858 if test "$wxUSE_OPENGL" = "yes"; then
37859 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
37862 LDFLAGS
="$LDFLAGS $PROFILE_FLAGS"
37864 WXCONFIG_LIBS
="$LIBS"
37866 if test "$wxUSE_REGEX" = "builtin" ; then
37867 wxconfig_3rdparty
="regex${lib_unicode_suffix} $wxconfig_3rdparty"
37869 if test "$wxUSE_EXPAT" = "builtin" ; then
37870 wxconfig_3rdparty
="expat $wxconfig_3rdparty"
37872 if test "$wxUSE_LIBTIFF" = "builtin" ; then
37873 wxconfig_3rdparty
="tiff $wxconfig_3rdparty"
37875 if test "$wxUSE_LIBJPEG" = "builtin" ; then
37876 wxconfig_3rdparty
="jpeg $wxconfig_3rdparty"
37878 if test "$wxUSE_LIBPNG" = "builtin" ; then
37879 wxconfig_3rdparty
="png $wxconfig_3rdparty"
37881 if test "$wxUSE_ZLIB" = "builtin" ; then
37882 wxconfig_3rdparty
="zlib $wxconfig_3rdparty"
37885 for i
in $wxconfig_3rdparty ; do
37886 WXCONFIG_LIBS
="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
37890 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
37893 case "$wxUNIV_THEMES" in
37895 $as_echo "#define wxUSE_ALL_THEMES 1" >>confdefs.h
37900 for t
in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
37901 cat >>confdefs.h
<<_ACEOF
37902 #define wxUSE_THEME_$t 1
37918 if test $wxUSE_MONOLITHIC = "yes" ; then
37924 if test $wxUSE_PLUGINS = "yes" ; then
37930 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
37936 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
37964 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
37977 TOOLKIT_DESC
="GTK+"
37978 if test "$WXGTK2" = 1; then
37979 if test "$WXGTK3" = 1; then
37980 TOOLKIT_DESC
="$TOOLKIT_DESC 3"
37982 TOOLKIT_DESC
="$TOOLKIT_DESC 2"
37984 if test "$wxUSE_GTKPRINT" = "yes" ; then
37985 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA GTK+ printing";
37987 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
37988 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA gnomeprint";
37990 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
37991 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA gnomevfs"
37993 if test "$wxUSE_LIBNOTIFY" = "yes" ; then
37994 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA libnotify"
37996 if test "$wxUSE_LIBHILDON" = "yes"; then
37997 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA hildon"
37999 if test "$wxUSE_LIBHILDON2" = "yes"; then
38000 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA hildon"
38003 if test "$TOOLKIT_EXTRA" != ""; then
38004 TOOLKIT_DESC
="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
38010 TOOLKIT_DESC
=$TOOLKIT_LOWERCASE
38014 TOOLKIT_DESC
="base only"
38018 if test "$wxUSE_WINE" = "yes"; then
38019 BAKEFILE_FORCE_PLATFORM
=win32
38022 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
38024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc precompiled header bug" >&5
38025 $as_echo_n "checking for gcc precompiled header bug... " >&6; }
38026 if ${wx_cv_gcc_pch_bug+:} false
; then :
38027 $as_echo_n "(cached) " >&6
38030 echo '#include <stdio.h>
38031 const wchar_t test_var[] = L"awidetest";' > conftest.h
38033 echo '#include "conftest.h"
38036 printf("%ls", test_var);
38040 wx_cv_gcc_pch_bug
="pch not supported"
38042 if $CXX conftest.h
>/dev
/null
2>&1
38046 if $CXX -o conftest
$PROGRAM_EXT conftest.cpp
>/dev
/null
2>&1
38048 if tr -dc '[a-z]' < conftest
$PROGRAM_EXT |
38049 grep awidetest
>/dev
/null
38051 wx_cv_gcc_pch_bug
=no
38053 wx_cv_gcc_pch_bug
=yes
38058 rm -f conftest.h conftest.gch conftest.cpp conftest
$PROGRAM_EXT
38061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_gcc_pch_bug" >&5
38062 $as_echo "$wx_cv_gcc_pch_bug" >&6; }
38064 if test "$wx_cv_gcc_pch_bug" = yes; then
38069 # Find a good install program. We prefer a C program (faster),
38070 # so one script is as good as another. But avoid the broken or
38071 # incompatible versions:
38072 # SysV /etc/install, /usr/sbin/install
38073 # SunOS /usr/etc/install
38074 # IRIX /sbin/install
38076 # AmigaOS /C/install, which installs bootblocks on floppy discs
38077 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
38078 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
38079 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
38080 # OS/2's system install, which has a completely different semantic
38081 # ./install, which can be erroneously created by make from ./install.sh.
38082 # Reject install programs that cannot install multiple files.
38083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
38084 $as_echo_n "checking for a BSD-compatible install... " >&6; }
38085 if test -z "$INSTALL"; then
38086 if ${ac_cv_path_install+:} false
; then :
38087 $as_echo_n "(cached) " >&6
38089 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38090 for as_dir
in $PATH
38093 test -z "$as_dir" && as_dir
=.
38094 # Account for people who put trailing slashes in PATH elements.
38095 case $as_dir/ in #((
38096 .
/ | .
// | /[cC
]/* | \
38097 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
38098 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
38101 # OSF1 and SCO ODT 3.0 have their own names for install.
38102 # Don't use installbsd from OSF since it installs stuff as root
38104 for ac_prog
in ginstall scoinst
install; do
38105 for ac_exec_ext
in '' $ac_executable_extensions; do
38106 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
38107 if test $ac_prog = install &&
38108 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
38109 # AIX install. It has an incompatible calling convention.
38111 elif test $ac_prog = install &&
38112 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
38113 # program-specific install script used by HP pwplus--don't use.
38116 rm -rf conftest.one conftest.two conftest.dir
38117 echo one
> conftest.one
38118 echo two
> conftest.two
38120 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
38121 test -s conftest.one
&& test -s conftest.two
&&
38122 test -s conftest.dir
/conftest.one
&&
38123 test -s conftest.dir
/conftest.two
38125 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
38138 rm -rf conftest.one conftest.two conftest.dir
38141 if test "${ac_cv_path_install+set}" = set; then
38142 INSTALL
=$ac_cv_path_install
38144 # As a last resort, use the slow shell script. Don't cache a
38145 # value for INSTALL within a source directory, because that will
38146 # break other packages using the cache if that directory is
38147 # removed, or if the value is a relative name.
38148 INSTALL
=$ac_install_sh
38151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
38152 $as_echo "$INSTALL" >&6; }
38154 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
38155 # It thinks the first close brace ends the variable substitution.
38156 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
38158 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
38160 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
38168 if test "x$BAKEFILE_HOST" = "x"; then
38169 if test "x${host}" = "x" ; then
38170 as_fn_error $?
"You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." "$LINENO" 5
38173 BAKEFILE_HOST
="${host}"
38176 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
38178 if test -n "$ac_tool_prefix"; then
38179 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
38180 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
38181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38182 $as_echo_n "checking for $ac_word... " >&6; }
38183 if ${ac_cv_prog_RANLIB+:} false
; then :
38184 $as_echo_n "(cached) " >&6
38186 if test -n "$RANLIB"; then
38187 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
38189 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38190 for as_dir
in $PATH
38193 test -z "$as_dir" && as_dir
=.
38194 for ac_exec_ext
in '' $ac_executable_extensions; do
38195 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38196 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
38197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38206 RANLIB
=$ac_cv_prog_RANLIB
38207 if test -n "$RANLIB"; then
38208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
38209 $as_echo "$RANLIB" >&6; }
38211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38212 $as_echo "no" >&6; }
38217 if test -z "$ac_cv_prog_RANLIB"; then
38218 ac_ct_RANLIB
=$RANLIB
38219 # Extract the first word of "ranlib", so it can be a program name with args.
38220 set dummy ranlib
; ac_word
=$2
38221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38222 $as_echo_n "checking for $ac_word... " >&6; }
38223 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
38224 $as_echo_n "(cached) " >&6
38226 if test -n "$ac_ct_RANLIB"; then
38227 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
38229 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38230 for as_dir
in $PATH
38233 test -z "$as_dir" && as_dir
=.
38234 for ac_exec_ext
in '' $ac_executable_extensions; do
38235 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38236 ac_cv_prog_ac_ct_RANLIB
="ranlib"
38237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38246 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
38247 if test -n "$ac_ct_RANLIB"; then
38248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
38249 $as_echo "$ac_ct_RANLIB" >&6; }
38251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38252 $as_echo "no" >&6; }
38255 if test "x$ac_ct_RANLIB" = x
; then
38258 case $cross_compiling:$ac_tool_warned in
38260 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38261 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38262 ac_tool_warned
=yes ;;
38264 RANLIB
=$ac_ct_RANLIB
38267 RANLIB
="$ac_cv_prog_RANLIB"
38271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
38272 $as_echo_n "checking whether ln -s works... " >&6; }
38274 if test "$LN_S" = "ln -s"; then
38275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
38276 $as_echo "yes" >&6; }
38278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
38279 $as_echo "no, using $LN_S" >&6; }
38283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
38284 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
38286 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
38287 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
38288 $as_echo_n "(cached) " >&6
38290 cat >conftest.
make <<\_ACEOF
38293 @
echo '@@@%%%=$(MAKE)=@@@%%%'
38295 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
38296 case `${MAKE-make} -f conftest.make 2>/dev/null` in
38297 *@@@
%%%=?
*=@@@
%%%*)
38298 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
38300 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
38302 rm -f conftest.
make
38304 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
38305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
38306 $as_echo "yes" >&6; }
38309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38310 $as_echo "no" >&6; }
38311 SET_MAKE
="MAKE=${MAKE-make}"
38316 if test "x$SUNCXX" = "xyes"; then
38318 AROPTIONS
="-xar -o"
38320 elif test "x$SGICC" = "xyes"; then
38325 if test -n "$ac_tool_prefix"; then
38326 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
38327 set dummy
${ac_tool_prefix}ar; ac_word
=$2
38328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38329 $as_echo_n "checking for $ac_word... " >&6; }
38330 if ${ac_cv_prog_AR+:} false
; then :
38331 $as_echo_n "(cached) " >&6
38333 if test -n "$AR"; then
38334 ac_cv_prog_AR
="$AR" # Let the user override the test.
38336 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38337 for as_dir
in $PATH
38340 test -z "$as_dir" && as_dir
=.
38341 for ac_exec_ext
in '' $ac_executable_extensions; do
38342 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38343 ac_cv_prog_AR
="${ac_tool_prefix}ar"
38344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38354 if test -n "$AR"; then
38355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
38356 $as_echo "$AR" >&6; }
38358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38359 $as_echo "no" >&6; }
38364 if test -z "$ac_cv_prog_AR"; then
38366 # Extract the first word of "ar", so it can be a program name with args.
38367 set dummy
ar; ac_word
=$2
38368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38369 $as_echo_n "checking for $ac_word... " >&6; }
38370 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
38371 $as_echo_n "(cached) " >&6
38373 if test -n "$ac_ct_AR"; then
38374 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
38376 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38377 for as_dir
in $PATH
38380 test -z "$as_dir" && as_dir
=.
38381 for ac_exec_ext
in '' $ac_executable_extensions; do
38382 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38383 ac_cv_prog_ac_ct_AR
="ar"
38384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38393 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
38394 if test -n "$ac_ct_AR"; then
38395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
38396 $as_echo "$ac_ct_AR" >&6; }
38398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38399 $as_echo "no" >&6; }
38402 if test "x$ac_ct_AR" = x
; then
38405 case $cross_compiling:$ac_tool_warned in
38407 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38408 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38409 ac_tool_warned
=yes ;;
38414 AR
="$ac_cv_prog_AR"
38421 if test -n "$ac_tool_prefix"; then
38422 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
38423 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
38424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38425 $as_echo_n "checking for $ac_word... " >&6; }
38426 if ${ac_cv_prog_STRIP+:} false
; then :
38427 $as_echo_n "(cached) " >&6
38429 if test -n "$STRIP"; then
38430 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
38432 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38433 for as_dir
in $PATH
38436 test -z "$as_dir" && as_dir
=.
38437 for ac_exec_ext
in '' $ac_executable_extensions; do
38438 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38439 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
38440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38449 STRIP
=$ac_cv_prog_STRIP
38450 if test -n "$STRIP"; then
38451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
38452 $as_echo "$STRIP" >&6; }
38454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38455 $as_echo "no" >&6; }
38460 if test -z "$ac_cv_prog_STRIP"; then
38462 # Extract the first word of "strip", so it can be a program name with args.
38463 set dummy strip
; ac_word
=$2
38464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38465 $as_echo_n "checking for $ac_word... " >&6; }
38466 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
38467 $as_echo_n "(cached) " >&6
38469 if test -n "$ac_ct_STRIP"; then
38470 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
38472 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38473 for as_dir
in $PATH
38476 test -z "$as_dir" && as_dir
=.
38477 for ac_exec_ext
in '' $ac_executable_extensions; do
38478 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38479 ac_cv_prog_ac_ct_STRIP
="strip"
38480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38489 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
38490 if test -n "$ac_ct_STRIP"; then
38491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
38492 $as_echo "$ac_ct_STRIP" >&6; }
38494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38495 $as_echo "no" >&6; }
38498 if test "x$ac_ct_STRIP" = x
; then
38501 case $cross_compiling:$ac_tool_warned in
38503 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38504 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38505 ac_tool_warned
=yes ;;
38510 STRIP
="$ac_cv_prog_STRIP"
38513 if test -n "$ac_tool_prefix"; then
38514 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
38515 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
38516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38517 $as_echo_n "checking for $ac_word... " >&6; }
38518 if ${ac_cv_prog_NM+:} false
; then :
38519 $as_echo_n "(cached) " >&6
38521 if test -n "$NM"; then
38522 ac_cv_prog_NM
="$NM" # Let the user override the test.
38524 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38525 for as_dir
in $PATH
38528 test -z "$as_dir" && as_dir
=.
38529 for ac_exec_ext
in '' $ac_executable_extensions; do
38530 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38531 ac_cv_prog_NM
="${ac_tool_prefix}nm"
38532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38542 if test -n "$NM"; then
38543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
38544 $as_echo "$NM" >&6; }
38546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38547 $as_echo "no" >&6; }
38552 if test -z "$ac_cv_prog_NM"; then
38554 # Extract the first word of "nm", so it can be a program name with args.
38555 set dummy nm
; ac_word
=$2
38556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38557 $as_echo_n "checking for $ac_word... " >&6; }
38558 if ${ac_cv_prog_ac_ct_NM+:} false
; then :
38559 $as_echo_n "(cached) " >&6
38561 if test -n "$ac_ct_NM"; then
38562 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
38564 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38565 for as_dir
in $PATH
38568 test -z "$as_dir" && as_dir
=.
38569 for ac_exec_ext
in '' $ac_executable_extensions; do
38570 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38571 ac_cv_prog_ac_ct_NM
="nm"
38572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38581 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
38582 if test -n "$ac_ct_NM"; then
38583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
38584 $as_echo "$ac_ct_NM" >&6; }
38586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38587 $as_echo "no" >&6; }
38590 if test "x$ac_ct_NM" = x
; then
38593 case $cross_compiling:$ac_tool_warned in
38595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38596 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38597 ac_tool_warned
=yes ;;
38602 NM
="$ac_cv_prog_NM"
38606 INSTALL_DIR
="mkdir -p"
38610 case ${BAKEFILE_HOST} in
38611 *-*-cygwin* | *-*-mingw32* )
38612 LDFLAGS_GUI
="-mwindows"
38618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if make is GNU make" >&5
38619 $as_echo_n "checking if make is GNU make... " >&6; }
38620 if ${bakefile_cv_prog_makeisgnu+:} false
; then :
38621 $as_echo_n "(cached) " >&6
38624 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
38625 egrep -s GNU
> /dev
/null
); then
38626 bakefile_cv_prog_makeisgnu
="yes"
38628 bakefile_cv_prog_makeisgnu
="no"
38632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_prog_makeisgnu" >&5
38633 $as_echo "$bakefile_cv_prog_makeisgnu" >&6; }
38635 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
38652 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
38653 case "${BAKEFILE_HOST}" in
38660 *-pc-os2_emx | *-pc-os2-emx )
38670 powerpc
-apple-macos* )
38679 case "$BAKEFILE_FORCE_PLATFORM" in
38700 as_fn_error $?
"Unknown platform: $BAKEFILE_FORCE_PLATFORM" "$LINENO" 5
38715 # Check whether --enable-omf was given.
38716 if test "${enable_omf+set}" = set; then :
38717 enableval
=$enable_omf; bk_os2_use_omf
="$enableval"
38721 case "${BAKEFILE_HOST}" in
38723 if test "x$GCC" = "xyes"; then
38724 CFLAGS
="$CFLAGS -fno-common"
38725 CXXFLAGS
="$CXXFLAGS -fno-common"
38727 if test "x$XLCC" = "xyes"; then
38728 CFLAGS
="$CFLAGS -qnocommon"
38729 CXXFLAGS
="$CXXFLAGS -qnocommon"
38733 *-pc-os2_emx | *-pc-os2-emx )
38734 if test "x$bk_os2_use_omf" = "xyes" ; then
38737 LDFLAGS
="-Zomf $LDFLAGS"
38738 CFLAGS
="-Zomf $CFLAGS"
38739 CXXFLAGS
="-Zomf $CXXFLAGS"
38747 LDFLAGS
="-L/boot/develop/lib/x86 $LDFLAGS"
38753 SO_SUFFIX_MODULE
="so"
38758 DLLPREFIX_MODULE
=""
38762 case "${BAKEFILE_HOST}" in
38767 SO_SUFFIX_MODULE
="sl"
38771 SO_SUFFIX_MODULE
="a"
38775 SO_SUFFIX_MODULE
="dll"
38776 DLLIMP_SUFFIX
="dll.a"
38783 SO_SUFFIX_MODULE
="dll"
38784 DLLIMP_SUFFIX
="dll.a"
38794 *-pc-os2_emx | *-pc-os2-emx )
38796 SO_SUFFIX_MODULE
="dll"
38797 DLLIMP_SUFFIX
=$OS2_LIBEXT
38801 LIBEXT
=".$OS2_LIBEXT"
38806 SO_SUFFIX_MODULE
="bundle"
38810 if test "x$DLLIMP_SUFFIX" = "x" ; then
38811 DLLIMP_SUFFIX
="$SO_SUFFIX"
38826 if test "x$GCC" = "xyes"; then
38830 SHARED_LD_CC
="\$(CC) -shared ${PIC_FLAG} -o"
38831 SHARED_LD_CXX
="\$(CXX) -shared ${PIC_FLAG} -o"
38834 case "${BAKEFILE_HOST}" in
38836 if test "x$GCC" != "xyes"; then
38837 LDFLAGS
="$LDFLAGS -L/usr/lib"
38839 SHARED_LD_CC
="${CC} -b -o"
38840 SHARED_LD_CXX
="${CXX} -b -o"
38846 if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
38848 elif test "x$SUNCXX" = "xyes"; then
38849 SHARED_LD_CC
="${CC} -G -o"
38850 SHARED_LD_CXX
="${CXX} -G -o"
38856 if test "x$SUNCXX" = xyes
; then
38857 SHARED_LD_CC
="${CC} -G -o"
38858 SHARED_LD_CXX
="${CXX} -G -o"
38866 cat <<EOF >shared-ld-sh
38868 #-----------------------------------------------------------------------------
38869 #-- Name: distrib/mac/shared-ld-sh
38870 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
38871 #-- Author: Gilles Depeyrot
38872 #-- Copyright: (c) 2002 Gilles Depeyrot
38873 #-- Licence: any use permitted
38874 #-----------------------------------------------------------------------------
38879 linking_flag="-dynamiclib"
38880 ldargs="-r -keep_private_externs -nostdlib"
38882 if test "x${D}CXX" = "x"; then
38886 while test ${D}# -gt 0; do
38893 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
38894 # collect these options and values
38895 args="${D}{args} ${D}1 ${D}2"
38900 # collect these options and values
38901 ldargs="${D}{ldargs} ${D}1 ${D}2"
38906 # collect these load args
38907 ldargs="${D}{ldargs} ${D}1"
38910 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
38911 # collect these options
38912 args="${D}{args} ${D}1"
38915 -dynamiclib|-bundle)
38916 linking_flag="${D}1"
38920 echo "shared-ld: unhandled option '${D}1'"
38924 *.o | *.a | *.dylib)
38925 # collect object files
38926 objects="${D}{objects} ${D}1"
38930 echo "shared-ld: unhandled argument '${D}1'"
38941 # Link one module containing all the others
38943 if test ${D}{verbose} = 1; then
38944 echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
38946 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
38950 # Link the shared library from the single module created, but only if the
38951 # previous command didn't fail:
38953 if test ${D}{status} = 0; then
38954 if test ${D}{verbose} = 1; then
38955 echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
38957 ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
38962 # Remove intermediate module
38964 rm -f master.${D}${D}.o
38969 chmod +x shared
-ld-sh
38971 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
38972 SHARED_LD_MODULE_CXX
="CXX=\"\$(CXX)\" $SHARED_LD_MODULE_CC"
38975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc 3.1 or later" >&5
38976 $as_echo_n "checking for gcc 3.1 or later... " >&6; }
38977 if ${bakefile_cv_gcc31+:} false
; then :
38978 $as_echo_n "(cached) " >&6
38981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
38982 /* end confdefs.h. */
38988 #if (__GNUC__ < 3) || \
38989 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
38997 if ac_fn_c_try_compile
"$LINENO"; then :
38999 bakefile_cv_gcc31
=yes
39003 bakefile_cv_gcc31
=no
39007 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
39010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_gcc31" >&5
39011 $as_echo "$bakefile_cv_gcc31" >&6; }
39012 if test "$bakefile_cv_gcc31" = "no"; then
39013 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
39014 SHARED_LD_CXX
="$SHARED_LD_CC"
39016 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
39017 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
39020 if test "x$GCC" == "xyes"; then
39021 PIC_FLAG
="-dynamic -fPIC"
39023 if test "x$XLCC" = "xyes"; then
39024 PIC_FLAG
="-dynamic -DPIC"
39029 if test "x$GCC" = "xyes"; then
39032 case "${BAKEFILE_HOST}" in
39034 LD_EXPFULL
="-Wl,-bexpfull"
39038 SHARED_LD_CC
="\$(CC) -shared $LD_EXPFULL -o"
39039 SHARED_LD_CXX
="\$(CXX) -shared $LD_EXPFULL -o"
39041 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
39042 set dummy makeC
++SharedLib
; ac_word
=$2
39043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39044 $as_echo_n "checking for $ac_word... " >&6; }
39045 if ${ac_cv_prog_AIX_CXX_LD+:} false
; then :
39046 $as_echo_n "(cached) " >&6
39048 if test -n "$AIX_CXX_LD"; then
39049 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
39051 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39052 for as_dir
in $PATH
39055 test -z "$as_dir" && as_dir
=.
39056 for ac_exec_ext
in '' $ac_executable_extensions; do
39057 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39058 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
39059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39066 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
39069 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
39070 if test -n "$AIX_CXX_LD"; then
39071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AIX_CXX_LD" >&5
39072 $as_echo "$AIX_CXX_LD" >&6; }
39074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39075 $as_echo "no" >&6; }
39079 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
39080 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
39085 SHARED_LD_CC
="${LD} -nostart -o"
39086 SHARED_LD_CXX
="${LD} -nostart -o"
39090 if test "x$GCC" != "xyes"; then
39095 *-*-cygwin* | *-*-mingw32* )
39097 SHARED_LD_CC
="\$(CC) -shared -o"
39098 SHARED_LD_CXX
="\$(CXX) -shared -o"
39102 *-pc-os2_emx | *-pc-os2-emx )
39103 SHARED_LD_CC
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
39104 SHARED_LD_CXX
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
39108 cat <<EOF >dllar.sh
39111 # dllar - a tool to build both a .dll and an .a file
39112 # from a set of object (.o) files for EMX/OS2.
39114 # Written by Andrew Zabolotny, bit@freya.etu.ru
39115 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
39117 # This script will accept a set of files on the command line.
39118 # All the public symbols from the .o files will be exported into
39119 # a .DEF file, then linker will be run (through gcc) against them to
39120 # build a shared library consisting of all given .o files. All libraries
39121 # (.a) will be first decompressed into component .o files then act as
39122 # described above. You can optionally give a description (-d "description")
39123 # which will be put into .DLL. To see the list of accepted options (as well
39124 # as command-line format) simply run this program without options. The .DLL
39125 # is built to be imported by name (there is no guarantee that new versions
39126 # of the library you build will have same ordinals for same symbols).
39128 # dllar is free software; you can redistribute it and/or modify
39129 # it under the terms of the GNU General Public License as published by
39130 # the Free Software Foundation; either version 2, or (at your option)
39131 # any later version.
39133 # dllar is distributed in the hope that it will be useful,
39134 # but WITHOUT ANY WARRANTY; without even the implied warranty of
39135 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39136 # GNU General Public License for more details.
39138 # You should have received a copy of the GNU General Public License
39139 # along with dllar; see the file COPYING. If not, write to the Free
39140 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
39143 # To successfuly run this program you will need:
39144 # - Current drive should have LFN support (HPFS, ext2, network, etc)
39145 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
39147 # (used to build the .dll)
39149 # (used to create .def file from .o files)
39151 # (used to create .a file from .def file)
39152 # - GNU text utilites (cat, sort, uniq)
39153 # used to process emxexp output
39154 # - GNU file utilities (mv, rm)
39156 # - lxlite (optional, see flag below)
39157 # (used for general .dll cleanup)
39164 # basnam, variant of basename, which does _not_ remove the path, _iff_
39165 # second argument (suffix to remove) is given
39169 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
39172 echo ${D}1 | sed 's/'${D}2'${D}//'
39175 echo "error in basnam ${D}*"
39181 # Cleanup temporary files and output
39184 for i in ${D}inputFiles ; do
39187 rm -rf \`basnam ${D}i !\`
39194 # Kill result in case of failure as there is just to many stupid make/nmake
39195 # things out there which doesn't do this.
39196 if [ ${D}# -eq 0 ]; then
39197 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
39201 # Print usage and exit script with rc=1.
39203 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
39204 echo ' [-name-mangler-script script.sh]'
39205 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
39206 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
39207 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
39208 echo ' [*.o] [*.a]'
39209 echo '*> "output_file" should have no extension.'
39210 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
39211 echo ' The import library name is derived from this and is set to "name".a,'
39212 echo ' unless overridden by -import'
39213 echo '*> "importlib_name" should have no extension.'
39214 echo ' If it has the .o, or .a extension, it is automatically removed.'
39215 echo ' This name is used as the import library name and may be longer and'
39216 echo ' more descriptive than the DLL name which has to follow the old '
39217 echo ' 8.3 convention of FAT.'
39218 echo '*> "script.sh may be given to override the output_file name by a'
39219 echo ' different name. It is mainly useful if the regular make process'
39220 echo ' of some package does not take into account OS/2 restriction of'
39221 echo ' DLL name lengths. It takes the importlib name as input and is'
39222 echo ' supposed to procude a shorter name as output. The script should'
39223 echo ' expect to get importlib_name without extension and should produce'
39224 echo ' a (max.) 8 letter name without extension.'
39225 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
39226 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
39227 echo ' These flags will be put at the start of GCC command line.'
39228 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
39229 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
39230 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
39231 echo ' If the last character of a symbol is "*", all symbols beginning'
39232 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
39233 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
39234 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
39235 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
39236 echo ' C runtime DLLs.'
39237 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
39238 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
39239 echo ' unchanged to GCC at the end of command line.'
39240 echo '*> If you create a DLL from a library and you do not specify -o,'
39241 echo ' the basename for DLL and import library will be set to library name,'
39242 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
39243 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
39244 echo ' library will be renamed into gcc_s.a.'
39247 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
39248 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
39253 # Execute a command.
39254 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
39255 # @Uses Whatever CleanUp() uses.
39261 if [ ${D}rcCmd -ne 0 ]; then
39262 echo "command failed, exit code="${D}rcCmd
39277 CFLAGS="-s -Zcrtdll"
39279 EXPORT_BY_ORDINALS=0
39284 case ${D}curDirS in
39288 curDirS=${D}{curDirS}"/"
39291 # Parse commandline
39294 while [ ${D}1 ]; do
39297 EXPORT_BY_ORDINALS=1;
39307 -name-mangler-script)
39328 exclude_symbols=${D}{exclude_symbols}${D}1" "
39332 library_flags=${D}{library_flags}${D}1" "
39351 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39354 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
39355 if [ ${D}omfLinking -eq 1 ]; then
39356 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
39358 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
39363 if [ ${D}libsToLink -ne 0 ]; then
39364 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39366 for file in ${D}1 ; do
39367 if [ -f ${D}file ]; then
39368 inputFiles="${D}{inputFiles} ${D}file"
39372 if [ ${D}found -eq 0 ]; then
39373 echo "ERROR: No file(s) found: "${D}1
39380 done # iterate cmdline words
39383 if [ -z "${D}inputFiles" ]; then
39384 echo "dllar: no input files"
39388 # Now extract all .o files from .a files
39390 for file in ${D}inputFiles ; do
39401 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
39406 dirname=\`basnam ${D}file ${D}suffix\`"_%"
39408 if [ ${D}? -ne 0 ]; then
39409 echo "Failed to create subdirectory ./${D}dirname"
39413 # Append '!' to indicate archive
39414 newInputFiles="${D}newInputFiles ${D}{dirname}!"
39415 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
39418 for subfile in ${D}dirname/*.o* ; do
39419 if [ -f ${D}subfile ]; then
39421 if [ -s ${D}subfile ]; then
39422 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
39423 newInputFiles="${D}newInputFiles ${D}subfile"
39427 if [ ${D}found -eq 0 ]; then
39428 echo "WARNING: there are no files in archive \\'${D}file\\'"
39432 newInputFiles="${D}{newInputFiles} ${D}file"
39436 inputFiles="${D}newInputFiles"
39438 # Output filename(s).
39440 if [ -z ${D}outFile ]; then
39442 set outFile ${D}inputFiles; outFile=${D}2
39445 # If it is an archive, remove the '!' and the '_%' suffixes
39446 case ${D}outFile in
39448 outFile=\`basnam ${D}outFile _%!\`
39453 case ${D}outFile in
39455 outFile=\`basnam ${D}outFile .dll\`
39458 outFile=\`basnam ${D}outFile .DLL\`
39461 outFile=\`basnam ${D}outFile .o\`
39464 outFile=\`basnam ${D}outFile .obj\`
39467 outFile=\`basnam ${D}outFile .a\`
39470 outFile=\`basnam ${D}outFile .lib\`
39475 case ${D}outimpFile in
39477 outimpFile=\`basnam ${D}outimpFile .a\`
39480 outimpFile=\`basnam ${D}outimpFile .lib\`
39485 if [ -z ${D}outimpFile ]; then
39486 outimpFile=${D}outFile
39488 defFile="${D}{outFile}.def"
39489 arcFile="${D}{outimpFile}.a"
39490 arcFile2="${D}{outimpFile}.lib"
39492 #create ${D}dllFile as something matching 8.3 restrictions,
39493 if [ -z ${D}renameScript ] ; then
39494 dllFile="${D}outFile"
39496 dllFile=\`${D}renameScript ${D}outimpFile\`
39499 if [ ${D}do_backup -ne 0 ] ; then
39500 if [ -f ${D}arcFile ] ; then
39501 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
39503 if [ -f ${D}arcFile2 ] ; then
39504 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
39508 # Extract public symbols from all the object files.
39509 tmpdefFile=${D}{defFile}_%
39510 rm -f ${D}tmpdefFile
39511 for file in ${D}inputFiles ; do
39516 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
39521 # Create the def file.
39523 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
39524 dllFile="${D}{dllFile}.dll"
39525 if [ ! -z ${D}description ]; then
39526 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
39528 echo "EXPORTS" >> ${D}defFile
39530 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
39531 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
39533 # Checks if the export is ok or not.
39534 for word in ${D}exclude_symbols; do
39535 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
39536 mv ${D}{tmpdefFile}% ${D}tmpdefFile
39540 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
39541 sed "=" < ${D}tmpdefFile | \\
39545 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
39547 ' > ${D}{tmpdefFile}%
39548 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
39550 rm -f ${D}{tmpdefFile}%
39552 cat ${D}tmpdefFile >> ${D}defFile
39553 rm -f ${D}tmpdefFile
39555 # Do linking, create implib, and apply lxlite.
39557 for file in ${D}inputFiles ; do
39562 gccCmdl="${D}gccCmdl ${D}file"
39566 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
39567 touch "${D}{outFile}.dll"
39569 doCommand "emximp -o ${D}arcFile ${D}defFile"
39570 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
39572 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
39575 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
39577 doCommand "emxomf -s -l ${D}arcFile"
39587 powerpc
-apple-macos* | \
39588 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-gnu* | *-*-k*bsd
*-gnu | \
39598 as_fn_error $?
"unknown system type $BAKEFILE_HOST." "$LINENO" 5
39601 if test "x$PIC_FLAG" != "x" ; then
39602 PIC_FLAG
="$PIC_FLAG -DPIC"
39605 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
39606 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
39608 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
39609 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
39624 USE_SOTWOSYMLINKS
=0
39628 case "${BAKEFILE_HOST}" in
39629 *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
39630 *-*-k*bsd
*-gnu | *-*-mirbsd* | *-*-gnu* )
39631 if test "x$SUNCXX" = "xyes"; then
39634 SONAME_FLAG
="-Wl,-soname,"
39638 USE_SOTWOSYMLINKS
=1
39650 USE_SOTWOSYMLINKS
=1
39668 # Check whether --enable-dependency-tracking was given.
39669 if test "${enable_dependency_tracking+set}" = set; then :
39670 enableval
=$enable_dependency_tracking; bk_use_trackdeps
="$enableval"
39674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dependency tracking method" >&5
39675 $as_echo_n "checking for dependency tracking method... " >&6; }
39678 if test "x$bk_use_trackdeps" = "xno" ; then
39680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
39681 $as_echo "disabled" >&6; }
39685 if test "x$GCC" = "xyes"; then
39688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: gcc" >&5
39689 $as_echo "gcc" >&6; }
39690 elif test "x$MWCC" = "xyes"; then
39693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: mwcc" >&5
39694 $as_echo "mwcc" >&6; }
39695 elif test "x$SUNCC" = "xyes"; then
39698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Sun cc" >&5
39699 $as_echo "Sun cc" >&6; }
39700 elif test "x$SGICC" = "xyes"; then
39703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: SGI cc" >&5
39704 $as_echo "SGI cc" >&6; }
39705 elif test "x$HPCC" = "xyes"; then
39708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: HP cc" >&5
39709 $as_echo "HP cc" >&6; }
39710 elif test "x$COMPAQCC" = "xyes"; then
39713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Compaq cc" >&5
39714 $as_echo "Compaq cc" >&6; }
39717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
39718 $as_echo "none" >&6; }
39721 if test $DEPS_TRACKING = 1 ; then
39727 # This script is part of Bakefile (http://www.bakefile.org) autoconf
39728 # script. It is used to track C/C++ files dependencies in portable way.
39730 # Permission is given to use this file in any way.
39732 DEPSMODE=${DEPSMODE}
39733 DEPSFLAG="${DEPSFLAG}"
39736 if test ${D}DEPSMODE = gcc ; then
39737 ${D}* ${D}{DEPSFLAG}
39740 # determine location of created files:
39741 while test ${D}# -gt 0; do
39755 objfilebase=\`basename ${D}objfile\`
39756 builddir=\`dirname ${D}objfile\`
39757 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
39758 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
39759 depsdir=${D}builddir/${D}DEPSDIRBASE
39760 mkdir -p ${D}depsdir
39762 # if the compiler failed, we're done:
39763 if test ${D}{status} != 0 ; then
39768 # move created file to the location we want it in:
39769 if test -f ${D}depfile ; then
39770 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
39773 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
39774 depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
39775 if test ! -f ${D}depfile ; then
39776 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
39777 depfile="${D}objfile.d"
39779 if test -f ${D}depfile ; then
39780 sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
39786 elif test ${D}DEPSMODE = mwcc ; then
39787 ${D}* || exit ${D}?
39788 # Run mwcc again with -MM and redirect into the dep file we want
39789 # NOTE: We can't use shift here because we need ${D}* to be valid
39791 for arg in ${D}* ; do
39792 if test "${D}prevarg" = "-o"; then
39806 objfilebase=\`basename ${D}objfile\`
39807 builddir=\`dirname ${D}objfile\`
39808 depsdir=${D}builddir/${D}DEPSDIRBASE
39809 mkdir -p ${D}depsdir
39811 ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
39814 elif test ${D}DEPSMODE = unixcc; then
39815 ${D}* || exit ${D}?
39816 # Run compiler again with deps flag and redirect into the dep file.
39817 # It doesn't work if the '-o FILE' option is used, but without it the
39818 # dependency file will contain the wrong name for the object. So it is
39819 # removed from the command line, and the dep file is fixed with sed.
39821 while test ${D}# -gt 0; do
39828 eval arg${D}#=\\${D}1
39829 cmd="${D}cmd \\${D}arg${D}#"
39835 objfilebase=\`basename ${D}objfile\`
39836 builddir=\`dirname ${D}objfile\`
39837 depsdir=${D}builddir/${D}DEPSDIRBASE
39838 mkdir -p ${D}depsdir
39840 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
39850 BK_DEPS
="`pwd`/bk-deps"
39858 case ${BAKEFILE_HOST} in
39859 *-*-cygwin* | *-*-mingw32* )
39860 if test -n "$ac_tool_prefix"; then
39861 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
39862 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
39863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39864 $as_echo_n "checking for $ac_word... " >&6; }
39865 if ${ac_cv_prog_WINDRES+:} false
; then :
39866 $as_echo_n "(cached) " >&6
39868 if test -n "$WINDRES"; then
39869 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
39871 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39872 for as_dir
in $PATH
39875 test -z "$as_dir" && as_dir
=.
39876 for ac_exec_ext
in '' $ac_executable_extensions; do
39877 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39878 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
39879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39888 WINDRES
=$ac_cv_prog_WINDRES
39889 if test -n "$WINDRES"; then
39890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
39891 $as_echo "$WINDRES" >&6; }
39893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39894 $as_echo "no" >&6; }
39899 if test -z "$ac_cv_prog_WINDRES"; then
39900 ac_ct_WINDRES
=$WINDRES
39901 # Extract the first word of "windres", so it can be a program name with args.
39902 set dummy windres
; ac_word
=$2
39903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39904 $as_echo_n "checking for $ac_word... " >&6; }
39905 if ${ac_cv_prog_ac_ct_WINDRES+:} false
; then :
39906 $as_echo_n "(cached) " >&6
39908 if test -n "$ac_ct_WINDRES"; then
39909 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
39911 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39912 for as_dir
in $PATH
39915 test -z "$as_dir" && as_dir
=.
39916 for ac_exec_ext
in '' $ac_executable_extensions; do
39917 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39918 ac_cv_prog_ac_ct_WINDRES
="windres"
39919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39928 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
39929 if test -n "$ac_ct_WINDRES"; then
39930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
39931 $as_echo "$ac_ct_WINDRES" >&6; }
39933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39934 $as_echo "no" >&6; }
39937 if test "x$ac_ct_WINDRES" = x
; then
39940 case $cross_compiling:$ac_tool_warned in
39942 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
39943 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
39944 ac_tool_warned
=yes ;;
39946 WINDRES
=$ac_ct_WINDRES
39949 WINDRES
="$ac_cv_prog_WINDRES"
39954 *-*-darwin* | powerpc
-apple-macos* )
39955 # Extract the first word of "Rez", so it can be a program name with args.
39956 set dummy Rez
; ac_word
=$2
39957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39958 $as_echo_n "checking for $ac_word... " >&6; }
39959 if ${ac_cv_prog_REZ+:} false
; then :
39960 $as_echo_n "(cached) " >&6
39962 if test -n "$REZ"; then
39963 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
39965 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39966 for as_dir
in $PATH
39969 test -z "$as_dir" && as_dir
=.
39970 for ac_exec_ext
in '' $ac_executable_extensions; do
39971 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39972 ac_cv_prog_REZ
="Rez"
39973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39980 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
39983 REZ
=$ac_cv_prog_REZ
39984 if test -n "$REZ"; then
39985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $REZ" >&5
39986 $as_echo "$REZ" >&6; }
39988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39989 $as_echo "no" >&6; }
39993 # Extract the first word of "SetFile", so it can be a program name with args.
39994 set dummy SetFile
; ac_word
=$2
39995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39996 $as_echo_n "checking for $ac_word... " >&6; }
39997 if ${ac_cv_prog_SETFILE+:} false
; then :
39998 $as_echo_n "(cached) " >&6
40000 if test -n "$SETFILE"; then
40001 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
40003 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40004 for as_dir
in $PATH
40007 test -z "$as_dir" && as_dir
=.
40008 for ac_exec_ext
in '' $ac_executable_extensions; do
40009 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
40010 ac_cv_prog_SETFILE
="SetFile"
40011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
40018 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
40021 SETFILE
=$ac_cv_prog_SETFILE
40022 if test -n "$SETFILE"; then
40023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SETFILE" >&5
40024 $as_echo "$SETFILE" >&6; }
40026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
40027 $as_echo "no" >&6; }
40042 BAKEFILE_BAKEFILE_M4_VERSION
="0.2.9"
40045 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.2.9"
40049 # Check whether --enable-precomp-headers was given.
40050 if test "${enable_precomp_headers+set}" = set; then :
40051 enableval
=$enable_precomp_headers; bk_use_pch
="$enableval"
40060 case ${BAKEFILE_HOST} in
40066 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
40067 if test "x$GCC" = "xyes"; then
40068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports precompiled headers" >&5
40069 $as_echo_n "checking if the compiler supports precompiled headers... " >&6; }
40070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
40071 /* end confdefs.h. */
40077 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
40078 There is no PCH support
40081 There is no PCH support
40083 #if (__GNUC__ == 3) && \
40084 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
40085 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
40086 ( defined(__INTEL_COMPILER) )
40087 There is no PCH support
40094 if ac_fn_c_try_compile
"$LINENO"; then :
40096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
40097 $as_echo "yes" >&6; }
40102 if test "$INTELCXX8" = "yes"; then
40103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
40104 $as_echo "yes" >&6; }
40106 if test "$INTELCXX10" = "yes"; then
40107 ICC_PCH_CREATE_SWITCH
="-pch-create"
40108 ICC_PCH_USE_SWITCH
="-pch-use"
40110 ICC_PCH_CREATE_SWITCH
="-create-pch"
40111 ICC_PCH_USE_SWITCH
="-use-pch"
40114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
40115 $as_echo "no" >&6; }
40119 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
40120 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
40124 cat <<EOF >bk-make-pch
40127 # This script is part of Bakefile (http://www.bakefile.org) autoconf
40128 # script. It is used to generated precompiled headers.
40130 # Permission is given to use this file in any way.
40137 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
40142 while test ${D}{#} -gt 0; do
40146 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
40147 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
40148 headerfile="${D}{incdir}/${D}{header}"
40151 -use-pch|-use_pch|-pch-use )
40156 if test ${D}add_to_cmdline = 1 ; then
40157 compiler="${D}{compiler} ${D}{1}"
40162 if test "x${D}{headerfile}" = "x" ; then
40163 echo "error: can't find header ${D}{header} in include paths" >&2
40165 if test -f ${D}{outfile} ; then
40166 rm -f ${D}{outfile}
40168 mkdir -p \`dirname ${D}{outfile}\`
40170 depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
40171 mkdir -p ${D}{builddir}/.deps
40172 if test "x${GCC_PCH}" = "x1" ; then
40173 # can do this because gcc is >= 3.4:
40174 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
40175 elif test "x${ICC_PCH}" = "x1" ; then
40176 filename=pch_gen-${D}${D}
40177 file=${D}{filename}.c
40178 dfile=${D}{filename}.d
40179 cat > ${D}file <<EOT
40180 #include "${D}header"
40182 # using -MF icc complains about differing command lines in creation/use
40183 ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
40184 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
40185 rm -f ${D}file ${D}dfile ${D}{filename}.o
40191 chmod +x bk
-make-pch
40192 BK_MAKE_PCH
="`pwd`/bk-make-pch"
40203 COND_BUILD_debug
="#"
40204 if test "x$BUILD" = "xdebug" ; then
40205 COND_BUILD_debug
=""
40208 COND_BUILD_debug_DEBUG_INFO_default
="#"
40209 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
40210 COND_BUILD_debug_DEBUG_INFO_default
=""
40213 COND_BUILD_release
="#"
40214 if test "x$BUILD" = "xrelease" ; then
40215 COND_BUILD_release
=""
40218 COND_BUILD_release_DEBUG_INFO_default
="#"
40219 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
40220 COND_BUILD_release_DEBUG_INFO_default
=""
40223 COND_DEBUG_FLAG_0
="#"
40224 if test "x$DEBUG_FLAG" = "x0" ; then
40225 COND_DEBUG_FLAG_0
=""
40228 COND_DEBUG_INFO_0
="#"
40229 if test "x$DEBUG_INFO" = "x0" ; then
40230 COND_DEBUG_INFO_0
=""
40233 COND_DEBUG_INFO_1
="#"
40234 if test "x$DEBUG_INFO" = "x1" ; then
40235 COND_DEBUG_INFO_1
=""
40238 COND_DEPS_TRACKING_0
="#"
40239 if test "x$DEPS_TRACKING" = "x0" ; then
40240 COND_DEPS_TRACKING_0
=""
40243 COND_DEPS_TRACKING_1
="#"
40244 if test "x$DEPS_TRACKING" = "x1" ; then
40245 COND_DEPS_TRACKING_1
=""
40249 if test "x$GCC_PCH" = "x1" ; then
40254 if test "x$ICC_PCH" = "x1" ; then
40258 COND_MONOLITHIC_0
="#"
40259 if test "x$MONOLITHIC" = "x0" ; then
40260 COND_MONOLITHIC_0
=""
40263 COND_MONOLITHIC_0_SHARED_0
="#"
40264 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
40265 COND_MONOLITHIC_0_SHARED_0
=""
40268 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
="#"
40269 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
40270 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
=""
40273 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
40274 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
40275 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
40278 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
="#"
40279 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
40280 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
=""
40283 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
="#"
40284 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40285 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
=""
40288 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
="#"
40289 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
40290 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
=""
40293 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
="#"
40294 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
40295 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
=""
40298 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
="#"
40299 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
40300 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
=""
40303 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
="#"
40304 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
40305 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
=""
40308 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
="#"
40309 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
40310 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
=""
40313 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
="#"
40314 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
40315 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
=""
40318 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
40319 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
40320 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
40323 COND_MONOLITHIC_0_SHARED_1
="#"
40324 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
40325 COND_MONOLITHIC_0_SHARED_1
=""
40328 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
="#"
40329 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
40330 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
=""
40333 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
40334 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
40335 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
40338 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
="#"
40339 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
40340 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
=""
40343 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
="#"
40344 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40345 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
=""
40348 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
="#"
40349 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
40350 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
=""
40353 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
="#"
40354 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
40355 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
=""
40358 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
="#"
40359 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
40360 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
=""
40363 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
="#"
40364 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
40365 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
=""
40368 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
="#"
40369 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
40370 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
=""
40373 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
="#"
40374 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
40375 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
=""
40378 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
40379 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
40380 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
40383 COND_MONOLITHIC_0_USE_AUI_1
="#"
40384 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
40385 COND_MONOLITHIC_0_USE_AUI_1
=""
40388 COND_MONOLITHIC_0_USE_GUI_1
="#"
40389 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
40390 COND_MONOLITHIC_0_USE_GUI_1
=""
40393 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
="#"
40394 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40395 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
=""
40398 COND_MONOLITHIC_0_USE_HTML_1
="#"
40399 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
40400 COND_MONOLITHIC_0_USE_HTML_1
=""
40403 COND_MONOLITHIC_0_USE_MEDIA_1
="#"
40404 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
40405 COND_MONOLITHIC_0_USE_MEDIA_1
=""
40408 COND_MONOLITHIC_0_USE_PROPGRID_1
="#"
40409 if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
40410 COND_MONOLITHIC_0_USE_PROPGRID_1
=""
40413 COND_MONOLITHIC_0_USE_QA_1
="#"
40414 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
40415 COND_MONOLITHIC_0_USE_QA_1
=""
40418 COND_MONOLITHIC_0_USE_RIBBON_1
="#"
40419 if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
40420 COND_MONOLITHIC_0_USE_RIBBON_1
=""
40423 COND_MONOLITHIC_0_USE_RICHTEXT_1
="#"
40424 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
40425 COND_MONOLITHIC_0_USE_RICHTEXT_1
=""
40428 COND_MONOLITHIC_0_USE_STC_1
="#"
40429 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
40430 COND_MONOLITHIC_0_USE_STC_1
=""
40433 COND_MONOLITHIC_0_USE_WEBVIEW_1
="#"
40434 if test "x$MONOLITHIC" = "x0" -a "x$USE_WEBVIEW" = "x1" ; then
40435 COND_MONOLITHIC_0_USE_WEBVIEW_1
=""
40438 COND_MONOLITHIC_0_USE_XRC_1
="#"
40439 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
40440 COND_MONOLITHIC_0_USE_XRC_1
=""
40443 COND_MONOLITHIC_1
="#"
40444 if test "x$MONOLITHIC" = "x1" ; then
40445 COND_MONOLITHIC_1
=""
40448 COND_MONOLITHIC_1_SHARED_0
="#"
40449 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
40450 COND_MONOLITHIC_1_SHARED_0
=""
40453 COND_MONOLITHIC_1_SHARED_1
="#"
40454 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
40455 COND_MONOLITHIC_1_SHARED_1
=""
40458 COND_MONOLITHIC_1_USE_STC_1
="#"
40459 if test "x$MONOLITHIC" = "x1" -a "x$USE_STC" = "x1" ; then
40460 COND_MONOLITHIC_1_USE_STC_1
=""
40463 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
40464 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
40465 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
40468 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
40469 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
40470 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
40473 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
="#"
40474 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40475 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
=""
40478 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
40479 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40480 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
40483 COND_PLATFORM_MACOSX_1
="#"
40484 if test "x$PLATFORM_MACOSX" = "x1" ; then
40485 COND_PLATFORM_MACOSX_1
=""
40488 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
="#"
40489 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
40490 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
=""
40493 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
="#"
40494 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
40495 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
=""
40498 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40499 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40500 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40503 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40504 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40505 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40508 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40509 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40510 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40513 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40514 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40515 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40518 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
="#"
40519 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
40520 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
=""
40523 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
="#"
40524 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40525 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
=""
40528 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
="#"
40529 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
40530 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
=""
40533 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
="#"
40534 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40535 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
=""
40538 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
="#"
40539 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
40540 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
=""
40543 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
="#"
40544 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40545 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
=""
40548 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
40549 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
40550 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
40553 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
="#"
40554 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40555 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
=""
40558 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
40559 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40560 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
40563 COND_PLATFORM_MAC_0
="#"
40564 if test "x$PLATFORM_MAC" = "x0" ; then
40565 COND_PLATFORM_MAC_0
=""
40568 COND_PLATFORM_MAC_1
="#"
40569 if test "x$PLATFORM_MAC" = "x1" ; then
40570 COND_PLATFORM_MAC_1
=""
40573 COND_PLATFORM_MSDOS_0
="#"
40574 if test "x$PLATFORM_MSDOS" = "x0" ; then
40575 COND_PLATFORM_MSDOS_0
=""
40578 COND_PLATFORM_MSDOS_1
="#"
40579 if test "x$PLATFORM_MSDOS" = "x1" ; then
40580 COND_PLATFORM_MSDOS_1
=""
40583 COND_PLATFORM_OS2_1
="#"
40584 if test "x$PLATFORM_OS2" = "x1" ; then
40585 COND_PLATFORM_OS2_1
=""
40588 COND_PLATFORM_UNIX_0
="#"
40589 if test "x$PLATFORM_UNIX" = "x0" ; then
40590 COND_PLATFORM_UNIX_0
=""
40593 COND_PLATFORM_UNIX_1
="#"
40594 if test "x$PLATFORM_UNIX" = "x1" ; then
40595 COND_PLATFORM_UNIX_1
=""
40598 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40599 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40600 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40603 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40604 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40605 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40608 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40609 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40610 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40613 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40614 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40615 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40618 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
40619 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
40620 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
40623 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
40624 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
40625 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
40628 COND_PLATFORM_WIN32_0
="#"
40629 if test "x$PLATFORM_WIN32" = "x0" ; then
40630 COND_PLATFORM_WIN32_0
=""
40633 COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40634 if test "x$PLATFORM_WIN32" = "x0" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40635 COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40638 COND_PLATFORM_WIN32_1
="#"
40639 if test "x$PLATFORM_WIN32" = "x1" ; then
40640 COND_PLATFORM_WIN32_1
=""
40643 COND_PLATFORM_WIN32_1_SHARED_0
="#"
40644 if test "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
40645 COND_PLATFORM_WIN32_1_SHARED_0
=""
40648 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40649 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40650 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40653 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40654 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40655 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40658 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40659 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40660 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40663 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40664 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40665 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40669 if test "x$SHARED" = "x0" ; then
40673 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
="#"
40674 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
40675 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
=""
40678 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
="#"
40679 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40680 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
=""
40683 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
="#"
40684 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
40685 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
=""
40688 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
40689 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40690 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
40693 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
="#"
40694 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40695 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
=""
40698 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
="#"
40699 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40700 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
=""
40703 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
="#"
40704 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40705 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
=""
40708 COND_SHARED_0_USE_STC_1
="#"
40709 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
40710 COND_SHARED_0_USE_STC_1
=""
40713 COND_SHARED_0_wxUSE_EXPAT_builtin
="#"
40714 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
40715 COND_SHARED_0_wxUSE_EXPAT_builtin
=""
40718 COND_SHARED_0_wxUSE_REGEX_builtin
="#"
40719 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
40720 COND_SHARED_0_wxUSE_REGEX_builtin
=""
40723 COND_SHARED_0_wxUSE_ZLIB_builtin
="#"
40724 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
40725 COND_SHARED_0_wxUSE_ZLIB_builtin
=""
40729 if test "x$SHARED" = "x1" ; then
40733 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
40734 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40735 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
40739 if test "x$TOOLKIT" = "x" ; then
40743 COND_TOOLKIT_COCOA
="#"
40744 if test "x$TOOLKIT" = "xCOCOA" ; then
40745 COND_TOOLKIT_COCOA
=""
40748 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
40749 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
40750 COND_TOOLKIT_COCOA_USE_GUI_1
=""
40753 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
40754 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40755 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
40758 COND_TOOLKIT_DFB
="#"
40759 if test "x$TOOLKIT" = "xDFB" ; then
40760 COND_TOOLKIT_DFB
=""
40763 COND_TOOLKIT_DFB_USE_GUI_1
="#"
40764 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
40765 COND_TOOLKIT_DFB_USE_GUI_1
=""
40768 COND_TOOLKIT_GTK
="#"
40769 if test "x$TOOLKIT" = "xGTK" ; then
40770 COND_TOOLKIT_GTK
=""
40773 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
="#"
40774 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
40775 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
=""
40778 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40779 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40780 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40783 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40784 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40785 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40788 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
="#"
40789 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40790 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
=""
40793 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1
="#"
40794 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40795 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1
=""
40798 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
="#"
40799 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$WXUNIV" = "x0" ; then
40800 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
=""
40803 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1
="#"
40804 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$WXUNIV" = "x1" ; then
40805 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1
=""
40808 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40809 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40810 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40813 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40814 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40815 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40818 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
="#"
40819 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40820 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
=""
40823 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
="#"
40824 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$WXUNIV" = "x0" ; then
40825 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
=""
40828 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
="#"
40829 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
40830 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
=""
40833 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
="#"
40834 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40835 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
=""
40838 COND_TOOLKIT_GTK_USE_GUI_1
="#"
40839 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
40840 COND_TOOLKIT_GTK_USE_GUI_1
=""
40843 COND_TOOLKIT_MAC
="#"
40844 if test "x$TOOLKIT" = "xMAC" ; then
40845 COND_TOOLKIT_MAC
=""
40848 COND_TOOLKIT_MOTIF
="#"
40849 if test "x$TOOLKIT" = "xMOTIF" ; then
40850 COND_TOOLKIT_MOTIF
=""
40853 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
40854 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
40855 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
40858 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
40859 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40860 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
40863 COND_TOOLKIT_MSW
="#"
40864 if test "x$TOOLKIT" = "xMSW" ; then
40865 COND_TOOLKIT_MSW
=""
40868 COND_TOOLKIT_MSW_USE_GUI_1
="#"
40869 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
40870 COND_TOOLKIT_MSW_USE_GUI_1
=""
40873 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
40874 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40875 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
40878 COND_TOOLKIT_MSW_WXUNIV_0
="#"
40879 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40880 COND_TOOLKIT_MSW_WXUNIV_0
=""
40883 COND_TOOLKIT_OSX_CARBON
="#"
40884 if test "x$TOOLKIT" = "xOSX_CARBON" ; then
40885 COND_TOOLKIT_OSX_CARBON
=""
40888 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
="#"
40889 if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
40890 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
=""
40893 COND_TOOLKIT_OSX_COCOA
="#"
40894 if test "x$TOOLKIT" = "xOSX_COCOA" ; then
40895 COND_TOOLKIT_OSX_COCOA
=""
40898 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
="#"
40899 if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
40900 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
=""
40903 COND_TOOLKIT_OSX_IPHONE
="#"
40904 if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
40905 COND_TOOLKIT_OSX_IPHONE
=""
40908 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
="#"
40909 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
40910 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
=""
40913 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
="#"
40914 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40915 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
=""
40918 COND_TOOLKIT_PM
="#"
40919 if test "x$TOOLKIT" = "xPM" ; then
40923 COND_TOOLKIT_PM_USE_GUI_1
="#"
40924 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
40925 COND_TOOLKIT_PM_USE_GUI_1
=""
40928 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
40929 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40930 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
40933 COND_TOOLKIT_WINCE
="#"
40934 if test "x$TOOLKIT" = "xWINCE" ; then
40935 COND_TOOLKIT_WINCE
=""
40938 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
40939 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
40940 COND_TOOLKIT_WINCE_USE_GUI_1
=""
40943 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
40944 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40945 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
40948 COND_TOOLKIT_WINCE_WXUNIV_0
="#"
40949 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
40950 COND_TOOLKIT_WINCE_WXUNIV_0
=""
40953 COND_TOOLKIT_X11
="#"
40954 if test "x$TOOLKIT" = "xX11" ; then
40955 COND_TOOLKIT_X11
=""
40958 COND_TOOLKIT_X11_USE_GUI_1
="#"
40959 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
40960 COND_TOOLKIT_X11_USE_GUI_1
=""
40963 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1
="#"
40964 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40965 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1
=""
40968 COND_TOOLKIT_X11_WXUNIV_1
="#"
40969 if test "x$TOOLKIT" = "xX11" -a "x$WXUNIV" = "x1" ; then
40970 COND_TOOLKIT_X11_WXUNIV_1
=""
40974 if test "x$UNICODE" = "x1" ; then
40978 COND_USE_CAIRO_1
="#"
40979 if test "x$USE_CAIRO" = "x1" ; then
40980 COND_USE_CAIRO_1
=""
40983 COND_USE_EXCEPTIONS_0
="#"
40984 if test "x$USE_EXCEPTIONS" = "x0" ; then
40985 COND_USE_EXCEPTIONS_0
=""
40988 COND_USE_EXCEPTIONS_1
="#"
40989 if test "x$USE_EXCEPTIONS" = "x1" ; then
40990 COND_USE_EXCEPTIONS_1
=""
40994 if test "x$USE_GUI" = "x0" ; then
40999 if test "x$USE_GUI" = "x1" ; then
41003 COND_USE_GUI_1_USE_OPENGL_1
="#"
41004 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
41005 COND_USE_GUI_1_USE_OPENGL_1
=""
41008 COND_USE_GUI_1_WXUNIV_0
="#"
41009 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41010 COND_USE_GUI_1_WXUNIV_0
=""
41013 COND_USE_GUI_1_WXUNIV_1
="#"
41014 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
41015 COND_USE_GUI_1_WXUNIV_1
=""
41018 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
="#"
41019 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
41020 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
=""
41023 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
="#"
41024 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
41025 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
=""
41028 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
="#"
41029 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
41030 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
=""
41033 COND_USE_OPENGL_1
="#"
41034 if test "x$USE_OPENGL" = "x1" ; then
41035 COND_USE_OPENGL_1
=""
41039 if test "x$USE_PCH" = "x1" ; then
41043 COND_USE_PLUGINS_0
="#"
41044 if test "x$USE_PLUGINS" = "x0" ; then
41045 COND_USE_PLUGINS_0
=""
41048 COND_USE_RTTI_0
="#"
41049 if test "x$USE_RTTI" = "x0" ; then
41053 COND_USE_RTTI_1
="#"
41054 if test "x$USE_RTTI" = "x1" ; then
41058 COND_USE_SOTWOSYMLINKS_1
="#"
41059 if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
41060 COND_USE_SOTWOSYMLINKS_1
=""
41063 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
="#"
41064 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
41065 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
=""
41068 COND_USE_SOVERLINUX_1
="#"
41069 if test "x$USE_SOVERLINUX" = "x1" ; then
41070 COND_USE_SOVERLINUX_1
=""
41073 COND_USE_SOVERSION_0
="#"
41074 if test "x$USE_SOVERSION" = "x0" ; then
41075 COND_USE_SOVERSION_0
=""
41078 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
="#"
41079 if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
41080 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
=""
41083 COND_USE_SOVERSOLARIS_1
="#"
41084 if test "x$USE_SOVERSOLARIS" = "x1" ; then
41085 COND_USE_SOVERSOLARIS_1
=""
41089 if test "x$USE_STC" = "x1" ; then
41093 COND_USE_THREADS_0
="#"
41094 if test "x$USE_THREADS" = "x0" ; then
41095 COND_USE_THREADS_0
=""
41098 COND_USE_THREADS_1
="#"
41099 if test "x$USE_THREADS" = "x1" ; then
41100 COND_USE_THREADS_1
=""
41104 if test "x$USE_XRC" = "x1" ; then
41108 COND_WINDOWS_IMPLIB_1
="#"
41109 if test "x$WINDOWS_IMPLIB" = "x1" ; then
41110 COND_WINDOWS_IMPLIB_1
=""
41113 COND_WITH_PLUGIN_SDL_1
="#"
41114 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
41115 COND_WITH_PLUGIN_SDL_1
=""
41119 if test "x$WXUNIV" = "x0" ; then
41124 if test "x$WXUNIV" = "x1" ; then
41128 COND_wxUSE_EXPAT_builtin
="#"
41129 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
41130 COND_wxUSE_EXPAT_builtin
=""
41133 COND_wxUSE_LIBJPEG_builtin
="#"
41134 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
41135 COND_wxUSE_LIBJPEG_builtin
=""
41138 COND_wxUSE_LIBPNG_builtin
="#"
41139 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
41140 COND_wxUSE_LIBPNG_builtin
=""
41143 COND_wxUSE_LIBTIFF_builtin
="#"
41144 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
41145 COND_wxUSE_LIBTIFF_builtin
=""
41148 COND_wxUSE_REGEX_builtin
="#"
41149 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
41150 COND_wxUSE_REGEX_builtin
=""
41153 COND_wxUSE_ZLIB_builtin
="#"
41154 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
41155 COND_wxUSE_ZLIB_builtin
=""
41160 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
41161 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
41164 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
41165 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
41172 ?
:* ) # Drive letter, considered as absolute.
41175 INSTALL
=`pwd`/${INSTALL} ;;
41178 if test "$wxUSE_GUI" = "yes"; then
41180 if test "$wxUSE_MSW" = 1 ; then
41181 if test "x$WINDRES" = "x"; then
41182 as_fn_error $?
"Required windres program not found" "$LINENO" 5
41188 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
41189 WX_RESOURCES_MACOSX_ASCII
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
41190 WX_RESOURCES_MACOSX_DATA
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
41192 LIBWXMACRES
="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
41194 # Extract the first word of "DeRez", so it can be a program name with args.
41195 set dummy DeRez
; ac_word
=$2
41196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
41197 $as_echo_n "checking for $ac_word... " >&6; }
41198 if ${ac_cv_prog_DEREZ+:} false
; then :
41199 $as_echo_n "(cached) " >&6
41201 if test -n "$DEREZ"; then
41202 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
41204 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41205 for as_dir
in $PATH
41208 test -z "$as_dir" && as_dir
=.
41209 for ac_exec_ext
in '' $ac_executable_extensions; do
41210 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
41211 ac_cv_prog_DEREZ
="DeRez"
41212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
41219 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
41222 DEREZ
=$ac_cv_prog_DEREZ
41223 if test -n "$DEREZ"; then
41224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEREZ" >&5
41225 $as_echo "$DEREZ" >&6; }
41227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41228 $as_echo "no" >&6; }
41233 MACSETFILE
="\$(SETFILE)"
41235 if test "$wxUSE_OSX_CARBON" = 1; then
41236 POSTLINK_COMMAND
="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
41238 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL Carbon.r -o"
41240 POSTLINK_COMMAND
="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
41241 RESCOMP
="cat /dev/null \| $REZ"
41242 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
41248 if test "$wxUSE_PM" = 1; then
41250 WXCONFIG_RESFLAGS
="-ep"
41252 POSTLINK_COMMAND
="$RESCOMP $WXCONFIG_RESFLAGS"
41254 POSTLINK_COMMAND
="@true"
41261 if test $GCC_PCH = 1
41263 if test "$wx_cv_gcc_pch_bug" = yes; then
41264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Precompiled header support is broken on this compiler" >&5
41265 $as_echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
41266 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** --enable-precomp-headers is not recommended" >&5
41267 $as_echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
41268 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
41269 $as_echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
41272 # Our WX_PRECOMP flag does not make sense for any language except C++ because
41273 # the headers that benefit from precompilation are mostly C++ headers.
41274 CXXFLAGS
="-DWX_PRECOMP $CXXFLAGS"
41275 # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
41276 #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
41280 if test "$DEPS_TRACKING" = 1 -a "$wxUSE_MAC" = 1 ; then
41281 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
41282 if test "x$disable_macosx_deps" = "xyes"; then
41283 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk
-deps > temp
41290 if test "$wxUSE_SHARED" = "yes"; then
41292 *-pc-os2_emx | *-pc-os2-emx )
41293 SHARED_LD_CC
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41294 SHARED_LD_CXX
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41295 cp -p ${srcdir}/src
/os
2/dllnames.sh .
41296 cp -p ${srcdir}/src
/os
2/dllar.sh .
41300 if test "$wxUSE_OMF" = "yes"; then
41302 *-pc-os2_emx | *-pc-os2-emx )
41303 LDFLAGS
="$LDFLAGS -Zlinker /EXEPACK"
41304 LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
41305 WXCONFIG_LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
41310 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
41315 if test "$GCC" = yes; then
41316 CPPFLAGS
=`echo $CPPFLAGS | sed 's/-mt//g'`
41317 LIBS
=`echo $LIBS | sed 's/-mt//g'`
41318 EXTRALIBS_GUI
=`echo $EXTRALIBS_GUI | sed 's/-mt//g'`
41323 if test "x$SUNCXX" = xyes
; then
41324 CPPFLAGS
=`echo $CPPFLAGS | sed 's/-pthread//g'`
41325 LIBS
=`echo $LIBS | sed 's/-pthread//g'`
41326 EXTRALIBS_GUI
=`echo $EXTRALIBS_GUI | sed 's/-pthread//g'`
41331 CFLAGS
="$CFLAGS $CFLAGS_VISIBILITY"
41332 CXXFLAGS
="$CXXFLAGS $CXXFLAGS_VISIBILITY"
41333 OBJCFLAGS
="$OBJCFLAGS $CFLAGS_VISIBILITY"
41334 OBJCXXFLAGS
="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
41336 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
41393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41394 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
41396 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
41397 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
41398 $as_echo_n "(cached) " >&6
41400 cat >conftest.
make <<\_ACEOF
41403 @
echo '@@@%%%=$(MAKE)=@@@%%%'
41405 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
41406 case `${MAKE-make} -f conftest.make 2>/dev/null` in
41407 *@@@
%%%=?
*=@@@
%%%*)
41408 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
41410 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
41412 rm -f conftest.
make
41414 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
41415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
41416 $as_echo "yes" >&6; }
41419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41420 $as_echo "no" >&6; }
41421 SET_MAKE
="MAKE=${MAKE-make}"
41426 ac_config_headers
="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
41429 if test "$USE_WIN32" = 1; then
41430 ac_config_commands
="$ac_config_commands rcdefs.h"
41434 ac_config_files
="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
41437 ac_config_files
="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
41440 ac_config_files
="$ac_config_files utils/ifacecheck/rungccxml.sh"
41443 if test "$wx_cv_version_script" = "yes"; then
41444 ac_config_files
="$ac_config_files version-script"
41447 ac_config_files
="$ac_config_files Makefile"
41450 ac_config_commands
="$ac_config_commands wx-config"
41454 if test "$wxWITH_SUBDIRS" != "no"; then
41455 if test "$wxUSE_GUI" = "yes"; then
41456 SUBDIRS
="samples demos utils"
41458 SUBDIRS
="samples utils"
41463 # Check whether --with-cppunit-prefix was given.
41464 if test "${with_cppunit_prefix+set}" = set; then :
41465 withval
=$with_cppunit_prefix; cppunit_config_prefix
="$withval"
41467 cppunit_config_prefix
=""
41471 # Check whether --with-cppunit-exec-prefix was given.
41472 if test "${with_cppunit_exec_prefix+set}" = set; then :
41473 withval
=$with_cppunit_exec_prefix; cppunit_config_exec_prefix
="$withval"
41475 cppunit_config_exec_prefix
=""
41479 if test x
$cppunit_config_exec_prefix != x
; then
41480 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
41481 if test x
${CPPUNIT_CONFIG+set} != xset
; then
41482 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
41485 if test x
$cppunit_config_prefix != x
; then
41486 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
41487 if test x
${CPPUNIT_CONFIG+set} != xset
; then
41488 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
41492 # Extract the first word of "cppunit-config", so it can be a program name with args.
41493 set dummy cppunit
-config; ac_word
=$2
41494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
41495 $as_echo_n "checking for $ac_word... " >&6; }
41496 if ${ac_cv_path_CPPUNIT_CONFIG+:} false
; then :
41497 $as_echo_n "(cached) " >&6
41499 case $CPPUNIT_CONFIG in
41501 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
41504 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41505 for as_dir
in $PATH
41508 test -z "$as_dir" && as_dir
=.
41509 for ac_exec_ext
in '' $ac_executable_extensions; do
41510 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
41511 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
41512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
41519 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
41523 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
41524 if test -n "$CPPUNIT_CONFIG"; then
41525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPUNIT_CONFIG" >&5
41526 $as_echo "$CPPUNIT_CONFIG" >&6; }
41528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41529 $as_echo "no" >&6; }
41533 cppunit_version_min
=1.8.0
41535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Cppunit - version >= $cppunit_version_min" >&5
41536 $as_echo_n "checking for Cppunit - version >= $cppunit_version_min... " >&6; }
41538 if test "$CPPUNIT_CONFIG" = "no" ; then
41539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41540 $as_echo "no" >&6; }
41543 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
41544 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
41545 cppunit_version
=`$CPPUNIT_CONFIG --version`
41547 cppunit_major_version
=`echo $cppunit_version | \
41548 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41549 cppunit_minor_version
=`echo $cppunit_version | \
41550 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41551 cppunit_micro_version
=`echo $cppunit_version | \
41552 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41554 cppunit_major_min
=`echo $cppunit_version_min | \
41555 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41556 cppunit_minor_min
=`echo $cppunit_version_min | \
41557 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41558 cppunit_micro_min
=`echo $cppunit_version_min | \
41559 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41561 cppunit_version_proper
=`expr \
41562 $cppunit_major_version \> $cppunit_major_min \| \
41563 $cppunit_major_version \= $cppunit_major_min \& \
41564 $cppunit_minor_version \> $cppunit_minor_min \| \
41565 $cppunit_major_version \= $cppunit_major_min \& \
41566 $cppunit_minor_version \= $cppunit_minor_min \& \
41567 $cppunit_micro_version \>= $cppunit_micro_min `
41569 if test "$cppunit_version_proper" = "1" ; then
41570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
41571 $as_echo "$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
41573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41574 $as_echo "no" >&6; }
41579 if test "x$no_cppunit" = x
; then
41580 SUBDIRS
="$SUBDIRS tests"
41591 for subdir
in $SUBDIRS; do
41592 if test -d ${srcdir}/${subdir} ; then
41593 if test "$wxUSE_GUI" = "yes"; then
41594 if test ${subdir} = "samples"; then
41595 makefiles
="samples/Makefile.in $makefiles"
41596 for sample
in $SAMPLES_SUBDIRS; do
41597 if test -d $srcdir/samples
/$sample; then
41598 makefiles
="samples/$sample/Makefile.in $makefiles"
41602 disabled_var
=DISABLED_
`echo $subdir | tr '[a-z]' '[A-Z]'`
41603 eval "disabled=\$$disabled_var"
41604 disabled
=/`echo X $disabled | sed 's@ @/|/@g'`/
41605 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
41608 if test ${subdir} = "samples"; then
41609 makefiles
="samples/Makefile.in $makefiles"
41610 for sample
in `echo $SAMPLES_SUBDIRS`; do
41611 if test -d $srcdir/samples
/$sample; then
41612 makefiles
="samples/$sample/Makefile.in $makefiles"
41615 elif test ${subdir} = "utils"; then
41617 for util
in ifacecheck
; do
41618 if test -d $srcdir/utils
/$util ; then
41619 makefiles
="utils/$util/src/Makefile.in \
41624 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
41628 for mkin
in $makefiles ; do
41629 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
41630 ac_config_files
="$ac_config_files $mk"
41636 cat >confcache
<<\_ACEOF
41637 # This file is a shell script that caches the results of configure
41638 # tests run on this system so they can be shared between configure
41639 # scripts and configure runs, see configure's option --config-cache.
41640 # It is not useful on other systems. If it contains results you don't
41641 # want to keep, you may remove or edit it.
41643 # config.status only pays attention to the cache file if you give it
41644 # the --recheck option to rerun configure.
41646 # `ac_cv_env_foo' variables (set or unset) will be overridden when
41647 # loading this file, other *unset* `ac_cv_foo' will be assigned the
41648 # following values.
41652 # The following way of writing the cache mishandles newlines in values,
41653 # but we know of no workaround that is simple, portable, and efficient.
41654 # So, we kill variables containing newlines.
41655 # Ultrix sh set writes to stderr and can't be redirected directly,
41656 # and sets the high bit in the cache file unless we assign to the vars.
41658 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
41659 eval ac_val
=\$
$ac_var
41663 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
41664 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
41667 _
| IFS
| as_nl
) ;; #(
41668 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
41669 *) { eval $ac_var=; unset $ac_var;} ;;
41675 case $as_nl`(ac_space=' '; set) 2>&1` in #(
41676 *${as_nl}ac_space
=\
*)
41677 # `set' does not quote correctly, so add quotes: double-quote
41678 # substitution turns \\\\ into \\, and sed turns \\ into \.
41681 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
41684 # `set' quotes correctly as required by POSIX, so do not add quotes.
41685 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
41694 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
41696 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
41698 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
41699 if test -w "$cache_file"; then
41700 if test "x$cache_file" != "x/dev/null"; then
41701 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
41702 $as_echo "$as_me: updating cache $cache_file" >&6;}
41703 if test ! -f "$cache_file" || test -h "$cache_file"; then
41704 cat confcache
>"$cache_file"
41706 case $cache_file in #(
41708 mv -f confcache
"$cache_file"$$
&&
41709 mv -f "$cache_file"$$
"$cache_file" ;; #(
41711 mv -f confcache
"$cache_file" ;;
41716 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
41717 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
41722 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
41723 # Let make expand exec_prefix.
41724 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
41726 DEFS
=-DHAVE_CONFIG_H
41731 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
41732 # 1. Remove the extension, and $U if already installed.
41733 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
41734 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
41735 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
41736 # will be set to the directory where LIBOBJS objects are built.
41737 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
41738 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
41740 LIBOBJS
=$ac_libobjs
41742 LTLIBOBJS
=$ac_ltlibobjs
41746 : "${CONFIG_STATUS=./config.status}"
41748 ac_clean_files_save
=$ac_clean_files
41749 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
41750 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
41751 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
41753 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
41755 # Generated by $as_me.
41756 # Run this file to recreate the current configuration.
41757 # Compiler output produced by configure, useful for debugging
41758 # configure, is in config.log if it exists.
41761 ac_cs_recheck=false
41764 SHELL=\${CONFIG_SHELL-$SHELL}
41767 cat >>$CONFIG_STATUS <<\_ASEOF
|| as_write_fail
=1
41768 ## -------------------- ##
41769 ## M4sh Initialization. ##
41770 ## -------------------- ##
41772 # Be more Bourne compatible
41773 DUALCASE
=1; export DUALCASE
# for MKS sh
41774 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
41777 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
41778 # is contrary to our usage. Disable this feature.
41779 alias -g '${1+"$@"}'='"$@"'
41780 setopt NO_GLOB_SUBST
41782 case `(set -o) 2>/dev/null` in #(
41794 # Printing a long string crashes Solaris 7 /usr/bin/printf.
41795 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41796 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41797 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41798 # Prefer a ksh shell builtin over an external printf program on Solaris,
41799 # but without wasting forks for bash or zsh.
41800 if test -z "$BASH_VERSION$ZSH_VERSION" \
41801 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
41802 as_echo='print
-r --'
41803 as_echo_n='print
-rn --'
41804 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
41805 as_echo='printf %s
\n'
41806 as_echo_n='printf %s
'
41808 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
41809 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
41810 as_echo_n='/usr
/ucb
/echo -n'
41812 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
41813 as_echo_n_body='eval
41817 expr "X$arg" : "X\\(.*\\)$as_nl";
41818 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
41820 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
41822 export as_echo_n_body
41823 as_echo_n='sh
-c $as_echo_n_body as_echo
'
41825 export as_echo_body
41826 as_echo='sh
-c $as_echo_body as_echo
'
41829 # The user is always right.
41830 if test "${PATH_SEPARATOR+set}" != set; then
41832 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
41833 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
41840 # We need space, tab and new line, in precisely that order. Quoting is
41841 # there to prevent editors from complaining about space-tab.
41842 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
41843 # splitting by setting IFS to empty value.)
41846 # Find who we are. Look in the path if we contain no directory separator.
41849 *[\\/]* ) as_myself=$0 ;;
41850 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41851 for as_dir in $PATH
41854 test -z "$as_dir" && as_dir=.
41855 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
41861 # We did not find ourselves, most probably we were run as `sh COMMAND'
41862 # in which case we are not to be found in the path.
41863 if test "x$as_myself" = x
; then
41866 if test ! -f "$as_myself"; then
41867 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
41871 # Unset variables that we do not need and which cause bugs (e.g. in
41872 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
41873 # suppresses any "Segmentation fault" message there. '((' could
41874 # trigger a bug in pdksh 5.2.14.
41875 for as_var
in BASH_ENV ENV MAIL MAILPATH
41876 do eval test x\
${$as_var+set} = xset \
41877 && ( (unset $as_var) || exit 1) >/dev
/null
2>&1 && unset $as_var || :
41890 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
41893 # as_fn_error STATUS ERROR [LINENO LOG_FD]
41894 # ----------------------------------------
41895 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
41896 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
41897 # script with STATUS, using 1 if that was 0.
41900 as_status
=$1; test $as_status -eq 0 && as_status
=1
41902 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
41903 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
41905 $as_echo "$as_me: error: $2" >&2
41906 as_fn_exit
$as_status
41910 # as_fn_set_status STATUS
41911 # -----------------------
41912 # Set $? to STATUS, without forking.
41913 as_fn_set_status
()
41916 } # as_fn_set_status
41918 # as_fn_exit STATUS
41919 # -----------------
41920 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
41924 as_fn_set_status
$1
41930 # Portably unset VAR.
41933 { eval $1=; unset $1;}
41935 as_unset
=as_fn_unset
41936 # as_fn_append VAR VALUE
41937 # ----------------------
41938 # Append the text in VALUE to the end of the definition contained in VAR. Take
41939 # advantage of any shell optimizations that allow amortized linear growth over
41940 # repeated appends, instead of the typical quadratic growth present in naive
41942 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
41943 eval 'as_fn_append ()
41954 # as_fn_arith ARG...
41955 # ------------------
41956 # Perform arithmetic evaluation on the ARGs, and store the result in the
41957 # global $as_val. Take advantage of shells that can avoid forks. The arguments
41958 # must be portable across $(()) and expr.
41959 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
41960 eval 'as_fn_arith ()
41967 as_val
=`expr "$@" || test $? -eq 1`
41972 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
41973 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
41979 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
41980 as_basename
=basename
41985 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
41991 as_me
=`$as_basename -- "$0" ||
41992 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
41993 X"$0" : 'X\(//\)$' \| \
41994 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
41996 sed '/^.*\/\([^/][^/]*\)\/*$/{
42010 # Avoid depending upon Character Ranges.
42011 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
42012 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
42013 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
42014 as_cr_digits
='0123456789'
42015 as_cr_alnum
=$as_cr_Letters$as_cr_digits
42017 ECHO_C
= ECHO_N
= ECHO_T
=
42018 case `echo -n x` in #(((((
42020 case `echo 'xy\c'` in
42021 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
42023 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
42030 rm -f conf$$ conf$$.exe conf$$.
file
42031 if test -d conf$$.dir
; then
42032 rm -f conf$$.dir
/conf$$.
file
42035 mkdir conf$$.dir
2>/dev
/null
42037 if (echo >conf$$.
file) 2>/dev
/null
; then
42038 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
42040 # ... but there are two gotchas:
42041 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
42042 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
42043 # In both cases, we have to default to `cp -pR'.
42044 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe
||
42046 elif ln conf$$.
file conf$$
2>/dev
/null
; then
42054 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
42055 rmdir conf$$.dir
2>/dev
/null
42060 # Create "$as_dir" as a directory, including parents if necessary.
42065 -*) as_dir
=.
/$as_dir;;
42067 test -d "$as_dir" || eval $as_mkdir_p || {
42071 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
42072 *) as_qdir
=$as_dir;;
42074 as_dirs
="'$as_qdir' $as_dirs"
42075 as_dir
=`$as_dirname -- "$as_dir" ||
42076 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42077 X"$as_dir" : 'X\(//\)[^/]' \| \
42078 X"$as_dir" : 'X\(//\)$' \| \
42079 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
42080 $as_echo X"$as_dir" |
42081 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
42085 /^X\(\/\/\)[^/].*/{
42098 test -d "$as_dir" && break
42100 test -z "$as_dirs" || eval "mkdir $as_dirs"
42101 } || test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
42105 if mkdir -p .
2>/dev
/null
; then
42106 as_mkdir_p
='mkdir -p "$as_dir"'
42108 test -d .
/-p && rmdir .
/-p
42113 # as_fn_executable_p FILE
42114 # -----------------------
42115 # Test if FILE is an executable regular file.
42116 as_fn_executable_p
()
42118 test -f "$1" && test -x "$1"
42119 } # as_fn_executable_p
42120 as_test_x
='test -x'
42121 as_executable_p
=as_fn_executable_p
42123 # Sed expression to map a string onto a valid CPP name.
42124 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
42126 # Sed expression to map a string onto a valid variable name.
42127 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
42131 ## ----------------------------------- ##
42132 ## Main body of $CONFIG_STATUS script. ##
42133 ## ----------------------------------- ##
42135 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
42137 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42138 # Save the log message, to keep $0 and so on meaningful, and to
42139 # report actual input values of CONFIG_FILES etc. instead of their
42140 # values after options handling.
42142 This file was extended by wxWidgets $as_me 3.0.0, which was
42143 generated by GNU Autoconf 2.69. Invocation command line was
42145 CONFIG_FILES = $CONFIG_FILES
42146 CONFIG_HEADERS = $CONFIG_HEADERS
42147 CONFIG_LINKS = $CONFIG_LINKS
42148 CONFIG_COMMANDS = $CONFIG_COMMANDS
42151 on `(hostname || uname -n) 2>/dev/null | sed 1q`
42156 case $ac_config_files in *"
42157 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
42160 case $ac_config_headers in *"
42161 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
42165 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42166 # Files that config.status was made for.
42167 config_files="$ac_config_files"
42168 config_headers="$ac_config_headers"
42169 config_commands="$ac_config_commands"
42173 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42175 \`$as_me' instantiates files and other configuration actions
42176 from templates according to the current configuration. Unless the files
42177 and actions are specified as TAGs, all are instantiated by default.
42179 Usage: $0 [OPTION]... [TAG]...
42181 -h, --help print this help, then exit
42182 -V, --version print version number and configuration settings, then exit
42183 --config print configuration, then exit
42184 -q, --quiet, --silent
42185 do not print progress messages
42186 -d, --debug don't remove temporary files
42187 --recheck update $as_me by reconfiguring in the same conditions
42188 --file=FILE[:TEMPLATE]
42189 instantiate the configuration file FILE
42190 --header=FILE[:TEMPLATE]
42191 instantiate the configuration header FILE
42193 Configuration files:
42196 Configuration headers:
42199 Configuration commands:
42202 Report bugs to <wx-dev@lists.wxwidgets.org>."
42205 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42206 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42208 wxWidgets config.status 3.0.0
42209 configured by $0, generated by GNU Autoconf 2.69,
42210 with options \\"\$ac_cs_config\\"
42212 Copyright (C) 2012 Free Software Foundation, Inc.
42213 This config.status script is free software; the Free Software Foundation
42214 gives unlimited permission to copy, distribute and modify it."
42219 test -n "\$AWK" || AWK=awk
42222 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42223 # The default lists apply if the user does not specify any file.
42229 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
42230 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
42234 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
42246 # Handling of the options.
42247 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
42249 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
42250 $as_echo "$ac_cs_version"; exit ;;
42251 --config | --confi | --conf | --con | --co | --c )
42252 $as_echo "$ac_cs_config"; exit ;;
42253 --debug | --debu | --deb | --de | --d | -d )
42255 --file | --fil | --fi | --f )
42258 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
42259 '') as_fn_error $?
"missing file argument" ;;
42261 as_fn_append CONFIG_FILES
" '$ac_optarg'"
42262 ac_need_defaults
=false
;;
42263 --header | --heade | --head | --hea )
42266 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
42268 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
42269 ac_need_defaults
=false
;;
42271 # Conflict between --help and --header
42272 as_fn_error $?
"ambiguous option: \`$1'
42273 Try \`$0 --help' for more information.";;
42274 --help | --hel | -h )
42275 $as_echo "$ac_cs_usage"; exit ;;
42276 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
42277 | -silent | --silent | --silen | --sile | --sil | --si | --s)
42280 # This is an error.
42281 -*) as_fn_error $?
"unrecognized option: \`$1'
42282 Try \`$0 --help' for more information." ;;
42284 *) as_fn_append ac_config_targets
" $1"
42285 ac_need_defaults
=false
;;
42291 ac_configure_extra_args
=
42293 if $ac_cs_silent; then
42295 ac_configure_extra_args
="$ac_configure_extra_args --silent"
42299 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42300 if \$ac_cs_recheck; then
42301 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
42303 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
42304 CONFIG_SHELL='$SHELL'
42305 export CONFIG_SHELL
42310 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42314 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
42315 ## Running $as_me. ##
42321 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42327 infile="$srcdir/include/wx/msw/genrcdefs.h"
42328 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
42331 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42332 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42333 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42339 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42341 # Handling of arguments.
42342 for ac_config_target
in $ac_config_targets
42344 case $ac_config_target in
42345 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
42346 "rcdefs.h") CONFIG_COMMANDS
="$CONFIG_COMMANDS rcdefs.h" ;;
42347 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
42348 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
42349 "utils/ifacecheck/rungccxml.sh") CONFIG_FILES
="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
42350 "version-script") CONFIG_FILES
="$CONFIG_FILES version-script" ;;
42351 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
42352 "wx-config") CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
42353 "$mk") CONFIG_FILES
="$CONFIG_FILES $mk" ;;
42355 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
42360 # If the user did not use the arguments to specify the items to instantiate,
42361 # then the envvar interface is used. Set only those that are not.
42362 # We use the long form for the default assignment because of an extremely
42363 # bizarre bug on SunOS 4.1.3.
42364 if $ac_need_defaults; then
42365 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
42366 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
42367 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
42370 # Have a temporary directory for convenience. Make it in the build tree
42371 # simply because there is no reason against having it here, and in addition,
42372 # creating and moving files from /tmp can sometimes cause problems.
42373 # Hook for its removal unless debugging.
42374 # Note that there is a small window in which the directory will not be cleaned:
42375 # after its creation but before its name has been assigned to `$tmp'.
42379 trap 'exit_status=$?
42380 : "${ac_tmp:=$tmp}"
42381 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
42383 trap 'as_fn_exit 1' 1 2 13 15
42385 # Create a (secure) tmp directory for tmp files.
42388 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42392 tmp
=.
/conf$$
-$RANDOM
42393 (umask 077 && mkdir "$tmp")
42394 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
42397 # Set up the scripts for CONFIG_FILES section.
42398 # No need to generate them if there are no CONFIG_FILES.
42399 # This happens for instance with `./config.status config.h'.
42400 if test -n "$CONFIG_FILES"; then
42403 ac_cr
=`echo X | tr X '\015'`
42404 # On cygwin, bash can eat \r inside `` if the user requested igncr.
42405 # But we know of no other shell where ac_cr would be empty at this
42406 # point, so we can use a bashism as a fallback.
42407 if test "x$ac_cr" = x
; then
42408 eval ac_cr
=\$
\'\\r
\'
42410 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
42411 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
42414 ac_cs_awk_cr
=$ac_cr
42417 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
42422 echo "cat >conf$$subs.awk <<_ACEOF" &&
42423 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
42425 } >conf$$subs.sh ||
42426 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
42427 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
42429 for ac_last_try in false false false false false :; do
42430 . ./conf$$subs.sh ||
42431 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
42433 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
42434 if test $ac_delim_n = $ac_delim_num; then
42436 elif $ac_last_try; then
42437 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
42439 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
42442 rm -f conf$$subs.sh
42444 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42445 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
42449 s/^/S["/; s
/!.
*/"]=/
42459 s/\(.\{148\}\)..*/\1/
42461 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
42466 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
42473 s/\(.\{148\}\)..*/\1/
42475 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
42479 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
42484 ' <conf$$subs.awk | sed '
42489 ' >>$CONFIG_STATUS || ac_write_fail=1
42490 rm -f conf$$subs.awk
42491 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42493 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
42494 for (key in S) S_is_set[key] = 1
42500 nfields = split(line, field, "@
")
42502 len = length(field[1])
42503 for (i = 2; i < nfields; i++) {
42505 keylen = length(key)
42506 if (S_is_set[key]) {
42508 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
42509 len += length(value) + length(field[++i])
42520 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42521 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
42522 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
42525 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
42526 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
42529 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
42530 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
42531 # trailing colons and then remove the whole line if VPATH becomes empty
42532 # (actually we leave an empty line to preserve line numbers).
42533 if test "x
$srcdir" = x.; then
42534 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
42552 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42553 fi # test -n "$CONFIG_FILES"
42555 # Set up the scripts for CONFIG_HEADERS section.
42556 # No need to generate them if there are no CONFIG_HEADERS.
42557 # This happens for instance with `./config.status Makefile'.
42558 if test -n "$CONFIG_HEADERS"; then
42559 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
42563 # Transform confdefs.h into an awk script `defines.awk', embedded as
42564 # here-document in config.status, that substitutes the proper values into
42565 # config.h.in to produce config.h.
42567 # Create a delimiter string that does not exist in confdefs.h, to ease
42568 # handling of long lines.
42570 for ac_last_try in false false :; do
42571 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
42572 if test -z "$ac_tt"; then
42574 elif $ac_last_try; then
42575 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
42577 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
42581 # For the awk script, D is an array of macro values keyed by name,
42582 # likewise P contains macro parameters if any. Preserve backslash
42583 # newline sequences.
42585 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
42587 s/.\{148\}/&'"$ac_delim"'/g
42590 s/^[ ]*#[ ]*define[ ][ ]*/ /
42597 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
42599 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
42603 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
42604 D["\
1"]=" \
3\\\\\\n
"\\/p
42606 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
42611 s/.\{148\}/&'"$ac_delim"'/g
42616 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
42619 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
42621 ' <confdefs.h | sed '
42622 s/'"$ac_delim"'/"\\\
42623 "/g' >>$CONFIG_STATUS || ac_write_fail=1
42625 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42626 for (key in D) D_is_set[key] = 1
42629 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
42631 split(line, arg, " ")
42632 if (arg[1] == "#") {
42636 defundef
= substr
(arg
[1], 2)
42639 split(mac1
, mac2
, "(") #)
42641 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
42642 if (D_is_set
[macro
]) {
42643 # Preserve the white space surrounding the "#".
42644 print prefix
"define", macro P
[macro
] D
[macro
]
42647 # Replace #undef with comments. This is necessary, for example,
42648 # in the case of _POSIX_SOURCE, which is predefined and required
42649 # on some systems where configure will not decide to define it.
42650 if (defundef
== "undef") {
42651 print
"/*", prefix defundef
, macro
, "*/"
42659 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42660 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
42661 fi # test -n "$CONFIG_HEADERS"
42664 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
42669 :[FHLC
]) ac_mode
=$ac_tag; continue;;
42671 case $ac_mode$ac_tag in
42673 :L
* | :C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
42674 :[FH
]-) ac_tag
=-:-;;
42675 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
42692 -) ac_f
="$ac_tmp/stdin";;
42693 *) # Look for the file first in the build tree, then in the source tree
42694 # (if the path is not absolute). The absolute path cannot be DOS-style,
42695 # because $ac_f cannot contain `:'.
42699 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
42701 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
42703 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
42704 as_fn_append ac_file_inputs
" '$ac_f'"
42707 # Let's still pretend it is `configure' which instantiates (i.e., don't
42708 # use $as_me), people would be surprised to read:
42709 # /* config.h. Generated by config.status. */
42710 configure_input
='Generated from '`
42711 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
42713 if test x
"$ac_file" != x
-; then
42714 configure_input
="$ac_file. $configure_input"
42715 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
42716 $as_echo "$as_me: creating $ac_file" >&6;}
42718 # Neutralize special characters interpreted by sed in replacement strings.
42719 case $configure_input in #(
42720 *\
&* | *\
|* | *\\* )
42721 ac_sed_conf_input
=`$as_echo "$configure_input" |
42722 sed 's/[\\\\&|]/\\\\&/g'`;; #(
42723 *) ac_sed_conf_input
=$configure_input;;
42727 *:-:* | *:-) cat >"$ac_tmp/stdin" \
42728 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
42733 ac_dir
=`$as_dirname -- "$ac_file" ||
42734 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42735 X"$ac_file" : 'X\(//\)[^/]' \| \
42736 X"$ac_file" : 'X\(//\)$' \| \
42737 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
42738 $as_echo X"$ac_file" |
42739 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
42743 /^X\(\/\/\)[^/].*/{
42756 as_dir
="$ac_dir"; as_fn_mkdir_p
42760 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
42762 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
42763 # A ".." for each directory in $ac_dir_suffix.
42764 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
42765 case $ac_top_builddir_sub in
42766 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
42767 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
42770 ac_abs_top_builddir
=$ac_pwd
42771 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
42772 # for backward compatibility:
42773 ac_top_builddir
=$ac_top_build_prefix
42776 .
) # We are building in place.
42778 ac_top_srcdir
=$ac_top_builddir_sub
42779 ac_abs_top_srcdir
=$ac_pwd ;;
42780 [\\/]* | ?
:[\\/]* ) # Absolute name.
42781 ac_srcdir
=$srcdir$ac_dir_suffix;
42782 ac_top_srcdir
=$srcdir
42783 ac_abs_top_srcdir
=$srcdir ;;
42784 *) # Relative name.
42785 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
42786 ac_top_srcdir
=$ac_top_build_prefix$srcdir
42787 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
42789 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
42799 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
42800 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
42804 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42805 # If the template does not know about datarootdir, expand it.
42806 # FIXME: This hack should be removed a few years after 2.60.
42807 ac_datarootdir_hack
=; ac_datarootdir_seen
=
42818 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
42819 *datarootdir
*) ac_datarootdir_seen
=yes;;
42820 *@datadir@
*|*@docdir@
*|*@infodir@
*|*@localedir@
*|*@mandir@
*)
42821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
42822 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
42824 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42825 ac_datarootdir_hack='
42826 s&@datadir@&$datadir&g
42827 s&@docdir@&$docdir&g
42828 s&@infodir@&$infodir&g
42829 s&@localedir@&$localedir&g
42830 s&@mandir@&$mandir&g
42831 s&\\\${datarootdir}&$datarootdir&g' ;;
42835 # Neutralize VPATH when `$srcdir' = `.'.
42836 # Shell code in configure.ac might set extrasub.
42837 # FIXME: do we really want to maintain this feature?
42838 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42839 ac_sed_extra="$ac_vpsub
42842 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42844 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
42845 s
|@configure_input@
|$ac_sed_conf_input|;t t
42846 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
42847 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
42848 s
&@srcdir@
&$ac_srcdir&;t t
42849 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
42850 s
&@top_srcdir@
&$ac_top_srcdir&;t t
42851 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
42852 s
&@builddir@
&$ac_builddir&;t t
42853 s
&@abs_builddir@
&$ac_abs_builddir&;t t
42854 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
42855 s
&@INSTALL@
&$ac_INSTALL&;t t
42856 $ac_datarootdir_hack
42858 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
42859 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
42861 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
42862 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
42863 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
42864 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
42865 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
42866 which seems to be undefined. Please make sure it is defined" >&5
42867 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
42868 which seems to be undefined. Please make sure it is defined" >&2;}
42870 rm -f "$ac_tmp/stdin"
42872 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
42873 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
42875 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42881 if test x"$ac_file" != x-; then
42883 $as_echo "/* $configure_input */" \
42884 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
42885 } >"$ac_tmp/config.h" \
42886 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42887 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
42888 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
42889 $as_echo "$as_me: $ac_file is unchanged" >&6;}
42892 mv "$ac_tmp/config.h" "$ac_file" \
42893 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42896 $as_echo "/* $configure_input */" \
42897 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
42898 || as_fn_error $? "could not create -" "$LINENO" 5
42902 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
42903 $as_echo "$as_me: executing $ac_file commands" >&6;}
42908 case $ac_file$ac_mode in
42910 mkdir -p $outdir &&
42911 $CPP $infile | sed 's
/^
# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
42913 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F
) chmod +x lib
/wx
/config
/${TOOLCHAIN_FULLNAME} ;;
42914 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F
) chmod +x lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} ;;
42915 "utils/ifacecheck/rungccxml.sh":F
) chmod +x utils
/ifacecheck
/rungccxml.sh
;;
42916 "wx-config":C
) rm -f wx
-config
42917 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
42926 ac_clean_files
=$ac_clean_files_save
42928 test $ac_write_fail = 0 ||
42929 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
42932 # configure is writing to config.log, and then calls config.status.
42933 # config.status does its own redirection, appending to config.log.
42934 # Unfortunately, on DOS this fails, as config.log is still kept open
42935 # by configure, so config.status won't be able to write to it; its
42936 # output is simply discarded. So we exec the FD to /dev/null,
42937 # effectively closing config.log, so it can be properly (re)opened and
42938 # appended to by config.status. When coming back to configure, we
42939 # need to make the FD available again.
42940 if test "$no_create" != yes; then
42942 ac_config_status_args
=
42943 test "$silent" = yes &&
42944 ac_config_status_args
="$ac_config_status_args --quiet"
42946 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
42948 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
42949 # would make configure fail if this is the last instruction.
42950 $ac_cs_success || as_fn_exit
1
42954 # CONFIG_SUBDIRS section.
42956 if test "$no_recursion" != yes; then
42958 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
42959 # so they do not pile up.
42960 ac_sub_configure_args
=
42962 eval "set x $ac_configure_args"
42966 if test -n "$ac_prev"; then
42971 -cache-file | --cache-file | --cache-fil | --cache-fi \
42972 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
42973 ac_prev
=cache_file
;;
42974 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
42975 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
42978 --config-cache | -C)
42980 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
42982 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42984 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
42986 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42988 --disable-option-checking)
42992 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42994 as_fn_append ac_sub_configure_args
" '$ac_arg'" ;;
42998 # Always prepend --prefix to ensure using the same prefix
42999 # in subdir configurations.
43000 ac_arg
="--prefix=$prefix"
43002 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
43004 ac_sub_configure_args
="'$ac_arg' $ac_sub_configure_args"
43007 if test "$silent" = yes; then
43008 ac_sub_configure_args
="--silent $ac_sub_configure_args"
43011 # Always prepend --disable-option-checking to silence warnings, since
43012 # different subdirs can have different --enable and --with options.
43013 ac_sub_configure_args
="--disable-option-checking $ac_sub_configure_args"
43016 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
43018 # Do not complain, so a configure script can configure whichever
43019 # parts of a large source tree are present.
43020 test -d "$srcdir/$ac_dir" || continue
43022 ac_msg
="=== configuring in $ac_dir (`pwd`/$ac_dir)"
43023 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
43024 $as_echo "$ac_msg" >&6
43025 as_dir
="$ac_dir"; as_fn_mkdir_p
43029 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
43031 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
43032 # A ".." for each directory in $ac_dir_suffix.
43033 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
43034 case $ac_top_builddir_sub in
43035 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
43036 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
43039 ac_abs_top_builddir
=$ac_pwd
43040 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
43041 # for backward compatibility:
43042 ac_top_builddir
=$ac_top_build_prefix
43045 .
) # We are building in place.
43047 ac_top_srcdir
=$ac_top_builddir_sub
43048 ac_abs_top_srcdir
=$ac_pwd ;;
43049 [\\/]* | ?
:[\\/]* ) # Absolute name.
43050 ac_srcdir
=$srcdir$ac_dir_suffix;
43051 ac_top_srcdir
=$srcdir
43052 ac_abs_top_srcdir
=$srcdir ;;
43053 *) # Relative name.
43054 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
43055 ac_top_srcdir
=$ac_top_build_prefix$srcdir
43056 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
43058 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
43063 # Check for guested configure; otherwise get Cygnus style configure.
43064 if test -f "$ac_srcdir/configure.gnu"; then
43065 ac_sub_configure
=$ac_srcdir/configure.gnu
43066 elif test -f "$ac_srcdir/configure"; then
43067 ac_sub_configure
=$ac_srcdir/configure
43068 elif test -f "$ac_srcdir/configure.in"; then
43069 # This should be Cygnus configure.
43070 ac_sub_configure
=$ac_aux_dir/configure
43072 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
43073 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
43077 # The recursion is here.
43078 if test -n "$ac_sub_configure"; then
43079 # Make the cache file name correct relative to the subdirectory.
43080 case $cache_file in
43081 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
43082 *) # Relative name.
43083 ac_sub_cache_file
=$ac_top_build_prefix$cache_file ;;
43086 { $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
43087 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
43088 # The eval makes quoting arguments work.
43089 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
43090 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
43091 as_fn_error $?
"$ac_sub_configure failed for $ac_dir" "$LINENO" 5
43097 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
43098 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
43099 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
43104 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
43106 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
43107 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
43108 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
43109 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
43110 if test "$wxUSE_UNICODE" = "yes"; then
43111 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
43112 echo " (using UTF-8)"
43114 echo " (using wchar_t)"
43120 echo " What level of wxWidgets compatibility should be enabled?"
43121 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
43122 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
43124 echo " Which libraries should wxWidgets use?"
43125 echo " STL ${wxUSE_STL}"
43126 echo " jpeg ${wxUSE_LIBJPEG-none}"
43127 echo " png ${wxUSE_LIBPNG-none}"
43128 echo " regex ${wxUSE_REGEX}"
43129 echo " tiff ${wxUSE_LIBTIFF-none}"
43130 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
43131 echo " xpm ${wxUSE_LIBXPM-none}"
43133 echo " zlib ${wxUSE_ZLIB}"
43134 echo " expat ${wxUSE_EXPAT}"
43135 echo " libmspack ${wxUSE_LIBMSPACK}"
43136 echo " sdl ${wxUSE_LIBSDL}"