2 # From configure.in Id.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.3.
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10 # This configure script is free software; the Free Software Foundation
11 # gives unlimited permission to copy, distribute and modify it.
12 ## --------------------- ##
13 ## M4sh Initialization. ##
14 ## --------------------- ##
16 # Be more Bourne compatible
17 DUALCASE
=1; export DUALCASE
# for MKS sh
18 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
21 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
22 # is contrary to our usage. Disable this feature.
23 alias -g '${1+"$@"}'='"$@"'
26 case `(set -o) 2>/dev/null` in
27 *posix
*) set -o posix
;;
36 # Avoid depending upon Character Ranges.
37 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
38 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
39 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
40 as_cr_digits
='0123456789'
41 as_cr_alnum
=$as_cr_Letters$as_cr_digits
43 # The user is always right.
44 if test "${PATH_SEPARATOR+set}" != set; then
45 echo "#! /bin/sh" >conf$$.sh
46 echo "exit 0" >>conf$$.sh
48 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
56 # Support unset when possible.
57 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
65 # We need space, tab and new line, in precisely that order. Quoting is
66 # there to prevent editors from complaining about space-tab.
67 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
68 # splitting by setting IFS to empty value.)
73 # Find who we are. Look in the path if we contain no directory separator.
75 *[\\/]* ) as_myself
=$0 ;;
76 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
80 test -z "$as_dir" && as_dir
=.
81 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
87 # We did not find ourselves, most probably we were run as `sh COMMAND'
88 # in which case we are not to be found in the path.
89 if test "x$as_myself" = x
; then
92 if test ! -f "$as_myself"; then
93 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
97 # Work around bugs in pre-3.0 UWIN ksh.
98 for as_var
in ENV MAIL MAILPATH
99 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
107 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
108 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
111 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
112 eval $as_var=C
; export $as_var
114 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
118 # Required to use basename.
119 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
120 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
126 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
133 # Name of the executable.
134 as_me
=`$as_basename -- "$0" ||
135 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
136 X"$0" : 'X\(//\)$' \| \
137 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
139 sed '/^.*\/\([^/][^/]*\)\/*$/{
157 if test "x$CONFIG_SHELL" = x
; then
158 if (eval ":") 2>/dev
/null
; then
164 if test $as_have_required = yes && (eval ":
174 as_func_ret_success () {
177 as_func_ret_failure () {
182 if as_func_success; then
186 echo as_func_success failed.
189 if as_func_failure; then
191 echo as_func_failure succeeded.
194 if as_func_ret_success; then
198 echo as_func_ret_success failed.
201 if as_func_ret_failure; then
203 echo as_func_ret_failure succeeded.
206 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
210 echo positional parameters were not saved.
213 test \$exitcode = 0) || { (exit 1); exit 1; }
218 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
219 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
220 ") 2> /dev
/null
; then
224 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
225 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
228 test -z "$as_dir" && as_dir
=.
231 for as_base
in sh bash ksh sh5
; do
232 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
239 for as_shell
in $as_candidate_shells $SHELL; do
240 # Try only shells that exist, to save several forks.
241 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
242 { ("$as_shell") 2> /dev
/null
<<\_ASEOF
243 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
246 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
247 # is contrary to our usage. Disable this feature.
248 alias -g '${1+"$@"}'='"$@"'
251 case `(set -o) 2>/dev/null` in
252 *posix
*) set -o posix
;;
261 CONFIG_SHELL
=$as_shell
263 if { "$as_shell" 2> /dev
/null
<<\_ASEOF
264 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
267 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
268 # is contrary to our usage. Disable this feature.
269 alias -g '${1+"$@"}'='"$@"'
272 case `(set -o) 2>/dev/null` in
273 *posix
*) set -o posix
;;
289 as_func_ret_success
() {
292 as_func_ret_failure
() {
297 if as_func_success
; then
301 echo as_func_success failed.
304 if as_func_failure
; then
306 echo as_func_failure succeeded.
309 if as_func_ret_success
; then
313 echo as_func_ret_success failed.
316 if as_func_ret_failure
; then
318 echo as_func_ret_failure succeeded.
321 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
325 echo positional parameters were not saved.
328 test $exitcode = 0) || { (exit 1); exit 1; }
333 test "x$as_lineno_1" != "x$as_lineno_2" &&
334 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
345 if test "x$CONFIG_SHELL" != x
; then
346 for as_var
in BASH_ENV ENV
347 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
350 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
354 if test $as_have_required = no
; then
355 echo This
script requires a shell
more modern than all the
356 echo shells that I found on your system. Please
install a
357 echo modern shell
, or manually run the
script under such a
358 echo shell
if you
do have one.
359 { (exit 1); exit 1; }
369 (eval "as_func_return () {
378 as_func_ret_success () {
381 as_func_ret_failure () {
386 if as_func_success; then
390 echo as_func_success failed.
393 if as_func_failure; then
395 echo as_func_failure succeeded.
398 if as_func_ret_success; then
402 echo as_func_ret_success failed.
405 if as_func_ret_failure; then
407 echo as_func_ret_failure succeeded.
410 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
414 echo positional parameters were not saved.
417 test \$exitcode = 0") || {
418 echo No shell found that supports shell functions.
419 echo Please tell autoconf@gnu.org about your system
,
420 echo including any error possibly output before this
428 test "x$as_lineno_1" != "x$as_lineno_2" &&
429 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
431 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
432 # uniformly replaced by the line number. The first 'sed' inserts a
433 # line-number line after each line using $LINENO; the second 'sed'
434 # does the real work. The second script uses 'N' to pair each
435 # line-number line with the line containing $LINENO, and appends
436 # trailing '-' during substitution so that $LINENO is not a special
438 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
439 # scripts with optimization help from Paolo Bonzini. Blame Lee
440 # E. McMahon (1931-1989) for sed's syntax. :-)
452 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
456 chmod +x
"$as_me.lineno" ||
457 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
458 { (exit 1); exit 1; }; }
460 # Don't try to exec as it changes $[0], causing all sort of problems
461 # (the dirname of $[0] is not the place where we might find the
462 # original and so on. Autoconf is especially sensitive to this).
464 # Exit status is that of the last command.
469 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
475 ECHO_C
= ECHO_N
= ECHO_T
=
479 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
486 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
487 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
493 rm -f conf$$ conf$$.exe conf$$.
file
494 if test -d conf$$.dir
; then
495 rm -f conf$$.dir
/conf$$.
file
501 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
503 # ... but there are two gotchas:
504 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
505 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
506 # In both cases, we have to default to `cp -p'.
507 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe
||
509 elif ln conf$$.
file conf$$
2>/dev
/null
; then
514 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
515 rmdir conf$$.dir
2>/dev
/null
517 if mkdir -p .
2>/dev
/null
; then
520 test -d .
/-p && rmdir .
/-p
524 if test -x / >/dev
/null
2>&1; then
527 if ls -dL / >/dev
/null
2>&1; then
534 if test -d "$1"; then
540 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
541 ???[sx]*):;;*)false;;esac;fi
545 as_executable_p
=$as_test_x
547 # Sed expression to map a string onto a valid CPP name.
548 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
550 # Sed expression to map a string onto a valid variable name.
551 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
555 exec 7<&0 </dev
/null
6>&1
558 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
559 # so uname gets run too.
560 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
565 ac_default_prefix
=/usr
/local
567 ac_config_libobj_dir
=.
573 SHELL
=${CONFIG_SHELL-/bin/sh}
575 # Identity of this package.
576 PACKAGE_NAME
='wxWidgets'
577 PACKAGE_TARNAME
='wxwidgets'
578 PACKAGE_VERSION
='2.9.3'
579 PACKAGE_STRING
='wxWidgets 2.9.3'
580 PACKAGE_BUGREPORT
='wx-dev@lists.wxwidgets.org'
582 ac_unique_file
="wx-config.in"
583 # Factoring default headers for most tests.
584 ac_includes_default
="\
586 #ifdef HAVE_SYS_TYPES_H
587 # include <sys/types.h>
589 #ifdef HAVE_SYS_STAT_H
590 # include <sys/stat.h>
596 # ifdef HAVE_STDLIB_H
601 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
606 #ifdef HAVE_STRINGS_H
607 # include <strings.h>
609 #ifdef HAVE_INTTYPES_H
610 # include <inttypes.h>
628 program_transform_name
708 LIBGNOMEPRINTUI_CFLAGS
816 ICC_PCH_CREATE_SWITCH
820 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
821 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
822 COND_BUILD_DEBUG_UNICODE_0
823 COND_BUILD_DEBUG_UNICODE_1
825 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
826 COND_BUILD_RELEASE_UNICODE_0
827 COND_BUILD_RELEASE_UNICODE_1
829 COND_BUILD_debug_DEBUG_FLAG_default
830 COND_BUILD_debug_DEBUG_INFO_default
831 COND_BUILD_debug_UNICODE_0
832 COND_BUILD_debug_UNICODE_1
834 COND_BUILD_release_DEBUG_INFO_default
835 COND_BUILD_release_UNICODE_0
836 COND_BUILD_release_UNICODE_1
846 COND_MONOLITHIC_0_SHARED_0
847 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
848 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
849 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
850 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
851 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
852 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
853 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
854 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
855 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
856 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
857 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
858 COND_MONOLITHIC_0_SHARED_1
859 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
860 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
861 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
862 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
863 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
864 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
865 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
866 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
867 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
868 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
869 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
870 COND_MONOLITHIC_0_USE_AUI_1
871 COND_MONOLITHIC_0_USE_GUI_1
872 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
873 COND_MONOLITHIC_0_USE_HTML_1
874 COND_MONOLITHIC_0_USE_MEDIA_1
875 COND_MONOLITHIC_0_USE_PROPGRID_1
876 COND_MONOLITHIC_0_USE_QA_1
877 COND_MONOLITHIC_0_USE_RIBBON_1
878 COND_MONOLITHIC_0_USE_RICHTEXT_1
879 COND_MONOLITHIC_0_USE_STC_1
880 COND_MONOLITHIC_0_USE_WEBVIEW_1
881 COND_MONOLITHIC_0_USE_XRC_1
883 COND_MONOLITHIC_1_SHARED_0
884 COND_MONOLITHIC_1_SHARED_1
885 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
886 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
887 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
888 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
889 COND_PLATFORM_MACOSX_1
890 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
891 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
892 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
893 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
894 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
895 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
896 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
897 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
898 COND_PLATFORM_MACOSX_1_USE_GUI_1
899 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
900 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
901 COND_PLATFORM_MACOS_1
904 COND_PLATFORM_MSDOS_0
905 COND_PLATFORM_MSDOS_1
909 COND_PLATFORM_UNIX_1_TOOLKIT_MGL
910 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1
911 COND_PLATFORM_UNIX_1_USE_GUI_1
912 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
913 COND_PLATFORM_WIN32_0
914 COND_PLATFORM_WIN32_1
915 COND_PLATFORM_WIN32_1_SHARED_0
917 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
918 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
919 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
920 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
921 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
922 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
923 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
924 COND_SHARED_0_USE_STC_1
925 COND_SHARED_0_wxUSE_EXPAT_builtin
926 COND_SHARED_0_wxUSE_REGEX_builtin
927 COND_SHARED_0_wxUSE_ZLIB_builtin
929 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
932 COND_TOOLKIT_COCOA_USE_GUI_1
933 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
935 COND_TOOLKIT_DFB_USE_GUI_1
937 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
938 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
939 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
940 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
941 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
942 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
943 COND_TOOLKIT_GTK_USE_GUI_1
946 COND_TOOLKIT_MGL_USE_GUI_1
948 COND_TOOLKIT_MOTIF_USE_GUI_1
949 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
951 COND_TOOLKIT_MSW_USE_GUI_1
952 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
953 COND_TOOLKIT_MSW_WXUNIV_0
954 COND_TOOLKIT_OSX_CARBON
955 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
956 COND_TOOLKIT_OSX_COCOA
957 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
958 COND_TOOLKIT_OSX_IPHONE
959 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
960 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
962 COND_TOOLKIT_PM_USE_GUI_1
963 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
965 COND_TOOLKIT_WINCE_USE_GUI_1
966 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
967 COND_TOOLKIT_WINCE_WXUNIV_0
969 COND_TOOLKIT_X11_USE_GUI_1
972 COND_USE_EXCEPTIONS_0
973 COND_USE_EXCEPTIONS_1
976 COND_USE_GUI_1_USE_OPENGL_1
977 COND_USE_GUI_1_WXUNIV_0
978 COND_USE_GUI_1_WXUNIV_1
979 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
980 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
981 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
982 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
983 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
984 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
990 COND_USE_SOTWOSYMLINKS_1
991 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
992 COND_USE_SOVERLINUX_1
994 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
995 COND_USE_SOVERSOLARIS_1
1000 COND_WINDOWS_IMPLIB_1
1001 COND_WITH_PLUGIN_SDL_1
1004 COND_WXUSE_EXPAT_BUILTIN
1005 COND_WXUSE_LIBJPEG_BUILTIN
1006 COND_WXUSE_LIBPNG_BUILTIN
1007 COND_WXUSE_LIBTIFF_BUILTIN
1008 COND_WXUSE_REGEX_BUILTIN
1009 COND_WXUSE_ZLIB_BUILTIN
1010 COND_wxUSE_EXPAT_builtin
1011 COND_wxUSE_LIBJPEG_builtin
1012 COND_wxUSE_LIBPNG_builtin
1013 COND_wxUSE_LIBTIFF_builtin
1014 COND_wxUSE_REGEX_builtin
1015 COND_wxUSE_ZLIB_builtin
1018 WX_LIBRARY_BASENAME_NOGUI
1019 WX_LIBRARY_BASENAME_GUI
1039 WXCONFIG_LDFLAGS_GUI
1051 WX_RESOURCES_MACOSX_ASCII
1052 WX_RESOURCES_MACOSX_DATA
1062 ac_precious_vars
='build_alias
1087 LIBGNOMEPRINTUI_CFLAGS
1088 LIBGNOMEPRINTUI_LIBS
1099 ac_subdirs_all
='src/tiff
1102 # Initialize some variables set by options.
1104 ac_init_version
=false
1105 # The variables have the same names as the options, with
1106 # dashes changed to underlines.
1107 cache_file
=/dev
/null
1114 program_transform_name
=s
,x
,x
,
1122 # Installation directory options.
1123 # These are left unexpanded so users can "make install exec_prefix=/foo"
1124 # and all the variables that are supposed to be based on exec_prefix
1125 # by default will actually change.
1126 # Use braces instead of parens because sh, perl, etc. also accept them.
1127 # (The list follows the same order as the GNU Coding Standards.)
1128 bindir
='${exec_prefix}/bin'
1129 sbindir
='${exec_prefix}/sbin'
1130 libexecdir
='${exec_prefix}/libexec'
1131 datarootdir
='${prefix}/share'
1132 datadir
='${datarootdir}'
1133 sysconfdir
='${prefix}/etc'
1134 sharedstatedir
='${prefix}/com'
1135 localstatedir
='${prefix}/var'
1136 includedir
='${prefix}/include'
1137 oldincludedir
='/usr/include'
1138 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1139 infodir
='${datarootdir}/info'
1144 libdir
='${exec_prefix}/lib'
1145 localedir
='${datarootdir}/locale'
1146 mandir
='${datarootdir}/man'
1152 # If the previous option needs an argument, assign it.
1153 if test -n "$ac_prev"; then
1154 eval $ac_prev=\
$ac_option
1160 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1164 # Accept the important Cygnus configure options, so we can diagnose typos.
1166 case $ac_dashdash$ac_option in
1170 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1172 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1173 bindir
=$ac_optarg ;;
1175 -build | --build | --buil | --bui | --bu)
1176 ac_prev
=build_alias
;;
1177 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1178 build_alias
=$ac_optarg ;;
1180 -cache-file | --cache-file | --cache-fil | --cache-fi \
1181 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1182 ac_prev
=cache_file
;;
1183 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1184 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1185 cache_file
=$ac_optarg ;;
1187 --config-cache | -C)
1188 cache_file
=config.cache
;;
1190 -datadir | --datadir | --datadi | --datad)
1192 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1193 datadir
=$ac_optarg ;;
1195 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1196 | --dataroo | --dataro | --datar)
1197 ac_prev
=datarootdir
;;
1198 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1199 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1200 datarootdir
=$ac_optarg ;;
1202 -disable-* | --disable-*)
1203 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1204 # Reject names that are not valid shell variable names.
1205 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1206 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1207 { (exit 1); exit 1; }; }
1208 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
1209 eval enable_
$ac_feature=no
;;
1211 -docdir | --docdir | --docdi | --doc | --do)
1213 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1214 docdir
=$ac_optarg ;;
1216 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1218 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1219 dvidir
=$ac_optarg ;;
1221 -enable-* | --enable-*)
1222 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1223 # Reject names that are not valid shell variable names.
1224 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1225 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1226 { (exit 1); exit 1; }; }
1227 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
1228 eval enable_
$ac_feature=\
$ac_optarg ;;
1230 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1231 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1232 | --exec | --exe | --ex)
1233 ac_prev
=exec_prefix
;;
1234 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1235 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1236 | --exec=* | --exe=* | --ex=*)
1237 exec_prefix
=$ac_optarg ;;
1239 -gas | --gas | --ga | --g)
1240 # Obsolete; use --with-gas.
1243 -help | --help | --hel | --he | -h)
1244 ac_init_help
=long
;;
1245 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
1246 ac_init_help
=recursive
;;
1247 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
1248 ac_init_help
=short
;;
1250 -host | --host | --hos | --ho)
1251 ac_prev
=host_alias
;;
1252 -host=* | --host=* | --hos=* | --ho=*)
1253 host_alias
=$ac_optarg ;;
1255 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1257 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1259 htmldir
=$ac_optarg ;;
1261 -includedir | --includedir | --includedi | --included | --include \
1262 | --includ | --inclu | --incl | --inc)
1263 ac_prev
=includedir
;;
1264 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1265 | --includ=* | --inclu=* | --incl=* | --inc=*)
1266 includedir
=$ac_optarg ;;
1268 -infodir | --infodir | --infodi | --infod | --info | --inf)
1270 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1271 infodir
=$ac_optarg ;;
1273 -libdir | --libdir | --libdi | --libd)
1275 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1276 libdir
=$ac_optarg ;;
1278 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1279 | --libexe | --libex | --libe)
1280 ac_prev
=libexecdir
;;
1281 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1282 | --libexe=* | --libex=* | --libe=*)
1283 libexecdir
=$ac_optarg ;;
1285 -localedir | --localedir | --localedi | --localed | --locale)
1286 ac_prev
=localedir
;;
1287 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1288 localedir
=$ac_optarg ;;
1290 -localstatedir | --localstatedir | --localstatedi | --localstated \
1291 | --localstate | --localstat | --localsta | --localst | --locals)
1292 ac_prev
=localstatedir
;;
1293 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1294 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1295 localstatedir
=$ac_optarg ;;
1297 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1299 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1300 mandir
=$ac_optarg ;;
1302 -nfp | --nfp | --nf)
1303 # Obsolete; use --without-fp.
1306 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1307 | --no-cr | --no-c | -n)
1310 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1311 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1314 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1315 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1316 | --oldin | --oldi | --old | --ol | --o)
1317 ac_prev
=oldincludedir
;;
1318 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1319 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1320 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1321 oldincludedir
=$ac_optarg ;;
1323 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1325 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1326 prefix
=$ac_optarg ;;
1328 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1329 | --program-pre | --program-pr | --program-p)
1330 ac_prev
=program_prefix
;;
1331 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1332 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1333 program_prefix
=$ac_optarg ;;
1335 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1336 | --program-suf | --program-su | --program-s)
1337 ac_prev
=program_suffix
;;
1338 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1339 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1340 program_suffix
=$ac_optarg ;;
1342 -program-transform-name | --program-transform-name \
1343 | --program-transform-nam | --program-transform-na \
1344 | --program-transform-n | --program-transform- \
1345 | --program-transform | --program-transfor \
1346 | --program-transfo | --program-transf \
1347 | --program-trans | --program-tran \
1348 | --progr-tra | --program-tr | --program-t)
1349 ac_prev
=program_transform_name
;;
1350 -program-transform-name=* | --program-transform-name=* \
1351 | --program-transform-nam=* | --program-transform-na=* \
1352 | --program-transform-n=* | --program-transform-=* \
1353 | --program-transform=* | --program-transfor=* \
1354 | --program-transfo=* | --program-transf=* \
1355 | --program-trans=* | --program-tran=* \
1356 | --progr-tra=* | --program-tr=* | --program-t=*)
1357 program_transform_name
=$ac_optarg ;;
1359 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1361 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1362 pdfdir
=$ac_optarg ;;
1364 -psdir | --psdir | --psdi | --psd | --ps)
1366 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1369 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1370 | -silent | --silent | --silen | --sile | --sil)
1373 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1375 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1377 sbindir
=$ac_optarg ;;
1379 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1380 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1381 | --sharedst | --shareds | --shared | --share | --shar \
1383 ac_prev
=sharedstatedir
;;
1384 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1385 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1386 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1388 sharedstatedir
=$ac_optarg ;;
1390 -site | --site | --sit)
1392 -site=* | --site=* | --sit=*)
1395 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1397 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1398 srcdir
=$ac_optarg ;;
1400 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1401 | --syscon | --sysco | --sysc | --sys | --sy)
1402 ac_prev
=sysconfdir
;;
1403 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1404 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1405 sysconfdir
=$ac_optarg ;;
1407 -target | --target | --targe | --targ | --tar | --ta | --t)
1408 ac_prev
=target_alias
;;
1409 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1410 target_alias
=$ac_optarg ;;
1412 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1415 -version | --version | --versio | --versi | --vers | -V)
1416 ac_init_version
=: ;;
1419 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1420 # Reject names that are not valid shell variable names.
1421 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1422 { echo "$as_me: error: invalid package name: $ac_package" >&2
1423 { (exit 1); exit 1; }; }
1424 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1425 eval with_
$ac_package=\
$ac_optarg ;;
1427 -without-* | --without-*)
1428 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1429 # Reject names that are not valid shell variable names.
1430 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1431 { echo "$as_me: error: invalid package name: $ac_package" >&2
1432 { (exit 1); exit 1; }; }
1433 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1434 eval with_
$ac_package=no
;;
1437 # Obsolete; use --with-x.
1440 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1441 | --x-incl | --x-inc | --x-in | --x-i)
1442 ac_prev
=x_includes
;;
1443 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1444 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1445 x_includes
=$ac_optarg ;;
1447 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1448 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1449 ac_prev
=x_libraries
;;
1450 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1451 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1452 x_libraries
=$ac_optarg ;;
1454 -*) { echo "$as_me: error: unrecognized option: $ac_option
1455 Try \`$0 --help' for more information." >&2
1456 { (exit 1); exit 1; }; }
1460 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1461 # Reject names that are not valid shell variable names.
1462 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1463 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1464 { (exit 1); exit 1; }; }
1465 eval $ac_envvar=\
$ac_optarg
1466 export $ac_envvar ;;
1469 # FIXME: should be removed in autoconf 3.0.
1470 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1471 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1472 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1473 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1479 if test -n "$ac_prev"; then
1480 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1481 { echo "$as_me: error: missing argument to $ac_option" >&2
1482 { (exit 1); exit 1; }; }
1485 # Be sure to have absolute directory names.
1486 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1487 datadir sysconfdir sharedstatedir localstatedir includedir \
1488 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1489 libdir localedir mandir
1491 eval ac_val
=\$
$ac_var
1493 [\\/$
]* | ?
:[\\/]* ) continue;;
1494 NONE
| '' ) case $ac_var in *prefix
) continue;; esac;;
1496 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1497 { (exit 1); exit 1; }; }
1500 # There might be people who depend on the old broken behavior: `$host'
1501 # used to hold the argument of --host etc.
1502 # FIXME: To remove some day.
1505 target
=$target_alias
1507 # FIXME: To remove some day.
1508 if test "x$host_alias" != x
; then
1509 if test "x$build_alias" = x
; then
1510 cross_compiling
=maybe
1511 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1512 If a cross compiler is detected then cross compile mode will be used." >&2
1513 elif test "x$build_alias" != "x$host_alias"; then
1519 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1521 test "$silent" = yes && exec 6>/dev
/null
1524 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1525 ac_ls_di
=`ls -di .` &&
1526 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1527 { echo "$as_me: error: Working directory cannot be determined" >&2
1528 { (exit 1); exit 1; }; }
1529 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1530 { echo "$as_me: error: pwd does not report name of working directory" >&2
1531 { (exit 1); exit 1; }; }
1534 # Find the source files, if location was not specified.
1535 if test -z "$srcdir"; then
1536 ac_srcdir_defaulted
=yes
1537 # Try the directory containing this script, then the parent directory.
1538 ac_confdir
=`$as_dirname -- "$0" ||
1539 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1540 X"$0" : 'X\(//\)[^/]' \| \
1541 X"$0" : 'X\(//\)$' \| \
1542 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1544 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1562 if test ! -r "$srcdir/$ac_unique_file"; then
1566 ac_srcdir_defaulted
=no
1568 if test ! -r "$srcdir/$ac_unique_file"; then
1569 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1570 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1571 { (exit 1); exit 1; }; }
1573 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1575 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1576 { (exit 1); exit 1; }; }
1578 # When building in place, set srcdir=.
1579 if test "$ac_abs_confdir" = "$ac_pwd"; then
1582 # Remove unnecessary trailing slashes from srcdir.
1583 # Double slashes in file names in object file debugging info
1584 # mess up M-x gdb in Emacs.
1586 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1588 for ac_var
in $ac_precious_vars; do
1589 eval ac_env_
${ac_var}_set
=\
${${ac_var}+set}
1590 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1591 eval ac_cv_env_
${ac_var}_set
=\
${${ac_var}+set}
1592 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1596 # Report the --help message.
1598 if test "$ac_init_help" = "long"; then
1599 # Omit some internal or obsolete options to make the list less imposing.
1600 # This message is too long to be a string in the A/UX 3.1 sh.
1602 \`configure' configures wxWidgets 2.9.3 to adapt to many kinds of systems.
1604 Usage: $0 [OPTION]... [VAR=VALUE]...
1606 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1607 VAR=VALUE. See below for descriptions of some of the useful variables.
1609 Defaults for the options are specified in brackets.
1612 -h, --help display this help and exit
1613 --help=short display options specific to this package
1614 --help=recursive display the short help of all the included packages
1615 -V, --version display version information and exit
1616 -q, --quiet, --silent do not print \`checking...' messages
1617 --cache-file=FILE cache test results in FILE [disabled]
1618 -C, --config-cache alias for \`--cache-file=config.cache'
1619 -n, --no-create do not create output files
1620 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1622 Installation directories:
1623 --prefix=PREFIX install architecture-independent files in PREFIX
1624 [$ac_default_prefix]
1625 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1628 By default, \`make install' will install all the files in
1629 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1630 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1631 for instance \`--prefix=\$HOME'.
1633 For better control, use the options below.
1635 Fine tuning of the installation directories:
1636 --bindir=DIR user executables [EPREFIX/bin]
1637 --sbindir=DIR system admin executables [EPREFIX/sbin]
1638 --libexecdir=DIR program executables [EPREFIX/libexec]
1639 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1640 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1641 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1642 --libdir=DIR object code libraries [EPREFIX/lib]
1643 --includedir=DIR C header files [PREFIX/include]
1644 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1645 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1646 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1647 --infodir=DIR info documentation [DATAROOTDIR/info]
1648 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1649 --mandir=DIR man documentation [DATAROOTDIR/man]
1650 --docdir=DIR documentation root [DATAROOTDIR/doc/wxwidgets]
1651 --htmldir=DIR html documentation [DOCDIR]
1652 --dvidir=DIR dvi documentation [DOCDIR]
1653 --pdfdir=DIR pdf documentation [DOCDIR]
1654 --psdir=DIR ps documentation [DOCDIR]
1660 --x-includes=DIR X include files are
in DIR
1661 --x-libraries=DIR X library files are
in DIR
1664 --build=BUILD configure
for building on BUILD
[guessed
]
1665 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
1669 if test -n "$ac_init_help"; then
1670 case $ac_init_help in
1671 short
| recursive
) echo "Configuration of wxWidgets 2.9.3:";;
1676 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1677 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1678 --disable-gui don
't build GUI parts of the library
1679 --enable-monolithic build wxWidgets as single library
1680 --enable-plugins build parts of wxWidgets as loadable components
1681 --enable-official_build official build of wxWidgets (win32 DLL only)
1682 --enable-vendor=VENDOR vendor name (win32 DLL only)
1683 --disable-all-features disable all optional features to build minimal library
1684 --enable-universal use wxWidgets GUI controls instead of native ones
1685 --enable-nanox use NanoX
1686 --disable-gtk2 use GTK+ 1.2 instead of 2.0
1687 --enable-gpe use GNOME PDA Environment features if possible
1688 --enable-debug build library for debugging
1689 --disable-debug_flag disable all debugging support
1690 --enable-debug_info generate debug information
1691 --enable-debug_gdb create code with extra GDB debugging information
1692 --enable-debug_cntxt obsolete, don't use
: use wxDebugContext
1693 --enable-mem_tracing obsolete
, don
't use: create code with memory tracing
1694 --disable-shared create static library instead of shared
1695 --enable-stl use standard C++ classes for everything
1696 --enable-std_containers use standard C++ container classes
1697 --enable-std_iostreams use standard C++ stream classes
1698 --enable-std_string use standard C++ string classes
1699 --enable-std_string_conv_in_wxstring provide implicit conversion to std::string in wxString
1700 --disable-unicode compile without Unicode support
1701 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
1702 --enable-utf8 use UTF-8 representation for strings (Unix only)
1703 --enable-utf8only only support UTF-8 locales in UTF-8 build (Unix only)
1704 --enable-extended_rtti use extended RTTI (XTI)
1705 --enable-omf use OMF object format
1706 --disable-optimise compile without optimisations
1707 --enable-profile create code with profiling information
1708 --enable-no_rtti create code without RTTI information
1709 --enable-no_exceptions create code without C++ exceptions handling
1710 --enable-permissive compile code disregarding strict ANSI
1711 --enable-no_deps create code without dependency information
1712 --disable-vararg_macros don't use vararg macros
, even
if they are supported
1713 --enable-universal_binary create universal binary with Mac PPC and i386
(and x86_64
if using Cocoa
) architectures
1714 --enable-macosx_arch=ARCH build
for just the specified architecture
1715 --enable-compat26 enable wxWidgets
2.6 compatibility
1716 --disable-compat28 disable wxWidgets
2.8 compatibility
1717 --disable-rpath disable use of rpath
for uninstalled builds
1718 --enable-objc_uniquifying enable Objective
-C class name uniquifying
1719 --disable-visibility disable use of ELF symbols visibility even
if supported
1720 --disable-tls disable use of compiler TLS support
1721 --enable-intl use internationalization system
1722 --enable-xlocale use x
-locale support
(requires wxLocale
)
1723 --enable-config use wxConfig
(and derived
) classes
1724 --enable-protocols use wxProtocol and derived classes
1725 --enable-ftp use wxFTP
(requires wxProtocol
1726 --enable-http use wxHTTP
(requires wxProtocol
1727 --enable-fileproto use wxFileProto class
(requires wxProtocol
1728 --enable-sockets use socket
/network classes
1729 --enable-ipv6 enable IPv6 support
in wxSocket
1730 --enable-ole use OLE classes
(Win32 only
)
1731 --enable-dataobj use data object classes
1732 --enable-ipc use interprocess communication
(wxSocket etc.
)
1733 --enable-baseevtloop use event loop
in console programs too
1734 --enable-epollloop use wxEpollDispatcher class
(Linux only
)
1735 --enable-selectloop use wxSelectDispatcher class
1736 --enable-any use wxAny class
1737 --enable-apple_ieee use the Apple IEEE codec
1738 --enable-arcstream use wxArchive streams
1739 --enable-base64 use base64 encoding
/decoding functions
1740 --enable-backtrace use wxStackWalker class
for getting backtraces
1741 --enable-catch_segvs catch signals
in wxApp
::OnFatalException
(Unix only
)
1742 --enable-cmdline use wxCmdLineParser class
1743 --enable-datetime use wxDateTime class
1744 --enable-debugreport use wxDebugReport class
1745 --enable-dialupman use dialup network classes
1746 --enable-dynlib use wxLibrary class
for DLL loading
1747 --enable-dynamicloader use
(new
) wxDynamicLibrary class
1748 --enable-exceptions build exception
-safe library
1749 --enable-ffile use wxFFile class
1750 --enable-file use wxFile class
1751 --enable-filehistory use wxFileHistory class
1752 --enable-filesystem use virtual
file systems classes
1753 --enable-fontenum use wxFontEnumerator class
1754 --enable-fontmap use font encodings conversion classes
1755 --enable-fs_archive use virtual archive filesystems
1756 --enable-fs_inet use virtual HTTP
/FTP filesystems
1757 --enable-fs_zip now replaced by fs_archive
1758 --enable-fswatcher use wxFileSystemWatcher class
1759 --enable-geometry use geometry class
1760 --enable-log use logging system
1761 --enable-longlong use wxLongLong class
1762 --enable-mimetype use wxMimeTypesManager
1763 --enable-printfposparam use wxVsnprintf
() which supports positional parameters
1764 --enable-snglinst use wxSingleInstanceChecker class
1765 --enable-sound use wxSound class
1766 --enable-stdpaths use wxStandardPaths class
1767 --enable-stopwatch use wxStopWatch class
1768 --enable-streams use wxStream etc classes
1769 --enable-sysoptions use wxSystemOptions
1770 --enable-tarstream use wxTar streams
1771 --enable-textbuf use wxTextBuffer class
1772 --enable-textfile use wxTextFile class
1773 --enable-timer use wxTimer class
1774 --enable-variant use wxVariant class
1775 --enable-zipstream use wxZip streams
1776 --enable-url use wxURL class
1777 --enable-protocol use wxProtocol class
1778 --enable-protocol-http HTTP support
in wxProtocol
1779 --enable-protocol-ftp FTP support
in wxProtocol
1780 --enable-protocol-file FILE support
in wxProtocol
1781 --enable-threads use threads
1782 --enable-iniconf use wxIniConfig
(Win32 only
)
1783 --enable-regkey use wxRegKey class
(Win32 only
)
1784 --enable-docview use document view architecture
1785 --enable-help use
help subsystem
1786 --enable-mshtmlhelp use MS HTML Help
(win32
)
1787 --enable-html use wxHTML sub
-library
1788 --enable-htmlhelp use wxHTML
-based help
1789 --enable-xrc use XRC resources sub
-library
1790 --enable-aui use AUI docking library
1791 --enable-propgrid use wxPropertyGrid library
1792 --enable-ribbon use wxRibbon library
1793 --enable-stc use wxStyledTextCtrl library
1794 --enable-constraints use layout
-constraints system
1795 --enable-loggui use standard GUI logger
1796 --enable-logwin use wxLogWindow
1797 --enable-logdialog use wxLogDialog
1798 --enable-mdi use multiple document interface architecture
1799 --enable-mdidoc use docview architecture with MDI
1800 --enable-mediactrl use wxMediaCtrl class
1801 --enable-gstreamer8 force GStreamer
0.8 instead of
0.10 with the wxMediaCtrl class on unix
1802 --enable-richtext use wxRichTextCtrl
1803 --enable-postscript use wxPostscriptDC device context
(default
for gtk
+)
1804 --enable-printarch use printing architecture
1805 --enable-svg use wxSVGFileDC device context
1806 --enable-webkit use wxWebKitCtrl
(Mac
-only, use wxWebView instead
)
1807 --enable-webview use wxWebView library
1808 --enable-graphics_ctx use graphics context
2D drawing API
1809 --enable-clipboard use wxClipboard class
1810 --enable-dnd use Drag
'n'Drop classes
1811 --disable-controls disable compilation of all standard controls
1812 --enable-markup support wxControl
::SetLabelMarkup
1813 --enable-accel use accelerators
1814 --enable-animatectrl use wxAnimationCtrl class
1815 --enable-bannerwindow use wxBannerWindow class
1816 --enable-artstd use standard XPM icons
in wxArtProvider
1817 --enable-arttango use Tango icons
in wxArtProvider
1818 --enable-bmpbutton use wxBitmapButton class
1819 --enable-bmpcombobox use wxBitmapComboBox class
1820 --enable-button use wxButton class
1821 --enable-calendar use wxCalendarCtrl class
1822 --enable-caret use wxCaret class
1823 --enable-checkbox use wxCheckBox class
1824 --enable-checklst use wxCheckListBox
(listbox with checkboxes
) class
1825 --enable-choice use wxChoice class
1826 --enable-choicebook use wxChoicebook class
1827 --enable-collpane use wxCollapsiblePane class
1828 --enable-colourpicker use wxColourPickerCtrl class
1829 --enable-combobox use wxComboBox class
1830 --enable-comboctrl use wxComboCtrl class
1831 --enable-commandlinkbutton use wxCommmandLinkButton class
1832 --enable-dataviewctrl use wxDataViewCtrl class
1833 --enable-datepick use wxDatePickerCtrl class
1834 --enable-detect_sm use code to detect X11 session manager
1835 --enable-dirpicker use wxDirPickerCtrl class
1836 --enable-display use wxDisplay class
1837 --enable-editablebox use wxEditableListBox class
1838 --enable-filectrl use wxFileCtrl class
1839 --enable-filepicker use wxFilePickerCtrl class
1840 --enable-fontpicker use wxFontPickerCtrl class
1841 --enable-gauge use wxGauge class
1842 --enable-grid use wxGrid class
1843 --enable-headerctrl use wxHeaderCtrl class
1844 --enable-hyperlink use wxHyperlinkCtrl class
1845 --enable-imaglist use wxImageList class
1846 --enable-infobar use wxInfoBar class
1847 --enable-listbook use wxListbook class
1848 --enable-listbox use wxListBox class
1849 --enable-listctrl use wxListCtrl class
1850 --enable-notebook use wxNotebook class
1851 --enable-notifmsg use wxNotificationMessage class
1852 --enable-odcombobox use wxOwnerDrawnComboBox class
1853 --enable-popupwin use wxPopUpWindow class
1854 --enable-radiobox use wxRadioBox class
1855 --enable-radiobtn use wxRadioButton class
1856 --enable-richmsgdlg use wxRichMessageDialog class
1857 --enable-rearrangectrl use wxRearrangeList
/Ctrl
/Dialog
1858 --enable-sash use wxSashWindow class
1859 --enable-scrollbar use wxScrollBar class and scrollable windows
1860 --enable-searchctrl use wxSearchCtrl class
1861 --enable-slider use wxSlider class
1862 --enable-spinbtn use wxSpinButton class
1863 --enable-spinctrl use wxSpinCtrl class
1864 --enable-splitter use wxSplitterWindow class
1865 --enable-statbmp use wxStaticBitmap class
1866 --enable-statbox use wxStaticBox class
1867 --enable-statline use wxStaticLine class
1868 --enable-stattext use wxStaticText class
1869 --enable-statusbar use wxStatusBar class
1870 --enable-taskbaricon use wxTaskBarIcon class
1871 --enable-tbarnative use native wxToolBar class
1872 --enable-textctrl use wxTextCtrl class
1873 --enable-tipwindow use wxTipWindow class
1874 --enable-togglebtn use wxToggleButton class
1875 --enable-toolbar use wxToolBar class
1876 --enable-toolbook use wxToolbook class
1877 --enable-treebook use wxTreebook class
1878 --enable-treectrl use wxTreeCtrl class
1879 --enable-treelist use wxTreeListCtrl class
1880 --enable-commondlg use all common dialogs
1881 --enable-aboutdlg use wxAboutBox
1882 --enable-choicedlg use wxChoiceDialog
1883 --enable-coldlg use wxColourDialog
1884 --enable-filedlg use wxFileDialog
1885 --enable-finddlg use wxFindReplaceDialog
1886 --enable-fontdlg use wxFontDialog
1887 --enable-dirdlg use wxDirDialog
1888 --enable-msgdlg use wxMessageDialog
1889 --enable-numberdlg use wxNumberEntryDialog
1890 --enable-splash use wxSplashScreen
1891 --enable-textdlg use wxTextDialog
1892 --enable-tipdlg use startup tips
1893 --enable-progressdlg use wxProgressDialog
1894 --enable-wizarddlg use wxWizard
1895 --enable-menus use wxMenu
/wxMenuBar
/wxMenuItem classes
1896 --enable-miniframe use wxMiniFrame class
1897 --enable-tooltips use wxToolTip class
1898 --enable-splines use spline drawing code
1899 --enable-mousewheel use mousewheel
1900 --enable-validators use wxValidator and derived classes
1901 --enable-busyinfo use wxBusyInfo
1902 --enable-hotkey use wxWindow
::RegisterHotKey
()
1903 --enable-joystick use wxJoystick
1904 --enable-metafiles use wxMetaFile
1905 --enable-dragimage use wxDragImage
1906 --enable-accessibility enable accessibility support
1907 --enable-uiactionsim use wxUIActionSimulator
(experimental
)
1908 --enable-dctransform use wxDC
::SetTransformMatrix and related
1909 --enable-webview-webkit use wxWebView WebKit backend
1910 --enable-palette use wxPalette class
1911 --enable-image use wxImage class
1912 --enable-gif use gif images
(GIF
file format
)
1913 --enable-pcx use pcx images
(PCX
file format
)
1914 --enable-tga use tga images
(TGA
file format
)
1915 --enable-iff use iff images
(IFF
file format
)
1916 --enable-pnm use pnm images
(PNM
file format
)
1917 --enable-xpm use xpm images
(XPM
file format
)
1918 --enable-ico_cur use Windows ICO and CUR formats
1919 --enable-dccache cache temporary wxDC objects
(Win32 only
)
1920 --enable-ps-in-msw use PS printing
in wxMSW
(Win32 only
)
1921 --enable-ownerdrawn use owner drawn controls
(Win32 and OS
/2 only
)
1922 --enable-uxtheme enable support
for Windows XP themed
look (Win32 only
)
1923 --enable-wxdib use wxDIB class
(Win32 only
)
1924 --enable-webview-ie use wxWebView IE backend
(Win32 only
)
1925 --enable-autoidman use automatic ids management
1926 --disable-largefile omit support
for large files
1927 --disable-gtktest do not try to compile and run a
test GTK
+ program
1928 --disable-gtktest Do not try to compile and run a
test GTK program
1929 --disable-sdltest Do not try to compile and run a
test SDL program
1930 --enable-omf use OMF object format
(OS
/2)
1931 --disable-dependency-tracking
1932 don
't use dependency tracking even if the compiler
1934 --disable-precomp-headers
1935 don't use precompiled headers even
if compiler can
1938 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1939 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1940 --without-subdirs don
't generate makefiles for samples/demos/...
1941 --with-flavour=NAME specify a name to identify this build
1942 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
1943 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1944 --with-motif use Motif/Lesstif
1945 --with-osx_carbon use Mac OS X (Carbon)
1946 --with-osx_cocoa use Mac OS X (Cocoa)
1947 --with-osx_iphone use iPhone OS X port
1948 --with-osx use Mac OS X (default port, currently Carbon)
1949 --with-carbon same as --with-osx_carbon
1950 --with-cocoa same as --with-osx_cocoa
1951 --with-iphone same as --with-osx_iphone
1952 --with-mac same as --with-osx
1953 --with-old_cocoa use old, deprecated, Cocoa port
1954 --with-wine use Wine
1955 --with-msw use MS-Windows
1956 --with-pm use OS/2 Presentation Manager
1957 --with-mgl use SciTech MGL
1958 --with-directfb use DirectFB
1959 --with-microwin use MicroWindows
1961 --with-libpng use libpng (PNG image format)
1962 --with-libjpeg use libjpeg (JPEG file format)
1963 --with-libtiff use libtiff (TIFF file format)
1964 --with-libxpm use libxpm (XPM file format)
1965 --with-libiconv use libiconv (character conversion)
1966 --with-libmspack use libmspack (CHM help files loading)
1967 --without-gtkprint don't use GTK printing support
1968 --without-gnomeprint don
't use GNOME printing libraries
1969 --with-gnomevfs use GNOME VFS for associating MIME types
1970 --with-hildon use Hildon framework for Nokia 770/800/810
1971 --with-opengl use OpenGL (or Mesa)
1972 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1973 --with-sdl use SDL for audio on Unix
1974 --with-regex enable support for wxRegEx class
1975 --with-zlib use zlib for LZW compression
1976 --with-expat enable XML support using expat parser
1977 --with-macosx-sdk=PATH use an OS X SDK at PATH
1978 --with-macosx-version-min=VER build binaries which require at least this OS X version
1979 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1980 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1981 --with-x use the X Window System
1982 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1983 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1984 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1985 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1986 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1988 Some influential environment variables:
1989 CC C compiler command
1990 CFLAGS C compiler flags
1991 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1992 nonstandard directory <lib dir>
1993 LIBS libraries to pass to the linker, e.g. -l<library>
1994 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1995 you have headers in a nonstandard directory <include dir>
1997 CXX C++ compiler command
1998 CXXFLAGS C++ compiler flags
1999 CXXCPP C++ preprocessor
2000 PKG_CONFIG path to pkg-config utility
2002 C compiler flags for DIRECTFB, overriding pkg-config
2004 linker flags for DIRECTFB, overriding pkg-config
2005 XMKMF Path to xmkmf, Makefile generator for X Window System
2007 C compiler flags for PANGOX, overriding pkg-config
2008 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
2010 C compiler flags for PANGOFT2, overriding pkg-config
2012 linker flags for PANGOFT2, overriding pkg-config
2014 C compiler flags for PANGOXFT, overriding pkg-config
2016 linker flags for PANGOXFT, overriding pkg-config
2018 C compiler flags for GTKPRINT, overriding pkg-config
2020 linker flags for GTKPRINT, overriding pkg-config
2021 LIBGNOMEPRINTUI_CFLAGS
2022 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
2023 LIBGNOMEPRINTUI_LIBS
2024 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
2026 C compiler flags for GNOMEVFS, overriding pkg-config
2028 linker flags for GNOMEVFS, overriding pkg-config
2030 C compiler flags for HILDON, overriding pkg-config
2031 HILDON_LIBS linker flags for HILDON, overriding pkg-config
2033 C compiler flags for HILDON2, overriding pkg-config
2035 linker flags for HILDON2, overriding pkg-config
2037 C compiler flags for CAIRO, overriding pkg-config
2038 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
2039 GST_CFLAGS C compiler flags for GST, overriding pkg-config
2040 GST_LIBS linker flags for GST, overriding pkg-config
2042 Use these variables to override the choices made by `configure' or to
help
2043 it to
find libraries and programs with nonstandard names
/locations.
2045 Report bugs to
<wx
-dev@lists.wxwidgets.org
>.
2050 if test "$ac_init_help" = "recursive"; then
2051 # If there are subdirs, report their specific --help.
2052 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2053 test -d "$ac_dir" || continue
2057 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2059 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2060 # A ".." for each directory in $ac_dir_suffix.
2061 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
2062 case $ac_top_builddir_sub in
2063 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2064 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2067 ac_abs_top_builddir
=$ac_pwd
2068 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2069 # for backward compatibility:
2070 ac_top_builddir
=$ac_top_build_prefix
2073 .
) # We are building in place.
2075 ac_top_srcdir
=$ac_top_builddir_sub
2076 ac_abs_top_srcdir
=$ac_pwd ;;
2077 [\\/]* | ?
:[\\/]* ) # Absolute name.
2078 ac_srcdir
=$srcdir$ac_dir_suffix;
2079 ac_top_srcdir
=$srcdir
2080 ac_abs_top_srcdir
=$srcdir ;;
2082 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2083 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2084 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2086 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2088 cd "$ac_dir" || { ac_status
=$?
; continue; }
2089 # Check for guested configure.
2090 if test -f "$ac_srcdir/configure.gnu"; then
2092 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2093 elif test -f "$ac_srcdir/configure"; then
2095 $SHELL "$ac_srcdir/configure" --help=recursive
2097 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2099 cd "$ac_pwd" || { ac_status
=$?
; break; }
2103 test -n "$ac_init_help" && exit $ac_status
2104 if $ac_init_version; then
2106 wxWidgets configure
2.9.3
2107 generated by GNU Autoconf
2.61
2109 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2110 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
2111 This configure
script is free software
; the Free Software Foundation
2112 gives unlimited permission to copy
, distribute and modify it.
2116 cat >config.log
<<_ACEOF
2117 This file contains any messages produced by compilers while
2118 running configure, to aid debugging if configure makes a mistake.
2120 It was created by wxWidgets $as_me 2.9.3, which was
2121 generated by GNU Autoconf 2.61. Invocation command line was
2133 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2134 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2135 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2136 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2137 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2139 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2140 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2142 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2143 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2144 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2145 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2146 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2147 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2148 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2152 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2156 test -z "$as_dir" && as_dir
=.
2157 echo "PATH: $as_dir"
2173 # Keep a trace of the command line.
2174 # Strip out --no-create and --no-recursion so they do not pile up.
2175 # Strip out --silent because we don't want to record it for future runs.
2176 # Also quote any args containing shell meta-characters.
2177 # Make two passes to allow for proper duplicate-argument suppression.
2181 ac_must_keep_next
=false
2187 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2188 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2189 | -silent | --silent | --silen | --sile | --sil)
2192 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2195 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
2197 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
2198 if test $ac_must_keep_next = true
; then
2199 ac_must_keep_next
=false
# Got value, back to normal.
2202 *=* | --config-cache | -C | -disable-* | --disable-* \
2203 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2204 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2205 | -with-* | --with-* | -without-* | --without-* | --x)
2206 case "$ac_configure_args0 " in
2207 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2210 -* ) ac_must_keep_next
=true
;;
2213 ac_configure_args
="$ac_configure_args '$ac_arg'"
2218 $as_unset ac_configure_args0
|| test "${ac_configure_args0+set}" != set || { ac_configure_args0
=; export ac_configure_args0
; }
2219 $as_unset ac_configure_args1
|| test "${ac_configure_args1+set}" != set || { ac_configure_args1
=; export ac_configure_args1
; }
2221 # When interrupted or exit'd, cleanup temporary files, and complete
2222 # config.log. We remove comments because anyway the quotes in there
2223 # would cause problems or look ugly.
2224 # WARNING: Use '\'' to represent an apostrophe within the trap.
2225 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2226 trap 'exit_status=$?
2227 # Save into config.log some information that might help in debugging.
2232 ## ---------------- ##
2233 ## Cache variables. ##
2234 ## ---------------- ##
2237 # The following way of writing the cache mishandles newlines in values,
2239 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2240 eval ac_val=\$$ac_var
2244 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2245 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2248 _ | IFS | as_nl) ;; #(
2249 *) $as_unset $ac_var ;;
2254 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2255 *${as_nl}ac_space=\ *)
2257 "s/'\''/'\''\\\\'\'''\''/g;
2258 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2261 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2269 ## ----------------- ##
2270 ## Output variables. ##
2271 ## ----------------- ##
2274 for ac_var in $ac_subst_vars
2276 eval ac_val=\$$ac_var
2278 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2280 echo "$ac_var='\''$ac_val'\''"
2284 if test -n "$ac_subst_files"; then
2286 ## ------------------- ##
2287 ## File substitutions. ##
2288 ## ------------------- ##
2291 for ac_var
in $ac_subst_files
2293 eval ac_val
=\$
$ac_var
2295 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2297 echo "$ac_var='\''$ac_val'\''"
2302 if test -s confdefs.h; then
2312 test "$ac_signal" != 0 &&
2313 echo "$as_me: caught signal $ac_signal"
2314 echo "$as_me: exit $exit_status"
2316 rm -f core *.core core.conftest.* &&
2317 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2320 for ac_signal
in 1 2 13 15; do
2321 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2325 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2326 rm -f -r conftest
* confdefs.h
2328 # Predefined preprocessor variables.
2330 cat >>confdefs.h
<<_ACEOF
2331 #define PACKAGE_NAME "$PACKAGE_NAME"
2335 cat >>confdefs.h
<<_ACEOF
2336 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2340 cat >>confdefs.h
<<_ACEOF
2341 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2345 cat >>confdefs.h
<<_ACEOF
2346 #define PACKAGE_STRING "$PACKAGE_STRING"
2350 cat >>confdefs.h
<<_ACEOF
2351 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2355 # Let the site file select an alternate cache file if it wants to.
2356 # Prefer explicitly selected file to automatically selected ones.
2357 if test -n "$CONFIG_SITE"; then
2358 set x
"$CONFIG_SITE"
2359 elif test "x$prefix" != xNONE
; then
2360 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
2362 set x
"$ac_default_prefix/share/config.site" \
2363 "$ac_default_prefix/etc/config.site"
2368 if test -r "$ac_site_file"; then
2369 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2370 echo "$as_me: loading site script $ac_site_file" >&6;}
2371 sed 's/^/| /' "$ac_site_file" >&5
2376 if test -r "$cache_file"; then
2377 # Some versions of bash will fail to source /dev/null (special
2378 # files actually), so we avoid doing that.
2379 if test -f "$cache_file"; then
2380 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2381 echo "$as_me: loading cache $cache_file" >&6;}
2383 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2384 *) .
"./$cache_file";;
2388 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2389 echo "$as_me: creating cache $cache_file" >&6;}
2393 # Check that the precious variables saved in the cache have kept the same
2395 ac_cache_corrupted
=false
2396 for ac_var
in $ac_precious_vars; do
2397 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2398 eval ac_new_set
=\
$ac_env_${ac_var}_set
2399 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2400 eval ac_new_val
=\
$ac_env_${ac_var}_value
2401 case $ac_old_set,$ac_new_set in
2403 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2404 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2405 ac_cache_corrupted
=: ;;
2407 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2408 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2409 ac_cache_corrupted
=: ;;
2412 if test "x$ac_old_val" != "x$ac_new_val"; then
2413 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2414 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2415 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
2416 echo "$as_me: former value: $ac_old_val" >&2;}
2417 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
2418 echo "$as_me: current value: $ac_new_val" >&2;}
2419 ac_cache_corrupted
=:
2422 # Pass precious variables to config.status.
2423 if test "$ac_new_set" = set; then
2425 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2426 *) ac_arg
=$ac_var=$ac_new_val ;;
2428 case " $ac_configure_args " in
2429 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2430 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
2434 if $ac_cache_corrupted; then
2435 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2436 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2437 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2438 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2439 { (exit 1); exit 1; }; }
2467 ac_cpp
='$CPP $CPPFLAGS'
2468 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2469 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2470 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2477 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2478 if test -f "$ac_dir/install-sh"; then
2480 ac_install_sh
="$ac_aux_dir/install-sh -c"
2482 elif test -f "$ac_dir/install.sh"; then
2484 ac_install_sh
="$ac_aux_dir/install.sh -c"
2486 elif test -f "$ac_dir/shtool"; then
2488 ac_install_sh
="$ac_aux_dir/shtool install -c"
2492 if test -z "$ac_aux_dir"; then
2493 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2494 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2495 { (exit 1); exit 1; }; }
2498 # These three variables are undocumented and unsupported,
2499 # and are intended to be withdrawn in a future Autoconf release.
2500 # They can cause serious problems if a builder's source tree is in a directory
2501 # whose full name contains unusual characters.
2502 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2503 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2504 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2507 # Make sure we can run config.sub.
2508 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2509 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2510 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2511 { (exit 1); exit 1; }; }
2513 { echo "$as_me:$LINENO: checking build system type" >&5
2514 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2515 if test "${ac_cv_build+set}" = set; then
2516 echo $ECHO_N "(cached) $ECHO_C" >&6
2518 ac_build_alias
=$build_alias
2519 test "x$ac_build_alias" = x
&&
2520 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2521 test "x$ac_build_alias" = x
&&
2522 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2523 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2524 { (exit 1); exit 1; }; }
2525 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2526 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2527 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2528 { (exit 1); exit 1; }; }
2531 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2532 echo "${ECHO_T}$ac_cv_build" >&6; }
2533 case $ac_cv_build in
2535 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2536 echo "$as_me: error: invalid value of canonical build" >&2;}
2537 { (exit 1); exit 1; }; };;
2540 ac_save_IFS
=$IFS; IFS
='-'
2546 # Remember, the first character of IFS is used to create $*,
2547 # except with old shells:
2550 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2553 { echo "$as_me:$LINENO: checking host system type" >&5
2554 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2555 if test "${ac_cv_host+set}" = set; then
2556 echo $ECHO_N "(cached) $ECHO_C" >&6
2558 if test "x$host_alias" = x
; then
2559 ac_cv_host
=$ac_cv_build
2561 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2562 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2563 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2564 { (exit 1); exit 1; }; }
2568 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2569 echo "${ECHO_T}$ac_cv_host" >&6; }
2572 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2573 echo "$as_me: error: invalid value of canonical host" >&2;}
2574 { (exit 1); exit 1; }; };;
2577 ac_save_IFS
=$IFS; IFS
='-'
2583 # Remember, the first character of IFS is used to create $*,
2584 # except with old shells:
2587 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2591 if test "$cross_compiling" != "no"; then
2592 HOST_PREFIX
="${host_alias}-"
2593 HOST_SUFFIX
="-$host_alias"
2600 wx_major_version_number
=2
2601 wx_minor_version_number
=9
2603 wx_subrelease_number
=0
2605 WX_RELEASE
=$wx_major_version_number.
$wx_minor_version_number
2606 WX_VERSION
=$WX_RELEASE.
$wx_release_number
2607 WX_SUBVERSION
=$WX_VERSION.
$wx_subrelease_number
2609 WX_MSW_VERSION
=$wx_major_version_number$wx_minor_version_number$wx_release_number
2612 wx_top_builddir
="`pwd`"
2625 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
2631 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
2637 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
2639 ALL_TOOLKITS
="COCOA GTK OSX_CARBON OSX_COCOA OSX_IPHONE MGL MICROWIN MOTIF MSW PM X11 DFB"
2641 DEFAULT_wxUSE_OLD_COCOA
=0
2643 DEFAULT_wxUSE_OSX_CARBON
=0
2644 DEFAULT_wxUSE_OSX_COCOA
=0
2645 DEFAULT_wxUSE_OSX_IPHONE
=0
2647 DEFAULT_wxUSE_MICROWIN
=0
2648 DEFAULT_wxUSE_MOTIF
=0
2654 DEFAULT_DEFAULT_wxUSE_OLD_COCOA
=0
2655 DEFAULT_DEFAULT_wxUSE_GTK
=0
2656 DEFAULT_DEFAULT_wxUSE_OSX_CARBON
=0
2657 DEFAULT_DEFAULT_wxUSE_OSX_COCOA
=0
2658 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE
=0
2659 DEFAULT_DEFAULT_wxUSE_MGL
=0
2660 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
2661 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
2662 DEFAULT_DEFAULT_wxUSE_MSW
=0
2663 DEFAULT_DEFAULT_wxUSE_PM
=0
2664 DEFAULT_DEFAULT_wxUSE_X11
=0
2665 DEFAULT_DEFAULT_wxUSE_DFB
=0
2669 DYLIB_RPATH_INSTALL
=
2670 DYLIB_RPATH_POSTLINK
=
2672 DEFAULT_STD_FLAG
=yes
2677 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2678 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
2679 cat >>confdefs.h
<<\_ACEOF
2684 CPPFLAGS
="-D_HPUX_SOURCE $CPPFLAGS"
2688 cat >>confdefs.h
<<\_ACEOF
2693 if test "x$TMP" = "xalpha"; then
2695 cat >>confdefs.h
<<\_ACEOF
2700 DEFAULT_DEFAULT_wxUSE_GTK
=1
2702 *-*-gnu* | *-*-k*bsd
*-gnu )
2705 if test "x$TMP" = "xalpha"; then
2707 cat >>confdefs.h
<<\_ACEOF
2712 DEFAULT_DEFAULT_wxUSE_GTK
=1
2714 *-*-irix5* | *-*-irix6* )
2717 cat >>confdefs.h
<<\_ACEOF
2721 cat >>confdefs.h
<<\_ACEOF
2725 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2729 cat >>confdefs.h
<<\_ACEOF
2733 DEFAULT_DEFAULT_wxUSE_X11
=1
2739 cat >>confdefs.h
<<\_ACEOF
2743 cat >>confdefs.h
<<\_ACEOF
2744 #define __SOLARIS__ 1
2747 cat >>confdefs.h
<<\_ACEOF
2751 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2752 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
2758 cat >>confdefs.h
<<\_ACEOF
2762 cat >>confdefs.h
<<\_ACEOF
2766 cat >>confdefs.h
<<\_ACEOF
2770 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2775 cat >>confdefs.h
<<\_ACEOF
2776 #define __FREEBSD__ 1
2779 cat >>confdefs.h
<<\_ACEOF
2783 DEFAULT_DEFAULT_wxUSE_GTK
=1
2785 *-*-openbsd*|*-*-mirbsd*)
2788 cat >>confdefs.h
<<\_ACEOF
2789 #define __OPENBSD__ 1
2792 cat >>confdefs.h
<<\_ACEOF
2796 DEFAULT_DEFAULT_wxUSE_GTK
=1
2801 cat >>confdefs.h
<<\_ACEOF
2802 #define __NETBSD__ 1
2805 cat >>confdefs.h
<<\_ACEOF
2809 DEFAULT_DEFAULT_wxUSE_GTK
=1
2810 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
2812 CPPFLAGS
="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
2817 cat >>confdefs.h
<<\_ACEOF
2821 cat >>confdefs.h
<<\_ACEOF
2825 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2826 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
2831 cat >>confdefs.h
<<\_ACEOF
2835 cat >>confdefs.h
<<\_ACEOF
2839 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2844 cat >>confdefs.h
<<\_ACEOF
2848 cat >>confdefs.h
<<\_ACEOF
2852 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2858 cat >>confdefs.h
<<\_ACEOF
2862 cat >>confdefs.h
<<\_ACEOF
2866 cat >>confdefs.h
<<\_ACEOF
2870 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2877 cat >>confdefs.h
<<\_ACEOF
2878 #define __UNIXWARE__ 1
2883 *-*-cygwin* | *-*-mingw32* )
2885 DEFAULT_DEFAULT_wxUSE_MSW
=1
2891 cat >>confdefs.h
<<\_ACEOF
2896 DEFAULT_DEFAULT_wxUSE_MGL
=1
2899 *-pc-os2_emx | *-pc-os2-emx )
2900 cat >>confdefs.h
<<\_ACEOF
2905 cat >>confdefs.h
<<\_ACEOF
2910 DEFAULT_DEFAULT_wxUSE_PM
=1
2912 LDFLAGS
="$LDFLAGS -Zcrtdll"
2913 ac_executable_extensions
=".exe"
2914 export ac_executable_extensions
2918 for ac_dir
in $PATH; do
2920 if test -z "$ac_TEMP_PATH"; then
2921 ac_TEMP_PATH
="$ac_dir"
2923 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
2926 export PATH
="$ac_TEMP_PATH"
2934 cat >>confdefs.h
<<\_ACEOF
2938 cat >>confdefs.h
<<\_ACEOF
2939 #define __DARWIN__ 1
2942 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE
=1
2948 cat >>confdefs.h
<<\_ACEOF
2952 cat >>confdefs.h
<<\_ACEOF
2953 #define __DARWIN__ 1
2956 cat >>confdefs.h
<<\_ACEOF
2957 #define TARGET_CARBON 1
2960 DEFAULT_DEFAULT_wxUSE_OSX_CARBON
=1
2965 cat >>confdefs.h
<<\_ACEOF
2972 { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
2973 echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
2974 { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
2975 echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
2977 DEFAULT_DEFAULT_wxUSE_X11
=1
2978 DEFAULT_wxUSE_SHARED
=no
2983 DEFAULT_wxUSE_ALL_FEATURES
=yes
2985 DEFAULT_wxUSE_STD_CONTAINERS
=no
2986 DEFAULT_wxUSE_STD_IOSTREAM
=$DEFAULT_STD_FLAG
2987 DEFAULT_wxUSE_STD_STRING
=$DEFAULT_STD_FLAG
2989 DEFAULT_wxUSE_DMALLOC
=no
2990 DEFAULT_wxUSE_LIBGNOMEVFS
=no
2991 DEFAULT_wxUSE_LIBHILDON
=no
2992 DEFAULT_wxUSE_LIBHILDON2
=no
2993 DEFAULT_wxUSE_LIBMSPACK
=no
2994 DEFAULT_wxUSE_LIBSDL
=no
2996 DEFAULT_wxUSE_ACCESSIBILITY
=no
2997 DEFAULT_wxUSE_IPV6
=no
2998 DEFAULT_wxUSE_GSTREAMER8
=no
3000 DEFAULT_wxUSE_ARTPROVIDER_TANGO
=auto
3001 DEFAULT_wxUSE_UNICODE_UTF8
=auto
3002 DEFAULT_wxUSE_OPENGL
=auto
3003 DEFAULT_wxUSE_MEDIACTRL
=auto
3004 DEFAULT_wxUSE_COMPILER_TLS
=auto
3005 DEFAULT_wxUSE_HOTKEY
=auto
3006 DEFAULT_wxUSE_METAFILE
=auto
3008 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE
=no
3010 DEFAULT_wxUSE_UNIVERSAL_BINARY
=no
3011 DEFAULT_wxUSE_MAC_ARCH
=no
3013 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
3015 DEFAULT_wxUSE_GTK2
=yes
3017 DEFAULT_wxUSE_OBJC_UNIQUIFYING
=no
3023 enablestring
=disable
3025 if test -z "$defaultval"; then
3026 if test x
"$enablestring" = xdisable
; then
3033 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
3034 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6; }
3035 # Check whether --enable-gui was given.
3036 if test "${enable_gui+set}" = set; then
3037 enableval
=$enable_gui;
3038 if test "$enableval" = yes; then
3039 wx_cv_use_gui
='wxUSE_GUI=yes'
3041 wx_cv_use_gui
='wxUSE_GUI=no'
3046 wx_cv_use_gui
='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
3051 eval "$wx_cv_use_gui"
3053 if test x"$enablestring" = xdisable; then
3054 if test $wxUSE_GUI = no; then
3063 { echo "$as_me:$LINENO: result: $result" >&5
3064 echo "${ECHO_T}$result" >&6; }
3069 if test -z "$defaultval"; then
3070 if test x"$enablestring" = xdisable; then
3077 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
3078 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6; }
3079 # Check whether --enable-monolithic was given.
3080 if test "${enable_monolithic+set}" = set; then
3081 enableval=$enable_monolithic;
3082 if test "$enableval" = yes; then
3083 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=yes'
3085 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=no
'
3090 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
3095 eval "$wx_cv_use_monolithic"
3097 if test x"$enablestring" = xdisable; then
3098 if test $wxUSE_MONOLITHIC = no; then
3104 result=$wxUSE_MONOLITHIC
3107 { echo "$as_me:$LINENO: result
: $result" >&5
3108 echo "${ECHO_T}$result" >&6; }
3113 if test -z "$defaultval"; then
3114 if test x"$enablestring" = xdisable; then
3121 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-plugins" >&5
3122 echo $ECHO_N "checking
for --${enablestring:-enable}-plugins...
$ECHO_C" >&6; }
3123 # Check whether --enable-plugins was given.
3124 if test "${enable_plugins+set}" = set; then
3125 enableval=$enable_plugins;
3126 if test "$enableval" = yes; then
3127 wx_cv_use_plugins='wxUSE_PLUGINS=yes'
3129 wx_cv_use_plugins='wxUSE_PLUGINS=no'
3134 wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
3139 eval "$wx_cv_use_plugins"
3141 if test x
"$enablestring" = xdisable
; then
3142 if test $wxUSE_PLUGINS = no
; then
3148 result
=$wxUSE_PLUGINS
3151 { echo "$as_me:$LINENO: result: $result" >&5
3152 echo "${ECHO_T}$result" >&6; }
3156 defaultval
=$wxUSE_ALL_FEATURES
3157 if test -z "$defaultval"; then
3158 if test x
"$withstring" = xwithout
; then
3164 { echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
3165 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6; }
3167 # Check whether --with-subdirs was given.
3168 if test "${with_subdirs+set}" = set; then
3169 withval
=$with_subdirs;
3170 if test "$withval" = yes; then
3171 wx_cv_use_subdirs
='wxWITH_SUBDIRS=yes'
3173 wx_cv_use_subdirs
='wxWITH_SUBDIRS=no'
3178 wx_cv_use_subdirs
='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
3183 eval "$wx_cv_use_subdirs"
3185 if test x"$withstring" = xwithout; then
3186 if test $wxWITH_SUBDIRS = yes; then
3192 result=$wxWITH_SUBDIRS
3195 { echo "$as_me:$LINENO: result: $result" >&5
3196 echo "${ECHO_T}$result" >&6; }
3199 # Check whether --with-flavour was given.
3200 if test "${with_flavour+set}" = set; then
3201 withval=$with_flavour; WX_FLAVOUR="$withval"
3207 if test -z "$defaultval"; then
3208 if test x"$enablestring" = xdisable; then
3215 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
3216 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6; }
3217 # Check whether --enable-official_build was given.
3218 if test "${enable_official_build+set}" = set; then
3219 enableval=$enable_official_build;
3220 if test "$enableval" = yes; then
3221 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=yes'
3223 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=no
'
3228 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
3233 eval "$wx_cv_use_official_build"
3235 if test x"$enablestring" = xdisable; then
3236 if test $wxUSE_OFFICIAL_BUILD = no; then
3242 result=$wxUSE_OFFICIAL_BUILD
3245 { echo "$as_me:$LINENO: result
: $result" >&5
3246 echo "${ECHO_T}$result" >&6; }
3248 # Check whether --enable-vendor was given.
3249 if test "${enable_vendor+set}" = set; then
3250 enableval=$enable_vendor; VENDOR="$enableval"
3253 if test "x
$VENDOR" = "x
"; then
3258 enablestring=disable
3260 if test -z "$defaultval"; then
3261 if test x"$enablestring" = xdisable; then
3268 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-all-features" >&5
3269 echo $ECHO_N "checking
for --${enablestring:-enable}-all-features...
$ECHO_C" >&6; }
3270 # Check whether --enable-all-features was given.
3271 if test "${enable_all_features+set}" = set; then
3272 enableval=$enable_all_features;
3273 if test "$enableval" = yes; then
3274 wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
3276 wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
3281 wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
3286 eval "$wx_cv_use_all_features"
3288 if test x
"$enablestring" = xdisable
; then
3289 if test $wxUSE_ALL_FEATURES = no
; then
3295 result
=$wxUSE_ALL_FEATURES
3298 { echo "$as_me:$LINENO: result: $result" >&5
3299 echo "${ECHO_T}$result" >&6; }
3302 if test "$wxUSE_ALL_FEATURES" = "no"; then
3303 DEFAULT_wxUSE_ARTPROVIDER_TANGO
=no
3304 DEFAULT_wxUSE_MEDIACTRL
=no
3308 if test "$wxUSE_GUI" = "yes"; then
3313 if test -z "$defaultval"; then
3314 if test x
"$enablestring" = xdisable
; then
3321 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
3322 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6; }
3323 # Check whether --enable-universal was given.
3324 if test "${enable_universal+set}" = set; then
3325 enableval
=$enable_universal;
3326 if test "$enableval" = yes; then
3327 wx_cv_use_universal
='wxUSE_UNIVERSAL=yes'
3329 wx_cv_use_universal
='wxUSE_UNIVERSAL=no'
3334 wx_cv_use_universal
='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
3339 eval "$wx_cv_use_universal"
3341 if test x"$enablestring" = xdisable; then
3342 if test $wxUSE_UNIVERSAL = no; then
3348 result=$wxUSE_UNIVERSAL
3351 { echo "$as_me:$LINENO: result: $result" >&5
3352 echo "${ECHO_T}$result" >&6; }
3354 if test "$wxUSE_UNIVERSAL" = "yes"; then
3356 # Check whether --with-themes was given.
3357 if test "${with_themes+set}" = set; then
3358 withval=$with_themes; wxUNIV_THEMES="$withval"
3364 # Check whether --with-gtk was given.
3365 if test "${with_gtk+set}" = set; then
3366 withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
3370 # Check whether --with-motif was given.
3371 if test "${with_motif+set}" = set; then
3372 withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
3376 # Check whether --with-osx_carbon was given.
3377 if test "${with_osx_carbon+set}" = set; then
3378 withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3382 # Check whether --with-osx_cocoa was given.
3383 if test "${with_osx_cocoa+set}" = set; then
3384 withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
3388 # Check whether --with-osx_iphone was given.
3389 if test "${with_osx_iphone+set}" = set; then
3390 withval=$with_osx_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
3394 # Check whether --with-osx was given.
3395 if test "${with_osx+set}" = set; then
3396 withval=$with_osx; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3400 # Check whether --with-carbon was given.
3401 if test "${with_carbon+set}" = set; then
3402 withval=$with_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3406 # Check whether --with-cocoa was given.
3407 if test "${with_cocoa+set}" = set; then
3408 withval=$with_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
3412 # Check whether --with-iphone was given.
3413 if test "${with_iphone+set}" = set; then
3414 withval=$with_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
3418 # Check whether --with-mac was given.
3419 if test "${with_mac+set}" = set; then
3420 withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3424 # Check whether --with-old_cocoa was given.
3425 if test "${with_old_cocoa+set}" = set; then
3426 withval=$with_old_cocoa; wxUSE_OLD_COCOA="$withval" CACHE_OLD_COCOA=1 TOOLKIT_GIVEN=1
3430 # Check whether --with-wine was given.
3431 if test "${with_wine+set}" = set; then
3432 withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
3436 # Check whether --with-msw was given.
3437 if test "${with_msw+set}" = set; then
3438 withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
3442 # Check whether --with-pm was given.
3443 if test "${with_pm+set}" = set; then
3444 withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
3448 # Check whether --with-mgl was given.
3449 if test "${with_mgl+set}" = set; then
3450 withval=$with_mgl; wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
3454 # Check whether --with-directfb was given.
3455 if test "${with_directfb+set}" = set; then
3456 withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
3460 # Check whether --with-microwin was given.
3461 if test "${with_microwin+set}" = set; then
3462 withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
3466 # Check whether --with-x11 was given.
3467 if test "${with_x11+set}" = set; then
3468 withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
3474 if test -z "$defaultval"; then
3475 if test x"$enablestring" = xdisable; then
3482 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
3483 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6; }
3484 # Check whether --enable-nanox was given.
3485 if test "${enable_nanox+set}" = set; then
3486 enableval=$enable_nanox;
3487 if test "$enableval" = yes; then
3488 wx_cv_use_nanox='wxUSE_NANOX
=yes'
3490 wx_cv_use_nanox='wxUSE_NANOX
=no
'
3495 wx_cv_use_nanox='wxUSE_NANOX
=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
3500 eval "$wx_cv_use_nanox"
3502 if test x"$enablestring" = xdisable; then
3503 if test $wxUSE_NANOX = no; then
3512 { echo "$as_me:$LINENO: result
: $result" >&5
3513 echo "${ECHO_T}$result" >&6; }
3516 # Check whether --enable-gtk2 was given.
3517 if test "${enable_gtk2+set}" = set; then
3518 enableval=$enable_gtk2; wxUSE_GTK2="$enableval"
3524 if test -z "$defaultval"; then
3525 if test x"$enablestring" = xdisable; then
3532 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-gpe" >&5
3533 echo $ECHO_N "checking
for --${enablestring:-enable}-gpe...
$ECHO_C" >&6; }
3534 # Check whether --enable-gpe was given.
3535 if test "${enable_gpe+set}" = set; then
3536 enableval=$enable_gpe;
3537 if test "$enableval" = yes; then
3538 wx_cv_use_gpe='wxUSE_GPE=yes'
3540 wx_cv_use_gpe='wxUSE_GPE=no'
3545 wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
3550 eval "$wx_cv_use_gpe"
3552 if test x
"$enablestring" = xdisable
; then
3553 if test $wxUSE_GPE = no
; then
3562 { echo "$as_me:$LINENO: result: $result" >&5
3563 echo "${ECHO_T}$result" >&6; }
3567 { echo "$as_me:$LINENO: checking for toolkit" >&5
3568 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6; }
3572 # In Wine, we need to default to MSW, not GTK or MOTIF
3573 if test "$wxUSE_WINE" = "yes"; then
3574 DEFAULT_DEFAULT_wxUSE_GTK
=0
3575 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
3576 DEFAULT_DEFAULT_wxUSE_MSW
=1
3583 if test "$wxUSE_GUI" = "yes"; then
3585 if test "$USE_BEOS" = 1; then
3586 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
3587 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
3588 { (exit 1); exit 1; }; }
3591 if test "$TOOLKIT_GIVEN" = 1; then
3592 for toolkit
in $ALL_TOOLKITS; do
3594 eval "value=\$${var}"
3595 if test "x$value" = "xno"; then
3597 elif test "x$value" != "x"; then
3601 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
3602 eval "wx${toolkit}_VERSION=$value"
3606 for toolkit
in $ALL_TOOLKITS; do
3607 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
3608 eval "wxUSE_$toolkit=\$${var}"
3612 NUM_TOOLKITS
=`expr ${wxUSE_OLD_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
3613 + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_OSX_IPHONE:-0} + ${wxUSE_MGL:-0} + ${wxUSE_DFB:-0} \
3614 + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
3617 *-pc-os2_emx | *-pc-os2-emx )
3618 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
3621 case "$NUM_TOOLKITS" in
3625 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
3626 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
3627 { (exit 1); exit 1; }; }
3630 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit" >&5
3631 echo "$as_me: error: Please specify at most one toolkit" >&2;}
3632 { (exit 1); exit 1; }; }
3635 # to be removed when --disable-gtk2 isn't needed
3636 if test "x$wxUSE_GTK2" = "xyes"; then
3639 elif test "x$wxUSE_GTK2" = "xno"; then
3644 for toolkit
in $ALL_TOOLKITS; do
3646 eval "value=\$${var}"
3647 if test "$value" = 1; then
3648 toolkit_echo
=`echo $toolkit | tr '[A-Z]' '[a-z]'`
3649 { echo "$as_me:$LINENO: result: $toolkit_echo" >&5
3650 echo "${ECHO_T}$toolkit_echo" >&6; }
3654 if test "x$host_alias" != "x"; then
3655 { echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
3656 echo "${ECHO_T}base ($host_alias hosted) only" >&6; }
3658 { echo "$as_me:$LINENO: result: base only" >&5
3659 echo "${ECHO_T}base only" >&6; }
3664 if test "$wxUSE_OSX_CARBON" = 1 \
3665 -o "$wxUSE_OSX_COCOA" = 1 \
3666 -o "$wxUSE_OSX_IPHONE" = 1; then
3672 { echo "$as_me:$LINENO: checking for --with-libpng" >&5
3673 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6; }
3675 # Check whether --with-libpng was given.
3676 if test "${with_libpng+set}" = set; then
3677 withval
=$with_libpng;
3678 if test "$withval" = yes; then
3679 wx_cv_use_libpng
='wxUSE_LIBPNG=yes'
3680 elif test "$withval" = no
; then
3681 wx_cv_use_libpng
='wxUSE_LIBPNG=no'
3682 elif test "$withval" = sys
; then
3683 wx_cv_use_libpng
='wxUSE_LIBPNG=sys'
3684 elif test "$withval" = builtin; then
3685 wx_cv_use_libpng
='wxUSE_LIBPNG=builtin'
3687 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3688 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3689 { (exit 1); exit 1; }; }
3694 wx_cv_use_libpng
='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
3699 eval "$wx_cv_use_libpng"
3701 if test "$wxUSE_LIBPNG" = yes; then
3702 { echo "$as_me:$LINENO: result: yes" >&5
3703 echo "${ECHO_T}yes" >&6; }
3704 elif test "$wxUSE_LIBPNG" = no; then
3705 { echo "$as_me:$LINENO: result: no" >&5
3706 echo "${ECHO_T}no" >&6; }
3707 elif test "$wxUSE_LIBPNG" = sys; then
3708 { echo "$as_me:$LINENO: result: system version" >&5
3709 echo "${ECHO_T}system version" >&6; }
3710 elif test "$wxUSE_LIBPNG" = builtin; then
3711 { echo "$as_me:$LINENO: result: builtin version" >&5
3712 echo "${ECHO_T}builtin version" >&6; }
3714 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3715 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3716 { (exit 1); exit 1; }; }
3720 { echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3721 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6; }
3723 # Check whether --with-libjpeg was given.
3724 if test "${with_libjpeg+set}" = set; then
3725 withval=$with_libjpeg;
3726 if test "$withval" = yes; then
3727 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=yes'
3728 elif test "$withval" = no; then
3729 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=no
'
3730 elif test "$withval" = sys; then
3731 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=sys
'
3732 elif test "$withval" = builtin; then
3733 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=builtin'
3735 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3736 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3737 { (exit 1); exit 1; }; }
3742 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
3747 eval "$wx_cv_use_libjpeg"
3749 if test "$wxUSE_LIBJPEG" = yes; then
3750 { echo "$as_me:$LINENO: result
: yes" >&5
3751 echo "${ECHO_T}yes" >&6; }
3752 elif test "$wxUSE_LIBJPEG" = no; then
3753 { echo "$as_me:$LINENO: result
: no
" >&5
3754 echo "${ECHO_T}no
" >&6; }
3755 elif test "$wxUSE_LIBJPEG" = sys; then
3756 { echo "$as_me:$LINENO: result
: system version
" >&5
3757 echo "${ECHO_T}system version
" >&6; }
3758 elif test "$wxUSE_LIBJPEG" = builtin; then
3759 { echo "$as_me:$LINENO: result
: builtin version
" >&5
3760 echo "${ECHO_T}builtin version
" >&6; }
3762 { { echo "$as_me:$LINENO: error
: Invalid value
for --with-libjpeg: should be
yes, no
, sys
, or
builtin" >&5
3763 echo "$as_me: error
: Invalid value
for --with-libjpeg: should be
yes, no
, sys
, or
builtin" >&2;}
3764 { (exit 1); exit 1; }; }
3768 { echo "$as_me:$LINENO: checking
for --with-libtiff" >&5
3769 echo $ECHO_N "checking
for --with-libtiff...
$ECHO_C" >&6; }
3771 # Check whether --with-libtiff was given.
3772 if test "${with_libtiff+set}" = set; then
3773 withval=$with_libtiff;
3774 if test "$withval" = yes; then
3775 wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
3776 elif test "$withval" = no; then
3777 wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
3778 elif test "$withval" = sys; then
3779 wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
3780 elif test "$withval" = builtin; then
3781 wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
3783 { { echo "$as_me:$LINENO: error
: Invalid value
for --with-libtiff: should be
yes, no
, sys
, or
builtin" >&5
3784 echo "$as_me: error
: Invalid value
for --with-libtiff: should be
yes, no
, sys
, or
builtin" >&2;}
3785 { (exit 1); exit 1; }; }
3790 wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
3795 eval "$wx_cv_use_libtiff"
3797 if test "$wxUSE_LIBTIFF" = yes; then
3798 { echo "$as_me:$LINENO: result: yes" >&5
3799 echo "${ECHO_T}yes" >&6; }
3800 elif test "$wxUSE_LIBTIFF" = no
; then
3801 { echo "$as_me:$LINENO: result: no" >&5
3802 echo "${ECHO_T}no" >&6; }
3803 elif test "$wxUSE_LIBTIFF" = sys
; then
3804 { echo "$as_me:$LINENO: result: system version" >&5
3805 echo "${ECHO_T}system version" >&6; }
3806 elif test "$wxUSE_LIBTIFF" = builtin; then
3807 { echo "$as_me:$LINENO: result: builtin version" >&5
3808 echo "${ECHO_T}builtin version" >&6; }
3810 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3811 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3812 { (exit 1); exit 1; }; }
3816 { echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3817 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6; }
3819 # Check whether --with-libxpm was given.
3820 if test "${with_libxpm+set}" = set; then
3821 withval
=$with_libxpm;
3822 if test "$withval" = yes; then
3823 wx_cv_use_libxpm
='wxUSE_LIBXPM=yes'
3824 elif test "$withval" = no
; then
3825 wx_cv_use_libxpm
='wxUSE_LIBXPM=no'
3826 elif test "$withval" = sys
; then
3827 wx_cv_use_libxpm
='wxUSE_LIBXPM=sys'
3828 elif test "$withval" = builtin; then
3829 wx_cv_use_libxpm
='wxUSE_LIBXPM=builtin'
3831 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3832 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3833 { (exit 1); exit 1; }; }
3838 wx_cv_use_libxpm
='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
3843 eval "$wx_cv_use_libxpm"
3845 if test "$wxUSE_LIBXPM" = yes; then
3846 { echo "$as_me:$LINENO: result: yes" >&5
3847 echo "${ECHO_T}yes" >&6; }
3848 elif test "$wxUSE_LIBXPM" = no; then
3849 { echo "$as_me:$LINENO: result: no" >&5
3850 echo "${ECHO_T}no" >&6; }
3851 elif test "$wxUSE_LIBXPM" = sys; then
3852 { echo "$as_me:$LINENO: result: system version" >&5
3853 echo "${ECHO_T}system version" >&6; }
3854 elif test "$wxUSE_LIBXPM" = builtin; then
3855 { echo "$as_me:$LINENO: result: builtin version" >&5
3856 echo "${ECHO_T}builtin version" >&6; }
3858 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3859 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3860 { (exit 1); exit 1; }; }
3865 defaultval=$wxUSE_ALL_FEATURES
3866 if test -z "$defaultval"; then
3867 if test x"$withstring" = xwithout; then
3873 { echo "$as_me:$LINENO: checking for --${withstring:-with}-libiconv" >&5
3874 echo $ECHO_N "checking for --${withstring:-with}-libiconv... $ECHO_C" >&6; }
3876 # Check whether --with-libiconv was given.
3877 if test "${with_libiconv+set}" = set; then
3878 withval=$with_libiconv;
3879 if test "$withval" = yes; then
3880 wx_cv_use_libiconv='wxUSE_LIBICONV
=yes'
3882 wx_cv_use_libiconv='wxUSE_LIBICONV
=no
'
3887 wx_cv_use_libiconv='wxUSE_LIBICONV
=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
3892 eval "$wx_cv_use_libiconv"
3894 if test x"$withstring" = xwithout; then
3895 if test $wxUSE_LIBICONV = yes; then
3901 result=$wxUSE_LIBICONV
3904 { echo "$as_me:$LINENO: result
: $result" >&5
3905 echo "${ECHO_T}$result" >&6; }
3909 defaultval=$wxUSE_ALL_FEATURES
3910 if test -z "$defaultval"; then
3911 if test x"$withstring" = xwithout; then
3917 { echo "$as_me:$LINENO: checking
for --${withstring:-with}-libmspack" >&5
3918 echo $ECHO_N "checking
for --${withstring:-with}-libmspack...
$ECHO_C" >&6; }
3920 # Check whether --with-libmspack was given.
3921 if test "${with_libmspack+set}" = set; then
3922 withval=$with_libmspack;
3923 if test "$withval" = yes; then
3924 wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3926 wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3931 wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
3936 eval "$wx_cv_use_libmspack"
3938 if test x
"$withstring" = xwithout
; then
3939 if test $wxUSE_LIBMSPACK = yes; then
3945 result
=$wxUSE_LIBMSPACK
3948 { echo "$as_me:$LINENO: result: $result" >&5
3949 echo "${ECHO_T}$result" >&6; }
3953 defaultval
=$wxUSE_ALL_FEATURES
3954 if test -z "$defaultval"; then
3955 if test x
"$withstring" = xwithout
; then
3961 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gtkprint" >&5
3962 echo $ECHO_N "checking for --${withstring:-with}-gtkprint... $ECHO_C" >&6; }
3964 # Check whether --with-gtkprint was given.
3965 if test "${with_gtkprint+set}" = set; then
3966 withval
=$with_gtkprint;
3967 if test "$withval" = yes; then
3968 wx_cv_use_gtkprint
='wxUSE_GTKPRINT=yes'
3970 wx_cv_use_gtkprint
='wxUSE_GTKPRINT=no'
3975 wx_cv_use_gtkprint
='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
3980 eval "$wx_cv_use_gtkprint"
3982 if test x"$withstring" = xwithout; then
3983 if test $wxUSE_GTKPRINT = yes; then
3989 result=$wxUSE_GTKPRINT
3992 { echo "$as_me:$LINENO: result: $result" >&5
3993 echo "${ECHO_T}$result" >&6; }
3997 defaultval=$wxUSE_ALL_FEATURES
3998 if test -z "$defaultval"; then
3999 if test x"$withstring" = xwithout; then
4005 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
4006 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6; }
4008 # Check whether --with-gnomeprint was given.
4009 if test "${with_gnomeprint+set}" = set; then
4010 withval=$with_gnomeprint;
4011 if test "$withval" = yes; then
4012 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT
=yes'
4014 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT
=no
'
4019 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT
=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
4024 eval "$wx_cv_use_gnomeprint"
4026 if test x"$withstring" = xwithout; then
4027 if test $wxUSE_LIBGNOMEPRINT = yes; then
4033 result=$wxUSE_LIBGNOMEPRINT
4036 { echo "$as_me:$LINENO: result
: $result" >&5
4037 echo "${ECHO_T}$result" >&6; }
4041 defaultval=$wxUSE_ALL_FEATURES
4042 if test -z "$defaultval"; then
4043 if test x"$withstring" = xwithout; then
4049 { echo "$as_me:$LINENO: checking
for --${withstring:-with}-gnomevfs" >&5
4050 echo $ECHO_N "checking
for --${withstring:-with}-gnomevfs...
$ECHO_C" >&6; }
4052 # Check whether --with-gnomevfs was given.
4053 if test "${with_gnomevfs+set}" = set; then
4054 withval=$with_gnomevfs;
4055 if test "$withval" = yes; then
4056 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
4058 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
4063 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
4068 eval "$wx_cv_use_gnomevfs"
4070 if test x
"$withstring" = xwithout
; then
4071 if test $wxUSE_LIBGNOMEVFS = yes; then
4077 result
=$wxUSE_LIBGNOMEVFS
4080 { echo "$as_me:$LINENO: result: $result" >&5
4081 echo "${ECHO_T}$result" >&6; }
4085 defaultval
=$wxUSE_ALL_FEATURES
4086 if test -z "$defaultval"; then
4087 if test x
"$withstring" = xwithout
; then
4093 { echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
4094 echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6; }
4096 # Check whether --with-hildon was given.
4097 if test "${with_hildon+set}" = set; then
4098 withval
=$with_hildon;
4099 if test "$withval" = yes; then
4100 wx_cv_use_hildon
='wxUSE_LIBHILDON=yes'
4102 wx_cv_use_hildon
='wxUSE_LIBHILDON=no'
4107 wx_cv_use_hildon
='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
4112 eval "$wx_cv_use_hildon"
4114 if test x"$withstring" = xwithout; then
4115 if test $wxUSE_LIBHILDON = yes; then
4121 result=$wxUSE_LIBHILDON
4124 { echo "$as_me:$LINENO: result: $result" >&5
4125 echo "${ECHO_T}$result" >&6; }
4129 defaultval=$wxUSE_ALL_FEATURES
4130 if test -z "$defaultval"; then
4131 if test x"$withstring" = xwithout; then
4137 { echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
4138 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6; }
4140 # Check whether --with-opengl was given.
4141 if test "${with_opengl+set}" = set; then
4142 withval=$with_opengl;
4143 if test "$withval" = yes; then
4144 wx_cv_use_opengl='wxUSE_OPENGL
=yes'
4146 wx_cv_use_opengl='wxUSE_OPENGL
=no
'
4151 wx_cv_use_opengl='wxUSE_OPENGL
=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
4156 eval "$wx_cv_use_opengl"
4158 if test x"$withstring" = xwithout; then
4159 if test $wxUSE_OPENGL = yes; then
4165 result=$wxUSE_OPENGL
4168 { echo "$as_me:$LINENO: result
: $result" >&5
4169 echo "${ECHO_T}$result" >&6; }
4176 defaultval=$wxUSE_ALL_FEATURES
4177 if test -z "$defaultval"; then
4178 if test x"$withstring" = xwithout; then
4184 { echo "$as_me:$LINENO: checking
for --${withstring:-with}-dmalloc" >&5
4185 echo $ECHO_N "checking
for --${withstring:-with}-dmalloc...
$ECHO_C" >&6; }
4187 # Check whether --with-dmalloc was given.
4188 if test "${with_dmalloc+set}" = set; then
4189 withval=$with_dmalloc;
4190 if test "$withval" = yes; then
4191 wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
4193 wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
4198 wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
4203 eval "$wx_cv_use_dmalloc"
4205 if test x
"$withstring" = xwithout
; then
4206 if test $wxUSE_DMALLOC = yes; then
4212 result
=$wxUSE_DMALLOC
4215 { echo "$as_me:$LINENO: result: $result" >&5
4216 echo "${ECHO_T}$result" >&6; }
4220 defaultval
=$wxUSE_ALL_FEATURES
4221 if test -z "$defaultval"; then
4222 if test x
"$withstring" = xwithout
; then
4228 { echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
4229 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6; }
4231 # Check whether --with-sdl was given.
4232 if test "${with_sdl+set}" = set; then
4234 if test "$withval" = yes; then
4235 wx_cv_use_sdl
='wxUSE_LIBSDL=yes'
4237 wx_cv_use_sdl
='wxUSE_LIBSDL=no'
4242 wx_cv_use_sdl
='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
4247 eval "$wx_cv_use_sdl"
4249 if test x"$withstring" = xwithout; then
4250 if test $wxUSE_LIBSDL = yes; then
4256 result=$wxUSE_LIBSDL
4259 { echo "$as_me:$LINENO: result: $result" >&5
4260 echo "${ECHO_T}$result" >&6; }
4263 { echo "$as_me:$LINENO: checking for --with-regex" >&5
4264 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6; }
4266 # Check whether --with-regex was given.
4267 if test "${with_regex+set}" = set; then
4268 withval=$with_regex;
4269 if test "$withval" = yes; then
4270 wx_cv_use_regex='wxUSE_REGEX
=yes'
4271 elif test "$withval" = no; then
4272 wx_cv_use_regex='wxUSE_REGEX
=no
'
4273 elif test "$withval" = sys; then
4274 wx_cv_use_regex='wxUSE_REGEX
=sys
'
4275 elif test "$withval" = builtin; then
4276 wx_cv_use_regex='wxUSE_REGEX
=builtin'
4278 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4279 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4280 { (exit 1); exit 1; }; }
4285 wx_cv_use_regex='wxUSE_REGEX
=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
4290 eval "$wx_cv_use_regex"
4292 if test "$wxUSE_REGEX" = yes; then
4293 { echo "$as_me:$LINENO: result
: yes" >&5
4294 echo "${ECHO_T}yes" >&6; }
4295 elif test "$wxUSE_REGEX" = no; then
4296 { echo "$as_me:$LINENO: result
: no
" >&5
4297 echo "${ECHO_T}no
" >&6; }
4298 elif test "$wxUSE_REGEX" = sys; then
4299 { echo "$as_me:$LINENO: result
: system version
" >&5
4300 echo "${ECHO_T}system version
" >&6; }
4301 elif test "$wxUSE_REGEX" = builtin; then
4302 { echo "$as_me:$LINENO: result
: builtin version
" >&5
4303 echo "${ECHO_T}builtin version
" >&6; }
4305 { { echo "$as_me:$LINENO: error
: Invalid value
for --with-regex: should be
yes, no
, sys
, or
builtin" >&5
4306 echo "$as_me: error
: Invalid value
for --with-regex: should be
yes, no
, sys
, or
builtin" >&2;}
4307 { (exit 1); exit 1; }; }
4311 { echo "$as_me:$LINENO: checking
for --with-zlib" >&5
4312 echo $ECHO_N "checking
for --with-zlib...
$ECHO_C" >&6; }
4314 # Check whether --with-zlib was given.
4315 if test "${with_zlib+set}" = set; then
4317 if test "$withval" = yes; then
4318 wx_cv_use_zlib='wxUSE_ZLIB=yes'
4319 elif test "$withval" = no; then
4320 wx_cv_use_zlib='wxUSE_ZLIB=no'
4321 elif test "$withval" = sys; then
4322 wx_cv_use_zlib='wxUSE_ZLIB=sys'
4323 elif test "$withval" = builtin; then
4324 wx_cv_use_zlib='wxUSE_ZLIB=builtin'
4326 { { echo "$as_me:$LINENO: error
: Invalid value
for --with-zlib: should be
yes, no
, sys
, or
builtin" >&5
4327 echo "$as_me: error
: Invalid value
for --with-zlib: should be
yes, no
, sys
, or
builtin" >&2;}
4328 { (exit 1); exit 1; }; }
4333 wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
4338 eval "$wx_cv_use_zlib"
4340 if test "$wxUSE_ZLIB" = yes; then
4341 { echo "$as_me:$LINENO: result: yes" >&5
4342 echo "${ECHO_T}yes" >&6; }
4343 elif test "$wxUSE_ZLIB" = no
; then
4344 { echo "$as_me:$LINENO: result: no" >&5
4345 echo "${ECHO_T}no" >&6; }
4346 elif test "$wxUSE_ZLIB" = sys
; then
4347 { echo "$as_me:$LINENO: result: system version" >&5
4348 echo "${ECHO_T}system version" >&6; }
4349 elif test "$wxUSE_ZLIB" = builtin; then
4350 { echo "$as_me:$LINENO: result: builtin version" >&5
4351 echo "${ECHO_T}builtin version" >&6; }
4353 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4354 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4355 { (exit 1); exit 1; }; }
4359 { echo "$as_me:$LINENO: checking for --with-expat" >&5
4360 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6; }
4362 # Check whether --with-expat was given.
4363 if test "${with_expat+set}" = set; then
4364 withval
=$with_expat;
4365 if test "$withval" = yes; then
4366 wx_cv_use_expat
='wxUSE_EXPAT=yes'
4367 elif test "$withval" = no
; then
4368 wx_cv_use_expat
='wxUSE_EXPAT=no'
4369 elif test "$withval" = sys
; then
4370 wx_cv_use_expat
='wxUSE_EXPAT=sys'
4371 elif test "$withval" = builtin; then
4372 wx_cv_use_expat
='wxUSE_EXPAT=builtin'
4374 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4375 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4376 { (exit 1); exit 1; }; }
4381 wx_cv_use_expat
='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
4386 eval "$wx_cv_use_expat"
4388 if test "$wxUSE_EXPAT" = yes; then
4389 { echo "$as_me:$LINENO: result: yes" >&5
4390 echo "${ECHO_T}yes" >&6; }
4391 elif test "$wxUSE_EXPAT" = no; then
4392 { echo "$as_me:$LINENO: result: no" >&5
4393 echo "${ECHO_T}no" >&6; }
4394 elif test "$wxUSE_EXPAT" = sys; then
4395 { echo "$as_me:$LINENO: result: system version" >&5
4396 echo "${ECHO_T}system version" >&6; }
4397 elif test "$wxUSE_EXPAT" = builtin; then
4398 { echo "$as_me:$LINENO: result: builtin version" >&5
4399 echo "${ECHO_T}builtin version" >&6; }
4401 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4402 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4403 { (exit 1); exit 1; }; }
4407 { echo "$as_me:$LINENO: checking for --with-macosx-sdk" >&5
4408 echo $ECHO_N "checking for --with-macosx-sdk... $ECHO_C" >&6; }
4410 # Check whether --with-macosx-sdk was given.
4411 if test "${with_macosx_sdk+set}" = set; then
4412 withval=$with_macosx_sdk;
4413 wxUSE_MACOSX_SDK=$withval
4414 wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
4418 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_SDK" >&5
4419 echo "${ECHO_T}$wxUSE_MACOSX_SDK" >&6; }
4421 { echo "$as_me:$LINENO: checking for --with-macosx-version-min" >&5
4422 echo $ECHO_N "checking for --with-macosx-version-min... $ECHO_C" >&6; }
4424 # Check whether --with-macosx-version-min was given.
4425 if test "${with_macosx_version_min+set}" = set; then
4426 withval=$with_macosx_version_min;
4427 wxUSE_MACOSX_VERSION_MIN=$withval
4428 wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
4432 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
4433 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
4436 { echo "$as_me:$LINENO: checking for --enable-debug" >&5
4437 echo $ECHO_N "checking for --enable-debug... $ECHO_C" >&6; }
4438 # Check whether --enable-debug was given.
4439 if test "${enable_debug+set}" = set; then
4440 enableval=$enable_debug;
4441 if test "$enableval" = yes; then
4443 elif test "$enableval" = no; then
4445 elif test "$enableval" = max; then
4447 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
4449 { { echo "$as_me:$LINENO: error: Invalid --enable-debug value, must be yes, no or max" >&5
4450 echo "$as_me: error: Invalid --enable-debug value, must be yes, no or max" >&2;}
4451 { (exit 1); exit 1; }; }
4460 case "$wxUSE_DEBUG" in
4462 DEFAULT_wxUSE_DEBUG_FLAG=yes
4463 DEFAULT_wxUSE_DEBUG_INFO=yes
4465 DEFAULT_wxUSE_OPTIMISE=no
4469 DEFAULT_wxUSE_DEBUG_FLAG=no
4470 DEFAULT_wxUSE_DEBUG_INFO=no
4474 DEFAULT_wxUSE_DEBUG_FLAG=yes
4475 DEFAULT_wxUSE_DEBUG_INFO=no
4480 enablestring=disable
4482 if test -z "$defaultval"; then
4483 if test x"$enablestring" = xdisable; then
4490 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
4491 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6; }
4492 # Check whether --enable-debug_flag was given.
4493 if test "${enable_debug_flag+set}" = set; then
4494 enableval=$enable_debug_flag;
4495 if test "$enableval" = yes; then
4496 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=yes'
4498 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=no
'
4503 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
4508 eval "$wx_cv_use_debug_flag"
4510 if test x"$enablestring" = xdisable; then
4511 if test $wxUSE_DEBUG_FLAG = no; then
4517 result=$wxUSE_DEBUG_FLAG
4520 { echo "$as_me:$LINENO: result
: $result" >&5
4521 echo "${ECHO_T}$result" >&6; }
4526 if test -z "$defaultval"; then
4527 if test x"$enablestring" = xdisable; then
4534 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-debug_info" >&5
4535 echo $ECHO_N "checking
for --${enablestring:-enable}-debug_info...
$ECHO_C" >&6; }
4536 # Check whether --enable-debug_info was given.
4537 if test "${enable_debug_info+set}" = set; then
4538 enableval=$enable_debug_info;
4539 if test "$enableval" = yes; then
4540 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
4542 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
4547 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
4552 eval "$wx_cv_use_debug_info"
4554 if test x
"$enablestring" = xdisable
; then
4555 if test $wxUSE_DEBUG_INFO = no
; then
4561 result
=$wxUSE_DEBUG_INFO
4564 { echo "$as_me:$LINENO: result: $result" >&5
4565 echo "${ECHO_T}$result" >&6; }
4572 if test -z "$defaultval"; then
4573 if test x
"$enablestring" = xdisable
; then
4580 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
4581 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6; }
4582 # Check whether --enable-debug_gdb was given.
4583 if test "${enable_debug_gdb+set}" = set; then
4584 enableval
=$enable_debug_gdb;
4585 if test "$enableval" = yes; then
4586 wx_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
4588 wx_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
4593 wx_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
4598 eval "$wx_cv_use_debug_gdb"
4600 if test x"$enablestring" = xdisable; then
4601 if test $wxUSE_DEBUG_GDB = no; then
4607 result=$wxUSE_DEBUG_GDB
4610 { echo "$as_me:$LINENO: result: $result" >&5
4611 echo "${ECHO_T}$result" >&6; }
4616 if test -z "$defaultval"; then
4617 if test x"$enablestring" = xdisable; then
4624 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
4625 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6; }
4626 # Check whether --enable-debug_cntxt was given.
4627 if test "${enable_debug_cntxt+set}" = set; then
4628 enableval=$enable_debug_cntxt;
4629 if test "$enableval" = yes; then
4630 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=yes'
4632 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=no
'
4637 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
4642 eval "$wx_cv_use_debug_cntxt"
4644 if test x"$enablestring" = xdisable; then
4645 if test $wxUSE_DEBUG_CONTEXT = no; then
4651 result=$wxUSE_DEBUG_CONTEXT
4654 { echo "$as_me:$LINENO: result
: $result" >&5
4655 echo "${ECHO_T}$result" >&6; }
4660 if test -z "$defaultval"; then
4661 if test x"$enablestring" = xdisable; then
4668 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-mem_tracing" >&5
4669 echo $ECHO_N "checking
for --${enablestring:-enable}-mem_tracing...
$ECHO_C" >&6; }
4670 # Check whether --enable-mem_tracing was given.
4671 if test "${enable_mem_tracing+set}" = set; then
4672 enableval=$enable_mem_tracing;
4673 if test "$enableval" = yes; then
4674 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
4676 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
4681 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
4686 eval "$wx_cv_use_mem_tracing"
4688 if test x
"$enablestring" = xdisable
; then
4689 if test $wxUSE_MEM_TRACING = no
; then
4695 result
=$wxUSE_MEM_TRACING
4698 { echo "$as_me:$LINENO: result: $result" >&5
4699 echo "${ECHO_T}$result" >&6; }
4704 enablestring
=disable
4706 if test -z "$defaultval"; then
4707 if test x
"$enablestring" = xdisable
; then
4714 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
4715 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6; }
4716 # Check whether --enable-shared was given.
4717 if test "${enable_shared+set}" = set; then
4718 enableval
=$enable_shared;
4719 if test "$enableval" = yes; then
4720 wx_cv_use_shared
='wxUSE_SHARED=yes'
4722 wx_cv_use_shared
='wxUSE_SHARED=no'
4727 wx_cv_use_shared
='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
4732 eval "$wx_cv_use_shared"
4734 if test x"$enablestring" = xdisable; then
4735 if test $wxUSE_SHARED = no; then
4741 result=$wxUSE_SHARED
4744 { echo "$as_me:$LINENO: result: $result" >&5
4745 echo "${ECHO_T}$result" >&6; }
4750 if test -z "$defaultval"; then
4751 if test x"$enablestring" = xdisable; then
4758 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
4759 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6; }
4760 # Check whether --enable-stl was given.
4761 if test "${enable_stl+set}" = set; then
4762 enableval=$enable_stl;
4763 if test "$enableval" = yes; then
4764 wx_cv_use_stl='wxUSE_STL
=yes'
4766 wx_cv_use_stl='wxUSE_STL
=no
'
4771 wx_cv_use_stl='wxUSE_STL
=${'DEFAULT_wxUSE_STL":-$defaultval}"
4776 eval "$wx_cv_use_stl"
4778 if test x"$enablestring" = xdisable; then
4779 if test $wxUSE_STL = no; then
4788 { echo "$as_me:$LINENO: result
: $result" >&5
4789 echo "${ECHO_T}$result" >&6; }
4791 if test "$wxUSE_STL" = "yes"; then
4792 DEFAULT_wxUSE_STD_CONTAINERS=yes
4793 DEFAULT_wxUSE_STD_IOSTREAM=yes
4794 DEFAULT_wxUSE_STD_STRING=yes
4799 if test -z "$defaultval"; then
4800 if test x"$enablestring" = xdisable; then
4807 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-std_containers" >&5
4808 echo $ECHO_N "checking
for --${enablestring:-enable}-std_containers...
$ECHO_C" >&6; }
4809 # Check whether --enable-std_containers was given.
4810 if test "${enable_std_containers+set}" = set; then
4811 enableval=$enable_std_containers;
4812 if test "$enableval" = yes; then
4813 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=yes'
4815 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=no'
4820 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=${'DEFAULT_wxUSE_STD_CONTAINERS":-$defaultval}"
4825 eval "$wx_cv_use_std_containers"
4827 if test x
"$enablestring" = xdisable
; then
4828 if test $wxUSE_STD_CONTAINERS = no
; then
4834 result
=$wxUSE_STD_CONTAINERS
4837 { echo "$as_me:$LINENO: result: $result" >&5
4838 echo "${ECHO_T}$result" >&6; }
4843 if test -z "$defaultval"; then
4844 if test x
"$enablestring" = xdisable
; then
4851 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
4852 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6; }
4853 # Check whether --enable-std_iostreams was given.
4854 if test "${enable_std_iostreams+set}" = set; then
4855 enableval
=$enable_std_iostreams;
4856 if test "$enableval" = yes; then
4857 wx_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
4859 wx_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
4864 wx_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
4869 eval "$wx_cv_use_std_iostreams"
4871 if test x"$enablestring" = xdisable; then
4872 if test $wxUSE_STD_IOSTREAM = no; then
4878 result=$wxUSE_STD_IOSTREAM
4881 { echo "$as_me:$LINENO: result: $result" >&5
4882 echo "${ECHO_T}$result" >&6; }
4887 if test -z "$defaultval"; then
4888 if test x"$enablestring" = xdisable; then
4895 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
4896 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6; }
4897 # Check whether --enable-std_string was given.
4898 if test "${enable_std_string+set}" = set; then
4899 enableval=$enable_std_string;
4900 if test "$enableval" = yes; then
4901 wx_cv_use_std_string='wxUSE_STD_STRING
=yes'
4903 wx_cv_use_std_string='wxUSE_STD_STRING
=no
'
4908 wx_cv_use_std_string='wxUSE_STD_STRING
=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
4913 eval "$wx_cv_use_std_string"
4915 if test x"$enablestring" = xdisable; then
4916 if test $wxUSE_STD_STRING = no; then
4922 result=$wxUSE_STD_STRING
4925 { echo "$as_me:$LINENO: result
: $result" >&5
4926 echo "${ECHO_T}$result" >&6; }
4931 if test -z "$defaultval"; then
4932 if test x"$enablestring" = xdisable; then
4939 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-std_string_conv_in_wxstring" >&5
4940 echo $ECHO_N "checking
for --${enablestring:-enable}-std_string_conv_in_wxstring...
$ECHO_C" >&6; }
4941 # Check whether --enable-std_string_conv_in_wxstring was given.
4942 if test "${enable_std_string_conv_in_wxstring+set}" = set; then
4943 enableval=$enable_std_string_conv_in_wxstring;
4944 if test "$enableval" = yes; then
4945 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=yes'
4947 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=no'
4952 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=${'DEFAULT_wxUSE_STD_STRING_CONV_IN_WXSTRING":-$defaultval}"
4957 eval "$wx_cv_use_std_string_conv_in_wxstring"
4959 if test x
"$enablestring" = xdisable
; then
4960 if test $wxUSE_STD_STRING_CONV_IN_WXSTRING = no
; then
4966 result
=$wxUSE_STD_STRING_CONV_IN_WXSTRING
4969 { echo "$as_me:$LINENO: result: $result" >&5
4970 echo "${ECHO_T}$result" >&6; }
4973 enablestring
=disable
4975 if test -z "$defaultval"; then
4976 if test x
"$enablestring" = xdisable
; then
4983 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4984 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6; }
4985 # Check whether --enable-unicode was given.
4986 if test "${enable_unicode+set}" = set; then
4987 enableval
=$enable_unicode;
4988 if test "$enableval" = yes; then
4989 wx_cv_use_unicode
='wxUSE_UNICODE=yes'
4991 wx_cv_use_unicode
='wxUSE_UNICODE=no'
4996 wx_cv_use_unicode
='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
5001 eval "$wx_cv_use_unicode"
5003 if test x"$enablestring" = xdisable; then
5004 if test $wxUSE_UNICODE = no; then
5010 result=$wxUSE_UNICODE
5013 { echo "$as_me:$LINENO: result: $result" >&5
5014 echo "${ECHO_T}$result" >&6; }
5019 if test -z "$defaultval"; then
5020 if test x"$enablestring" = xdisable; then
5027 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5028 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6; }
5029 # Check whether --enable-mslu was given.
5030 if test "${enable_mslu+set}" = set; then
5031 enableval=$enable_mslu;
5032 if test "$enableval" = yes; then
5033 wx_cv_use_mslu='wxUSE_UNICODE_MSLU
=yes'
5035 wx_cv_use_mslu='wxUSE_UNICODE_MSLU
=no
'
5040 wx_cv_use_mslu='wxUSE_UNICODE_MSLU
=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
5045 eval "$wx_cv_use_mslu"
5047 if test x"$enablestring" = xdisable; then
5048 if test $wxUSE_UNICODE_MSLU = no; then
5054 result=$wxUSE_UNICODE_MSLU
5057 { echo "$as_me:$LINENO: result
: $result" >&5
5058 echo "${ECHO_T}$result" >&6; }
5062 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-utf8" >&5
5063 echo $ECHO_N "checking
for --${enablestring:-enable}-utf8...
$ECHO_C" >&6; }
5064 # Check whether --enable-utf8 was given.
5065 if test "${enable_utf8+set}" = set; then
5066 enableval=$enable_utf8;
5067 wx_cv_use_utf8="wxUSE_UNICODE_UTF8
='$enableval'"
5071 wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
5076 eval "$wx_cv_use_utf8"
5078 { echo "$as_me:$LINENO: result
: $wxUSE_UNICODE_UTF8" >&5
5079 echo "${ECHO_T}$wxUSE_UNICODE_UTF8" >&6; }
5084 if test -z "$defaultval"; then
5085 if test x"$enablestring" = xdisable; then
5092 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-utf8only" >&5
5093 echo $ECHO_N "checking
for --${enablestring:-enable}-utf8only...
$ECHO_C" >&6; }
5094 # Check whether --enable-utf8only was given.
5095 if test "${enable_utf8only+set}" = set; then
5096 enableval=$enable_utf8only;
5097 if test "$enableval" = yes; then
5098 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
5100 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
5105 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
5110 eval "$wx_cv_use_utf8only"
5112 if test x
"$enablestring" = xdisable
; then
5113 if test $wxUSE_UNICODE_UTF8_LOCALE = no
; then
5119 result
=$wxUSE_UNICODE_UTF8_LOCALE
5122 { echo "$as_me:$LINENO: result: $result" >&5
5123 echo "${ECHO_T}$result" >&6; }
5128 if test -z "$defaultval"; then
5129 if test x
"$enablestring" = xdisable
; then
5136 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-extended_rtti" >&5
5137 echo $ECHO_N "checking for --${enablestring:-enable}-extended_rtti... $ECHO_C" >&6; }
5138 # Check whether --enable-extended_rtti was given.
5139 if test "${enable_extended_rtti+set}" = set; then
5140 enableval
=$enable_extended_rtti;
5141 if test "$enableval" = yes; then
5142 wx_cv_use_extended_rtti
='wxUSE_EXTENDED_RTTI=yes'
5144 wx_cv_use_extended_rtti
='wxUSE_EXTENDED_RTTI=no'
5149 wx_cv_use_extended_rtti
='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
5154 eval "$wx_cv_use_extended_rtti"
5156 if test x"$enablestring" = xdisable; then
5157 if test $wxUSE_EXTENDED_RTTI = no; then
5163 result=$wxUSE_EXTENDED_RTTI
5166 { echo "$as_me:$LINENO: result: $result" >&5
5167 echo "${ECHO_T}$result" >&6; }
5169 if test "$USE_OS2" = 1; then
5170 DEFAULT_wxUSE_OMF=no
5174 if test -z "$defaultval"; then
5175 if test x"$enablestring" = xdisable; then
5182 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
5183 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6; }
5184 # Check whether --enable-omf was given.
5185 if test "${enable_omf+set}" = set; then
5186 enableval=$enable_omf;
5187 if test "$enableval" = yes; then
5188 wx_cv_use_omf='wxUSE_OMF
=yes'
5190 wx_cv_use_omf='wxUSE_OMF
=no
'
5195 wx_cv_use_omf='wxUSE_OMF
=${'DEFAULT_wxUSE_OMF":-$defaultval}"
5200 eval "$wx_cv_use_omf"
5202 if test x"$enablestring" = xdisable; then
5203 if test $wxUSE_OMF = no; then
5212 { echo "$as_me:$LINENO: result
: $result" >&5
5213 echo "${ECHO_T}$result" >&6; }
5218 enablestring=disable
5220 if test -z "$defaultval"; then
5221 if test x"$enablestring" = xdisable; then
5228 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-optimise" >&5
5229 echo $ECHO_N "checking
for --${enablestring:-enable}-optimise...
$ECHO_C" >&6; }
5230 # Check whether --enable-optimise was given.
5231 if test "${enable_optimise+set}" = set; then
5232 enableval=$enable_optimise;
5233 if test "$enableval" = yes; then
5234 wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
5236 wx_cv_use_optimise='wxUSE_OPTIMISE=no'
5241 wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
5246 eval "$wx_cv_use_optimise"
5248 if test x
"$enablestring" = xdisable
; then
5249 if test $wxUSE_OPTIMISE = no
; then
5255 result
=$wxUSE_OPTIMISE
5258 { echo "$as_me:$LINENO: result: $result" >&5
5259 echo "${ECHO_T}$result" >&6; }
5265 if test -z "$defaultval"; then
5266 if test x
"$enablestring" = xdisable
; then
5273 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
5274 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6; }
5275 # Check whether --enable-profile was given.
5276 if test "${enable_profile+set}" = set; then
5277 enableval
=$enable_profile;
5278 if test "$enableval" = yes; then
5279 wx_cv_use_profile
='wxUSE_PROFILE=yes'
5281 wx_cv_use_profile
='wxUSE_PROFILE=no'
5286 wx_cv_use_profile
='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
5291 eval "$wx_cv_use_profile"
5293 if test x"$enablestring" = xdisable; then
5294 if test $wxUSE_PROFILE = no; then
5300 result=$wxUSE_PROFILE
5303 { echo "$as_me:$LINENO: result: $result" >&5
5304 echo "${ECHO_T}$result" >&6; }
5309 if test -z "$defaultval"; then
5310 if test x"$enablestring" = xdisable; then
5317 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
5318 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6; }
5319 # Check whether --enable-no_rtti was given.
5320 if test "${enable_no_rtti+set}" = set; then
5321 enableval=$enable_no_rtti;
5322 if test "$enableval" = yes; then
5323 wx_cv_use_no_rtti='wxUSE_NO_RTTI
=yes'
5325 wx_cv_use_no_rtti='wxUSE_NO_RTTI
=no
'
5330 wx_cv_use_no_rtti='wxUSE_NO_RTTI
=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
5335 eval "$wx_cv_use_no_rtti"
5337 if test x"$enablestring" = xdisable; then
5338 if test $wxUSE_NO_RTTI = no; then
5344 result=$wxUSE_NO_RTTI
5347 { echo "$as_me:$LINENO: result
: $result" >&5
5348 echo "${ECHO_T}$result" >&6; }
5353 if test -z "$defaultval"; then
5354 if test x"$enablestring" = xdisable; then
5361 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-no_exceptions" >&5
5362 echo $ECHO_N "checking
for --${enablestring:-enable}-no_exceptions...
$ECHO_C" >&6; }
5363 # Check whether --enable-no_exceptions was given.
5364 if test "${enable_no_exceptions+set}" = set; then
5365 enableval=$enable_no_exceptions;
5366 if test "$enableval" = yes; then
5367 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
5369 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
5374 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
5379 eval "$wx_cv_use_no_exceptions"
5381 if test x
"$enablestring" = xdisable
; then
5382 if test $wxUSE_NO_EXCEPTIONS = no
; then
5388 result
=$wxUSE_NO_EXCEPTIONS
5391 { echo "$as_me:$LINENO: result: $result" >&5
5392 echo "${ECHO_T}$result" >&6; }
5397 if test -z "$defaultval"; then
5398 if test x
"$enablestring" = xdisable
; then
5405 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
5406 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6; }
5407 # Check whether --enable-permissive was given.
5408 if test "${enable_permissive+set}" = set; then
5409 enableval
=$enable_permissive;
5410 if test "$enableval" = yes; then
5411 wx_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
5413 wx_cv_use_permissive
='wxUSE_PERMISSIVE=no'
5418 wx_cv_use_permissive
='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
5423 eval "$wx_cv_use_permissive"
5425 if test x"$enablestring" = xdisable; then
5426 if test $wxUSE_PERMISSIVE = no; then
5432 result=$wxUSE_PERMISSIVE
5435 { echo "$as_me:$LINENO: result: $result" >&5
5436 echo "${ECHO_T}$result" >&6; }
5441 if test -z "$defaultval"; then
5442 if test x"$enablestring" = xdisable; then
5449 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
5450 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6; }
5451 # Check whether --enable-no_deps was given.
5452 if test "${enable_no_deps+set}" = set; then
5453 enableval=$enable_no_deps;
5454 if test "$enableval" = yes; then
5455 wx_cv_use_no_deps='wxUSE_NO_DEPS
=yes'
5457 wx_cv_use_no_deps='wxUSE_NO_DEPS
=no
'
5462 wx_cv_use_no_deps='wxUSE_NO_DEPS
=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
5467 eval "$wx_cv_use_no_deps"
5469 if test x"$enablestring" = xdisable; then
5470 if test $wxUSE_NO_DEPS = no; then
5476 result=$wxUSE_NO_DEPS
5479 { echo "$as_me:$LINENO: result
: $result" >&5
5480 echo "${ECHO_T}$result" >&6; }
5483 enablestring=disable
5485 if test -z "$defaultval"; then
5486 if test x"$enablestring" = xdisable; then
5493 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-vararg_macros" >&5
5494 echo $ECHO_N "checking
for --${enablestring:-enable}-vararg_macros...
$ECHO_C" >&6; }
5495 # Check whether --enable-vararg_macros was given.
5496 if test "${enable_vararg_macros+set}" = set; then
5497 enableval=$enable_vararg_macros;
5498 if test "$enableval" = yes; then
5499 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
5501 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
5506 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
5511 eval "$wx_cv_use_vararg_macros"
5513 if test x
"$enablestring" = xdisable
; then
5514 if test $wxUSE_VARARG_MACROS = no
; then
5520 result
=$wxUSE_VARARG_MACROS
5523 { echo "$as_me:$LINENO: result: $result" >&5
5524 echo "${ECHO_T}$result" >&6; }
5529 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
5530 echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6; }
5531 # Check whether --enable-universal_binary was given.
5532 if test "${enable_universal_binary+set}" = set; then
5533 enableval
=$enable_universal_binary;
5534 wx_cv_use_universal_binary
="wxUSE_UNIVERSAL_BINARY='$enableval'"
5538 wx_cv_use_universal_binary
='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
5543 eval "$wx_cv_use_universal_binary"
5545 { echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
5546 echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6; }
5550 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-macosx_arch" >&5
5551 echo $ECHO_N "checking for --${enablestring:-enable}-macosx_arch... $ECHO_C" >&6; }
5552 # Check whether --enable-macosx_arch was given.
5553 if test "${enable_macosx_arch+set}" = set; then
5554 enableval
=$enable_macosx_arch;
5555 wx_cv_use_macosx_arch
="wxUSE_MAC_ARCH='$enableval'"
5559 wx_cv_use_macosx_arch
='wxUSE_MAC_ARCH='$DEFAULT_wxUSE_MAC_ARCH
5564 eval "$wx_cv_use_macosx_arch"
5566 { echo "$as_me:$LINENO: result: $wxUSE_MAC_ARCH" >&5
5567 echo "${ECHO_T}$wxUSE_MAC_ARCH" >&6; }
5573 if test -z "$defaultval"; then
5574 if test x
"$enablestring" = xdisable
; then
5581 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
5582 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6; }
5583 # Check whether --enable-compat26 was given.
5584 if test "${enable_compat26+set}" = set; then
5585 enableval
=$enable_compat26;
5586 if test "$enableval" = yes; then
5587 wx_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=yes'
5589 wx_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=no'
5594 wx_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
5599 eval "$wx_cv_use_compat26"
5601 if test x"$enablestring" = xdisable; then
5602 if test $WXWIN_COMPATIBILITY_2_6 = no; then
5608 result=$WXWIN_COMPATIBILITY_2_6
5611 { echo "$as_me:$LINENO: result: $result" >&5
5612 echo "${ECHO_T}$result" >&6; }
5615 enablestring=disable
5617 if test -z "$defaultval"; then
5618 if test x"$enablestring" = xdisable; then
5625 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat28" >&5
5626 echo $ECHO_N "checking for --${enablestring:-enable}-compat28... $ECHO_C" >&6; }
5627 # Check whether --enable-compat28 was given.
5628 if test "${enable_compat28+set}" = set; then
5629 enableval=$enable_compat28;
5630 if test "$enableval" = yes; then
5631 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8
=yes'
5633 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8
=no
'
5638 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8
=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
5643 eval "$wx_cv_use_compat28"
5645 if test x"$enablestring" = xdisable; then
5646 if test $WXWIN_COMPATIBILITY_2_8 = no; then
5652 result=$WXWIN_COMPATIBILITY_2_8
5655 { echo "$as_me:$LINENO: result
: $result" >&5
5656 echo "${ECHO_T}$result" >&6; }
5660 enablestring=disable
5662 if test -z "$defaultval"; then
5663 if test x"$enablestring" = xdisable; then
5670 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-rpath" >&5
5671 echo $ECHO_N "checking
for --${enablestring:-enable}-rpath...
$ECHO_C" >&6; }
5672 # Check whether --enable-rpath was given.
5673 if test "${enable_rpath+set}" = set; then
5674 enableval=$enable_rpath;
5675 if test "$enableval" = yes; then
5676 wx_cv_use_rpath='wxUSE_RPATH=yes'
5678 wx_cv_use_rpath='wxUSE_RPATH=no'
5683 wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
5688 eval "$wx_cv_use_rpath"
5690 if test x
"$enablestring" = xdisable
; then
5691 if test $wxUSE_RPATH = no
; then
5700 { echo "$as_me:$LINENO: result: $result" >&5
5701 echo "${ECHO_T}$result" >&6; }
5707 if test -z "$defaultval"; then
5708 if test x
"$enablestring" = xdisable
; then
5715 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-objc_uniquifying" >&5
5716 echo $ECHO_N "checking for --${enablestring:-enable}-objc_uniquifying... $ECHO_C" >&6; }
5717 # Check whether --enable-objc_uniquifying was given.
5718 if test "${enable_objc_uniquifying+set}" = set; then
5719 enableval
=$enable_objc_uniquifying;
5720 if test "$enableval" = yes; then
5721 wx_cv_use_objc_uniquifying
='wxUSE_OBJC_UNIQUIFYING=yes'
5723 wx_cv_use_objc_uniquifying
='wxUSE_OBJC_UNIQUIFYING=no'
5728 wx_cv_use_objc_uniquifying
='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
5733 eval "$wx_cv_use_objc_uniquifying"
5735 if test x"$enablestring" = xdisable; then
5736 if test $wxUSE_OBJC_UNIQUIFYING = no; then
5742 result=$wxUSE_OBJC_UNIQUIFYING
5745 { echo "$as_me:$LINENO: result: $result" >&5
5746 echo "${ECHO_T}$result" >&6; }
5750 enablestring=disable
5752 if test -z "$defaultval"; then
5753 if test x"$enablestring" = xdisable; then
5760 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-visibility" >&5
5761 echo $ECHO_N "checking for --${enablestring:-enable}-visibility... $ECHO_C" >&6; }
5762 # Check whether --enable-visibility was given.
5763 if test "${enable_visibility+set}" = set; then
5764 enableval=$enable_visibility;
5765 if test "$enableval" = yes; then
5766 wx_cv_use_visibility='wxUSE_VISIBILITY
=yes'
5768 wx_cv_use_visibility='wxUSE_VISIBILITY
=no
'
5773 wx_cv_use_visibility='wxUSE_VISIBILITY
=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
5778 eval "$wx_cv_use_visibility"
5780 if test x"$enablestring" = xdisable; then
5781 if test $wxUSE_VISIBILITY = no; then
5787 result=$wxUSE_VISIBILITY
5790 { echo "$as_me:$LINENO: result
: $result" >&5
5791 echo "${ECHO_T}$result" >&6; }
5794 enablestring=disable
5796 if test -z "$defaultval"; then
5797 if test x"$enablestring" = xdisable; then
5804 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-tls" >&5
5805 echo $ECHO_N "checking
for --${enablestring:-enable}-tls...
$ECHO_C" >&6; }
5806 # Check whether --enable-tls was given.
5807 if test "${enable_tls+set}" = set; then
5808 enableval=$enable_tls;
5809 if test "$enableval" = yes; then
5810 wx_cv_use_tls='wxUSE_COMPILER_TLS=yes'
5812 wx_cv_use_tls='wxUSE_COMPILER_TLS=no'
5817 wx_cv_use_tls='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
5822 eval "$wx_cv_use_tls"
5824 if test x
"$enablestring" = xdisable
; then
5825 if test $wxUSE_COMPILER_TLS = no
; then
5831 result
=$wxUSE_COMPILER_TLS
5834 { echo "$as_me:$LINENO: result: $result" >&5
5835 echo "${ECHO_T}$result" >&6; }
5841 defaultval
=$wxUSE_ALL_FEATURES
5842 if test -z "$defaultval"; then
5843 if test x
"$enablestring" = xdisable
; then
5850 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
5851 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6; }
5852 # Check whether --enable-intl was given.
5853 if test "${enable_intl+set}" = set; then
5854 enableval
=$enable_intl;
5855 if test "$enableval" = yes; then
5856 wx_cv_use_intl
='wxUSE_INTL=yes'
5858 wx_cv_use_intl
='wxUSE_INTL=no'
5863 wx_cv_use_intl
='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
5868 eval "$wx_cv_use_intl"
5870 if test x"$enablestring" = xdisable; then
5871 if test $wxUSE_INTL = no; then
5880 { echo "$as_me:$LINENO: result: $result" >&5
5881 echo "${ECHO_T}$result" >&6; }
5885 defaultval=$wxUSE_ALL_FEATURES
5886 if test -z "$defaultval"; then
5887 if test x"$enablestring" = xdisable; then
5894 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xlocale" >&5
5895 echo $ECHO_N "checking for --${enablestring:-enable}-xlocale... $ECHO_C" >&6; }
5896 # Check whether --enable-xlocale was given.
5897 if test "${enable_xlocale+set}" = set; then
5898 enableval=$enable_xlocale;
5899 if test "$enableval" = yes; then
5900 wx_cv_use_xlocale='wxUSE_XLOCALE
=yes'
5902 wx_cv_use_xlocale='wxUSE_XLOCALE
=no
'
5907 wx_cv_use_xlocale='wxUSE_XLOCALE
=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
5912 eval "$wx_cv_use_xlocale"
5914 if test x"$enablestring" = xdisable; then
5915 if test $wxUSE_XLOCALE = no; then
5921 result=$wxUSE_XLOCALE
5924 { echo "$as_me:$LINENO: result
: $result" >&5
5925 echo "${ECHO_T}$result" >&6; }
5929 defaultval=$wxUSE_ALL_FEATURES
5930 if test -z "$defaultval"; then
5931 if test x"$enablestring" = xdisable; then
5938 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-config" >&5
5939 echo $ECHO_N "checking
for --${enablestring:-enable}-config...
$ECHO_C" >&6; }
5940 # Check whether --enable-config was given.
5941 if test "${enable_config+set}" = set; then
5942 enableval=$enable_config;
5943 if test "$enableval" = yes; then
5944 wx_cv_use_config='wxUSE_CONFIG=yes'
5946 wx_cv_use_config='wxUSE_CONFIG=no'
5951 wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
5956 eval "$wx_cv_use_config"
5958 if test x
"$enablestring" = xdisable
; then
5959 if test $wxUSE_CONFIG = no
; then
5965 result
=$wxUSE_CONFIG
5968 { echo "$as_me:$LINENO: result: $result" >&5
5969 echo "${ECHO_T}$result" >&6; }
5974 defaultval
=$wxUSE_ALL_FEATURES
5975 if test -z "$defaultval"; then
5976 if test x
"$enablestring" = xdisable
; then
5983 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
5984 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6; }
5985 # Check whether --enable-protocols was given.
5986 if test "${enable_protocols+set}" = set; then
5987 enableval
=$enable_protocols;
5988 if test "$enableval" = yes; then
5989 wx_cv_use_protocols
='wxUSE_PROTOCOL=yes'
5991 wx_cv_use_protocols
='wxUSE_PROTOCOL=no'
5996 wx_cv_use_protocols
='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
6001 eval "$wx_cv_use_protocols"
6003 if test x"$enablestring" = xdisable; then
6004 if test $wxUSE_PROTOCOL = no; then
6010 result=$wxUSE_PROTOCOL
6013 { echo "$as_me:$LINENO: result: $result" >&5
6014 echo "${ECHO_T}$result" >&6; }
6018 defaultval=$wxUSE_ALL_FEATURES
6019 if test -z "$defaultval"; then
6020 if test x"$enablestring" = xdisable; then
6027 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
6028 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6; }
6029 # Check whether --enable-ftp was given.
6030 if test "${enable_ftp+set}" = set; then
6031 enableval=$enable_ftp;
6032 if test "$enableval" = yes; then
6033 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP
=yes'
6035 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP
=no
'
6040 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP
=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
6045 eval "$wx_cv_use_ftp"
6047 if test x"$enablestring" = xdisable; then
6048 if test $wxUSE_PROTOCOL_FTP = no; then
6054 result=$wxUSE_PROTOCOL_FTP
6057 { echo "$as_me:$LINENO: result
: $result" >&5
6058 echo "${ECHO_T}$result" >&6; }
6062 defaultval=$wxUSE_ALL_FEATURES
6063 if test -z "$defaultval"; then
6064 if test x"$enablestring" = xdisable; then
6071 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-http" >&5
6072 echo $ECHO_N "checking
for --${enablestring:-enable}-http...
$ECHO_C" >&6; }
6073 # Check whether --enable-http was given.
6074 if test "${enable_http+set}" = set; then
6075 enableval=$enable_http;
6076 if test "$enableval" = yes; then
6077 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
6079 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
6084 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
6089 eval "$wx_cv_use_http"
6091 if test x
"$enablestring" = xdisable
; then
6092 if test $wxUSE_PROTOCOL_HTTP = no
; then
6098 result
=$wxUSE_PROTOCOL_HTTP
6101 { echo "$as_me:$LINENO: result: $result" >&5
6102 echo "${ECHO_T}$result" >&6; }
6106 defaultval
=$wxUSE_ALL_FEATURES
6107 if test -z "$defaultval"; then
6108 if test x
"$enablestring" = xdisable
; then
6115 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
6116 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6; }
6117 # Check whether --enable-fileproto was given.
6118 if test "${enable_fileproto+set}" = set; then
6119 enableval
=$enable_fileproto;
6120 if test "$enableval" = yes; then
6121 wx_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
6123 wx_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
6128 wx_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
6133 eval "$wx_cv_use_fileproto"
6135 if test x"$enablestring" = xdisable; then
6136 if test $wxUSE_PROTOCOL_FILE = no; then
6142 result=$wxUSE_PROTOCOL_FILE
6145 { echo "$as_me:$LINENO: result: $result" >&5
6146 echo "${ECHO_T}$result" >&6; }
6150 defaultval=$wxUSE_ALL_FEATURES
6151 if test -z "$defaultval"; then
6152 if test x"$enablestring" = xdisable; then
6159 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
6160 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6; }
6161 # Check whether --enable-sockets was given.
6162 if test "${enable_sockets+set}" = set; then
6163 enableval=$enable_sockets;
6164 if test "$enableval" = yes; then
6165 wx_cv_use_sockets='wxUSE_SOCKETS
=yes'
6167 wx_cv_use_sockets='wxUSE_SOCKETS
=no
'
6172 wx_cv_use_sockets='wxUSE_SOCKETS
=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
6177 eval "$wx_cv_use_sockets"
6179 if test x"$enablestring" = xdisable; then
6180 if test $wxUSE_SOCKETS = no; then
6186 result=$wxUSE_SOCKETS
6189 { echo "$as_me:$LINENO: result
: $result" >&5
6190 echo "${ECHO_T}$result" >&6; }
6194 defaultval=$wxUSE_ALL_FEATURES
6195 if test -z "$defaultval"; then
6196 if test x"$enablestring" = xdisable; then
6203 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-ipv6" >&5
6204 echo $ECHO_N "checking
for --${enablestring:-enable}-ipv6...
$ECHO_C" >&6; }
6205 # Check whether --enable-ipv6 was given.
6206 if test "${enable_ipv6+set}" = set; then
6207 enableval=$enable_ipv6;
6208 if test "$enableval" = yes; then
6209 wx_cv_use_ipv6='wxUSE_IPV6=yes'
6211 wx_cv_use_ipv6='wxUSE_IPV6=no'
6216 wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
6221 eval "$wx_cv_use_ipv6"
6223 if test x
"$enablestring" = xdisable
; then
6224 if test $wxUSE_IPV6 = no
; then
6233 { echo "$as_me:$LINENO: result: $result" >&5
6234 echo "${ECHO_T}$result" >&6; }
6238 defaultval
=$wxUSE_ALL_FEATURES
6239 if test -z "$defaultval"; then
6240 if test x
"$enablestring" = xdisable
; then
6247 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
6248 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6; }
6249 # Check whether --enable-ole was given.
6250 if test "${enable_ole+set}" = set; then
6251 enableval
=$enable_ole;
6252 if test "$enableval" = yes; then
6253 wx_cv_use_ole
='wxUSE_OLE=yes'
6255 wx_cv_use_ole
='wxUSE_OLE=no'
6260 wx_cv_use_ole
='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
6265 eval "$wx_cv_use_ole"
6267 if test x"$enablestring" = xdisable; then
6268 if test $wxUSE_OLE = no; then
6277 { echo "$as_me:$LINENO: result: $result" >&5
6278 echo "${ECHO_T}$result" >&6; }
6282 defaultval=$wxUSE_ALL_FEATURES
6283 if test -z "$defaultval"; then
6284 if test x"$enablestring" = xdisable; then
6291 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
6292 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6; }
6293 # Check whether --enable-dataobj was given.
6294 if test "${enable_dataobj+set}" = set; then
6295 enableval=$enable_dataobj;
6296 if test "$enableval" = yes; then
6297 wx_cv_use_dataobj='wxUSE_DATAOBJ
=yes'
6299 wx_cv_use_dataobj='wxUSE_DATAOBJ
=no
'
6304 wx_cv_use_dataobj='wxUSE_DATAOBJ
=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
6309 eval "$wx_cv_use_dataobj"
6311 if test x"$enablestring" = xdisable; then
6312 if test $wxUSE_DATAOBJ = no; then
6318 result=$wxUSE_DATAOBJ
6321 { echo "$as_me:$LINENO: result
: $result" >&5
6322 echo "${ECHO_T}$result" >&6; }
6327 defaultval=$wxUSE_ALL_FEATURES
6328 if test -z "$defaultval"; then
6329 if test x"$enablestring" = xdisable; then
6336 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-ipc" >&5
6337 echo $ECHO_N "checking
for --${enablestring:-enable}-ipc...
$ECHO_C" >&6; }
6338 # Check whether --enable-ipc was given.
6339 if test "${enable_ipc+set}" = set; then
6340 enableval=$enable_ipc;
6341 if test "$enableval" = yes; then
6342 wx_cv_use_ipc='wxUSE_IPC=yes'
6344 wx_cv_use_ipc='wxUSE_IPC=no'
6349 wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
6354 eval "$wx_cv_use_ipc"
6356 if test x
"$enablestring" = xdisable
; then
6357 if test $wxUSE_IPC = no
; then
6366 { echo "$as_me:$LINENO: result: $result" >&5
6367 echo "${ECHO_T}$result" >&6; }
6372 defaultval
=$wxUSE_ALL_FEATURES
6373 if test -z "$defaultval"; then
6374 if test x
"$enablestring" = xdisable
; then
6381 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-baseevtloop" >&5
6382 echo $ECHO_N "checking for --${enablestring:-enable}-baseevtloop... $ECHO_C" >&6; }
6383 # Check whether --enable-baseevtloop was given.
6384 if test "${enable_baseevtloop+set}" = set; then
6385 enableval
=$enable_baseevtloop;
6386 if test "$enableval" = yes; then
6387 wx_cv_use_baseevtloop
='wxUSE_CONSOLE_EVENTLOOP=yes'
6389 wx_cv_use_baseevtloop
='wxUSE_CONSOLE_EVENTLOOP=no'
6394 wx_cv_use_baseevtloop
='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
6399 eval "$wx_cv_use_baseevtloop"
6401 if test x"$enablestring" = xdisable; then
6402 if test $wxUSE_CONSOLE_EVENTLOOP = no; then
6408 result=$wxUSE_CONSOLE_EVENTLOOP
6411 { echo "$as_me:$LINENO: result: $result" >&5
6412 echo "${ECHO_T}$result" >&6; }
6416 defaultval=$wxUSE_ALL_FEATURES
6417 if test -z "$defaultval"; then
6418 if test x"$enablestring" = xdisable; then
6425 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-epollloop" >&5
6426 echo $ECHO_N "checking for --${enablestring:-enable}-epollloop... $ECHO_C" >&6; }
6427 # Check whether --enable-epollloop was given.
6428 if test "${enable_epollloop+set}" = set; then
6429 enableval=$enable_epollloop;
6430 if test "$enableval" = yes; then
6431 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER
=yes'
6433 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER
=no
'
6438 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER
=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
6443 eval "$wx_cv_use_epollloop"
6445 if test x"$enablestring" = xdisable; then
6446 if test $wxUSE_EPOLL_DISPATCHER = no; then
6452 result=$wxUSE_EPOLL_DISPATCHER
6455 { echo "$as_me:$LINENO: result
: $result" >&5
6456 echo "${ECHO_T}$result" >&6; }
6460 defaultval=$wxUSE_ALL_FEATURES
6461 if test -z "$defaultval"; then
6462 if test x"$enablestring" = xdisable; then
6469 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-selectloop" >&5
6470 echo $ECHO_N "checking
for --${enablestring:-enable}-selectloop...
$ECHO_C" >&6; }
6471 # Check whether --enable-selectloop was given.
6472 if test "${enable_selectloop+set}" = set; then
6473 enableval=$enable_selectloop;
6474 if test "$enableval" = yes; then
6475 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
6477 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
6482 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
6487 eval "$wx_cv_use_selectloop"
6489 if test x
"$enablestring" = xdisable
; then
6490 if test $wxUSE_SELECT_DISPATCHER = no
; then
6496 result
=$wxUSE_SELECT_DISPATCHER
6499 { echo "$as_me:$LINENO: result: $result" >&5
6500 echo "${ECHO_T}$result" >&6; }
6505 defaultval
=$wxUSE_ALL_FEATURES
6506 if test -z "$defaultval"; then
6507 if test x
"$enablestring" = xdisable
; then
6514 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-any" >&5
6515 echo $ECHO_N "checking for --${enablestring:-enable}-any... $ECHO_C" >&6; }
6516 # Check whether --enable-any was given.
6517 if test "${enable_any+set}" = set; then
6518 enableval
=$enable_any;
6519 if test "$enableval" = yes; then
6520 wx_cv_use_any
='wxUSE_ANY=yes'
6522 wx_cv_use_any
='wxUSE_ANY=no'
6527 wx_cv_use_any
='wxUSE_ANY=${'DEFAULT_wxUSE_ANY":-$defaultval}"
6532 eval "$wx_cv_use_any"
6534 if test x"$enablestring" = xdisable; then
6535 if test $wxUSE_ANY = no; then
6544 { echo "$as_me:$LINENO: result: $result" >&5
6545 echo "${ECHO_T}$result" >&6; }
6549 defaultval=$wxUSE_ALL_FEATURES
6550 if test -z "$defaultval"; then
6551 if test x"$enablestring" = xdisable; then
6558 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
6559 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6; }
6560 # Check whether --enable-apple_ieee was given.
6561 if test "${enable_apple_ieee+set}" = set; then
6562 enableval=$enable_apple_ieee;
6563 if test "$enableval" = yes; then
6564 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=yes'
6566 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=no
'
6571 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
6576 eval "$wx_cv_use_apple_ieee"
6578 if test x"$enablestring" = xdisable; then
6579 if test $wxUSE_APPLE_IEEE = no; then
6585 result=$wxUSE_APPLE_IEEE
6588 { echo "$as_me:$LINENO: result
: $result" >&5
6589 echo "${ECHO_T}$result" >&6; }
6593 defaultval=$wxUSE_ALL_FEATURES
6594 if test -z "$defaultval"; then
6595 if test x"$enablestring" = xdisable; then
6602 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-arcstream" >&5
6603 echo $ECHO_N "checking
for --${enablestring:-enable}-arcstream...
$ECHO_C" >&6; }
6604 # Check whether --enable-arcstream was given.
6605 if test "${enable_arcstream+set}" = set; then
6606 enableval=$enable_arcstream;
6607 if test "$enableval" = yes; then
6608 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
6610 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
6615 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
6620 eval "$wx_cv_use_arcstream"
6622 if test x
"$enablestring" = xdisable
; then
6623 if test $wxUSE_ARCHIVE_STREAMS = no
; then
6629 result
=$wxUSE_ARCHIVE_STREAMS
6632 { echo "$as_me:$LINENO: result: $result" >&5
6633 echo "${ECHO_T}$result" >&6; }
6637 defaultval
=$wxUSE_ALL_FEATURES
6638 if test -z "$defaultval"; then
6639 if test x
"$enablestring" = xdisable
; then
6646 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-base64" >&5
6647 echo $ECHO_N "checking for --${enablestring:-enable}-base64... $ECHO_C" >&6; }
6648 # Check whether --enable-base64 was given.
6649 if test "${enable_base64+set}" = set; then
6650 enableval
=$enable_base64;
6651 if test "$enableval" = yes; then
6652 wx_cv_use_base64
='wxUSE_BASE64=yes'
6654 wx_cv_use_base64
='wxUSE_BASE64=no'
6659 wx_cv_use_base64
='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
6664 eval "$wx_cv_use_base64"
6666 if test x"$enablestring" = xdisable; then
6667 if test $wxUSE_BASE64 = no; then
6673 result=$wxUSE_BASE64
6676 { echo "$as_me:$LINENO: result: $result" >&5
6677 echo "${ECHO_T}$result" >&6; }
6681 defaultval=$wxUSE_ALL_FEATURES
6682 if test -z "$defaultval"; then
6683 if test x"$enablestring" = xdisable; then
6690 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
6691 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6; }
6692 # Check whether --enable-backtrace was given.
6693 if test "${enable_backtrace+set}" = set; then
6694 enableval=$enable_backtrace;
6695 if test "$enableval" = yes; then
6696 wx_cv_use_backtrace='wxUSE_STACKWALKER
=yes'
6698 wx_cv_use_backtrace='wxUSE_STACKWALKER
=no
'
6703 wx_cv_use_backtrace='wxUSE_STACKWALKER
=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
6708 eval "$wx_cv_use_backtrace"
6710 if test x"$enablestring" = xdisable; then
6711 if test $wxUSE_STACKWALKER = no; then
6717 result=$wxUSE_STACKWALKER
6720 { echo "$as_me:$LINENO: result
: $result" >&5
6721 echo "${ECHO_T}$result" >&6; }
6725 defaultval=$wxUSE_ALL_FEATURES
6726 if test -z "$defaultval"; then
6727 if test x"$enablestring" = xdisable; then
6734 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-catch_segvs" >&5
6735 echo $ECHO_N "checking
for --${enablestring:-enable}-catch_segvs...
$ECHO_C" >&6; }
6736 # Check whether --enable-catch_segvs was given.
6737 if test "${enable_catch_segvs+set}" = set; then
6738 enableval=$enable_catch_segvs;
6739 if test "$enableval" = yes; then
6740 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
6742 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
6747 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
6752 eval "$wx_cv_use_catch_segvs"
6754 if test x
"$enablestring" = xdisable
; then
6755 if test $wxUSE_ON_FATAL_EXCEPTION = no
; then
6761 result
=$wxUSE_ON_FATAL_EXCEPTION
6764 { echo "$as_me:$LINENO: result: $result" >&5
6765 echo "${ECHO_T}$result" >&6; }
6769 defaultval
=$wxUSE_ALL_FEATURES
6770 if test -z "$defaultval"; then
6771 if test x
"$enablestring" = xdisable
; then
6778 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
6779 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6; }
6780 # Check whether --enable-cmdline was given.
6781 if test "${enable_cmdline+set}" = set; then
6782 enableval
=$enable_cmdline;
6783 if test "$enableval" = yes; then
6784 wx_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
6786 wx_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
6791 wx_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
6796 eval "$wx_cv_use_cmdline"
6798 if test x"$enablestring" = xdisable; then
6799 if test $wxUSE_CMDLINE_PARSER = no; then
6805 result=$wxUSE_CMDLINE_PARSER
6808 { echo "$as_me:$LINENO: result: $result" >&5
6809 echo "${ECHO_T}$result" >&6; }
6813 defaultval=$wxUSE_ALL_FEATURES
6814 if test -z "$defaultval"; then
6815 if test x"$enablestring" = xdisable; then
6822 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
6823 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6; }
6824 # Check whether --enable-datetime was given.
6825 if test "${enable_datetime+set}" = set; then
6826 enableval=$enable_datetime;
6827 if test "$enableval" = yes; then
6828 wx_cv_use_datetime='wxUSE_DATETIME
=yes'
6830 wx_cv_use_datetime='wxUSE_DATETIME
=no
'
6835 wx_cv_use_datetime='wxUSE_DATETIME
=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
6840 eval "$wx_cv_use_datetime"
6842 if test x"$enablestring" = xdisable; then
6843 if test $wxUSE_DATETIME = no; then
6849 result=$wxUSE_DATETIME
6852 { echo "$as_me:$LINENO: result
: $result" >&5
6853 echo "${ECHO_T}$result" >&6; }
6857 defaultval=$wxUSE_ALL_FEATURES
6858 if test -z "$defaultval"; then
6859 if test x"$enablestring" = xdisable; then
6866 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-debugreport" >&5
6867 echo $ECHO_N "checking
for --${enablestring:-enable}-debugreport...
$ECHO_C" >&6; }
6868 # Check whether --enable-debugreport was given.
6869 if test "${enable_debugreport+set}" = set; then
6870 enableval=$enable_debugreport;
6871 if test "$enableval" = yes; then
6872 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
6874 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
6879 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
6884 eval "$wx_cv_use_debugreport"
6886 if test x
"$enablestring" = xdisable
; then
6887 if test $wxUSE_DEBUGREPORT = no
; then
6893 result
=$wxUSE_DEBUGREPORT
6896 { echo "$as_me:$LINENO: result: $result" >&5
6897 echo "${ECHO_T}$result" >&6; }
6901 defaultval
=$wxUSE_ALL_FEATURES
6902 if test -z "$defaultval"; then
6903 if test x
"$enablestring" = xdisable
; then
6910 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
6911 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6; }
6912 # Check whether --enable-dialupman was given.
6913 if test "${enable_dialupman+set}" = set; then
6914 enableval
=$enable_dialupman;
6915 if test "$enableval" = yes; then
6916 wx_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
6918 wx_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
6923 wx_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
6928 eval "$wx_cv_use_dialupman"
6930 if test x"$enablestring" = xdisable; then
6931 if test $wxUSE_DIALUP_MANAGER = no; then
6937 result=$wxUSE_DIALUP_MANAGER
6940 { echo "$as_me:$LINENO: result: $result" >&5
6941 echo "${ECHO_T}$result" >&6; }
6945 defaultval=$wxUSE_ALL_FEATURES
6946 if test -z "$defaultval"; then
6947 if test x"$enablestring" = xdisable; then
6954 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
6955 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6; }
6956 # Check whether --enable-dynlib was given.
6957 if test "${enable_dynlib+set}" = set; then
6958 enableval=$enable_dynlib;
6959 if test "$enableval" = yes; then
6960 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=yes'
6962 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=no
'
6967 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
6972 eval "$wx_cv_use_dynlib"
6974 if test x"$enablestring" = xdisable; then
6975 if test $wxUSE_DYNLIB_CLASS = no; then
6981 result=$wxUSE_DYNLIB_CLASS
6984 { echo "$as_me:$LINENO: result
: $result" >&5
6985 echo "${ECHO_T}$result" >&6; }
6989 defaultval=$wxUSE_ALL_FEATURES
6990 if test -z "$defaultval"; then
6991 if test x"$enablestring" = xdisable; then
6998 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-dynamicloader" >&5
6999 echo $ECHO_N "checking
for --${enablestring:-enable}-dynamicloader...
$ECHO_C" >&6; }
7000 # Check whether --enable-dynamicloader was given.
7001 if test "${enable_dynamicloader+set}" = set; then
7002 enableval=$enable_dynamicloader;
7003 if test "$enableval" = yes; then
7004 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
7006 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
7011 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
7016 eval "$wx_cv_use_dynamicloader"
7018 if test x
"$enablestring" = xdisable
; then
7019 if test $wxUSE_DYNAMIC_LOADER = no
; then
7025 result
=$wxUSE_DYNAMIC_LOADER
7028 { echo "$as_me:$LINENO: result: $result" >&5
7029 echo "${ECHO_T}$result" >&6; }
7033 defaultval
=$wxUSE_ALL_FEATURES
7034 if test -z "$defaultval"; then
7035 if test x
"$enablestring" = xdisable
; then
7042 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
7043 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6; }
7044 # Check whether --enable-exceptions was given.
7045 if test "${enable_exceptions+set}" = set; then
7046 enableval
=$enable_exceptions;
7047 if test "$enableval" = yes; then
7048 wx_cv_use_exceptions
='wxUSE_EXCEPTIONS=yes'
7050 wx_cv_use_exceptions
='wxUSE_EXCEPTIONS=no'
7055 wx_cv_use_exceptions
='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
7060 eval "$wx_cv_use_exceptions"
7062 if test x"$enablestring" = xdisable; then
7063 if test $wxUSE_EXCEPTIONS = no; then
7069 result=$wxUSE_EXCEPTIONS
7072 { echo "$as_me:$LINENO: result: $result" >&5
7073 echo "${ECHO_T}$result" >&6; }
7077 defaultval=$wxUSE_ALL_FEATURES
7078 if test -z "$defaultval"; then
7079 if test x"$enablestring" = xdisable; then
7086 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
7087 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6; }
7088 # Check whether --enable-ffile was given.
7089 if test "${enable_ffile+set}" = set; then
7090 enableval=$enable_ffile;
7091 if test "$enableval" = yes; then
7092 wx_cv_use_ffile='wxUSE_FFILE
=yes'
7094 wx_cv_use_ffile='wxUSE_FFILE
=no
'
7099 wx_cv_use_ffile='wxUSE_FFILE
=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
7104 eval "$wx_cv_use_ffile"
7106 if test x"$enablestring" = xdisable; then
7107 if test $wxUSE_FFILE = no; then
7116 { echo "$as_me:$LINENO: result
: $result" >&5
7117 echo "${ECHO_T}$result" >&6; }
7121 defaultval=$wxUSE_ALL_FEATURES
7122 if test -z "$defaultval"; then
7123 if test x"$enablestring" = xdisable; then
7130 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-file" >&5
7131 echo $ECHO_N "checking
for --${enablestring:-enable}-file...
$ECHO_C" >&6; }
7132 # Check whether --enable-file was given.
7133 if test "${enable_file+set}" = set; then
7134 enableval=$enable_file;
7135 if test "$enableval" = yes; then
7136 wx_cv_use_file='wxUSE_FILE=yes'
7138 wx_cv_use_file='wxUSE_FILE=no'
7143 wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
7148 eval "$wx_cv_use_file"
7150 if test x
"$enablestring" = xdisable
; then
7151 if test $wxUSE_FILE = no
; then
7160 { echo "$as_me:$LINENO: result: $result" >&5
7161 echo "${ECHO_T}$result" >&6; }
7165 defaultval
=$wxUSE_ALL_FEATURES
7166 if test -z "$defaultval"; then
7167 if test x
"$enablestring" = xdisable
; then
7174 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filehistory" >&5
7175 echo $ECHO_N "checking for --${enablestring:-enable}-filehistory... $ECHO_C" >&6; }
7176 # Check whether --enable-filehistory was given.
7177 if test "${enable_filehistory+set}" = set; then
7178 enableval
=$enable_filehistory;
7179 if test "$enableval" = yes; then
7180 wx_cv_use_filehistory
='wxUSE_FILE_HISTORY=yes'
7182 wx_cv_use_filehistory
='wxUSE_FILE_HISTORY=no'
7187 wx_cv_use_filehistory
='wxUSE_FILE_HISTORY=${'DEFAULT_wxUSE_FILE_HISTORY":-$defaultval}"
7192 eval "$wx_cv_use_filehistory"
7194 if test x"$enablestring" = xdisable; then
7195 if test $wxUSE_FILE_HISTORY = no; then
7201 result=$wxUSE_FILE_HISTORY
7204 { echo "$as_me:$LINENO: result: $result" >&5
7205 echo "${ECHO_T}$result" >&6; }
7209 defaultval=$wxUSE_ALL_FEATURES
7210 if test -z "$defaultval"; then
7211 if test x"$enablestring" = xdisable; then
7218 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
7219 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6; }
7220 # Check whether --enable-filesystem was given.
7221 if test "${enable_filesystem+set}" = set; then
7222 enableval=$enable_filesystem;
7223 if test "$enableval" = yes; then
7224 wx_cv_use_filesystem='wxUSE_FILESYSTEM
=yes'
7226 wx_cv_use_filesystem='wxUSE_FILESYSTEM
=no
'
7231 wx_cv_use_filesystem='wxUSE_FILESYSTEM
=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
7236 eval "$wx_cv_use_filesystem"
7238 if test x"$enablestring" = xdisable; then
7239 if test $wxUSE_FILESYSTEM = no; then
7245 result=$wxUSE_FILESYSTEM
7248 { echo "$as_me:$LINENO: result
: $result" >&5
7249 echo "${ECHO_T}$result" >&6; }
7253 defaultval=$wxUSE_ALL_FEATURES
7254 if test -z "$defaultval"; then
7255 if test x"$enablestring" = xdisable; then
7262 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-fontenum" >&5
7263 echo $ECHO_N "checking
for --${enablestring:-enable}-fontenum...
$ECHO_C" >&6; }
7264 # Check whether --enable-fontenum was given.
7265 if test "${enable_fontenum+set}" = set; then
7266 enableval=$enable_fontenum;
7267 if test "$enableval" = yes; then
7268 wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
7270 wx_cv_use_fontenum='wxUSE_FONTENUM=no'
7275 wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
7280 eval "$wx_cv_use_fontenum"
7282 if test x
"$enablestring" = xdisable
; then
7283 if test $wxUSE_FONTENUM = no
; then
7289 result
=$wxUSE_FONTENUM
7292 { echo "$as_me:$LINENO: result: $result" >&5
7293 echo "${ECHO_T}$result" >&6; }
7297 defaultval
=$wxUSE_ALL_FEATURES
7298 if test -z "$defaultval"; then
7299 if test x
"$enablestring" = xdisable
; then
7306 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
7307 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6; }
7308 # Check whether --enable-fontmap was given.
7309 if test "${enable_fontmap+set}" = set; then
7310 enableval
=$enable_fontmap;
7311 if test "$enableval" = yes; then
7312 wx_cv_use_fontmap
='wxUSE_FONTMAP=yes'
7314 wx_cv_use_fontmap
='wxUSE_FONTMAP=no'
7319 wx_cv_use_fontmap
='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
7324 eval "$wx_cv_use_fontmap"
7326 if test x"$enablestring" = xdisable; then
7327 if test $wxUSE_FONTMAP = no; then
7333 result=$wxUSE_FONTMAP
7336 { echo "$as_me:$LINENO: result: $result" >&5
7337 echo "${ECHO_T}$result" >&6; }
7341 defaultval=$wxUSE_ALL_FEATURES
7342 if test -z "$defaultval"; then
7343 if test x"$enablestring" = xdisable; then
7350 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_archive" >&5
7351 echo $ECHO_N "checking for --${enablestring:-enable}-fs_archive... $ECHO_C" >&6; }
7352 # Check whether --enable-fs_archive was given.
7353 if test "${enable_fs_archive+set}" = set; then
7354 enableval=$enable_fs_archive;
7355 if test "$enableval" = yes; then
7356 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE
=yes'
7358 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE
=no
'
7363 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE
=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
7368 eval "$wx_cv_use_fs_archive"
7370 if test x"$enablestring" = xdisable; then
7371 if test $wxUSE_FS_ARCHIVE = no; then
7377 result=$wxUSE_FS_ARCHIVE
7380 { echo "$as_me:$LINENO: result
: $result" >&5
7381 echo "${ECHO_T}$result" >&6; }
7385 defaultval=$wxUSE_ALL_FEATURES
7386 if test -z "$defaultval"; then
7387 if test x"$enablestring" = xdisable; then
7394 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-fs_inet" >&5
7395 echo $ECHO_N "checking
for --${enablestring:-enable}-fs_inet...
$ECHO_C" >&6; }
7396 # Check whether --enable-fs_inet was given.
7397 if test "${enable_fs_inet+set}" = set; then
7398 enableval=$enable_fs_inet;
7399 if test "$enableval" = yes; then
7400 wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
7402 wx_cv_use_fs_inet='wxUSE_FS_INET=no'
7407 wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
7412 eval "$wx_cv_use_fs_inet"
7414 if test x
"$enablestring" = xdisable
; then
7415 if test $wxUSE_FS_INET = no
; then
7421 result
=$wxUSE_FS_INET
7424 { echo "$as_me:$LINENO: result: $result" >&5
7425 echo "${ECHO_T}$result" >&6; }
7429 defaultval
=$wxUSE_ALL_FEATURES
7430 if test -z "$defaultval"; then
7431 if test x
"$enablestring" = xdisable
; then
7438 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
7439 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6; }
7440 # Check whether --enable-fs_zip was given.
7441 if test "${enable_fs_zip+set}" = set; then
7442 enableval
=$enable_fs_zip;
7443 if test "$enableval" = yes; then
7444 wx_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
7446 wx_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
7451 wx_cv_use_fs_zip
='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
7456 eval "$wx_cv_use_fs_zip"
7458 if test x"$enablestring" = xdisable; then
7459 if test $wxUSE_FS_ZIP = no; then
7465 result=$wxUSE_FS_ZIP
7468 { echo "$as_me:$LINENO: result: $result" >&5
7469 echo "${ECHO_T}$result" >&6; }
7473 defaultval=$wxUSE_ALL_FEATURES
7474 if test -z "$defaultval"; then
7475 if test x"$enablestring" = xdisable; then
7482 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fswatcher" >&5
7483 echo $ECHO_N "checking for --${enablestring:-enable}-fswatcher... $ECHO_C" >&6; }
7484 # Check whether --enable-fswatcher was given.
7485 if test "${enable_fswatcher+set}" = set; then
7486 enableval=$enable_fswatcher;
7487 if test "$enableval" = yes; then
7488 wx_cv_use_fswatcher='wxUSE_FSWATCHER
=yes'
7490 wx_cv_use_fswatcher='wxUSE_FSWATCHER
=no
'
7495 wx_cv_use_fswatcher='wxUSE_FSWATCHER
=${'DEFAULT_wxUSE_FSWATCHER":-$defaultval}"
7500 eval "$wx_cv_use_fswatcher"
7502 if test x"$enablestring" = xdisable; then
7503 if test $wxUSE_FSWATCHER = no; then
7509 result=$wxUSE_FSWATCHER
7512 { echo "$as_me:$LINENO: result
: $result" >&5
7513 echo "${ECHO_T}$result" >&6; }
7517 defaultval=$wxUSE_ALL_FEATURES
7518 if test -z "$defaultval"; then
7519 if test x"$enablestring" = xdisable; then
7526 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-geometry" >&5
7527 echo $ECHO_N "checking
for --${enablestring:-enable}-geometry...
$ECHO_C" >&6; }
7528 # Check whether --enable-geometry was given.
7529 if test "${enable_geometry+set}" = set; then
7530 enableval=$enable_geometry;
7531 if test "$enableval" = yes; then
7532 wx_cv_use_geometry='wxUSE_GEOMETRY=yes'
7534 wx_cv_use_geometry='wxUSE_GEOMETRY=no'
7539 wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
7544 eval "$wx_cv_use_geometry"
7546 if test x
"$enablestring" = xdisable
; then
7547 if test $wxUSE_GEOMETRY = no
; then
7553 result
=$wxUSE_GEOMETRY
7556 { echo "$as_me:$LINENO: result: $result" >&5
7557 echo "${ECHO_T}$result" >&6; }
7561 defaultval
=$wxUSE_ALL_FEATURES
7562 if test -z "$defaultval"; then
7563 if test x
"$enablestring" = xdisable
; then
7570 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
7571 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6; }
7572 # Check whether --enable-log was given.
7573 if test "${enable_log+set}" = set; then
7574 enableval
=$enable_log;
7575 if test "$enableval" = yes; then
7576 wx_cv_use_log
='wxUSE_LOG=yes'
7578 wx_cv_use_log
='wxUSE_LOG=no'
7583 wx_cv_use_log
='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
7588 eval "$wx_cv_use_log"
7590 if test x"$enablestring" = xdisable; then
7591 if test $wxUSE_LOG = no; then
7600 { echo "$as_me:$LINENO: result: $result" >&5
7601 echo "${ECHO_T}$result" >&6; }
7605 defaultval=$wxUSE_ALL_FEATURES
7606 if test -z "$defaultval"; then
7607 if test x"$enablestring" = xdisable; then
7614 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
7615 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6; }
7616 # Check whether --enable-longlong was given.
7617 if test "${enable_longlong+set}" = set; then
7618 enableval=$enable_longlong;
7619 if test "$enableval" = yes; then
7620 wx_cv_use_longlong='wxUSE_LONGLONG
=yes'
7622 wx_cv_use_longlong='wxUSE_LONGLONG
=no
'
7627 wx_cv_use_longlong='wxUSE_LONGLONG
=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
7632 eval "$wx_cv_use_longlong"
7634 if test x"$enablestring" = xdisable; then
7635 if test $wxUSE_LONGLONG = no; then
7641 result=$wxUSE_LONGLONG
7644 { echo "$as_me:$LINENO: result
: $result" >&5
7645 echo "${ECHO_T}$result" >&6; }
7649 defaultval=$wxUSE_ALL_FEATURES
7650 if test -z "$defaultval"; then
7651 if test x"$enablestring" = xdisable; then
7658 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-mimetype" >&5
7659 echo $ECHO_N "checking
for --${enablestring:-enable}-mimetype...
$ECHO_C" >&6; }
7660 # Check whether --enable-mimetype was given.
7661 if test "${enable_mimetype+set}" = set; then
7662 enableval=$enable_mimetype;
7663 if test "$enableval" = yes; then
7664 wx_cv_use_mimetype='wxUSE_MIMETYPE=yes'
7666 wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
7671 wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
7676 eval "$wx_cv_use_mimetype"
7678 if test x
"$enablestring" = xdisable
; then
7679 if test $wxUSE_MIMETYPE = no
; then
7685 result
=$wxUSE_MIMETYPE
7688 { echo "$as_me:$LINENO: result: $result" >&5
7689 echo "${ECHO_T}$result" >&6; }
7693 defaultval
=$wxUSE_ALL_FEATURES
7694 if test -z "$defaultval"; then
7695 if test x
"$enablestring" = xdisable
; then
7702 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printfposparam" >&5
7703 echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6; }
7704 # Check whether --enable-printfposparam was given.
7705 if test "${enable_printfposparam+set}" = set; then
7706 enableval
=$enable_printfposparam;
7707 if test "$enableval" = yes; then
7708 wx_cv_use_printfposparam
='wxUSE_PRINTF_POS_PARAMS=yes'
7710 wx_cv_use_printfposparam
='wxUSE_PRINTF_POS_PARAMS=no'
7715 wx_cv_use_printfposparam
='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
7720 eval "$wx_cv_use_printfposparam"
7722 if test x"$enablestring" = xdisable; then
7723 if test $wxUSE_PRINTF_POS_PARAMS = no; then
7729 result=$wxUSE_PRINTF_POS_PARAMS
7732 { echo "$as_me:$LINENO: result: $result" >&5
7733 echo "${ECHO_T}$result" >&6; }
7737 defaultval=$wxUSE_ALL_FEATURES
7738 if test -z "$defaultval"; then
7739 if test x"$enablestring" = xdisable; then
7746 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
7747 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6; }
7748 # Check whether --enable-snglinst was given.
7749 if test "${enable_snglinst+set}" = set; then
7750 enableval=$enable_snglinst;
7751 if test "$enableval" = yes; then
7752 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
=yes'
7754 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
=no
'
7759 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
7764 eval "$wx_cv_use_snglinst"
7766 if test x"$enablestring" = xdisable; then
7767 if test $wxUSE_SNGLINST_CHECKER = no; then
7773 result=$wxUSE_SNGLINST_CHECKER
7776 { echo "$as_me:$LINENO: result
: $result" >&5
7777 echo "${ECHO_T}$result" >&6; }
7781 defaultval=$wxUSE_ALL_FEATURES
7782 if test -z "$defaultval"; then
7783 if test x"$enablestring" = xdisable; then
7790 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-sound" >&5
7791 echo $ECHO_N "checking
for --${enablestring:-enable}-sound...
$ECHO_C" >&6; }
7792 # Check whether --enable-sound was given.
7793 if test "${enable_sound+set}" = set; then
7794 enableval=$enable_sound;
7795 if test "$enableval" = yes; then
7796 wx_cv_use_sound='wxUSE_SOUND=yes'
7798 wx_cv_use_sound='wxUSE_SOUND=no'
7803 wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
7808 eval "$wx_cv_use_sound"
7810 if test x
"$enablestring" = xdisable
; then
7811 if test $wxUSE_SOUND = no
; then
7820 { echo "$as_me:$LINENO: result: $result" >&5
7821 echo "${ECHO_T}$result" >&6; }
7825 defaultval
=$wxUSE_ALL_FEATURES
7826 if test -z "$defaultval"; then
7827 if test x
"$enablestring" = xdisable
; then
7834 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
7835 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6; }
7836 # Check whether --enable-stdpaths was given.
7837 if test "${enable_stdpaths+set}" = set; then
7838 enableval
=$enable_stdpaths;
7839 if test "$enableval" = yes; then
7840 wx_cv_use_stdpaths
='wxUSE_STDPATHS=yes'
7842 wx_cv_use_stdpaths
='wxUSE_STDPATHS=no'
7847 wx_cv_use_stdpaths
='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
7852 eval "$wx_cv_use_stdpaths"
7854 if test x"$enablestring" = xdisable; then
7855 if test $wxUSE_STDPATHS = no; then
7861 result=$wxUSE_STDPATHS
7864 { echo "$as_me:$LINENO: result: $result" >&5
7865 echo "${ECHO_T}$result" >&6; }
7869 defaultval=$wxUSE_ALL_FEATURES
7870 if test -z "$defaultval"; then
7871 if test x"$enablestring" = xdisable; then
7878 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
7879 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6; }
7880 # Check whether --enable-stopwatch was given.
7881 if test "${enable_stopwatch+set}" = set; then
7882 enableval=$enable_stopwatch;
7883 if test "$enableval" = yes; then
7884 wx_cv_use_stopwatch='wxUSE_STOPWATCH
=yes'
7886 wx_cv_use_stopwatch='wxUSE_STOPWATCH
=no
'
7891 wx_cv_use_stopwatch='wxUSE_STOPWATCH
=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
7896 eval "$wx_cv_use_stopwatch"
7898 if test x"$enablestring" = xdisable; then
7899 if test $wxUSE_STOPWATCH = no; then
7905 result=$wxUSE_STOPWATCH
7908 { echo "$as_me:$LINENO: result
: $result" >&5
7909 echo "${ECHO_T}$result" >&6; }
7913 defaultval=$wxUSE_ALL_FEATURES
7914 if test -z "$defaultval"; then
7915 if test x"$enablestring" = xdisable; then
7922 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-streams" >&5
7923 echo $ECHO_N "checking
for --${enablestring:-enable}-streams...
$ECHO_C" >&6; }
7924 # Check whether --enable-streams was given.
7925 if test "${enable_streams+set}" = set; then
7926 enableval=$enable_streams;
7927 if test "$enableval" = yes; then
7928 wx_cv_use_streams='wxUSE_STREAMS=yes'
7930 wx_cv_use_streams='wxUSE_STREAMS=no'
7935 wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
7940 eval "$wx_cv_use_streams"
7942 if test x
"$enablestring" = xdisable
; then
7943 if test $wxUSE_STREAMS = no
; then
7949 result
=$wxUSE_STREAMS
7952 { echo "$as_me:$LINENO: result: $result" >&5
7953 echo "${ECHO_T}$result" >&6; }
7957 defaultval
=$wxUSE_ALL_FEATURES
7958 if test -z "$defaultval"; then
7959 if test x
"$enablestring" = xdisable
; then
7966 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sysoptions" >&5
7967 echo $ECHO_N "checking for --${enablestring:-enable}-sysoptions... $ECHO_C" >&6; }
7968 # Check whether --enable-sysoptions was given.
7969 if test "${enable_sysoptions+set}" = set; then
7970 enableval
=$enable_sysoptions;
7971 if test "$enableval" = yes; then
7972 wx_cv_use_sysoptions
='wxUSE_SYSTEM_OPTIONS=yes'
7974 wx_cv_use_sysoptions
='wxUSE_SYSTEM_OPTIONS=no'
7979 wx_cv_use_sysoptions
='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
7984 eval "$wx_cv_use_sysoptions"
7986 if test x"$enablestring" = xdisable; then
7987 if test $wxUSE_SYSTEM_OPTIONS = no; then
7993 result=$wxUSE_SYSTEM_OPTIONS
7996 { echo "$as_me:$LINENO: result: $result" >&5
7997 echo "${ECHO_T}$result" >&6; }
8001 defaultval=$wxUSE_ALL_FEATURES
8002 if test -z "$defaultval"; then
8003 if test x"$enablestring" = xdisable; then
8010 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tarstream" >&5
8011 echo $ECHO_N "checking for --${enablestring:-enable}-tarstream... $ECHO_C" >&6; }
8012 # Check whether --enable-tarstream was given.
8013 if test "${enable_tarstream+set}" = set; then
8014 enableval=$enable_tarstream;
8015 if test "$enableval" = yes; then
8016 wx_cv_use_tarstream='wxUSE_TARSTREAM
=yes'
8018 wx_cv_use_tarstream='wxUSE_TARSTREAM
=no
'
8023 wx_cv_use_tarstream='wxUSE_TARSTREAM
=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
8028 eval "$wx_cv_use_tarstream"
8030 if test x"$enablestring" = xdisable; then
8031 if test $wxUSE_TARSTREAM = no; then
8037 result=$wxUSE_TARSTREAM
8040 { echo "$as_me:$LINENO: result
: $result" >&5
8041 echo "${ECHO_T}$result" >&6; }
8045 defaultval=$wxUSE_ALL_FEATURES
8046 if test -z "$defaultval"; then
8047 if test x"$enablestring" = xdisable; then
8054 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-textbuf" >&5
8055 echo $ECHO_N "checking
for --${enablestring:-enable}-textbuf...
$ECHO_C" >&6; }
8056 # Check whether --enable-textbuf was given.
8057 if test "${enable_textbuf+set}" = set; then
8058 enableval=$enable_textbuf;
8059 if test "$enableval" = yes; then
8060 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
8062 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
8067 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
8072 eval "$wx_cv_use_textbuf"
8074 if test x
"$enablestring" = xdisable
; then
8075 if test $wxUSE_TEXTBUFFER = no
; then
8081 result
=$wxUSE_TEXTBUFFER
8084 { echo "$as_me:$LINENO: result: $result" >&5
8085 echo "${ECHO_T}$result" >&6; }
8089 defaultval
=$wxUSE_ALL_FEATURES
8090 if test -z "$defaultval"; then
8091 if test x
"$enablestring" = xdisable
; then
8098 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
8099 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6; }
8100 # Check whether --enable-textfile was given.
8101 if test "${enable_textfile+set}" = set; then
8102 enableval
=$enable_textfile;
8103 if test "$enableval" = yes; then
8104 wx_cv_use_textfile
='wxUSE_TEXTFILE=yes'
8106 wx_cv_use_textfile
='wxUSE_TEXTFILE=no'
8111 wx_cv_use_textfile
='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
8116 eval "$wx_cv_use_textfile"
8118 if test x"$enablestring" = xdisable; then
8119 if test $wxUSE_TEXTFILE = no; then
8125 result=$wxUSE_TEXTFILE
8128 { echo "$as_me:$LINENO: result: $result" >&5
8129 echo "${ECHO_T}$result" >&6; }
8133 defaultval=$wxUSE_ALL_FEATURES
8134 if test -z "$defaultval"; then
8135 if test x"$enablestring" = xdisable; then
8142 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
8143 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6; }
8144 # Check whether --enable-timer was given.
8145 if test "${enable_timer+set}" = set; then
8146 enableval=$enable_timer;
8147 if test "$enableval" = yes; then
8148 wx_cv_use_timer='wxUSE_TIMER
=yes'
8150 wx_cv_use_timer='wxUSE_TIMER
=no
'
8155 wx_cv_use_timer='wxUSE_TIMER
=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
8160 eval "$wx_cv_use_timer"
8162 if test x"$enablestring" = xdisable; then
8163 if test $wxUSE_TIMER = no; then
8172 { echo "$as_me:$LINENO: result
: $result" >&5
8173 echo "${ECHO_T}$result" >&6; }
8177 defaultval=$wxUSE_ALL_FEATURES
8178 if test -z "$defaultval"; then
8179 if test x"$enablestring" = xdisable; then
8186 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-variant" >&5
8187 echo $ECHO_N "checking
for --${enablestring:-enable}-variant...
$ECHO_C" >&6; }
8188 # Check whether --enable-variant was given.
8189 if test "${enable_variant+set}" = set; then
8190 enableval=$enable_variant;
8191 if test "$enableval" = yes; then
8192 wx_cv_use_variant='wxUSE_VARIANT=yes'
8194 wx_cv_use_variant='wxUSE_VARIANT=no'
8199 wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
8204 eval "$wx_cv_use_variant"
8206 if test x
"$enablestring" = xdisable
; then
8207 if test $wxUSE_VARIANT = no
; then
8213 result
=$wxUSE_VARIANT
8216 { echo "$as_me:$LINENO: result: $result" >&5
8217 echo "${ECHO_T}$result" >&6; }
8221 defaultval
=$wxUSE_ALL_FEATURES
8222 if test -z "$defaultval"; then
8223 if test x
"$enablestring" = xdisable
; then
8230 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
8231 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6; }
8232 # Check whether --enable-zipstream was given.
8233 if test "${enable_zipstream+set}" = set; then
8234 enableval
=$enable_zipstream;
8235 if test "$enableval" = yes; then
8236 wx_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
8238 wx_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
8243 wx_cv_use_zipstream
='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
8248 eval "$wx_cv_use_zipstream"
8250 if test x"$enablestring" = xdisable; then
8251 if test $wxUSE_ZIPSTREAM = no; then
8257 result=$wxUSE_ZIPSTREAM
8260 { echo "$as_me:$LINENO: result: $result" >&5
8261 echo "${ECHO_T}$result" >&6; }
8266 defaultval=$wxUSE_ALL_FEATURES
8267 if test -z "$defaultval"; then
8268 if test x"$enablestring" = xdisable; then
8275 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
8276 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6; }
8277 # Check whether --enable-url was given.
8278 if test "${enable_url+set}" = set; then
8279 enableval=$enable_url;
8280 if test "$enableval" = yes; then
8281 wx_cv_use_url='wxUSE_URL
=yes'
8283 wx_cv_use_url='wxUSE_URL
=no
'
8288 wx_cv_use_url='wxUSE_URL
=${'DEFAULT_wxUSE_URL":-$defaultval}"
8293 eval "$wx_cv_use_url"
8295 if test x"$enablestring" = xdisable; then
8296 if test $wxUSE_URL = no; then
8305 { echo "$as_me:$LINENO: result
: $result" >&5
8306 echo "${ECHO_T}$result" >&6; }
8310 defaultval=$wxUSE_ALL_FEATURES
8311 if test -z "$defaultval"; then
8312 if test x"$enablestring" = xdisable; then
8319 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-protocol" >&5
8320 echo $ECHO_N "checking
for --${enablestring:-enable}-protocol...
$ECHO_C" >&6; }
8321 # Check whether --enable-protocol was given.
8322 if test "${enable_protocol+set}" = set; then
8323 enableval=$enable_protocol;
8324 if test "$enableval" = yes; then
8325 wx_cv_use_protocol='wxUSE_PROTOCOL=yes'
8327 wx_cv_use_protocol='wxUSE_PROTOCOL=no'
8332 wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
8337 eval "$wx_cv_use_protocol"
8339 if test x
"$enablestring" = xdisable
; then
8340 if test $wxUSE_PROTOCOL = no
; then
8346 result
=$wxUSE_PROTOCOL
8349 { echo "$as_me:$LINENO: result: $result" >&5
8350 echo "${ECHO_T}$result" >&6; }
8354 defaultval
=$wxUSE_ALL_FEATURES
8355 if test -z "$defaultval"; then
8356 if test x
"$enablestring" = xdisable
; then
8363 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
8364 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6; }
8365 # Check whether --enable-protocol_http was given.
8366 if test "${enable_protocol_http+set}" = set; then
8367 enableval
=$enable_protocol_http;
8368 if test "$enableval" = yes; then
8369 wx_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
8371 wx_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
8376 wx_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
8381 eval "$wx_cv_use_protocol_http"
8383 if test x"$enablestring" = xdisable; then
8384 if test $wxUSE_PROTOCOL_HTTP = no; then
8390 result=$wxUSE_PROTOCOL_HTTP
8393 { echo "$as_me:$LINENO: result: $result" >&5
8394 echo "${ECHO_T}$result" >&6; }
8398 defaultval=$wxUSE_ALL_FEATURES
8399 if test -z "$defaultval"; then
8400 if test x"$enablestring" = xdisable; then
8407 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
8408 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6; }
8409 # Check whether --enable-protocol_ftp was given.
8410 if test "${enable_protocol_ftp+set}" = set; then
8411 enableval=$enable_protocol_ftp;
8412 if test "$enableval" = yes; then
8413 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
=yes'
8415 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
=no
'
8420 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
8425 eval "$wx_cv_use_protocol_ftp"
8427 if test x"$enablestring" = xdisable; then
8428 if test $wxUSE_PROTOCOL_FTP = no; then
8434 result=$wxUSE_PROTOCOL_FTP
8437 { echo "$as_me:$LINENO: result
: $result" >&5
8438 echo "${ECHO_T}$result" >&6; }
8442 defaultval=$wxUSE_ALL_FEATURES
8443 if test -z "$defaultval"; then
8444 if test x"$enablestring" = xdisable; then
8451 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-protocol_file" >&5
8452 echo $ECHO_N "checking
for --${enablestring:-enable}-protocol_file...
$ECHO_C" >&6; }
8453 # Check whether --enable-protocol_file was given.
8454 if test "${enable_protocol_file+set}" = set; then
8455 enableval=$enable_protocol_file;
8456 if test "$enableval" = yes; then
8457 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
8459 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
8464 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
8469 eval "$wx_cv_use_protocol_file"
8471 if test x
"$enablestring" = xdisable
; then
8472 if test $wxUSE_PROTOCOL_FILE = no
; then
8478 result
=$wxUSE_PROTOCOL_FILE
8481 { echo "$as_me:$LINENO: result: $result" >&5
8482 echo "${ECHO_T}$result" >&6; }
8487 defaultval
=$wxUSE_ALL_FEATURES
8488 if test -z "$defaultval"; then
8489 if test x
"$enablestring" = xdisable
; then
8496 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
8497 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6; }
8498 # Check whether --enable-threads was given.
8499 if test "${enable_threads+set}" = set; then
8500 enableval
=$enable_threads;
8501 if test "$enableval" = yes; then
8502 wx_cv_use_threads
='wxUSE_THREADS=yes'
8504 wx_cv_use_threads
='wxUSE_THREADS=no'
8509 wx_cv_use_threads
='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
8514 eval "$wx_cv_use_threads"
8516 if test x"$enablestring" = xdisable; then
8517 if test $wxUSE_THREADS = no; then
8523 result=$wxUSE_THREADS
8526 { echo "$as_me:$LINENO: result: $result" >&5
8527 echo "${ECHO_T}$result" >&6; }
8533 if test -z "$defaultval"; then
8534 if test x"$enablestring" = xdisable; then
8541 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iniconf" >&5
8542 echo $ECHO_N "checking for --${enablestring:-enable}-iniconf... $ECHO_C" >&6; }
8543 # Check whether --enable-iniconf was given.
8544 if test "${enable_iniconf+set}" = set; then
8545 enableval=$enable_iniconf;
8546 if test "$enableval" = yes; then
8547 wx_cv_use_iniconf='wxUSE_INICONF
=yes'
8549 wx_cv_use_iniconf='wxUSE_INICONF
=no
'
8554 wx_cv_use_iniconf='wxUSE_INICONF
=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
8559 eval "$wx_cv_use_iniconf"
8561 if test x"$enablestring" = xdisable; then
8562 if test $wxUSE_INICONF = no; then
8568 result=$wxUSE_INICONF
8571 { echo "$as_me:$LINENO: result
: $result" >&5
8572 echo "${ECHO_T}$result" >&6; }
8576 defaultval=$wxUSE_ALL_FEATURES
8577 if test -z "$defaultval"; then
8578 if test x"$enablestring" = xdisable; then
8585 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-regkey" >&5
8586 echo $ECHO_N "checking
for --${enablestring:-enable}-regkey...
$ECHO_C" >&6; }
8587 # Check whether --enable-regkey was given.
8588 if test "${enable_regkey+set}" = set; then
8589 enableval=$enable_regkey;
8590 if test "$enableval" = yes; then
8591 wx_cv_use_regkey='wxUSE_REGKEY=yes'
8593 wx_cv_use_regkey='wxUSE_REGKEY=no'
8598 wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
8603 eval "$wx_cv_use_regkey"
8605 if test x
"$enablestring" = xdisable
; then
8606 if test $wxUSE_REGKEY = no
; then
8612 result
=$wxUSE_REGKEY
8615 { echo "$as_me:$LINENO: result: $result" >&5
8616 echo "${ECHO_T}$result" >&6; }
8619 if test "$wxUSE_GUI" = "yes"; then
8624 defaultval
=$wxUSE_ALL_FEATURES
8625 if test -z "$defaultval"; then
8626 if test x
"$enablestring" = xdisable
; then
8633 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
8634 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6; }
8635 # Check whether --enable-docview was given.
8636 if test "${enable_docview+set}" = set; then
8637 enableval
=$enable_docview;
8638 if test "$enableval" = yes; then
8639 wx_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
8641 wx_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
8646 wx_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
8651 eval "$wx_cv_use_docview"
8653 if test x"$enablestring" = xdisable; then
8654 if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
8660 result=$wxUSE_DOC_VIEW_ARCHITECTURE
8663 { echo "$as_me:$LINENO: result: $result" >&5
8664 echo "${ECHO_T}$result" >&6; }
8668 defaultval=$wxUSE_ALL_FEATURES
8669 if test -z "$defaultval"; then
8670 if test x"$enablestring" = xdisable; then
8677 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
8678 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6; }
8679 # Check whether --enable-help was given.
8680 if test "${enable_help+set}" = set; then
8681 enableval=$enable_help;
8682 if test "$enableval" = yes; then
8683 wx_cv_use_help='wxUSE_HELP
=yes'
8685 wx_cv_use_help='wxUSE_HELP
=no
'
8690 wx_cv_use_help='wxUSE_HELP
=${'DEFAULT_wxUSE_HELP":-$defaultval}"
8695 eval "$wx_cv_use_help"
8697 if test x"$enablestring" = xdisable; then
8698 if test $wxUSE_HELP = no; then
8707 { echo "$as_me:$LINENO: result
: $result" >&5
8708 echo "${ECHO_T}$result" >&6; }
8712 defaultval=$wxUSE_ALL_FEATURES
8713 if test -z "$defaultval"; then
8714 if test x"$enablestring" = xdisable; then
8721 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-mshtmlhelp" >&5
8722 echo $ECHO_N "checking
for --${enablestring:-enable}-mshtmlhelp...
$ECHO_C" >&6; }
8723 # Check whether --enable-mshtmlhelp was given.
8724 if test "${enable_mshtmlhelp+set}" = set; then
8725 enableval=$enable_mshtmlhelp;
8726 if test "$enableval" = yes; then
8727 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
8729 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
8734 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
8739 eval "$wx_cv_use_mshtmlhelp"
8741 if test x
"$enablestring" = xdisable
; then
8742 if test $wxUSE_MS_HTML_HELP = no
; then
8748 result
=$wxUSE_MS_HTML_HELP
8751 { echo "$as_me:$LINENO: result: $result" >&5
8752 echo "${ECHO_T}$result" >&6; }
8756 defaultval
=$wxUSE_ALL_FEATURES
8757 if test -z "$defaultval"; then
8758 if test x
"$enablestring" = xdisable
; then
8765 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
8766 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6; }
8767 # Check whether --enable-html was given.
8768 if test "${enable_html+set}" = set; then
8769 enableval
=$enable_html;
8770 if test "$enableval" = yes; then
8771 wx_cv_use_html
='wxUSE_HTML=yes'
8773 wx_cv_use_html
='wxUSE_HTML=no'
8778 wx_cv_use_html
='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
8783 eval "$wx_cv_use_html"
8785 if test x"$enablestring" = xdisable; then
8786 if test $wxUSE_HTML = no; then
8795 { echo "$as_me:$LINENO: result: $result" >&5
8796 echo "${ECHO_T}$result" >&6; }
8800 defaultval=$wxUSE_ALL_FEATURES
8801 if test -z "$defaultval"; then
8802 if test x"$enablestring" = xdisable; then
8809 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
8810 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6; }
8811 # Check whether --enable-htmlhelp was given.
8812 if test "${enable_htmlhelp+set}" = set; then
8813 enableval=$enable_htmlhelp;
8814 if test "$enableval" = yes; then
8815 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP
=yes'
8817 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP
=no
'
8822 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP
=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
8827 eval "$wx_cv_use_htmlhelp"
8829 if test x"$enablestring" = xdisable; then
8830 if test $wxUSE_WXHTML_HELP = no; then
8836 result=$wxUSE_WXHTML_HELP
8839 { echo "$as_me:$LINENO: result
: $result" >&5
8840 echo "${ECHO_T}$result" >&6; }
8844 defaultval=$wxUSE_ALL_FEATURES
8845 if test -z "$defaultval"; then
8846 if test x"$enablestring" = xdisable; then
8853 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-xrc" >&5
8854 echo $ECHO_N "checking
for --${enablestring:-enable}-xrc...
$ECHO_C" >&6; }
8855 # Check whether --enable-xrc was given.
8856 if test "${enable_xrc+set}" = set; then
8857 enableval=$enable_xrc;
8858 if test "$enableval" = yes; then
8859 wx_cv_use_xrc='wxUSE_XRC=yes'
8861 wx_cv_use_xrc='wxUSE_XRC=no'
8866 wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
8871 eval "$wx_cv_use_xrc"
8873 if test x
"$enablestring" = xdisable
; then
8874 if test $wxUSE_XRC = no
; then
8883 { echo "$as_me:$LINENO: result: $result" >&5
8884 echo "${ECHO_T}$result" >&6; }
8888 defaultval
=$wxUSE_ALL_FEATURES
8889 if test -z "$defaultval"; then
8890 if test x
"$enablestring" = xdisable
; then
8897 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aui" >&5
8898 echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6; }
8899 # Check whether --enable-aui was given.
8900 if test "${enable_aui+set}" = set; then
8901 enableval
=$enable_aui;
8902 if test "$enableval" = yes; then
8903 wx_cv_use_aui
='wxUSE_AUI=yes'
8905 wx_cv_use_aui
='wxUSE_AUI=no'
8910 wx_cv_use_aui
='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
8915 eval "$wx_cv_use_aui"
8917 if test x"$enablestring" = xdisable; then
8918 if test $wxUSE_AUI = no; then
8927 { echo "$as_me:$LINENO: result: $result" >&5
8928 echo "${ECHO_T}$result" >&6; }
8932 defaultval=$wxUSE_ALL_FEATURES
8933 if test -z "$defaultval"; then
8934 if test x"$enablestring" = xdisable; then
8941 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-propgrid" >&5
8942 echo $ECHO_N "checking for --${enablestring:-enable}-propgrid... $ECHO_C" >&6; }
8943 # Check whether --enable-propgrid was given.
8944 if test "${enable_propgrid+set}" = set; then
8945 enableval=$enable_propgrid;
8946 if test "$enableval" = yes; then
8947 wx_cv_use_propgrid='wxUSE_PROPGRID
=yes'
8949 wx_cv_use_propgrid='wxUSE_PROPGRID
=no
'
8954 wx_cv_use_propgrid='wxUSE_PROPGRID
=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
8959 eval "$wx_cv_use_propgrid"
8961 if test x"$enablestring" = xdisable; then
8962 if test $wxUSE_PROPGRID = no; then
8968 result=$wxUSE_PROPGRID
8971 { echo "$as_me:$LINENO: result
: $result" >&5
8972 echo "${ECHO_T}$result" >&6; }
8976 defaultval=$wxUSE_ALL_FEATURES
8977 if test -z "$defaultval"; then
8978 if test x"$enablestring" = xdisable; then
8985 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-ribbon" >&5
8986 echo $ECHO_N "checking
for --${enablestring:-enable}-ribbon...
$ECHO_C" >&6; }
8987 # Check whether --enable-ribbon was given.
8988 if test "${enable_ribbon+set}" = set; then
8989 enableval=$enable_ribbon;
8990 if test "$enableval" = yes; then
8991 wx_cv_use_ribbon='wxUSE_RIBBON=yes'
8993 wx_cv_use_ribbon='wxUSE_RIBBON=no'
8998 wx_cv_use_ribbon='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
9003 eval "$wx_cv_use_ribbon"
9005 if test x
"$enablestring" = xdisable
; then
9006 if test $wxUSE_RIBBON = no
; then
9012 result
=$wxUSE_RIBBON
9015 { echo "$as_me:$LINENO: result: $result" >&5
9016 echo "${ECHO_T}$result" >&6; }
9020 defaultval
=$wxUSE_ALL_FEATURES
9021 if test -z "$defaultval"; then
9022 if test x
"$enablestring" = xdisable
; then
9029 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stc" >&5
9030 echo $ECHO_N "checking for --${enablestring:-enable}-stc... $ECHO_C" >&6; }
9031 # Check whether --enable-stc was given.
9032 if test "${enable_stc+set}" = set; then
9033 enableval
=$enable_stc;
9034 if test "$enableval" = yes; then
9035 wx_cv_use_stc
='wxUSE_STC=yes'
9037 wx_cv_use_stc
='wxUSE_STC=no'
9042 wx_cv_use_stc
='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
9047 eval "$wx_cv_use_stc"
9049 if test x"$enablestring" = xdisable; then
9050 if test $wxUSE_STC = no; then
9059 { echo "$as_me:$LINENO: result: $result" >&5
9060 echo "${ECHO_T}$result" >&6; }
9064 defaultval=$wxUSE_ALL_FEATURES
9065 if test -z "$defaultval"; then
9066 if test x"$enablestring" = xdisable; then
9073 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
9074 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6; }
9075 # Check whether --enable-constraints was given.
9076 if test "${enable_constraints+set}" = set; then
9077 enableval=$enable_constraints;
9078 if test "$enableval" = yes; then
9079 wx_cv_use_constraints='wxUSE_CONSTRAINTS
=yes'
9081 wx_cv_use_constraints='wxUSE_CONSTRAINTS
=no
'
9086 wx_cv_use_constraints='wxUSE_CONSTRAINTS
=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
9091 eval "$wx_cv_use_constraints"
9093 if test x"$enablestring" = xdisable; then
9094 if test $wxUSE_CONSTRAINTS = no; then
9100 result=$wxUSE_CONSTRAINTS
9103 { echo "$as_me:$LINENO: result
: $result" >&5
9104 echo "${ECHO_T}$result" >&6; }
9108 defaultval=$wxUSE_ALL_FEATURES
9109 if test -z "$defaultval"; then
9110 if test x"$enablestring" = xdisable; then
9117 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-loggui" >&5
9118 echo $ECHO_N "checking
for --${enablestring:-enable}-loggui...
$ECHO_C" >&6; }
9119 # Check whether --enable-loggui was given.
9120 if test "${enable_loggui+set}" = set; then
9121 enableval=$enable_loggui;
9122 if test "$enableval" = yes; then
9123 wx_cv_use_loggui='wxUSE_LOGGUI=yes'
9125 wx_cv_use_loggui='wxUSE_LOGGUI=no'
9130 wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
9135 eval "$wx_cv_use_loggui"
9137 if test x
"$enablestring" = xdisable
; then
9138 if test $wxUSE_LOGGUI = no
; then
9144 result
=$wxUSE_LOGGUI
9147 { echo "$as_me:$LINENO: result: $result" >&5
9148 echo "${ECHO_T}$result" >&6; }
9152 defaultval
=$wxUSE_ALL_FEATURES
9153 if test -z "$defaultval"; then
9154 if test x
"$enablestring" = xdisable
; then
9161 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
9162 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6; }
9163 # Check whether --enable-logwin was given.
9164 if test "${enable_logwin+set}" = set; then
9165 enableval
=$enable_logwin;
9166 if test "$enableval" = yes; then
9167 wx_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
9169 wx_cv_use_logwin
='wxUSE_LOGWINDOW=no'
9174 wx_cv_use_logwin
='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
9179 eval "$wx_cv_use_logwin"
9181 if test x"$enablestring" = xdisable; then
9182 if test $wxUSE_LOGWINDOW = no; then
9188 result=$wxUSE_LOGWINDOW
9191 { echo "$as_me:$LINENO: result: $result" >&5
9192 echo "${ECHO_T}$result" >&6; }
9196 defaultval=$wxUSE_ALL_FEATURES
9197 if test -z "$defaultval"; then
9198 if test x"$enablestring" = xdisable; then
9205 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
9206 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6; }
9207 # Check whether --enable-logdialog was given.
9208 if test "${enable_logdialog+set}" = set; then
9209 enableval=$enable_logdialog;
9210 if test "$enableval" = yes; then
9211 wx_cv_use_logdialog='wxUSE_LOGDIALOG
=yes'
9213 wx_cv_use_logdialog='wxUSE_LOGDIALOG
=no
'
9218 wx_cv_use_logdialog='wxUSE_LOGDIALOG
=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
9223 eval "$wx_cv_use_logdialog"
9225 if test x"$enablestring" = xdisable; then
9226 if test $wxUSE_LOGDIALOG = no; then
9232 result=$wxUSE_LOGDIALOG
9235 { echo "$as_me:$LINENO: result
: $result" >&5
9236 echo "${ECHO_T}$result" >&6; }
9240 defaultval=$wxUSE_ALL_FEATURES
9241 if test -z "$defaultval"; then
9242 if test x"$enablestring" = xdisable; then
9249 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-mdi" >&5
9250 echo $ECHO_N "checking
for --${enablestring:-enable}-mdi...
$ECHO_C" >&6; }
9251 # Check whether --enable-mdi was given.
9252 if test "${enable_mdi+set}" = set; then
9253 enableval=$enable_mdi;
9254 if test "$enableval" = yes; then
9255 wx_cv_use_mdi='wxUSE_MDI=yes'
9257 wx_cv_use_mdi='wxUSE_MDI=no'
9262 wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
9267 eval "$wx_cv_use_mdi"
9269 if test x
"$enablestring" = xdisable
; then
9270 if test $wxUSE_MDI = no
; then
9279 { echo "$as_me:$LINENO: result: $result" >&5
9280 echo "${ECHO_T}$result" >&6; }
9284 defaultval
=$wxUSE_ALL_FEATURES
9285 if test -z "$defaultval"; then
9286 if test x
"$enablestring" = xdisable
; then
9293 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
9294 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6; }
9295 # Check whether --enable-mdidoc was given.
9296 if test "${enable_mdidoc+set}" = set; then
9297 enableval
=$enable_mdidoc;
9298 if test "$enableval" = yes; then
9299 wx_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=yes'
9301 wx_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=no'
9306 wx_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
9311 eval "$wx_cv_use_mdidoc"
9313 if test x"$enablestring" = xdisable; then
9314 if test $wxUSE_MDI_ARCHITECTURE = no; then
9320 result=$wxUSE_MDI_ARCHITECTURE
9323 { echo "$as_me:$LINENO: result: $result" >&5
9324 echo "${ECHO_T}$result" >&6; }
9328 defaultval=$wxUSE_ALL_FEATURES
9329 if test -z "$defaultval"; then
9330 if test x"$enablestring" = xdisable; then
9337 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
9338 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6; }
9339 # Check whether --enable-mediactrl was given.
9340 if test "${enable_mediactrl+set}" = set; then
9341 enableval=$enable_mediactrl;
9342 if test "$enableval" = yes; then
9343 wx_cv_use_mediactrl='wxUSE_MEDIACTRL
=yes'
9345 wx_cv_use_mediactrl='wxUSE_MEDIACTRL
=no
'
9350 wx_cv_use_mediactrl='wxUSE_MEDIACTRL
=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
9355 eval "$wx_cv_use_mediactrl"
9357 if test x"$enablestring" = xdisable; then
9358 if test $wxUSE_MEDIACTRL = no; then
9364 result=$wxUSE_MEDIACTRL
9367 { echo "$as_me:$LINENO: result
: $result" >&5
9368 echo "${ECHO_T}$result" >&6; }
9372 defaultval=$wxUSE_ALL_FEATURES
9373 if test -z "$defaultval"; then
9374 if test x"$enablestring" = xdisable; then
9381 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-gstreamer8" >&5
9382 echo $ECHO_N "checking
for --${enablestring:-enable}-gstreamer8...
$ECHO_C" >&6; }
9383 # Check whether --enable-gstreamer8 was given.
9384 if test "${enable_gstreamer8+set}" = set; then
9385 enableval=$enable_gstreamer8;
9386 if test "$enableval" = yes; then
9387 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
9389 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
9394 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
9399 eval "$wx_cv_use_gstreamer8"
9401 if test x
"$enablestring" = xdisable
; then
9402 if test $wxUSE_GSTREAMER8 = no
; then
9408 result
=$wxUSE_GSTREAMER8
9411 { echo "$as_me:$LINENO: result: $result" >&5
9412 echo "${ECHO_T}$result" >&6; }
9416 defaultval
=$wxUSE_ALL_FEATURES
9417 if test -z "$defaultval"; then
9418 if test x
"$enablestring" = xdisable
; then
9425 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richtext" >&5
9426 echo $ECHO_N "checking for --${enablestring:-enable}-richtext... $ECHO_C" >&6; }
9427 # Check whether --enable-richtext was given.
9428 if test "${enable_richtext+set}" = set; then
9429 enableval
=$enable_richtext;
9430 if test "$enableval" = yes; then
9431 wx_cv_use_richtext
='wxUSE_RICHTEXT=yes'
9433 wx_cv_use_richtext
='wxUSE_RICHTEXT=no'
9438 wx_cv_use_richtext
='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
9443 eval "$wx_cv_use_richtext"
9445 if test x"$enablestring" = xdisable; then
9446 if test $wxUSE_RICHTEXT = no; then
9452 result=$wxUSE_RICHTEXT
9455 { echo "$as_me:$LINENO: result: $result" >&5
9456 echo "${ECHO_T}$result" >&6; }
9460 defaultval=$wxUSE_ALL_FEATURES
9461 if test -z "$defaultval"; then
9462 if test x"$enablestring" = xdisable; then
9469 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
9470 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6; }
9471 # Check whether --enable-postscript was given.
9472 if test "${enable_postscript+set}" = set; then
9473 enableval=$enable_postscript;
9474 if test "$enableval" = yes; then
9475 wx_cv_use_postscript='wxUSE_POSTSCRIPT
=yes'
9477 wx_cv_use_postscript='wxUSE_POSTSCRIPT
=no
'
9482 wx_cv_use_postscript='wxUSE_POSTSCRIPT
=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
9487 eval "$wx_cv_use_postscript"
9489 if test x"$enablestring" = xdisable; then
9490 if test $wxUSE_POSTSCRIPT = no; then
9496 result=$wxUSE_POSTSCRIPT
9499 { echo "$as_me:$LINENO: result
: $result" >&5
9500 echo "${ECHO_T}$result" >&6; }
9504 defaultval=$wxUSE_ALL_FEATURES
9505 if test -z "$defaultval"; then
9506 if test x"$enablestring" = xdisable; then
9513 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-printarch" >&5
9514 echo $ECHO_N "checking
for --${enablestring:-enable}-printarch...
$ECHO_C" >&6; }
9515 # Check whether --enable-printarch was given.
9516 if test "${enable_printarch+set}" = set; then
9517 enableval=$enable_printarch;
9518 if test "$enableval" = yes; then
9519 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
9521 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
9526 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
9531 eval "$wx_cv_use_printarch"
9533 if test x
"$enablestring" = xdisable
; then
9534 if test $wxUSE_PRINTING_ARCHITECTURE = no
; then
9540 result
=$wxUSE_PRINTING_ARCHITECTURE
9543 { echo "$as_me:$LINENO: result: $result" >&5
9544 echo "${ECHO_T}$result" >&6; }
9548 defaultval
=$wxUSE_ALL_FEATURES
9549 if test -z "$defaultval"; then
9550 if test x
"$enablestring" = xdisable
; then
9557 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-svg" >&5
9558 echo $ECHO_N "checking for --${enablestring:-enable}-svg... $ECHO_C" >&6; }
9559 # Check whether --enable-svg was given.
9560 if test "${enable_svg+set}" = set; then
9561 enableval
=$enable_svg;
9562 if test "$enableval" = yes; then
9563 wx_cv_use_svg
='wxUSE_SVG=yes'
9565 wx_cv_use_svg
='wxUSE_SVG=no'
9570 wx_cv_use_svg
='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
9575 eval "$wx_cv_use_svg"
9577 if test x"$enablestring" = xdisable; then
9578 if test $wxUSE_SVG = no; then
9587 { echo "$as_me:$LINENO: result: $result" >&5
9588 echo "${ECHO_T}$result" >&6; }
9592 defaultval=$wxUSE_ALL_FEATURES
9593 if test -z "$defaultval"; then
9594 if test x"$enablestring" = xdisable; then
9601 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
9602 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6; }
9603 # Check whether --enable-webkit was given.
9604 if test "${enable_webkit+set}" = set; then
9605 enableval=$enable_webkit;
9606 if test "$enableval" = yes; then
9607 wx_cv_use_webkit='wxUSE_WEBKIT
=yes'
9609 wx_cv_use_webkit='wxUSE_WEBKIT
=no
'
9614 wx_cv_use_webkit='wxUSE_WEBKIT
=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
9619 eval "$wx_cv_use_webkit"
9621 if test x"$enablestring" = xdisable; then
9622 if test $wxUSE_WEBKIT = no; then
9628 result=$wxUSE_WEBKIT
9631 { echo "$as_me:$LINENO: result
: $result" >&5
9632 echo "${ECHO_T}$result" >&6; }
9636 defaultval=$wxUSE_ALL_FEATURES
9637 if test -z "$defaultval"; then
9638 if test x"$enablestring" = xdisable; then
9645 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-webview" >&5
9646 echo $ECHO_N "checking
for --${enablestring:-enable}-webview...
$ECHO_C" >&6; }
9647 # Check whether --enable-webview was given.
9648 if test "${enable_webview+set}" = set; then
9649 enableval=$enable_webview;
9650 if test "$enableval" = yes; then
9651 wx_cv_use_webview='wxUSE_WEBVIEW=yes'
9653 wx_cv_use_webview='wxUSE_WEBVIEW=no'
9658 wx_cv_use_webview='wxUSE_WEBVIEW=${'DEFAULT_wxUSE_WEBVIEW":-$defaultval}"
9663 eval "$wx_cv_use_webview"
9665 if test x
"$enablestring" = xdisable
; then
9666 if test $wxUSE_WEBVIEW = no
; then
9672 result
=$wxUSE_WEBVIEW
9675 { echo "$as_me:$LINENO: result: $result" >&5
9676 echo "${ECHO_T}$result" >&6; }
9679 if test "$wxUSE_MAC" != 1; then
9682 defaultval
=$wxUSE_ALL_FEATURES
9683 if test -z "$defaultval"; then
9684 if test x
"$enablestring" = xdisable
; then
9691 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-graphics_ctx" >&5
9692 echo $ECHO_N "checking for --${enablestring:-enable}-graphics_ctx... $ECHO_C" >&6; }
9693 # Check whether --enable-graphics_ctx was given.
9694 if test "${enable_graphics_ctx+set}" = set; then
9695 enableval
=$enable_graphics_ctx;
9696 if test "$enableval" = yes; then
9697 wx_cv_use_graphics_ctx
='wxUSE_GRAPHICS_CONTEXT=yes'
9699 wx_cv_use_graphics_ctx
='wxUSE_GRAPHICS_CONTEXT=no'
9704 wx_cv_use_graphics_ctx
='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
9709 eval "$wx_cv_use_graphics_ctx"
9711 if test x"$enablestring" = xdisable; then
9712 if test $wxUSE_GRAPHICS_CONTEXT = no; then
9718 result=$wxUSE_GRAPHICS_CONTEXT
9721 { echo "$as_me:$LINENO: result: $result" >&5
9722 echo "${ECHO_T}$result" >&6; }
9729 defaultval=$wxUSE_ALL_FEATURES
9730 if test -z "$defaultval"; then
9731 if test x"$enablestring" = xdisable; then
9738 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
9739 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6; }
9740 # Check whether --enable-clipboard was given.
9741 if test "${enable_clipboard+set}" = set; then
9742 enableval=$enable_clipboard;
9743 if test "$enableval" = yes; then
9744 wx_cv_use_clipboard='wxUSE_CLIPBOARD
=yes'
9746 wx_cv_use_clipboard='wxUSE_CLIPBOARD
=no
'
9751 wx_cv_use_clipboard='wxUSE_CLIPBOARD
=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
9756 eval "$wx_cv_use_clipboard"
9758 if test x"$enablestring" = xdisable; then
9759 if test $wxUSE_CLIPBOARD = no; then
9765 result=$wxUSE_CLIPBOARD
9768 { echo "$as_me:$LINENO: result
: $result" >&5
9769 echo "${ECHO_T}$result" >&6; }
9773 defaultval=$wxUSE_ALL_FEATURES
9774 if test -z "$defaultval"; then
9775 if test x"$enablestring" = xdisable; then
9782 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-dnd" >&5
9783 echo $ECHO_N "checking
for --${enablestring:-enable}-dnd...
$ECHO_C" >&6; }
9784 # Check whether --enable-dnd was given.
9785 if test "${enable_dnd+set}" = set; then
9786 enableval=$enable_dnd;
9787 if test "$enableval" = yes; then
9788 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
9790 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
9795 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
9800 eval "$wx_cv_use_dnd"
9802 if test x
"$enablestring" = xdisable
; then
9803 if test $wxUSE_DRAG_AND_DROP = no
; then
9809 result
=$wxUSE_DRAG_AND_DROP
9812 { echo "$as_me:$LINENO: result: $result" >&5
9813 echo "${ECHO_T}$result" >&6; }
9817 DEFAULT_wxUSE_CONTROLS
=none
9819 enablestring
=disable
9821 if test -z "$defaultval"; then
9822 if test x
"$enablestring" = xdisable
; then
9829 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
9830 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6; }
9831 # Check whether --enable-controls was given.
9832 if test "${enable_controls+set}" = set; then
9833 enableval
=$enable_controls;
9834 if test "$enableval" = yes; then
9835 wx_cv_use_controls
='wxUSE_CONTROLS=yes'
9837 wx_cv_use_controls
='wxUSE_CONTROLS=no'
9842 wx_cv_use_controls
='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
9847 eval "$wx_cv_use_controls"
9849 if test x"$enablestring" = xdisable; then
9850 if test $wxUSE_CONTROLS = no; then
9856 result=$wxUSE_CONTROLS
9859 { echo "$as_me:$LINENO: result: $result" >&5
9860 echo "${ECHO_T}$result" >&6; }
9863 if test "$wxUSE_CONTROLS" = "no"; then
9864 DEFAULT_wxUSE_ACCEL=no
9865 DEFAULT_wxUSE_ANIMATIONCTRL=no
9866 DEFAULT_wxUSE_BANNERWINDOW=no
9867 DEFAULT_wxUSE_BMPBUTTON=no
9868 DEFAULT_wxUSE_BUTTON=no
9869 DEFAULT_wxUSE_CALCTRL=no
9870 DEFAULT_wxUSE_CARET=no
9871 DEFAULT_wxUSE_CHECKBOX=no
9872 DEFAULT_wxUSE_CHECKLISTBOX=no
9873 DEFAULT_wxUSE_CHOICE=no
9874 DEFAULT_wxUSE_CHOICEBOOK=no
9875 DEFAULT_wxUSE_COLLPANE=no
9876 DEFAULT_wxUSE_COLOURPICKERCTRL=no
9877 DEFAULT_wxUSE_COMBOBOX=no
9878 DEFAULT_wxUSE_COMBOBOX=no
9879 DEFAULT_wxUSE_COMMANDLINKBUTTON=no
9880 DEFAULT_wxUSE_DATAVIEWCTRL=no
9881 DEFAULT_wxUSE_DATEPICKCTRL=no
9882 DEFAULT_wxUSE_DETECT_SM=no
9883 DEFAULT_wxUSE_DIRPICKERCTRL=no
9884 DEFAULT_wxUSE_DISPLAY=no
9885 DEFAULT_wxUSE_FILECTRL=no
9886 DEFAULT_wxUSE_FILEPICKERCTRL=no
9887 DEFAULT_wxUSE_FONTPICKERCTRL=no
9888 DEFAULT_wxUSE_GAUGE=no
9889 DEFAULT_wxUSE_GRID=no
9890 DEFAULT_wxUSE_HEADERCTRL=no
9891 DEFAULT_wxUSE_HYPERLINKCTRL=no
9892 DEFAULT_wxUSE_IMAGLIST=no
9893 DEFAULT_wxUSE_LISTBOOK=no
9894 DEFAULT_wxUSE_LISTBOX=no
9895 DEFAULT_wxUSE_LISTCTRL=no
9896 DEFAULT_wxUSE_MARKUP=no
9897 DEFAULT_wxUSE_NOTEBOOK=no
9898 DEFAULT_wxUSE_POPUPWIN=no
9899 DEFAULT_wxUSE_RADIOBOX=no
9900 DEFAULT_wxUSE_RADIOBTN=no
9901 DEFAULT_wxUSE_RICHMSGDLG=no
9902 DEFAULT_wxUSE_REARRANGECTRL=no
9903 DEFAULT_wxUSE_SASH=no
9904 DEFAULT_wxUSE_SCROLLBAR=no
9905 DEFAULT_wxUSE_SEARCHCTRL=no
9906 DEFAULT_wxUSE_SLIDER=no
9907 DEFAULT_wxUSE_SPINBTN=no
9908 DEFAULT_wxUSE_SPINCTRL=no
9909 DEFAULT_wxUSE_SPLITTER=no
9910 DEFAULT_wxUSE_STATBMP=no
9911 DEFAULT_wxUSE_STATBOX=no
9912 DEFAULT_wxUSE_STATLINE=no
9913 DEFAULT_wxUSE_STATUSBAR=no
9914 DEFAULT_wxUSE_TIPWINDOW=no
9915 DEFAULT_wxUSE_TOGGLEBTN=no
9916 DEFAULT_wxUSE_TOOLBAR=no
9917 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
9918 DEFAULT_wxUSE_TOOLBOOK=no
9919 DEFAULT_wxUSE_TOOLTIPS=no
9920 DEFAULT_wxUSE_TREEBOOK=no
9921 DEFAULT_wxUSE_TREECTRL=no
9922 DEFAULT_wxUSE_TREELISTCTRL=no
9927 defaultval=$wxUSE_ALL_FEATURES
9928 if test -z "$defaultval"; then
9929 if test x"$enablestring" = xdisable; then
9936 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-markup" >&5
9937 echo $ECHO_N "checking for --${enablestring:-enable}-markup... $ECHO_C" >&6; }
9938 # Check whether --enable-markup was given.
9939 if test "${enable_markup+set}" = set; then
9940 enableval=$enable_markup;
9941 if test "$enableval" = yes; then
9942 wx_cv_use_markup='wxUSE_MARKUP
=yes'
9944 wx_cv_use_markup='wxUSE_MARKUP
=no
'
9949 wx_cv_use_markup='wxUSE_MARKUP
=${'DEFAULT_wxUSE_MARKUP":-$defaultval}"
9954 eval "$wx_cv_use_markup"
9956 if test x"$enablestring" = xdisable; then
9957 if test $wxUSE_MARKUP = no; then
9963 result=$wxUSE_MARKUP
9966 { echo "$as_me:$LINENO: result
: $result" >&5
9967 echo "${ECHO_T}$result" >&6; }
9972 defaultval=$wxUSE_ALL_FEATURES
9973 if test -z "$defaultval"; then
9974 if test x"$enablestring" = xdisable; then
9981 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-accel" >&5
9982 echo $ECHO_N "checking
for --${enablestring:-enable}-accel...
$ECHO_C" >&6; }
9983 # Check whether --enable-accel was given.
9984 if test "${enable_accel+set}" = set; then
9985 enableval=$enable_accel;
9986 if test "$enableval" = yes; then
9987 wx_cv_use_accel='wxUSE_ACCEL=yes'
9989 wx_cv_use_accel='wxUSE_ACCEL=no'
9994 wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
9999 eval "$wx_cv_use_accel"
10001 if test x
"$enablestring" = xdisable
; then
10002 if test $wxUSE_ACCEL = no
; then
10008 result
=$wxUSE_ACCEL
10011 { echo "$as_me:$LINENO: result: $result" >&5
10012 echo "${ECHO_T}$result" >&6; }
10016 defaultval
=$wxUSE_ALL_FEATURES
10017 if test -z "$defaultval"; then
10018 if test x
"$enablestring" = xdisable
; then
10025 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-animatectrl" >&5
10026 echo $ECHO_N "checking for --${enablestring:-enable}-animatectrl... $ECHO_C" >&6; }
10027 # Check whether --enable-animatectrl was given.
10028 if test "${enable_animatectrl+set}" = set; then
10029 enableval
=$enable_animatectrl;
10030 if test "$enableval" = yes; then
10031 wx_cv_use_animatectrl
='wxUSE_ANIMATIONCTRL=yes'
10033 wx_cv_use_animatectrl
='wxUSE_ANIMATIONCTRL=no'
10038 wx_cv_use_animatectrl
='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
10043 eval "$wx_cv_use_animatectrl"
10045 if test x"$enablestring" = xdisable; then
10046 if test $wxUSE_ANIMATIONCTRL = no; then
10052 result=$wxUSE_ANIMATIONCTRL
10055 { echo "$as_me:$LINENO: result: $result" >&5
10056 echo "${ECHO_T}$result" >&6; }
10060 defaultval=$wxUSE_ALL_FEATURES
10061 if test -z "$defaultval"; then
10062 if test x"$enablestring" = xdisable; then
10069 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bannerwindow" >&5
10070 echo $ECHO_N "checking for --${enablestring:-enable}-bannerwindow... $ECHO_C" >&6; }
10071 # Check whether --enable-bannerwindow was given.
10072 if test "${enable_bannerwindow+set}" = set; then
10073 enableval=$enable_bannerwindow;
10074 if test "$enableval" = yes; then
10075 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW
=yes'
10077 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW
=no
'
10082 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW
=${'DEFAULT_wxUSE_BANNERWINDOW":-$defaultval}"
10087 eval "$wx_cv_use_bannerwindow"
10089 if test x"$enablestring" = xdisable; then
10090 if test $wxUSE_BANNERWINDOW = no; then
10096 result=$wxUSE_BANNERWINDOW
10099 { echo "$as_me:$LINENO: result
: $result" >&5
10100 echo "${ECHO_T}$result" >&6; }
10104 defaultval=$wxUSE_ALL_FEATURES
10105 if test -z "$defaultval"; then
10106 if test x"$enablestring" = xdisable; then
10113 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-artstd" >&5
10114 echo $ECHO_N "checking
for --${enablestring:-enable}-artstd...
$ECHO_C" >&6; }
10115 # Check whether --enable-artstd was given.
10116 if test "${enable_artstd+set}" = set; then
10117 enableval=$enable_artstd;
10118 if test "$enableval" = yes; then
10119 wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=yes'
10121 wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=no'
10126 wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=${'DEFAULT_wxUSE_ARTPROVIDER_STD":-$defaultval}"
10131 eval "$wx_cv_use_artstd"
10133 if test x
"$enablestring" = xdisable
; then
10134 if test $wxUSE_ARTPROVIDER_STD = no
; then
10140 result
=$wxUSE_ARTPROVIDER_STD
10143 { echo "$as_me:$LINENO: result: $result" >&5
10144 echo "${ECHO_T}$result" >&6; }
10148 defaultval
=$wxUSE_ALL_FEATURES
10149 if test -z "$defaultval"; then
10150 if test x
"$enablestring" = xdisable
; then
10157 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arttango" >&5
10158 echo $ECHO_N "checking for --${enablestring:-enable}-arttango... $ECHO_C" >&6; }
10159 # Check whether --enable-arttango was given.
10160 if test "${enable_arttango+set}" = set; then
10161 enableval
=$enable_arttango;
10162 if test "$enableval" = yes; then
10163 wx_cv_use_arttango
='wxUSE_ARTPROVIDER_TANGO=yes'
10165 wx_cv_use_arttango
='wxUSE_ARTPROVIDER_TANGO=no'
10170 wx_cv_use_arttango
='wxUSE_ARTPROVIDER_TANGO=${'DEFAULT_wxUSE_ARTPROVIDER_TANGO":-$defaultval}"
10175 eval "$wx_cv_use_arttango"
10177 if test x"$enablestring" = xdisable; then
10178 if test $wxUSE_ARTPROVIDER_TANGO = no; then
10184 result=$wxUSE_ARTPROVIDER_TANGO
10187 { echo "$as_me:$LINENO: result: $result" >&5
10188 echo "${ECHO_T}$result" >&6; }
10192 defaultval=$wxUSE_ALL_FEATURES
10193 if test -z "$defaultval"; then
10194 if test x"$enablestring" = xdisable; then
10201 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
10202 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6; }
10203 # Check whether --enable-bmpbutton was given.
10204 if test "${enable_bmpbutton+set}" = set; then
10205 enableval=$enable_bmpbutton;
10206 if test "$enableval" = yes; then
10207 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON
=yes'
10209 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON
=no
'
10214 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON
=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
10219 eval "$wx_cv_use_bmpbutton"
10221 if test x"$enablestring" = xdisable; then
10222 if test $wxUSE_BMPBUTTON = no; then
10228 result=$wxUSE_BMPBUTTON
10231 { echo "$as_me:$LINENO: result
: $result" >&5
10232 echo "${ECHO_T}$result" >&6; }
10236 defaultval=$wxUSE_ALL_FEATURES
10237 if test -z "$defaultval"; then
10238 if test x"$enablestring" = xdisable; then
10245 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-bmpcombobox" >&5
10246 echo $ECHO_N "checking
for --${enablestring:-enable}-bmpcombobox...
$ECHO_C" >&6; }
10247 # Check whether --enable-bmpcombobox was given.
10248 if test "${enable_bmpcombobox+set}" = set; then
10249 enableval=$enable_bmpcombobox;
10250 if test "$enableval" = yes; then
10251 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
10253 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
10258 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
10263 eval "$wx_cv_use_bmpcombobox"
10265 if test x
"$enablestring" = xdisable
; then
10266 if test $wxUSE_BITMAPCOMBOBOX = no
; then
10272 result
=$wxUSE_BITMAPCOMBOBOX
10275 { echo "$as_me:$LINENO: result: $result" >&5
10276 echo "${ECHO_T}$result" >&6; }
10280 defaultval
=$wxUSE_ALL_FEATURES
10281 if test -z "$defaultval"; then
10282 if test x
"$enablestring" = xdisable
; then
10289 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
10290 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6; }
10291 # Check whether --enable-button was given.
10292 if test "${enable_button+set}" = set; then
10293 enableval
=$enable_button;
10294 if test "$enableval" = yes; then
10295 wx_cv_use_button
='wxUSE_BUTTON=yes'
10297 wx_cv_use_button
='wxUSE_BUTTON=no'
10302 wx_cv_use_button
='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
10307 eval "$wx_cv_use_button"
10309 if test x"$enablestring" = xdisable; then
10310 if test $wxUSE_BUTTON = no; then
10316 result=$wxUSE_BUTTON
10319 { echo "$as_me:$LINENO: result: $result" >&5
10320 echo "${ECHO_T}$result" >&6; }
10324 defaultval=$wxUSE_ALL_FEATURES
10325 if test -z "$defaultval"; then
10326 if test x"$enablestring" = xdisable; then
10333 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
10334 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6; }
10335 # Check whether --enable-calendar was given.
10336 if test "${enable_calendar+set}" = set; then
10337 enableval=$enable_calendar;
10338 if test "$enableval" = yes; then
10339 wx_cv_use_calendar='wxUSE_CALCTRL
=yes'
10341 wx_cv_use_calendar='wxUSE_CALCTRL
=no
'
10346 wx_cv_use_calendar='wxUSE_CALCTRL
=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
10351 eval "$wx_cv_use_calendar"
10353 if test x"$enablestring" = xdisable; then
10354 if test $wxUSE_CALCTRL = no; then
10360 result=$wxUSE_CALCTRL
10363 { echo "$as_me:$LINENO: result
: $result" >&5
10364 echo "${ECHO_T}$result" >&6; }
10368 defaultval=$wxUSE_ALL_FEATURES
10369 if test -z "$defaultval"; then
10370 if test x"$enablestring" = xdisable; then
10377 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-caret" >&5
10378 echo $ECHO_N "checking
for --${enablestring:-enable}-caret...
$ECHO_C" >&6; }
10379 # Check whether --enable-caret was given.
10380 if test "${enable_caret+set}" = set; then
10381 enableval=$enable_caret;
10382 if test "$enableval" = yes; then
10383 wx_cv_use_caret='wxUSE_CARET=yes'
10385 wx_cv_use_caret='wxUSE_CARET=no'
10390 wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
10395 eval "$wx_cv_use_caret"
10397 if test x
"$enablestring" = xdisable
; then
10398 if test $wxUSE_CARET = no
; then
10404 result
=$wxUSE_CARET
10407 { echo "$as_me:$LINENO: result: $result" >&5
10408 echo "${ECHO_T}$result" >&6; }
10412 defaultval
=$wxUSE_ALL_FEATURES
10413 if test -z "$defaultval"; then
10414 if test x
"$enablestring" = xdisable
; then
10421 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
10422 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6; }
10423 # Check whether --enable-checkbox was given.
10424 if test "${enable_checkbox+set}" = set; then
10425 enableval
=$enable_checkbox;
10426 if test "$enableval" = yes; then
10427 wx_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
10429 wx_cv_use_checkbox
='wxUSE_CHECKBOX=no'
10434 wx_cv_use_checkbox
='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
10439 eval "$wx_cv_use_checkbox"
10441 if test x"$enablestring" = xdisable; then
10442 if test $wxUSE_CHECKBOX = no; then
10448 result=$wxUSE_CHECKBOX
10451 { echo "$as_me:$LINENO: result: $result" >&5
10452 echo "${ECHO_T}$result" >&6; }
10456 defaultval=$wxUSE_ALL_FEATURES
10457 if test -z "$defaultval"; then
10458 if test x"$enablestring" = xdisable; then
10465 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
10466 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6; }
10467 # Check whether --enable-checklst was given.
10468 if test "${enable_checklst+set}" = set; then
10469 enableval=$enable_checklst;
10470 if test "$enableval" = yes; then
10471 wx_cv_use_checklst='wxUSE_CHECKLST
=yes'
10473 wx_cv_use_checklst='wxUSE_CHECKLST
=no
'
10478 wx_cv_use_checklst='wxUSE_CHECKLST
=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
10483 eval "$wx_cv_use_checklst"
10485 if test x"$enablestring" = xdisable; then
10486 if test $wxUSE_CHECKLST = no; then
10492 result=$wxUSE_CHECKLST
10495 { echo "$as_me:$LINENO: result
: $result" >&5
10496 echo "${ECHO_T}$result" >&6; }
10500 defaultval=$wxUSE_ALL_FEATURES
10501 if test -z "$defaultval"; then
10502 if test x"$enablestring" = xdisable; then
10509 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-choice" >&5
10510 echo $ECHO_N "checking
for --${enablestring:-enable}-choice...
$ECHO_C" >&6; }
10511 # Check whether --enable-choice was given.
10512 if test "${enable_choice+set}" = set; then
10513 enableval=$enable_choice;
10514 if test "$enableval" = yes; then
10515 wx_cv_use_choice='wxUSE_CHOICE=yes'
10517 wx_cv_use_choice='wxUSE_CHOICE=no'
10522 wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
10527 eval "$wx_cv_use_choice"
10529 if test x
"$enablestring" = xdisable
; then
10530 if test $wxUSE_CHOICE = no
; then
10536 result
=$wxUSE_CHOICE
10539 { echo "$as_me:$LINENO: result: $result" >&5
10540 echo "${ECHO_T}$result" >&6; }
10544 defaultval
=$wxUSE_ALL_FEATURES
10545 if test -z "$defaultval"; then
10546 if test x
"$enablestring" = xdisable
; then
10553 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
10554 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6; }
10555 # Check whether --enable-choicebook was given.
10556 if test "${enable_choicebook+set}" = set; then
10557 enableval
=$enable_choicebook;
10558 if test "$enableval" = yes; then
10559 wx_cv_use_choicebook
='wxUSE_CHOICEBOOK=yes'
10561 wx_cv_use_choicebook
='wxUSE_CHOICEBOOK=no'
10566 wx_cv_use_choicebook
='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
10571 eval "$wx_cv_use_choicebook"
10573 if test x"$enablestring" = xdisable; then
10574 if test $wxUSE_CHOICEBOOK = no; then
10580 result=$wxUSE_CHOICEBOOK
10583 { echo "$as_me:$LINENO: result: $result" >&5
10584 echo "${ECHO_T}$result" >&6; }
10588 defaultval=$wxUSE_ALL_FEATURES
10589 if test -z "$defaultval"; then
10590 if test x"$enablestring" = xdisable; then
10597 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-collpane" >&5
10598 echo $ECHO_N "checking for --${enablestring:-enable}-collpane... $ECHO_C" >&6; }
10599 # Check whether --enable-collpane was given.
10600 if test "${enable_collpane+set}" = set; then
10601 enableval=$enable_collpane;
10602 if test "$enableval" = yes; then
10603 wx_cv_use_collpane='wxUSE_COLLPANE
=yes'
10605 wx_cv_use_collpane='wxUSE_COLLPANE
=no
'
10610 wx_cv_use_collpane='wxUSE_COLLPANE
=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
10615 eval "$wx_cv_use_collpane"
10617 if test x"$enablestring" = xdisable; then
10618 if test $wxUSE_COLLPANE = no; then
10624 result=$wxUSE_COLLPANE
10627 { echo "$as_me:$LINENO: result
: $result" >&5
10628 echo "${ECHO_T}$result" >&6; }
10632 defaultval=$wxUSE_ALL_FEATURES
10633 if test -z "$defaultval"; then
10634 if test x"$enablestring" = xdisable; then
10641 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-colourpicker" >&5
10642 echo $ECHO_N "checking
for --${enablestring:-enable}-colourpicker...
$ECHO_C" >&6; }
10643 # Check whether --enable-colourpicker was given.
10644 if test "${enable_colourpicker+set}" = set; then
10645 enableval=$enable_colourpicker;
10646 if test "$enableval" = yes; then
10647 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
10649 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
10654 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
10659 eval "$wx_cv_use_colourpicker"
10661 if test x
"$enablestring" = xdisable
; then
10662 if test $wxUSE_COLOURPICKERCTRL = no
; then
10668 result
=$wxUSE_COLOURPICKERCTRL
10671 { echo "$as_me:$LINENO: result: $result" >&5
10672 echo "${ECHO_T}$result" >&6; }
10676 defaultval
=$wxUSE_ALL_FEATURES
10677 if test -z "$defaultval"; then
10678 if test x
"$enablestring" = xdisable
; then
10685 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
10686 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6; }
10687 # Check whether --enable-combobox was given.
10688 if test "${enable_combobox+set}" = set; then
10689 enableval
=$enable_combobox;
10690 if test "$enableval" = yes; then
10691 wx_cv_use_combobox
='wxUSE_COMBOBOX=yes'
10693 wx_cv_use_combobox
='wxUSE_COMBOBOX=no'
10698 wx_cv_use_combobox
='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
10703 eval "$wx_cv_use_combobox"
10705 if test x"$enablestring" = xdisable; then
10706 if test $wxUSE_COMBOBOX = no; then
10712 result=$wxUSE_COMBOBOX
10715 { echo "$as_me:$LINENO: result: $result" >&5
10716 echo "${ECHO_T}$result" >&6; }
10720 defaultval=$wxUSE_ALL_FEATURES
10721 if test -z "$defaultval"; then
10722 if test x"$enablestring" = xdisable; then
10729 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-comboctrl" >&5
10730 echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6; }
10731 # Check whether --enable-comboctrl was given.
10732 if test "${enable_comboctrl+set}" = set; then
10733 enableval=$enable_comboctrl;
10734 if test "$enableval" = yes; then
10735 wx_cv_use_comboctrl='wxUSE_COMBOCTRL
=yes'
10737 wx_cv_use_comboctrl='wxUSE_COMBOCTRL
=no
'
10742 wx_cv_use_comboctrl='wxUSE_COMBOCTRL
=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
10747 eval "$wx_cv_use_comboctrl"
10749 if test x"$enablestring" = xdisable; then
10750 if test $wxUSE_COMBOCTRL = no; then
10756 result=$wxUSE_COMBOCTRL
10759 { echo "$as_me:$LINENO: result
: $result" >&5
10760 echo "${ECHO_T}$result" >&6; }
10764 defaultval=$wxUSE_ALL_FEATURES
10765 if test -z "$defaultval"; then
10766 if test x"$enablestring" = xdisable; then
10773 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-commandlinkbutton" >&5
10774 echo $ECHO_N "checking
for --${enablestring:-enable}-commandlinkbutton...
$ECHO_C" >&6; }
10775 # Check whether --enable-commandlinkbutton was given.
10776 if test "${enable_commandlinkbutton+set}" = set; then
10777 enableval=$enable_commandlinkbutton;
10778 if test "$enableval" = yes; then
10779 wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=yes'
10781 wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=no'
10786 wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=${'DEFAULT_wxUSE_COMMANDLINKBUTTON":-$defaultval}"
10791 eval "$wx_cv_use_commandlinkbutton"
10793 if test x
"$enablestring" = xdisable
; then
10794 if test $wxUSE_COMMANDLINKBUTTON = no
; then
10800 result
=$wxUSE_COMMANDLINKBUTTON
10803 { echo "$as_me:$LINENO: result: $result" >&5
10804 echo "${ECHO_T}$result" >&6; }
10808 defaultval
=$wxUSE_ALL_FEATURES
10809 if test -z "$defaultval"; then
10810 if test x
"$enablestring" = xdisable
; then
10817 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataviewctrl" >&5
10818 echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6; }
10819 # Check whether --enable-dataviewctrl was given.
10820 if test "${enable_dataviewctrl+set}" = set; then
10821 enableval
=$enable_dataviewctrl;
10822 if test "$enableval" = yes; then
10823 wx_cv_use_dataviewctrl
='wxUSE_DATAVIEWCTRL=yes'
10825 wx_cv_use_dataviewctrl
='wxUSE_DATAVIEWCTRL=no'
10830 wx_cv_use_dataviewctrl
='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
10835 eval "$wx_cv_use_dataviewctrl"
10837 if test x"$enablestring" = xdisable; then
10838 if test $wxUSE_DATAVIEWCTRL = no; then
10844 result=$wxUSE_DATAVIEWCTRL
10847 { echo "$as_me:$LINENO: result: $result" >&5
10848 echo "${ECHO_T}$result" >&6; }
10852 defaultval=$wxUSE_ALL_FEATURES
10853 if test -z "$defaultval"; then
10854 if test x"$enablestring" = xdisable; then
10861 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
10862 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6; }
10863 # Check whether --enable-datepick was given.
10864 if test "${enable_datepick+set}" = set; then
10865 enableval=$enable_datepick;
10866 if test "$enableval" = yes; then
10867 wx_cv_use_datepick='wxUSE_DATEPICKCTRL
=yes'
10869 wx_cv_use_datepick='wxUSE_DATEPICKCTRL
=no
'
10874 wx_cv_use_datepick='wxUSE_DATEPICKCTRL
=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
10879 eval "$wx_cv_use_datepick"
10881 if test x"$enablestring" = xdisable; then
10882 if test $wxUSE_DATEPICKCTRL = no; then
10888 result=$wxUSE_DATEPICKCTRL
10891 { echo "$as_me:$LINENO: result
: $result" >&5
10892 echo "${ECHO_T}$result" >&6; }
10896 defaultval=$wxUSE_ALL_FEATURES
10897 if test -z "$defaultval"; then
10898 if test x"$enablestring" = xdisable; then
10905 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-detect_sm" >&5
10906 echo $ECHO_N "checking
for --${enablestring:-enable}-detect_sm...
$ECHO_C" >&6; }
10907 # Check whether --enable-detect_sm was given.
10908 if test "${enable_detect_sm+set}" = set; then
10909 enableval=$enable_detect_sm;
10910 if test "$enableval" = yes; then
10911 wx_cv_use_detect_sm='wxUSE_DETECT_SM=yes'
10913 wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
10918 wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
10923 eval "$wx_cv_use_detect_sm"
10925 if test x
"$enablestring" = xdisable
; then
10926 if test $wxUSE_DETECT_SM = no
; then
10932 result
=$wxUSE_DETECT_SM
10935 { echo "$as_me:$LINENO: result: $result" >&5
10936 echo "${ECHO_T}$result" >&6; }
10940 defaultval
=$wxUSE_ALL_FEATURES
10941 if test -z "$defaultval"; then
10942 if test x
"$enablestring" = xdisable
; then
10949 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirpicker" >&5
10950 echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6; }
10951 # Check whether --enable-dirpicker was given.
10952 if test "${enable_dirpicker+set}" = set; then
10953 enableval
=$enable_dirpicker;
10954 if test "$enableval" = yes; then
10955 wx_cv_use_dirpicker
='wxUSE_DIRPICKERCTRL=yes'
10957 wx_cv_use_dirpicker
='wxUSE_DIRPICKERCTRL=no'
10962 wx_cv_use_dirpicker
='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
10967 eval "$wx_cv_use_dirpicker"
10969 if test x"$enablestring" = xdisable; then
10970 if test $wxUSE_DIRPICKERCTRL = no; then
10976 result=$wxUSE_DIRPICKERCTRL
10979 { echo "$as_me:$LINENO: result: $result" >&5
10980 echo "${ECHO_T}$result" >&6; }
10984 defaultval=$wxUSE_ALL_FEATURES
10985 if test -z "$defaultval"; then
10986 if test x"$enablestring" = xdisable; then
10993 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
10994 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6; }
10995 # Check whether --enable-display was given.
10996 if test "${enable_display+set}" = set; then
10997 enableval=$enable_display;
10998 if test "$enableval" = yes; then
10999 wx_cv_use_display='wxUSE_DISPLAY
=yes'
11001 wx_cv_use_display='wxUSE_DISPLAY
=no
'
11006 wx_cv_use_display='wxUSE_DISPLAY
=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
11011 eval "$wx_cv_use_display"
11013 if test x"$enablestring" = xdisable; then
11014 if test $wxUSE_DISPLAY = no; then
11020 result=$wxUSE_DISPLAY
11023 { echo "$as_me:$LINENO: result
: $result" >&5
11024 echo "${ECHO_T}$result" >&6; }
11028 defaultval=$wxUSE_ALL_FEATURES
11029 if test -z "$defaultval"; then
11030 if test x"$enablestring" = xdisable; then
11037 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-editablebox" >&5
11038 echo $ECHO_N "checking
for --${enablestring:-enable}-editablebox...
$ECHO_C" >&6; }
11039 # Check whether --enable-editablebox was given.
11040 if test "${enable_editablebox+set}" = set; then
11041 enableval=$enable_editablebox;
11042 if test "$enableval" = yes; then
11043 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=yes'
11045 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
11050 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
11055 eval "$wx_cv_use_editablebox"
11057 if test x
"$enablestring" = xdisable
; then
11058 if test $wxUSE_EDITABLELISTBOX = no
; then
11064 result
=$wxUSE_EDITABLELISTBOX
11067 { echo "$as_me:$LINENO: result: $result" >&5
11068 echo "${ECHO_T}$result" >&6; }
11072 defaultval
=$wxUSE_ALL_FEATURES
11073 if test -z "$defaultval"; then
11074 if test x
"$enablestring" = xdisable
; then
11081 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filectrl" >&5
11082 echo $ECHO_N "checking for --${enablestring:-enable}-filectrl... $ECHO_C" >&6; }
11083 # Check whether --enable-filectrl was given.
11084 if test "${enable_filectrl+set}" = set; then
11085 enableval
=$enable_filectrl;
11086 if test "$enableval" = yes; then
11087 wx_cv_use_filectrl
='wxUSE_FILECTRL=yes'
11089 wx_cv_use_filectrl
='wxUSE_FILECTRL=no'
11094 wx_cv_use_filectrl
='wxUSE_FILECTRL=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
11099 eval "$wx_cv_use_filectrl"
11101 if test x"$enablestring" = xdisable; then
11102 if test $wxUSE_FILECTRL = no; then
11108 result=$wxUSE_FILECTRL
11111 { echo "$as_me:$LINENO: result: $result" >&5
11112 echo "${ECHO_T}$result" >&6; }
11116 defaultval=$wxUSE_ALL_FEATURES
11117 if test -z "$defaultval"; then
11118 if test x"$enablestring" = xdisable; then
11125 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filepicker" >&5
11126 echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6; }
11127 # Check whether --enable-filepicker was given.
11128 if test "${enable_filepicker+set}" = set; then
11129 enableval=$enable_filepicker;
11130 if test "$enableval" = yes; then
11131 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL
=yes'
11133 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL
=no
'
11138 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL
=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
11143 eval "$wx_cv_use_filepicker"
11145 if test x"$enablestring" = xdisable; then
11146 if test $wxUSE_FILEPICKERCTRL = no; then
11152 result=$wxUSE_FILEPICKERCTRL
11155 { echo "$as_me:$LINENO: result
: $result" >&5
11156 echo "${ECHO_T}$result" >&6; }
11160 defaultval=$wxUSE_ALL_FEATURES
11161 if test -z "$defaultval"; then
11162 if test x"$enablestring" = xdisable; then
11169 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-fontpicker" >&5
11170 echo $ECHO_N "checking
for --${enablestring:-enable}-fontpicker...
$ECHO_C" >&6; }
11171 # Check whether --enable-fontpicker was given.
11172 if test "${enable_fontpicker+set}" = set; then
11173 enableval=$enable_fontpicker;
11174 if test "$enableval" = yes; then
11175 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
11177 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
11182 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
11187 eval "$wx_cv_use_fontpicker"
11189 if test x
"$enablestring" = xdisable
; then
11190 if test $wxUSE_FONTPICKERCTRL = no
; then
11196 result
=$wxUSE_FONTPICKERCTRL
11199 { echo "$as_me:$LINENO: result: $result" >&5
11200 echo "${ECHO_T}$result" >&6; }
11204 defaultval
=$wxUSE_ALL_FEATURES
11205 if test -z "$defaultval"; then
11206 if test x
"$enablestring" = xdisable
; then
11213 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
11214 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6; }
11215 # Check whether --enable-gauge was given.
11216 if test "${enable_gauge+set}" = set; then
11217 enableval
=$enable_gauge;
11218 if test "$enableval" = yes; then
11219 wx_cv_use_gauge
='wxUSE_GAUGE=yes'
11221 wx_cv_use_gauge
='wxUSE_GAUGE=no'
11226 wx_cv_use_gauge
='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
11231 eval "$wx_cv_use_gauge"
11233 if test x"$enablestring" = xdisable; then
11234 if test $wxUSE_GAUGE = no; then
11240 result=$wxUSE_GAUGE
11243 { echo "$as_me:$LINENO: result: $result" >&5
11244 echo "${ECHO_T}$result" >&6; }
11248 defaultval=$wxUSE_ALL_FEATURES
11249 if test -z "$defaultval"; then
11250 if test x"$enablestring" = xdisable; then
11257 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
11258 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6; }
11259 # Check whether --enable-grid was given.
11260 if test "${enable_grid+set}" = set; then
11261 enableval=$enable_grid;
11262 if test "$enableval" = yes; then
11263 wx_cv_use_grid='wxUSE_GRID
=yes'
11265 wx_cv_use_grid='wxUSE_GRID
=no
'
11270 wx_cv_use_grid='wxUSE_GRID
=${'DEFAULT_wxUSE_GRID":-$defaultval}"
11275 eval "$wx_cv_use_grid"
11277 if test x"$enablestring" = xdisable; then
11278 if test $wxUSE_GRID = no; then
11287 { echo "$as_me:$LINENO: result
: $result" >&5
11288 echo "${ECHO_T}$result" >&6; }
11292 defaultval=$wxUSE_ALL_FEATURES
11293 if test -z "$defaultval"; then
11294 if test x"$enablestring" = xdisable; then
11301 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-headerctrl" >&5
11302 echo $ECHO_N "checking
for --${enablestring:-enable}-headerctrl...
$ECHO_C" >&6; }
11303 # Check whether --enable-headerctrl was given.
11304 if test "${enable_headerctrl+set}" = set; then
11305 enableval=$enable_headerctrl;
11306 if test "$enableval" = yes; then
11307 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=yes'
11309 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=no'
11314 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
11319 eval "$wx_cv_use_headerctrl"
11321 if test x
"$enablestring" = xdisable
; then
11322 if test $wxUSE_HEADERCTRL = no
; then
11328 result
=$wxUSE_HEADERCTRL
11331 { echo "$as_me:$LINENO: result: $result" >&5
11332 echo "${ECHO_T}$result" >&6; }
11336 defaultval
=$wxUSE_ALL_FEATURES
11337 if test -z "$defaultval"; then
11338 if test x
"$enablestring" = xdisable
; then
11345 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hyperlink" >&5
11346 echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6; }
11347 # Check whether --enable-hyperlink was given.
11348 if test "${enable_hyperlink+set}" = set; then
11349 enableval
=$enable_hyperlink;
11350 if test "$enableval" = yes; then
11351 wx_cv_use_hyperlink
='wxUSE_HYPERLINKCTRL=yes'
11353 wx_cv_use_hyperlink
='wxUSE_HYPERLINKCTRL=no'
11358 wx_cv_use_hyperlink
='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
11363 eval "$wx_cv_use_hyperlink"
11365 if test x"$enablestring" = xdisable; then
11366 if test $wxUSE_HYPERLINKCTRL = no; then
11372 result=$wxUSE_HYPERLINKCTRL
11375 { echo "$as_me:$LINENO: result: $result" >&5
11376 echo "${ECHO_T}$result" >&6; }
11380 defaultval=$wxUSE_ALL_FEATURES
11381 if test -z "$defaultval"; then
11382 if test x"$enablestring" = xdisable; then
11389 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
11390 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6; }
11391 # Check whether --enable-imaglist was given.
11392 if test "${enable_imaglist+set}" = set; then
11393 enableval=$enable_imaglist;
11394 if test "$enableval" = yes; then
11395 wx_cv_use_imaglist='wxUSE_IMAGLIST
=yes'
11397 wx_cv_use_imaglist='wxUSE_IMAGLIST
=no
'
11402 wx_cv_use_imaglist='wxUSE_IMAGLIST
=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
11407 eval "$wx_cv_use_imaglist"
11409 if test x"$enablestring" = xdisable; then
11410 if test $wxUSE_IMAGLIST = no; then
11416 result=$wxUSE_IMAGLIST
11419 { echo "$as_me:$LINENO: result
: $result" >&5
11420 echo "${ECHO_T}$result" >&6; }
11424 defaultval=$wxUSE_ALL_FEATURES
11425 if test -z "$defaultval"; then
11426 if test x"$enablestring" = xdisable; then
11433 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-infobar" >&5
11434 echo $ECHO_N "checking
for --${enablestring:-enable}-infobar...
$ECHO_C" >&6; }
11435 # Check whether --enable-infobar was given.
11436 if test "${enable_infobar+set}" = set; then
11437 enableval=$enable_infobar;
11438 if test "$enableval" = yes; then
11439 wx_cv_use_infobar='wxUSE_INFOBAR=yes'
11441 wx_cv_use_infobar='wxUSE_INFOBAR=no'
11446 wx_cv_use_infobar='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
11451 eval "$wx_cv_use_infobar"
11453 if test x
"$enablestring" = xdisable
; then
11454 if test $wxUSE_INFOBAR = no
; then
11460 result
=$wxUSE_INFOBAR
11463 { echo "$as_me:$LINENO: result: $result" >&5
11464 echo "${ECHO_T}$result" >&6; }
11468 defaultval
=$wxUSE_ALL_FEATURES
11469 if test -z "$defaultval"; then
11470 if test x
"$enablestring" = xdisable
; then
11477 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
11478 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6; }
11479 # Check whether --enable-listbook was given.
11480 if test "${enable_listbook+set}" = set; then
11481 enableval
=$enable_listbook;
11482 if test "$enableval" = yes; then
11483 wx_cv_use_listbook
='wxUSE_LISTBOOK=yes'
11485 wx_cv_use_listbook
='wxUSE_LISTBOOK=no'
11490 wx_cv_use_listbook
='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
11495 eval "$wx_cv_use_listbook"
11497 if test x"$enablestring" = xdisable; then
11498 if test $wxUSE_LISTBOOK = no; then
11504 result=$wxUSE_LISTBOOK
11507 { echo "$as_me:$LINENO: result: $result" >&5
11508 echo "${ECHO_T}$result" >&6; }
11512 defaultval=$wxUSE_ALL_FEATURES
11513 if test -z "$defaultval"; then
11514 if test x"$enablestring" = xdisable; then
11521 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
11522 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6; }
11523 # Check whether --enable-listbox was given.
11524 if test "${enable_listbox+set}" = set; then
11525 enableval=$enable_listbox;
11526 if test "$enableval" = yes; then
11527 wx_cv_use_listbox='wxUSE_LISTBOX
=yes'
11529 wx_cv_use_listbox='wxUSE_LISTBOX
=no
'
11534 wx_cv_use_listbox='wxUSE_LISTBOX
=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
11539 eval "$wx_cv_use_listbox"
11541 if test x"$enablestring" = xdisable; then
11542 if test $wxUSE_LISTBOX = no; then
11548 result=$wxUSE_LISTBOX
11551 { echo "$as_me:$LINENO: result
: $result" >&5
11552 echo "${ECHO_T}$result" >&6; }
11556 defaultval=$wxUSE_ALL_FEATURES
11557 if test -z "$defaultval"; then
11558 if test x"$enablestring" = xdisable; then
11565 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-listctrl" >&5
11566 echo $ECHO_N "checking
for --${enablestring:-enable}-listctrl...
$ECHO_C" >&6; }
11567 # Check whether --enable-listctrl was given.
11568 if test "${enable_listctrl+set}" = set; then
11569 enableval=$enable_listctrl;
11570 if test "$enableval" = yes; then
11571 wx_cv_use_listctrl='wxUSE_LISTCTRL=yes'
11573 wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
11578 wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
11583 eval "$wx_cv_use_listctrl"
11585 if test x
"$enablestring" = xdisable
; then
11586 if test $wxUSE_LISTCTRL = no
; then
11592 result
=$wxUSE_LISTCTRL
11595 { echo "$as_me:$LINENO: result: $result" >&5
11596 echo "${ECHO_T}$result" >&6; }
11600 defaultval
=$wxUSE_ALL_FEATURES
11601 if test -z "$defaultval"; then
11602 if test x
"$enablestring" = xdisable
; then
11609 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
11610 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6; }
11611 # Check whether --enable-notebook was given.
11612 if test "${enable_notebook+set}" = set; then
11613 enableval
=$enable_notebook;
11614 if test "$enableval" = yes; then
11615 wx_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
11617 wx_cv_use_notebook
='wxUSE_NOTEBOOK=no'
11622 wx_cv_use_notebook
='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
11627 eval "$wx_cv_use_notebook"
11629 if test x"$enablestring" = xdisable; then
11630 if test $wxUSE_NOTEBOOK = no; then
11636 result=$wxUSE_NOTEBOOK
11639 { echo "$as_me:$LINENO: result: $result" >&5
11640 echo "${ECHO_T}$result" >&6; }
11644 defaultval=$wxUSE_ALL_FEATURES
11645 if test -z "$defaultval"; then
11646 if test x"$enablestring" = xdisable; then
11653 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notifmsg" >&5
11654 echo $ECHO_N "checking for --${enablestring:-enable}-notifmsg... $ECHO_C" >&6; }
11655 # Check whether --enable-notifmsg was given.
11656 if test "${enable_notifmsg+set}" = set; then
11657 enableval=$enable_notifmsg;
11658 if test "$enableval" = yes; then
11659 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE
=yes'
11661 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE
=no
'
11666 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE
=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
11671 eval "$wx_cv_use_notifmsg"
11673 if test x"$enablestring" = xdisable; then
11674 if test $wxUSE_NOTIFICATION_MESSAGE = no; then
11680 result=$wxUSE_NOTIFICATION_MESSAGE
11683 { echo "$as_me:$LINENO: result
: $result" >&5
11684 echo "${ECHO_T}$result" >&6; }
11688 defaultval=$wxUSE_ALL_FEATURES
11689 if test -z "$defaultval"; then
11690 if test x"$enablestring" = xdisable; then
11697 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-odcombobox" >&5
11698 echo $ECHO_N "checking
for --${enablestring:-enable}-odcombobox...
$ECHO_C" >&6; }
11699 # Check whether --enable-odcombobox was given.
11700 if test "${enable_odcombobox+set}" = set; then
11701 enableval=$enable_odcombobox;
11702 if test "$enableval" = yes; then
11703 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
11705 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
11710 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
11715 eval "$wx_cv_use_odcombobox"
11717 if test x
"$enablestring" = xdisable
; then
11718 if test $wxUSE_ODCOMBOBOX = no
; then
11724 result
=$wxUSE_ODCOMBOBOX
11727 { echo "$as_me:$LINENO: result: $result" >&5
11728 echo "${ECHO_T}$result" >&6; }
11732 defaultval
=$wxUSE_ALL_FEATURES
11733 if test -z "$defaultval"; then
11734 if test x
"$enablestring" = xdisable
; then
11741 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
11742 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6; }
11743 # Check whether --enable-popupwin was given.
11744 if test "${enable_popupwin+set}" = set; then
11745 enableval
=$enable_popupwin;
11746 if test "$enableval" = yes; then
11747 wx_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
11749 wx_cv_use_popupwin
='wxUSE_POPUPWIN=no'
11754 wx_cv_use_popupwin
='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
11759 eval "$wx_cv_use_popupwin"
11761 if test x"$enablestring" = xdisable; then
11762 if test $wxUSE_POPUPWIN = no; then
11768 result=$wxUSE_POPUPWIN
11771 { echo "$as_me:$LINENO: result: $result" >&5
11772 echo "${ECHO_T}$result" >&6; }
11776 defaultval=$wxUSE_ALL_FEATURES
11777 if test -z "$defaultval"; then
11778 if test x"$enablestring" = xdisable; then
11785 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
11786 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6; }
11787 # Check whether --enable-radiobox was given.
11788 if test "${enable_radiobox+set}" = set; then
11789 enableval=$enable_radiobox;
11790 if test "$enableval" = yes; then
11791 wx_cv_use_radiobox='wxUSE_RADIOBOX
=yes'
11793 wx_cv_use_radiobox='wxUSE_RADIOBOX
=no
'
11798 wx_cv_use_radiobox='wxUSE_RADIOBOX
=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
11803 eval "$wx_cv_use_radiobox"
11805 if test x"$enablestring" = xdisable; then
11806 if test $wxUSE_RADIOBOX = no; then
11812 result=$wxUSE_RADIOBOX
11815 { echo "$as_me:$LINENO: result
: $result" >&5
11816 echo "${ECHO_T}$result" >&6; }
11820 defaultval=$wxUSE_ALL_FEATURES
11821 if test -z "$defaultval"; then
11822 if test x"$enablestring" = xdisable; then
11829 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-radiobtn" >&5
11830 echo $ECHO_N "checking
for --${enablestring:-enable}-radiobtn...
$ECHO_C" >&6; }
11831 # Check whether --enable-radiobtn was given.
11832 if test "${enable_radiobtn+set}" = set; then
11833 enableval=$enable_radiobtn;
11834 if test "$enableval" = yes; then
11835 wx_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
11837 wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
11842 wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
11847 eval "$wx_cv_use_radiobtn"
11849 if test x
"$enablestring" = xdisable
; then
11850 if test $wxUSE_RADIOBTN = no
; then
11856 result
=$wxUSE_RADIOBTN
11859 { echo "$as_me:$LINENO: result: $result" >&5
11860 echo "${ECHO_T}$result" >&6; }
11864 defaultval
=$wxUSE_ALL_FEATURES
11865 if test -z "$defaultval"; then
11866 if test x
"$enablestring" = xdisable
; then
11873 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richmsgdlg" >&5
11874 echo $ECHO_N "checking for --${enablestring:-enable}-richmsgdlg... $ECHO_C" >&6; }
11875 # Check whether --enable-richmsgdlg was given.
11876 if test "${enable_richmsgdlg+set}" = set; then
11877 enableval
=$enable_richmsgdlg;
11878 if test "$enableval" = yes; then
11879 wx_cv_use_richmsgdlg
='wxUSE_RICHMSGDLG=yes'
11881 wx_cv_use_richmsgdlg
='wxUSE_RICHMSGDLG=no'
11886 wx_cv_use_richmsgdlg
='wxUSE_RICHMSGDLG=${'DEFAULT_wxUSE_RICHMSGDLG":-$defaultval}"
11891 eval "$wx_cv_use_richmsgdlg"
11893 if test x"$enablestring" = xdisable; then
11894 if test $wxUSE_RICHMSGDLG = no; then
11900 result=$wxUSE_RICHMSGDLG
11903 { echo "$as_me:$LINENO: result: $result" >&5
11904 echo "${ECHO_T}$result" >&6; }
11908 defaultval=$wxUSE_ALL_FEATURES
11909 if test -z "$defaultval"; then
11910 if test x"$enablestring" = xdisable; then
11917 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rearrangectrl" >&5
11918 echo $ECHO_N "checking for --${enablestring:-enable}-rearrangectrl... $ECHO_C" >&6; }
11919 # Check whether --enable-rearrangectrl was given.
11920 if test "${enable_rearrangectrl+set}" = set; then
11921 enableval=$enable_rearrangectrl;
11922 if test "$enableval" = yes; then
11923 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL
=yes'
11925 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL
=no
'
11930 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL
=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
11935 eval "$wx_cv_use_rearrangectrl"
11937 if test x"$enablestring" = xdisable; then
11938 if test $wxUSE_REARRANGECTRL = no; then
11944 result=$wxUSE_REARRANGECTRL
11947 { echo "$as_me:$LINENO: result
: $result" >&5
11948 echo "${ECHO_T}$result" >&6; }
11952 defaultval=$wxUSE_ALL_FEATURES
11953 if test -z "$defaultval"; then
11954 if test x"$enablestring" = xdisable; then
11961 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-sash" >&5
11962 echo $ECHO_N "checking
for --${enablestring:-enable}-sash...
$ECHO_C" >&6; }
11963 # Check whether --enable-sash was given.
11964 if test "${enable_sash+set}" = set; then
11965 enableval=$enable_sash;
11966 if test "$enableval" = yes; then
11967 wx_cv_use_sash='wxUSE_SASH=yes'
11969 wx_cv_use_sash='wxUSE_SASH=no'
11974 wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
11979 eval "$wx_cv_use_sash"
11981 if test x
"$enablestring" = xdisable
; then
11982 if test $wxUSE_SASH = no
; then
11991 { echo "$as_me:$LINENO: result: $result" >&5
11992 echo "${ECHO_T}$result" >&6; }
11996 defaultval
=$wxUSE_ALL_FEATURES
11997 if test -z "$defaultval"; then
11998 if test x
"$enablestring" = xdisable
; then
12005 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
12006 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6; }
12007 # Check whether --enable-scrollbar was given.
12008 if test "${enable_scrollbar+set}" = set; then
12009 enableval
=$enable_scrollbar;
12010 if test "$enableval" = yes; then
12011 wx_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
12013 wx_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
12018 wx_cv_use_scrollbar
='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
12023 eval "$wx_cv_use_scrollbar"
12025 if test x"$enablestring" = xdisable; then
12026 if test $wxUSE_SCROLLBAR = no; then
12032 result=$wxUSE_SCROLLBAR
12035 { echo "$as_me:$LINENO: result: $result" >&5
12036 echo "${ECHO_T}$result" >&6; }
12040 defaultval=$wxUSE_ALL_FEATURES
12041 if test -z "$defaultval"; then
12042 if test x"$enablestring" = xdisable; then
12049 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-searchctrl" >&5
12050 echo $ECHO_N "checking for --${enablestring:-enable}-searchctrl... $ECHO_C" >&6; }
12051 # Check whether --enable-searchctrl was given.
12052 if test "${enable_searchctrl+set}" = set; then
12053 enableval=$enable_searchctrl;
12054 if test "$enableval" = yes; then
12055 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL
=yes'
12057 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL
=no
'
12062 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL
=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
12067 eval "$wx_cv_use_searchctrl"
12069 if test x"$enablestring" = xdisable; then
12070 if test $wxUSE_SEARCHCTRL = no; then
12076 result=$wxUSE_SEARCHCTRL
12079 { echo "$as_me:$LINENO: result
: $result" >&5
12080 echo "${ECHO_T}$result" >&6; }
12084 defaultval=$wxUSE_ALL_FEATURES
12085 if test -z "$defaultval"; then
12086 if test x"$enablestring" = xdisable; then
12093 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-slider" >&5
12094 echo $ECHO_N "checking
for --${enablestring:-enable}-slider...
$ECHO_C" >&6; }
12095 # Check whether --enable-slider was given.
12096 if test "${enable_slider+set}" = set; then
12097 enableval=$enable_slider;
12098 if test "$enableval" = yes; then
12099 wx_cv_use_slider='wxUSE_SLIDER=yes'
12101 wx_cv_use_slider='wxUSE_SLIDER=no'
12106 wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
12111 eval "$wx_cv_use_slider"
12113 if test x
"$enablestring" = xdisable
; then
12114 if test $wxUSE_SLIDER = no
; then
12120 result
=$wxUSE_SLIDER
12123 { echo "$as_me:$LINENO: result: $result" >&5
12124 echo "${ECHO_T}$result" >&6; }
12128 defaultval
=$wxUSE_ALL_FEATURES
12129 if test -z "$defaultval"; then
12130 if test x
"$enablestring" = xdisable
; then
12137 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
12138 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6; }
12139 # Check whether --enable-spinbtn was given.
12140 if test "${enable_spinbtn+set}" = set; then
12141 enableval
=$enable_spinbtn;
12142 if test "$enableval" = yes; then
12143 wx_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
12145 wx_cv_use_spinbtn
='wxUSE_SPINBTN=no'
12150 wx_cv_use_spinbtn
='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
12155 eval "$wx_cv_use_spinbtn"
12157 if test x"$enablestring" = xdisable; then
12158 if test $wxUSE_SPINBTN = no; then
12164 result=$wxUSE_SPINBTN
12167 { echo "$as_me:$LINENO: result: $result" >&5
12168 echo "${ECHO_T}$result" >&6; }
12172 defaultval=$wxUSE_ALL_FEATURES
12173 if test -z "$defaultval"; then
12174 if test x"$enablestring" = xdisable; then
12181 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
12182 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6; }
12183 # Check whether --enable-spinctrl was given.
12184 if test "${enable_spinctrl+set}" = set; then
12185 enableval=$enable_spinctrl;
12186 if test "$enableval" = yes; then
12187 wx_cv_use_spinctrl='wxUSE_SPINCTRL
=yes'
12189 wx_cv_use_spinctrl='wxUSE_SPINCTRL
=no
'
12194 wx_cv_use_spinctrl='wxUSE_SPINCTRL
=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
12199 eval "$wx_cv_use_spinctrl"
12201 if test x"$enablestring" = xdisable; then
12202 if test $wxUSE_SPINCTRL = no; then
12208 result=$wxUSE_SPINCTRL
12211 { echo "$as_me:$LINENO: result
: $result" >&5
12212 echo "${ECHO_T}$result" >&6; }
12216 defaultval=$wxUSE_ALL_FEATURES
12217 if test -z "$defaultval"; then
12218 if test x"$enablestring" = xdisable; then
12225 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-splitter" >&5
12226 echo $ECHO_N "checking
for --${enablestring:-enable}-splitter...
$ECHO_C" >&6; }
12227 # Check whether --enable-splitter was given.
12228 if test "${enable_splitter+set}" = set; then
12229 enableval=$enable_splitter;
12230 if test "$enableval" = yes; then
12231 wx_cv_use_splitter='wxUSE_SPLITTER=yes'
12233 wx_cv_use_splitter='wxUSE_SPLITTER=no'
12238 wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
12243 eval "$wx_cv_use_splitter"
12245 if test x
"$enablestring" = xdisable
; then
12246 if test $wxUSE_SPLITTER = no
; then
12252 result
=$wxUSE_SPLITTER
12255 { echo "$as_me:$LINENO: result: $result" >&5
12256 echo "${ECHO_T}$result" >&6; }
12260 defaultval
=$wxUSE_ALL_FEATURES
12261 if test -z "$defaultval"; then
12262 if test x
"$enablestring" = xdisable
; then
12269 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
12270 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6; }
12271 # Check whether --enable-statbmp was given.
12272 if test "${enable_statbmp+set}" = set; then
12273 enableval
=$enable_statbmp;
12274 if test "$enableval" = yes; then
12275 wx_cv_use_statbmp
='wxUSE_STATBMP=yes'
12277 wx_cv_use_statbmp
='wxUSE_STATBMP=no'
12282 wx_cv_use_statbmp
='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
12287 eval "$wx_cv_use_statbmp"
12289 if test x"$enablestring" = xdisable; then
12290 if test $wxUSE_STATBMP = no; then
12296 result=$wxUSE_STATBMP
12299 { echo "$as_me:$LINENO: result: $result" >&5
12300 echo "${ECHO_T}$result" >&6; }
12304 defaultval=$wxUSE_ALL_FEATURES
12305 if test -z "$defaultval"; then
12306 if test x"$enablestring" = xdisable; then
12313 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
12314 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6; }
12315 # Check whether --enable-statbox was given.
12316 if test "${enable_statbox+set}" = set; then
12317 enableval=$enable_statbox;
12318 if test "$enableval" = yes; then
12319 wx_cv_use_statbox='wxUSE_STATBOX
=yes'
12321 wx_cv_use_statbox='wxUSE_STATBOX
=no
'
12326 wx_cv_use_statbox='wxUSE_STATBOX
=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
12331 eval "$wx_cv_use_statbox"
12333 if test x"$enablestring" = xdisable; then
12334 if test $wxUSE_STATBOX = no; then
12340 result=$wxUSE_STATBOX
12343 { echo "$as_me:$LINENO: result
: $result" >&5
12344 echo "${ECHO_T}$result" >&6; }
12348 defaultval=$wxUSE_ALL_FEATURES
12349 if test -z "$defaultval"; then
12350 if test x"$enablestring" = xdisable; then
12357 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-statline" >&5
12358 echo $ECHO_N "checking
for --${enablestring:-enable}-statline...
$ECHO_C" >&6; }
12359 # Check whether --enable-statline was given.
12360 if test "${enable_statline+set}" = set; then
12361 enableval=$enable_statline;
12362 if test "$enableval" = yes; then
12363 wx_cv_use_statline='wxUSE_STATLINE=yes'
12365 wx_cv_use_statline='wxUSE_STATLINE=no'
12370 wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
12375 eval "$wx_cv_use_statline"
12377 if test x
"$enablestring" = xdisable
; then
12378 if test $wxUSE_STATLINE = no
; then
12384 result
=$wxUSE_STATLINE
12387 { echo "$as_me:$LINENO: result: $result" >&5
12388 echo "${ECHO_T}$result" >&6; }
12392 defaultval
=$wxUSE_ALL_FEATURES
12393 if test -z "$defaultval"; then
12394 if test x
"$enablestring" = xdisable
; then
12401 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
12402 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6; }
12403 # Check whether --enable-stattext was given.
12404 if test "${enable_stattext+set}" = set; then
12405 enableval
=$enable_stattext;
12406 if test "$enableval" = yes; then
12407 wx_cv_use_stattext
='wxUSE_STATTEXT=yes'
12409 wx_cv_use_stattext
='wxUSE_STATTEXT=no'
12414 wx_cv_use_stattext
='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
12419 eval "$wx_cv_use_stattext"
12421 if test x"$enablestring" = xdisable; then
12422 if test $wxUSE_STATTEXT = no; then
12428 result=$wxUSE_STATTEXT
12431 { echo "$as_me:$LINENO: result: $result" >&5
12432 echo "${ECHO_T}$result" >&6; }
12436 defaultval=$wxUSE_ALL_FEATURES
12437 if test -z "$defaultval"; then
12438 if test x"$enablestring" = xdisable; then
12445 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
12446 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6; }
12447 # Check whether --enable-statusbar was given.
12448 if test "${enable_statusbar+set}" = set; then
12449 enableval=$enable_statusbar;
12450 if test "$enableval" = yes; then
12451 wx_cv_use_statusbar='wxUSE_STATUSBAR
=yes'
12453 wx_cv_use_statusbar='wxUSE_STATUSBAR
=no
'
12458 wx_cv_use_statusbar='wxUSE_STATUSBAR
=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
12463 eval "$wx_cv_use_statusbar"
12465 if test x"$enablestring" = xdisable; then
12466 if test $wxUSE_STATUSBAR = no; then
12472 result=$wxUSE_STATUSBAR
12475 { echo "$as_me:$LINENO: result
: $result" >&5
12476 echo "${ECHO_T}$result" >&6; }
12480 defaultval=$wxUSE_ALL_FEATURES
12481 if test -z "$defaultval"; then
12482 if test x"$enablestring" = xdisable; then
12489 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-taskbaricon" >&5
12490 echo $ECHO_N "checking
for --${enablestring:-enable}-taskbaricon...
$ECHO_C" >&6; }
12491 # Check whether --enable-taskbaricon was given.
12492 if test "${enable_taskbaricon+set}" = set; then
12493 enableval=$enable_taskbaricon;
12494 if test "$enableval" = yes; then
12495 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
12497 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
12502 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
12507 eval "$wx_cv_use_taskbaricon"
12509 if test x
"$enablestring" = xdisable
; then
12510 if test $wxUSE_TASKBARICON = no
; then
12516 result
=$wxUSE_TASKBARICON
12519 { echo "$as_me:$LINENO: result: $result" >&5
12520 echo "${ECHO_T}$result" >&6; }
12524 defaultval
=$wxUSE_ALL_FEATURES
12525 if test -z "$defaultval"; then
12526 if test x
"$enablestring" = xdisable
; then
12533 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
12534 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6; }
12535 # Check whether --enable-tbarnative was given.
12536 if test "${enable_tbarnative+set}" = set; then
12537 enableval
=$enable_tbarnative;
12538 if test "$enableval" = yes; then
12539 wx_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
12541 wx_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
12546 wx_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
12551 eval "$wx_cv_use_tbarnative"
12553 if test x"$enablestring" = xdisable; then
12554 if test $wxUSE_TOOLBAR_NATIVE = no; then
12560 result=$wxUSE_TOOLBAR_NATIVE
12563 { echo "$as_me:$LINENO: result: $result" >&5
12564 echo "${ECHO_T}$result" >&6; }
12568 defaultval=$wxUSE_ALL_FEATURES
12569 if test -z "$defaultval"; then
12570 if test x"$enablestring" = xdisable; then
12577 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
12578 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6; }
12579 # Check whether --enable-textctrl was given.
12580 if test "${enable_textctrl+set}" = set; then
12581 enableval=$enable_textctrl;
12582 if test "$enableval" = yes; then
12583 wx_cv_use_textctrl='wxUSE_TEXTCTRL
=yes'
12585 wx_cv_use_textctrl='wxUSE_TEXTCTRL
=no
'
12590 wx_cv_use_textctrl='wxUSE_TEXTCTRL
=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
12595 eval "$wx_cv_use_textctrl"
12597 if test x"$enablestring" = xdisable; then
12598 if test $wxUSE_TEXTCTRL = no; then
12604 result=$wxUSE_TEXTCTRL
12607 { echo "$as_me:$LINENO: result
: $result" >&5
12608 echo "${ECHO_T}$result" >&6; }
12612 defaultval=$wxUSE_ALL_FEATURES
12613 if test -z "$defaultval"; then
12614 if test x"$enablestring" = xdisable; then
12621 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-tipwindow" >&5
12622 echo $ECHO_N "checking
for --${enablestring:-enable}-tipwindow...
$ECHO_C" >&6; }
12623 # Check whether --enable-tipwindow was given.
12624 if test "${enable_tipwindow+set}" = set; then
12625 enableval=$enable_tipwindow;
12626 if test "$enableval" = yes; then
12627 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
12629 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
12634 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
12639 eval "$wx_cv_use_tipwindow"
12641 if test x
"$enablestring" = xdisable
; then
12642 if test $wxUSE_TIPWINDOW = no
; then
12648 result
=$wxUSE_TIPWINDOW
12651 { echo "$as_me:$LINENO: result: $result" >&5
12652 echo "${ECHO_T}$result" >&6; }
12656 defaultval
=$wxUSE_ALL_FEATURES
12657 if test -z "$defaultval"; then
12658 if test x
"$enablestring" = xdisable
; then
12665 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
12666 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6; }
12667 # Check whether --enable-togglebtn was given.
12668 if test "${enable_togglebtn+set}" = set; then
12669 enableval
=$enable_togglebtn;
12670 if test "$enableval" = yes; then
12671 wx_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
12673 wx_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
12678 wx_cv_use_togglebtn
='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
12683 eval "$wx_cv_use_togglebtn"
12685 if test x"$enablestring" = xdisable; then
12686 if test $wxUSE_TOGGLEBTN = no; then
12692 result=$wxUSE_TOGGLEBTN
12695 { echo "$as_me:$LINENO: result: $result" >&5
12696 echo "${ECHO_T}$result" >&6; }
12700 defaultval=$wxUSE_ALL_FEATURES
12701 if test -z "$defaultval"; then
12702 if test x"$enablestring" = xdisable; then
12709 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
12710 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6; }
12711 # Check whether --enable-toolbar was given.
12712 if test "${enable_toolbar+set}" = set; then
12713 enableval=$enable_toolbar;
12714 if test "$enableval" = yes; then
12715 wx_cv_use_toolbar='wxUSE_TOOLBAR
=yes'
12717 wx_cv_use_toolbar='wxUSE_TOOLBAR
=no
'
12722 wx_cv_use_toolbar='wxUSE_TOOLBAR
=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
12727 eval "$wx_cv_use_toolbar"
12729 if test x"$enablestring" = xdisable; then
12730 if test $wxUSE_TOOLBAR = no; then
12736 result=$wxUSE_TOOLBAR
12739 { echo "$as_me:$LINENO: result
: $result" >&5
12740 echo "${ECHO_T}$result" >&6; }
12744 defaultval=$wxUSE_ALL_FEATURES
12745 if test -z "$defaultval"; then
12746 if test x"$enablestring" = xdisable; then
12753 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-toolbook" >&5
12754 echo $ECHO_N "checking
for --${enablestring:-enable}-toolbook...
$ECHO_C" >&6; }
12755 # Check whether --enable-toolbook was given.
12756 if test "${enable_toolbook+set}" = set; then
12757 enableval=$enable_toolbook;
12758 if test "$enableval" = yes; then
12759 wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
12761 wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
12766 wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
12771 eval "$wx_cv_use_toolbook"
12773 if test x
"$enablestring" = xdisable
; then
12774 if test $wxUSE_TOOLBOOK = no
; then
12780 result
=$wxUSE_TOOLBOOK
12783 { echo "$as_me:$LINENO: result: $result" >&5
12784 echo "${ECHO_T}$result" >&6; }
12788 defaultval
=$wxUSE_ALL_FEATURES
12789 if test -z "$defaultval"; then
12790 if test x
"$enablestring" = xdisable
; then
12797 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
12798 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6; }
12799 # Check whether --enable-treebook was given.
12800 if test "${enable_treebook+set}" = set; then
12801 enableval
=$enable_treebook;
12802 if test "$enableval" = yes; then
12803 wx_cv_use_treebook
='wxUSE_TREEBOOK=yes'
12805 wx_cv_use_treebook
='wxUSE_TREEBOOK=no'
12810 wx_cv_use_treebook
='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
12815 eval "$wx_cv_use_treebook"
12817 if test x"$enablestring" = xdisable; then
12818 if test $wxUSE_TREEBOOK = no; then
12824 result=$wxUSE_TREEBOOK
12827 { echo "$as_me:$LINENO: result: $result" >&5
12828 echo "${ECHO_T}$result" >&6; }
12832 defaultval=$wxUSE_ALL_FEATURES
12833 if test -z "$defaultval"; then
12834 if test x"$enablestring" = xdisable; then
12841 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
12842 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6; }
12843 # Check whether --enable-treectrl was given.
12844 if test "${enable_treectrl+set}" = set; then
12845 enableval=$enable_treectrl;
12846 if test "$enableval" = yes; then
12847 wx_cv_use_treectrl='wxUSE_TREECTRL
=yes'
12849 wx_cv_use_treectrl='wxUSE_TREECTRL
=no
'
12854 wx_cv_use_treectrl='wxUSE_TREECTRL
=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
12859 eval "$wx_cv_use_treectrl"
12861 if test x"$enablestring" = xdisable; then
12862 if test $wxUSE_TREECTRL = no; then
12868 result=$wxUSE_TREECTRL
12871 { echo "$as_me:$LINENO: result
: $result" >&5
12872 echo "${ECHO_T}$result" >&6; }
12876 defaultval=$wxUSE_ALL_FEATURES
12877 if test -z "$defaultval"; then
12878 if test x"$enablestring" = xdisable; then
12885 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-treelist" >&5
12886 echo $ECHO_N "checking
for --${enablestring:-enable}-treelist...
$ECHO_C" >&6; }
12887 # Check whether --enable-treelist was given.
12888 if test "${enable_treelist+set}" = set; then
12889 enableval=$enable_treelist;
12890 if test "$enableval" = yes; then
12891 wx_cv_use_treelist='wxUSE_TREELISTCTRL=yes'
12893 wx_cv_use_treelist='wxUSE_TREELISTCTRL=no'
12898 wx_cv_use_treelist='wxUSE_TREELISTCTRL=${'DEFAULT_wxUSE_TREELISTCTRL":-$defaultval}"
12903 eval "$wx_cv_use_treelist"
12905 if test x
"$enablestring" = xdisable
; then
12906 if test $wxUSE_TREELISTCTRL = no
; then
12912 result
=$wxUSE_TREELISTCTRL
12915 { echo "$as_me:$LINENO: result: $result" >&5
12916 echo "${ECHO_T}$result" >&6; }
12922 defaultval
=$wxUSE_ALL_FEATURES
12923 if test -z "$defaultval"; then
12924 if test x
"$enablestring" = xdisable
; then
12931 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
12932 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6; }
12933 # Check whether --enable-commondlg was given.
12934 if test "${enable_commondlg+set}" = set; then
12935 enableval
=$enable_commondlg;
12936 if test "$enableval" = yes; then
12937 wx_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
12939 wx_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
12944 wx_cv_use_commondlg
='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
12949 eval "$wx_cv_use_commondlg"
12951 if test x"$enablestring" = xdisable; then
12952 if test $wxUSE_COMMONDLGS = no; then
12958 result=$wxUSE_COMMONDLGS
12961 { echo "$as_me:$LINENO: result: $result" >&5
12962 echo "${ECHO_T}$result" >&6; }
12966 defaultval=$wxUSE_ALL_FEATURES
12967 if test -z "$defaultval"; then
12968 if test x"$enablestring" = xdisable; then
12975 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aboutdlg" >&5
12976 echo $ECHO_N "checking for --${enablestring:-enable}-aboutdlg... $ECHO_C" >&6; }
12977 # Check whether --enable-aboutdlg was given.
12978 if test "${enable_aboutdlg+set}" = set; then
12979 enableval=$enable_aboutdlg;
12980 if test "$enableval" = yes; then
12981 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG
=yes'
12983 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG
=no
'
12988 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG
=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
12993 eval "$wx_cv_use_aboutdlg"
12995 if test x"$enablestring" = xdisable; then
12996 if test $wxUSE_ABOUTDLG = no; then
13002 result=$wxUSE_ABOUTDLG
13005 { echo "$as_me:$LINENO: result
: $result" >&5
13006 echo "${ECHO_T}$result" >&6; }
13010 defaultval=$wxUSE_ALL_FEATURES
13011 if test -z "$defaultval"; then
13012 if test x"$enablestring" = xdisable; then
13019 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-choicedlg" >&5
13020 echo $ECHO_N "checking
for --${enablestring:-enable}-choicedlg...
$ECHO_C" >&6; }
13021 # Check whether --enable-choicedlg was given.
13022 if test "${enable_choicedlg+set}" = set; then
13023 enableval=$enable_choicedlg;
13024 if test "$enableval" = yes; then
13025 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
13027 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
13032 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
13037 eval "$wx_cv_use_choicedlg"
13039 if test x
"$enablestring" = xdisable
; then
13040 if test $wxUSE_CHOICEDLG = no
; then
13046 result
=$wxUSE_CHOICEDLG
13049 { echo "$as_me:$LINENO: result: $result" >&5
13050 echo "${ECHO_T}$result" >&6; }
13054 defaultval
=$wxUSE_ALL_FEATURES
13055 if test -z "$defaultval"; then
13056 if test x
"$enablestring" = xdisable
; then
13063 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
13064 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6; }
13065 # Check whether --enable-coldlg was given.
13066 if test "${enable_coldlg+set}" = set; then
13067 enableval
=$enable_coldlg;
13068 if test "$enableval" = yes; then
13069 wx_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
13071 wx_cv_use_coldlg
='wxUSE_COLOURDLG=no'
13076 wx_cv_use_coldlg
='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
13081 eval "$wx_cv_use_coldlg"
13083 if test x"$enablestring" = xdisable; then
13084 if test $wxUSE_COLOURDLG = no; then
13090 result=$wxUSE_COLOURDLG
13093 { echo "$as_me:$LINENO: result: $result" >&5
13094 echo "${ECHO_T}$result" >&6; }
13098 defaultval=$wxUSE_ALL_FEATURES
13099 if test -z "$defaultval"; then
13100 if test x"$enablestring" = xdisable; then
13107 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
13108 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6; }
13109 # Check whether --enable-filedlg was given.
13110 if test "${enable_filedlg+set}" = set; then
13111 enableval=$enable_filedlg;
13112 if test "$enableval" = yes; then
13113 wx_cv_use_filedlg='wxUSE_FILEDLG
=yes'
13115 wx_cv_use_filedlg='wxUSE_FILEDLG
=no
'
13120 wx_cv_use_filedlg='wxUSE_FILEDLG
=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
13125 eval "$wx_cv_use_filedlg"
13127 if test x"$enablestring" = xdisable; then
13128 if test $wxUSE_FILEDLG = no; then
13134 result=$wxUSE_FILEDLG
13137 { echo "$as_me:$LINENO: result
: $result" >&5
13138 echo "${ECHO_T}$result" >&6; }
13142 defaultval=$wxUSE_ALL_FEATURES
13143 if test -z "$defaultval"; then
13144 if test x"$enablestring" = xdisable; then
13151 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-finddlg" >&5
13152 echo $ECHO_N "checking
for --${enablestring:-enable}-finddlg...
$ECHO_C" >&6; }
13153 # Check whether --enable-finddlg was given.
13154 if test "${enable_finddlg+set}" = set; then
13155 enableval=$enable_finddlg;
13156 if test "$enableval" = yes; then
13157 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
13159 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
13164 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
13169 eval "$wx_cv_use_finddlg"
13171 if test x
"$enablestring" = xdisable
; then
13172 if test $wxUSE_FINDREPLDLG = no
; then
13178 result
=$wxUSE_FINDREPLDLG
13181 { echo "$as_me:$LINENO: result: $result" >&5
13182 echo "${ECHO_T}$result" >&6; }
13186 defaultval
=$wxUSE_ALL_FEATURES
13187 if test -z "$defaultval"; then
13188 if test x
"$enablestring" = xdisable
; then
13195 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
13196 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6; }
13197 # Check whether --enable-fontdlg was given.
13198 if test "${enable_fontdlg+set}" = set; then
13199 enableval
=$enable_fontdlg;
13200 if test "$enableval" = yes; then
13201 wx_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
13203 wx_cv_use_fontdlg
='wxUSE_FONTDLG=no'
13208 wx_cv_use_fontdlg
='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
13213 eval "$wx_cv_use_fontdlg"
13215 if test x"$enablestring" = xdisable; then
13216 if test $wxUSE_FONTDLG = no; then
13222 result=$wxUSE_FONTDLG
13225 { echo "$as_me:$LINENO: result: $result" >&5
13226 echo "${ECHO_T}$result" >&6; }
13230 defaultval=$wxUSE_ALL_FEATURES
13231 if test -z "$defaultval"; then
13232 if test x"$enablestring" = xdisable; then
13239 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
13240 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6; }
13241 # Check whether --enable-dirdlg was given.
13242 if test "${enable_dirdlg+set}" = set; then
13243 enableval=$enable_dirdlg;
13244 if test "$enableval" = yes; then
13245 wx_cv_use_dirdlg='wxUSE_DIRDLG
=yes'
13247 wx_cv_use_dirdlg='wxUSE_DIRDLG
=no
'
13252 wx_cv_use_dirdlg='wxUSE_DIRDLG
=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
13257 eval "$wx_cv_use_dirdlg"
13259 if test x"$enablestring" = xdisable; then
13260 if test $wxUSE_DIRDLG = no; then
13266 result=$wxUSE_DIRDLG
13269 { echo "$as_me:$LINENO: result
: $result" >&5
13270 echo "${ECHO_T}$result" >&6; }
13274 defaultval=$wxUSE_ALL_FEATURES
13275 if test -z "$defaultval"; then
13276 if test x"$enablestring" = xdisable; then
13283 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-msgdlg" >&5
13284 echo $ECHO_N "checking
for --${enablestring:-enable}-msgdlg...
$ECHO_C" >&6; }
13285 # Check whether --enable-msgdlg was given.
13286 if test "${enable_msgdlg+set}" = set; then
13287 enableval=$enable_msgdlg;
13288 if test "$enableval" = yes; then
13289 wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
13291 wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
13296 wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
13301 eval "$wx_cv_use_msgdlg"
13303 if test x
"$enablestring" = xdisable
; then
13304 if test $wxUSE_MSGDLG = no
; then
13310 result
=$wxUSE_MSGDLG
13313 { echo "$as_me:$LINENO: result: $result" >&5
13314 echo "${ECHO_T}$result" >&6; }
13318 defaultval
=$wxUSE_ALL_FEATURES
13319 if test -z "$defaultval"; then
13320 if test x
"$enablestring" = xdisable
; then
13327 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
13328 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6; }
13329 # Check whether --enable-numberdlg was given.
13330 if test "${enable_numberdlg+set}" = set; then
13331 enableval
=$enable_numberdlg;
13332 if test "$enableval" = yes; then
13333 wx_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
13335 wx_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
13340 wx_cv_use_numberdlg
='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
13345 eval "$wx_cv_use_numberdlg"
13347 if test x"$enablestring" = xdisable; then
13348 if test $wxUSE_NUMBERDLG = no; then
13354 result=$wxUSE_NUMBERDLG
13357 { echo "$as_me:$LINENO: result: $result" >&5
13358 echo "${ECHO_T}$result" >&6; }
13362 defaultval=$wxUSE_ALL_FEATURES
13363 if test -z "$defaultval"; then
13364 if test x"$enablestring" = xdisable; then
13371 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
13372 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6; }
13373 # Check whether --enable-splash was given.
13374 if test "${enable_splash+set}" = set; then
13375 enableval=$enable_splash;
13376 if test "$enableval" = yes; then
13377 wx_cv_use_splash='wxUSE_SPLASH
=yes'
13379 wx_cv_use_splash='wxUSE_SPLASH
=no
'
13384 wx_cv_use_splash='wxUSE_SPLASH
=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
13389 eval "$wx_cv_use_splash"
13391 if test x"$enablestring" = xdisable; then
13392 if test $wxUSE_SPLASH = no; then
13398 result=$wxUSE_SPLASH
13401 { echo "$as_me:$LINENO: result
: $result" >&5
13402 echo "${ECHO_T}$result" >&6; }
13406 defaultval=$wxUSE_ALL_FEATURES
13407 if test -z "$defaultval"; then
13408 if test x"$enablestring" = xdisable; then
13415 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-textdlg" >&5
13416 echo $ECHO_N "checking
for --${enablestring:-enable}-textdlg...
$ECHO_C" >&6; }
13417 # Check whether --enable-textdlg was given.
13418 if test "${enable_textdlg+set}" = set; then
13419 enableval=$enable_textdlg;
13420 if test "$enableval" = yes; then
13421 wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
13423 wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
13428 wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
13433 eval "$wx_cv_use_textdlg"
13435 if test x
"$enablestring" = xdisable
; then
13436 if test $wxUSE_TEXTDLG = no
; then
13442 result
=$wxUSE_TEXTDLG
13445 { echo "$as_me:$LINENO: result: $result" >&5
13446 echo "${ECHO_T}$result" >&6; }
13450 defaultval
=$wxUSE_ALL_FEATURES
13451 if test -z "$defaultval"; then
13452 if test x
"$enablestring" = xdisable
; then
13459 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
13460 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6; }
13461 # Check whether --enable-tipdlg was given.
13462 if test "${enable_tipdlg+set}" = set; then
13463 enableval
=$enable_tipdlg;
13464 if test "$enableval" = yes; then
13465 wx_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
13467 wx_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
13472 wx_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
13477 eval "$wx_cv_use_tipdlg"
13479 if test x"$enablestring" = xdisable; then
13480 if test $wxUSE_STARTUP_TIPS = no; then
13486 result=$wxUSE_STARTUP_TIPS
13489 { echo "$as_me:$LINENO: result: $result" >&5
13490 echo "${ECHO_T}$result" >&6; }
13494 defaultval=$wxUSE_ALL_FEATURES
13495 if test -z "$defaultval"; then
13496 if test x"$enablestring" = xdisable; then
13503 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
13504 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6; }
13505 # Check whether --enable-progressdlg was given.
13506 if test "${enable_progressdlg+set}" = set; then
13507 enableval=$enable_progressdlg;
13508 if test "$enableval" = yes; then
13509 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG
=yes'
13511 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG
=no
'
13516 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG
=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
13521 eval "$wx_cv_use_progressdlg"
13523 if test x"$enablestring" = xdisable; then
13524 if test $wxUSE_PROGRESSDLG = no; then
13530 result=$wxUSE_PROGRESSDLG
13533 { echo "$as_me:$LINENO: result
: $result" >&5
13534 echo "${ECHO_T}$result" >&6; }
13538 defaultval=$wxUSE_ALL_FEATURES
13539 if test -z "$defaultval"; then
13540 if test x"$enablestring" = xdisable; then
13547 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-wizarddlg" >&5
13548 echo $ECHO_N "checking
for --${enablestring:-enable}-wizarddlg...
$ECHO_C" >&6; }
13549 # Check whether --enable-wizarddlg was given.
13550 if test "${enable_wizarddlg+set}" = set; then
13551 enableval=$enable_wizarddlg;
13552 if test "$enableval" = yes; then
13553 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
13555 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
13560 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
13565 eval "$wx_cv_use_wizarddlg"
13567 if test x
"$enablestring" = xdisable
; then
13568 if test $wxUSE_WIZARDDLG = no
; then
13574 result
=$wxUSE_WIZARDDLG
13577 { echo "$as_me:$LINENO: result: $result" >&5
13578 echo "${ECHO_T}$result" >&6; }
13584 defaultval
=$wxUSE_ALL_FEATURES
13585 if test -z "$defaultval"; then
13586 if test x
"$enablestring" = xdisable
; then
13593 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
13594 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6; }
13595 # Check whether --enable-menus was given.
13596 if test "${enable_menus+set}" = set; then
13597 enableval
=$enable_menus;
13598 if test "$enableval" = yes; then
13599 wx_cv_use_menus
='wxUSE_MENUS=yes'
13601 wx_cv_use_menus
='wxUSE_MENUS=no'
13606 wx_cv_use_menus
='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
13611 eval "$wx_cv_use_menus"
13613 if test x"$enablestring" = xdisable; then
13614 if test $wxUSE_MENUS = no; then
13620 result=$wxUSE_MENUS
13623 { echo "$as_me:$LINENO: result: $result" >&5
13624 echo "${ECHO_T}$result" >&6; }
13628 defaultval=$wxUSE_ALL_FEATURES
13629 if test -z "$defaultval"; then
13630 if test x"$enablestring" = xdisable; then
13637 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
13638 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6; }
13639 # Check whether --enable-miniframe was given.
13640 if test "${enable_miniframe+set}" = set; then
13641 enableval=$enable_miniframe;
13642 if test "$enableval" = yes; then
13643 wx_cv_use_miniframe='wxUSE_MINIFRAME
=yes'
13645 wx_cv_use_miniframe='wxUSE_MINIFRAME
=no
'
13650 wx_cv_use_miniframe='wxUSE_MINIFRAME
=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
13655 eval "$wx_cv_use_miniframe"
13657 if test x"$enablestring" = xdisable; then
13658 if test $wxUSE_MINIFRAME = no; then
13664 result=$wxUSE_MINIFRAME
13667 { echo "$as_me:$LINENO: result
: $result" >&5
13668 echo "${ECHO_T}$result" >&6; }
13672 defaultval=$wxUSE_ALL_FEATURES
13673 if test -z "$defaultval"; then
13674 if test x"$enablestring" = xdisable; then
13681 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-tooltips" >&5
13682 echo $ECHO_N "checking
for --${enablestring:-enable}-tooltips...
$ECHO_C" >&6; }
13683 # Check whether --enable-tooltips was given.
13684 if test "${enable_tooltips+set}" = set; then
13685 enableval=$enable_tooltips;
13686 if test "$enableval" = yes; then
13687 wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
13689 wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
13694 wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
13699 eval "$wx_cv_use_tooltips"
13701 if test x
"$enablestring" = xdisable
; then
13702 if test $wxUSE_TOOLTIPS = no
; then
13708 result
=$wxUSE_TOOLTIPS
13711 { echo "$as_me:$LINENO: result: $result" >&5
13712 echo "${ECHO_T}$result" >&6; }
13716 defaultval
=$wxUSE_ALL_FEATURES
13717 if test -z "$defaultval"; then
13718 if test x
"$enablestring" = xdisable
; then
13725 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
13726 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6; }
13727 # Check whether --enable-splines was given.
13728 if test "${enable_splines+set}" = set; then
13729 enableval
=$enable_splines;
13730 if test "$enableval" = yes; then
13731 wx_cv_use_splines
='wxUSE_SPLINES=yes'
13733 wx_cv_use_splines
='wxUSE_SPLINES=no'
13738 wx_cv_use_splines
='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
13743 eval "$wx_cv_use_splines"
13745 if test x"$enablestring" = xdisable; then
13746 if test $wxUSE_SPLINES = no; then
13752 result=$wxUSE_SPLINES
13755 { echo "$as_me:$LINENO: result: $result" >&5
13756 echo "${ECHO_T}$result" >&6; }
13760 defaultval=$wxUSE_ALL_FEATURES
13761 if test -z "$defaultval"; then
13762 if test x"$enablestring" = xdisable; then
13769 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
13770 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6; }
13771 # Check whether --enable-mousewheel was given.
13772 if test "${enable_mousewheel+set}" = set; then
13773 enableval=$enable_mousewheel;
13774 if test "$enableval" = yes; then
13775 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=yes'
13777 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=no
'
13782 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
13787 eval "$wx_cv_use_mousewheel"
13789 if test x"$enablestring" = xdisable; then
13790 if test $wxUSE_MOUSEWHEEL = no; then
13796 result=$wxUSE_MOUSEWHEEL
13799 { echo "$as_me:$LINENO: result
: $result" >&5
13800 echo "${ECHO_T}$result" >&6; }
13804 defaultval=$wxUSE_ALL_FEATURES
13805 if test -z "$defaultval"; then
13806 if test x"$enablestring" = xdisable; then
13813 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-validators" >&5
13814 echo $ECHO_N "checking
for --${enablestring:-enable}-validators...
$ECHO_C" >&6; }
13815 # Check whether --enable-validators was given.
13816 if test "${enable_validators+set}" = set; then
13817 enableval=$enable_validators;
13818 if test "$enableval" = yes; then
13819 wx_cv_use_validators='wxUSE_VALIDATORS=yes'
13821 wx_cv_use_validators='wxUSE_VALIDATORS=no'
13826 wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
13831 eval "$wx_cv_use_validators"
13833 if test x
"$enablestring" = xdisable
; then
13834 if test $wxUSE_VALIDATORS = no
; then
13840 result
=$wxUSE_VALIDATORS
13843 { echo "$as_me:$LINENO: result: $result" >&5
13844 echo "${ECHO_T}$result" >&6; }
13848 defaultval
=$wxUSE_ALL_FEATURES
13849 if test -z "$defaultval"; then
13850 if test x
"$enablestring" = xdisable
; then
13857 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
13858 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6; }
13859 # Check whether --enable-busyinfo was given.
13860 if test "${enable_busyinfo+set}" = set; then
13861 enableval
=$enable_busyinfo;
13862 if test "$enableval" = yes; then
13863 wx_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
13865 wx_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
13870 wx_cv_use_busyinfo
='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
13875 eval "$wx_cv_use_busyinfo"
13877 if test x"$enablestring" = xdisable; then
13878 if test $wxUSE_BUSYINFO = no; then
13884 result=$wxUSE_BUSYINFO
13887 { echo "$as_me:$LINENO: result: $result" >&5
13888 echo "${ECHO_T}$result" >&6; }
13892 defaultval=$wxUSE_ALL_FEATURES
13893 if test -z "$defaultval"; then
13894 if test x"$enablestring" = xdisable; then
13901 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hotkey" >&5
13902 echo $ECHO_N "checking for --${enablestring:-enable}-hotkey... $ECHO_C" >&6; }
13903 # Check whether --enable-hotkey was given.
13904 if test "${enable_hotkey+set}" = set; then
13905 enableval=$enable_hotkey;
13906 if test "$enableval" = yes; then
13907 wx_cv_use_hotkey='wxUSE_HOTKEY
=yes'
13909 wx_cv_use_hotkey='wxUSE_HOTKEY
=no
'
13914 wx_cv_use_hotkey='wxUSE_HOTKEY
=${'DEFAULT_wxUSE_HOTKEY":-$defaultval}"
13919 eval "$wx_cv_use_hotkey"
13921 if test x"$enablestring" = xdisable; then
13922 if test $wxUSE_HOTKEY = no; then
13928 result=$wxUSE_HOTKEY
13931 { echo "$as_me:$LINENO: result
: $result" >&5
13932 echo "${ECHO_T}$result" >&6; }
13936 defaultval=$wxUSE_ALL_FEATURES
13937 if test -z "$defaultval"; then
13938 if test x"$enablestring" = xdisable; then
13945 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-joystick" >&5
13946 echo $ECHO_N "checking
for --${enablestring:-enable}-joystick...
$ECHO_C" >&6; }
13947 # Check whether --enable-joystick was given.
13948 if test "${enable_joystick+set}" = set; then
13949 enableval=$enable_joystick;
13950 if test "$enableval" = yes; then
13951 wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
13953 wx_cv_use_joystick='wxUSE_JOYSTICK=no'
13958 wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
13963 eval "$wx_cv_use_joystick"
13965 if test x
"$enablestring" = xdisable
; then
13966 if test $wxUSE_JOYSTICK = no
; then
13972 result
=$wxUSE_JOYSTICK
13975 { echo "$as_me:$LINENO: result: $result" >&5
13976 echo "${ECHO_T}$result" >&6; }
13980 defaultval
=$wxUSE_ALL_FEATURES
13981 if test -z "$defaultval"; then
13982 if test x
"$enablestring" = xdisable
; then
13989 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
13990 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
13991 # Check whether --enable-metafile was given.
13992 if test "${enable_metafile+set}" = set; then
13993 enableval
=$enable_metafile;
13994 if test "$enableval" = yes; then
13995 wx_cv_use_metafile
='wxUSE_METAFILE=yes'
13997 wx_cv_use_metafile
='wxUSE_METAFILE=no'
14002 wx_cv_use_metafile
='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
14007 eval "$wx_cv_use_metafile"
14009 if test x"$enablestring" = xdisable; then
14010 if test $wxUSE_METAFILE = no; then
14016 result=$wxUSE_METAFILE
14019 { echo "$as_me:$LINENO: result: $result" >&5
14020 echo "${ECHO_T}$result" >&6; }
14024 defaultval=$wxUSE_ALL_FEATURES
14025 if test -z "$defaultval"; then
14026 if test x"$enablestring" = xdisable; then
14033 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
14034 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6; }
14035 # Check whether --enable-dragimage was given.
14036 if test "${enable_dragimage+set}" = set; then
14037 enableval=$enable_dragimage;
14038 if test "$enableval" = yes; then
14039 wx_cv_use_dragimage='wxUSE_DRAGIMAGE
=yes'
14041 wx_cv_use_dragimage='wxUSE_DRAGIMAGE
=no
'
14046 wx_cv_use_dragimage='wxUSE_DRAGIMAGE
=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
14051 eval "$wx_cv_use_dragimage"
14053 if test x"$enablestring" = xdisable; then
14054 if test $wxUSE_DRAGIMAGE = no; then
14060 result=$wxUSE_DRAGIMAGE
14063 { echo "$as_me:$LINENO: result
: $result" >&5
14064 echo "${ECHO_T}$result" >&6; }
14068 defaultval=$wxUSE_ALL_FEATURES
14069 if test -z "$defaultval"; then
14070 if test x"$enablestring" = xdisable; then
14077 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-accessibility" >&5
14078 echo $ECHO_N "checking
for --${enablestring:-enable}-accessibility...
$ECHO_C" >&6; }
14079 # Check whether --enable-accessibility was given.
14080 if test "${enable_accessibility+set}" = set; then
14081 enableval=$enable_accessibility;
14082 if test "$enableval" = yes; then
14083 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
14085 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
14090 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
14095 eval "$wx_cv_use_accessibility"
14097 if test x
"$enablestring" = xdisable
; then
14098 if test $wxUSE_ACCESSIBILITY = no
; then
14104 result
=$wxUSE_ACCESSIBILITY
14107 { echo "$as_me:$LINENO: result: $result" >&5
14108 echo "${ECHO_T}$result" >&6; }
14112 defaultval
=$wxUSE_ALL_FEATURES
14113 if test -z "$defaultval"; then
14114 if test x
"$enablestring" = xdisable
; then
14121 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uiactionsim" >&5
14122 echo $ECHO_N "checking for --${enablestring:-enable}-uiactionsim... $ECHO_C" >&6; }
14123 # Check whether --enable-uiactionsim was given.
14124 if test "${enable_uiactionsim+set}" = set; then
14125 enableval
=$enable_uiactionsim;
14126 if test "$enableval" = yes; then
14127 wx_cv_use_uiactionsim
='wxUSE_UIACTIONSIMULATOR=yes'
14129 wx_cv_use_uiactionsim
='wxUSE_UIACTIONSIMULATOR=no'
14134 wx_cv_use_uiactionsim
='wxUSE_UIACTIONSIMULATOR=${'DEFAULT_wxUSE_UIACTIONSIMULATOR":-$defaultval}"
14139 eval "$wx_cv_use_uiactionsim"
14141 if test x"$enablestring" = xdisable; then
14142 if test $wxUSE_UIACTIONSIMULATOR = no; then
14148 result=$wxUSE_UIACTIONSIMULATOR
14151 { echo "$as_me:$LINENO: result: $result" >&5
14152 echo "${ECHO_T}$result" >&6; }
14156 defaultval=$wxUSE_ALL_FEATURES
14157 if test -z "$defaultval"; then
14158 if test x"$enablestring" = xdisable; then
14165 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dctransform" >&5
14166 echo $ECHO_N "checking for --${enablestring:-enable}-dctransform... $ECHO_C" >&6; }
14167 # Check whether --enable-dctransform was given.
14168 if test "${enable_dctransform+set}" = set; then
14169 enableval=$enable_dctransform;
14170 if test "$enableval" = yes; then
14171 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX
=yes'
14173 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX
=no
'
14178 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX
=${'DEFAULT_wxUSE_DC_TRANSFORM_MATRIX":-$defaultval}"
14183 eval "$wx_cv_use_dctransform"
14185 if test x"$enablestring" = xdisable; then
14186 if test $wxUSE_DC_TRANSFORM_MATRIX = no; then
14192 result=$wxUSE_DC_TRANSFORM_MATRIX
14195 { echo "$as_me:$LINENO: result
: $result" >&5
14196 echo "${ECHO_T}$result" >&6; }
14200 defaultval=$wxUSE_ALL_FEATURES
14201 if test -z "$defaultval"; then
14202 if test x"$enablestring" = xdisable; then
14209 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-webviewwebkit" >&5
14210 echo $ECHO_N "checking
for --${enablestring:-enable}-webviewwebkit...
$ECHO_C" >&6; }
14211 # Check whether --enable-webviewwebkit was given.
14212 if test "${enable_webviewwebkit+set}" = set; then
14213 enableval=$enable_webviewwebkit;
14214 if test "$enableval" = yes; then
14215 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=yes'
14217 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=no'
14222 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=${'DEFAULT_wxUSE_WEBVIEW_WEBKIT":-$defaultval}"
14227 eval "$wx_cv_use_webviewwebkit"
14229 if test x
"$enablestring" = xdisable
; then
14230 if test $wxUSE_WEBVIEW_WEBKIT = no
; then
14236 result
=$wxUSE_WEBVIEW_WEBKIT
14239 { echo "$as_me:$LINENO: result: $result" >&5
14240 echo "${ECHO_T}$result" >&6; }
14246 defaultval
=$wxUSE_ALL_FEATURES
14247 if test -z "$defaultval"; then
14248 if test x
"$enablestring" = xdisable
; then
14255 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
14256 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6; }
14257 # Check whether --enable-palette was given.
14258 if test "${enable_palette+set}" = set; then
14259 enableval
=$enable_palette;
14260 if test "$enableval" = yes; then
14261 wx_cv_use_palette
='wxUSE_PALETTE=yes'
14263 wx_cv_use_palette
='wxUSE_PALETTE=no'
14268 wx_cv_use_palette
='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
14273 eval "$wx_cv_use_palette"
14275 if test x"$enablestring" = xdisable; then
14276 if test $wxUSE_PALETTE = no; then
14282 result=$wxUSE_PALETTE
14285 { echo "$as_me:$LINENO: result: $result" >&5
14286 echo "${ECHO_T}$result" >&6; }
14290 defaultval=$wxUSE_ALL_FEATURES
14291 if test -z "$defaultval"; then
14292 if test x"$enablestring" = xdisable; then
14299 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
14300 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6; }
14301 # Check whether --enable-image was given.
14302 if test "${enable_image+set}" = set; then
14303 enableval=$enable_image;
14304 if test "$enableval" = yes; then
14305 wx_cv_use_image='wxUSE_IMAGE
=yes'
14307 wx_cv_use_image='wxUSE_IMAGE
=no
'
14312 wx_cv_use_image='wxUSE_IMAGE
=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
14317 eval "$wx_cv_use_image"
14319 if test x"$enablestring" = xdisable; then
14320 if test $wxUSE_IMAGE = no; then
14326 result=$wxUSE_IMAGE
14329 { echo "$as_me:$LINENO: result
: $result" >&5
14330 echo "${ECHO_T}$result" >&6; }
14334 defaultval=$wxUSE_ALL_FEATURES
14335 if test -z "$defaultval"; then
14336 if test x"$enablestring" = xdisable; then
14343 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-gif" >&5
14344 echo $ECHO_N "checking
for --${enablestring:-enable}-gif...
$ECHO_C" >&6; }
14345 # Check whether --enable-gif was given.
14346 if test "${enable_gif+set}" = set; then
14347 enableval=$enable_gif;
14348 if test "$enableval" = yes; then
14349 wx_cv_use_gif='wxUSE_GIF=yes'
14351 wx_cv_use_gif='wxUSE_GIF=no'
14356 wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
14361 eval "$wx_cv_use_gif"
14363 if test x
"$enablestring" = xdisable
; then
14364 if test $wxUSE_GIF = no
; then
14373 { echo "$as_me:$LINENO: result: $result" >&5
14374 echo "${ECHO_T}$result" >&6; }
14378 defaultval
=$wxUSE_ALL_FEATURES
14379 if test -z "$defaultval"; then
14380 if test x
"$enablestring" = xdisable
; then
14387 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
14388 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6; }
14389 # Check whether --enable-pcx was given.
14390 if test "${enable_pcx+set}" = set; then
14391 enableval
=$enable_pcx;
14392 if test "$enableval" = yes; then
14393 wx_cv_use_pcx
='wxUSE_PCX=yes'
14395 wx_cv_use_pcx
='wxUSE_PCX=no'
14400 wx_cv_use_pcx
='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
14405 eval "$wx_cv_use_pcx"
14407 if test x"$enablestring" = xdisable; then
14408 if test $wxUSE_PCX = no; then
14417 { echo "$as_me:$LINENO: result: $result" >&5
14418 echo "${ECHO_T}$result" >&6; }
14422 defaultval=$wxUSE_ALL_FEATURES
14423 if test -z "$defaultval"; then
14424 if test x"$enablestring" = xdisable; then
14431 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tga" >&5
14432 echo $ECHO_N "checking for --${enablestring:-enable}-tga... $ECHO_C" >&6; }
14433 # Check whether --enable-tga was given.
14434 if test "${enable_tga+set}" = set; then
14435 enableval=$enable_tga;
14436 if test "$enableval" = yes; then
14437 wx_cv_use_tga='wxUSE_TGA
=yes'
14439 wx_cv_use_tga='wxUSE_TGA
=no
'
14444 wx_cv_use_tga='wxUSE_TGA
=${'DEFAULT_wxUSE_TGA":-$defaultval}"
14449 eval "$wx_cv_use_tga"
14451 if test x"$enablestring" = xdisable; then
14452 if test $wxUSE_TGA = no; then
14461 { echo "$as_me:$LINENO: result
: $result" >&5
14462 echo "${ECHO_T}$result" >&6; }
14466 defaultval=$wxUSE_ALL_FEATURES
14467 if test -z "$defaultval"; then
14468 if test x"$enablestring" = xdisable; then
14475 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-iff" >&5
14476 echo $ECHO_N "checking
for --${enablestring:-enable}-iff...
$ECHO_C" >&6; }
14477 # Check whether --enable-iff was given.
14478 if test "${enable_iff+set}" = set; then
14479 enableval=$enable_iff;
14480 if test "$enableval" = yes; then
14481 wx_cv_use_iff='wxUSE_IFF=yes'
14483 wx_cv_use_iff='wxUSE_IFF=no'
14488 wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
14493 eval "$wx_cv_use_iff"
14495 if test x
"$enablestring" = xdisable
; then
14496 if test $wxUSE_IFF = no
; then
14505 { echo "$as_me:$LINENO: result: $result" >&5
14506 echo "${ECHO_T}$result" >&6; }
14510 defaultval
=$wxUSE_ALL_FEATURES
14511 if test -z "$defaultval"; then
14512 if test x
"$enablestring" = xdisable
; then
14519 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
14520 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6; }
14521 # Check whether --enable-pnm was given.
14522 if test "${enable_pnm+set}" = set; then
14523 enableval
=$enable_pnm;
14524 if test "$enableval" = yes; then
14525 wx_cv_use_pnm
='wxUSE_PNM=yes'
14527 wx_cv_use_pnm
='wxUSE_PNM=no'
14532 wx_cv_use_pnm
='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
14537 eval "$wx_cv_use_pnm"
14539 if test x"$enablestring" = xdisable; then
14540 if test $wxUSE_PNM = no; then
14549 { echo "$as_me:$LINENO: result: $result" >&5
14550 echo "${ECHO_T}$result" >&6; }
14554 defaultval=$wxUSE_ALL_FEATURES
14555 if test -z "$defaultval"; then
14556 if test x"$enablestring" = xdisable; then
14563 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
14564 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6; }
14565 # Check whether --enable-xpm was given.
14566 if test "${enable_xpm+set}" = set; then
14567 enableval=$enable_xpm;
14568 if test "$enableval" = yes; then
14569 wx_cv_use_xpm='wxUSE_XPM
=yes'
14571 wx_cv_use_xpm='wxUSE_XPM
=no
'
14576 wx_cv_use_xpm='wxUSE_XPM
=${'DEFAULT_wxUSE_XPM":-$defaultval}"
14581 eval "$wx_cv_use_xpm"
14583 if test x"$enablestring" = xdisable; then
14584 if test $wxUSE_XPM = no; then
14593 { echo "$as_me:$LINENO: result
: $result" >&5
14594 echo "${ECHO_T}$result" >&6; }
14598 defaultval=$wxUSE_ALL_FEATURES
14599 if test -z "$defaultval"; then
14600 if test x"$enablestring" = xdisable; then
14607 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-ico_cur" >&5
14608 echo $ECHO_N "checking
for --${enablestring:-enable}-ico_cur...
$ECHO_C" >&6; }
14609 # Check whether --enable-ico_cur was given.
14610 if test "${enable_ico_cur+set}" = set; then
14611 enableval=$enable_ico_cur;
14612 if test "$enableval" = yes; then
14613 wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
14615 wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
14620 wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
14625 eval "$wx_cv_use_ico_cur"
14627 if test x
"$enablestring" = xdisable
; then
14628 if test $wxUSE_ICO_CUR = no
; then
14634 result
=$wxUSE_ICO_CUR
14637 { echo "$as_me:$LINENO: result: $result" >&5
14638 echo "${ECHO_T}$result" >&6; }
14644 defaultval
=$wxUSE_ALL_FEATURES
14645 if test -z "$defaultval"; then
14646 if test x
"$enablestring" = xdisable
; then
14653 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
14654 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6; }
14655 # Check whether --enable-dccache was given.
14656 if test "${enable_dccache+set}" = set; then
14657 enableval
=$enable_dccache;
14658 if test "$enableval" = yes; then
14659 wx_cv_use_dccache
='wxUSE_DC_CACHEING=yes'
14661 wx_cv_use_dccache
='wxUSE_DC_CACHEING=no'
14666 wx_cv_use_dccache
='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
14671 eval "$wx_cv_use_dccache"
14673 if test x"$enablestring" = xdisable; then
14674 if test $wxUSE_DC_CACHEING = no; then
14680 result=$wxUSE_DC_CACHEING
14683 { echo "$as_me:$LINENO: result: $result" >&5
14684 echo "${ECHO_T}$result" >&6; }
14688 defaultval=$wxUSE_ALL_FEATURES
14689 if test -z "$defaultval"; then
14690 if test x"$enablestring" = xdisable; then
14697 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ps-in-msw" >&5
14698 echo $ECHO_N "checking for --${enablestring:-enable}-ps-in-msw... $ECHO_C" >&6; }
14699 # Check whether --enable-ps-in-msw was given.
14700 if test "${enable_ps_in_msw+set}" = set; then
14701 enableval=$enable_ps_in_msw;
14702 if test "$enableval" = yes; then
14703 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
=yes'
14705 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
=no
'
14710 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
14715 eval "$wx_cv_use_ps_in_msw"
14717 if test x"$enablestring" = xdisable; then
14718 if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no; then
14724 result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
14727 { echo "$as_me:$LINENO: result
: $result" >&5
14728 echo "${ECHO_T}$result" >&6; }
14732 defaultval=$wxUSE_ALL_FEATURES
14733 if test -z "$defaultval"; then
14734 if test x"$enablestring" = xdisable; then
14741 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-ownerdrawn" >&5
14742 echo $ECHO_N "checking
for --${enablestring:-enable}-ownerdrawn...
$ECHO_C" >&6; }
14743 # Check whether --enable-ownerdrawn was given.
14744 if test "${enable_ownerdrawn+set}" = set; then
14745 enableval=$enable_ownerdrawn;
14746 if test "$enableval" = yes; then
14747 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
14749 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
14754 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
14759 eval "$wx_cv_use_ownerdrawn"
14761 if test x
"$enablestring" = xdisable
; then
14762 if test $wxUSE_OWNER_DRAWN = no
; then
14768 result
=$wxUSE_OWNER_DRAWN
14771 { echo "$as_me:$LINENO: result: $result" >&5
14772 echo "${ECHO_T}$result" >&6; }
14776 defaultval
=$wxUSE_ALL_FEATURES
14777 if test -z "$defaultval"; then
14778 if test x
"$enablestring" = xdisable
; then
14785 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uxtheme" >&5
14786 echo $ECHO_N "checking for --${enablestring:-enable}-uxtheme... $ECHO_C" >&6; }
14787 # Check whether --enable-uxtheme was given.
14788 if test "${enable_uxtheme+set}" = set; then
14789 enableval
=$enable_uxtheme;
14790 if test "$enableval" = yes; then
14791 wx_cv_use_uxtheme
='wxUSE_UXTHEME=yes'
14793 wx_cv_use_uxtheme
='wxUSE_UXTHEME=no'
14798 wx_cv_use_uxtheme
='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
14803 eval "$wx_cv_use_uxtheme"
14805 if test x"$enablestring" = xdisable; then
14806 if test $wxUSE_UXTHEME = no; then
14812 result=$wxUSE_UXTHEME
14815 { echo "$as_me:$LINENO: result: $result" >&5
14816 echo "${ECHO_T}$result" >&6; }
14820 defaultval=$wxUSE_ALL_FEATURES
14821 if test -z "$defaultval"; then
14822 if test x"$enablestring" = xdisable; then
14829 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxdib" >&5
14830 echo $ECHO_N "checking for --${enablestring:-enable}-wxdib... $ECHO_C" >&6; }
14831 # Check whether --enable-wxdib was given.
14832 if test "${enable_wxdib+set}" = set; then
14833 enableval=$enable_wxdib;
14834 if test "$enableval" = yes; then
14835 wx_cv_use_wxdib='wxUSE_DIB
=yes'
14837 wx_cv_use_wxdib='wxUSE_DIB
=no
'
14842 wx_cv_use_wxdib='wxUSE_DIB
=${'DEFAULT_wxUSE_DIB":-$defaultval}"
14847 eval "$wx_cv_use_wxdib"
14849 if test x"$enablestring" = xdisable; then
14850 if test $wxUSE_DIB = no; then
14859 { echo "$as_me:$LINENO: result
: $result" >&5
14860 echo "${ECHO_T}$result" >&6; }
14864 defaultval=$wxUSE_ALL_FEATURES
14865 if test -z "$defaultval"; then
14866 if test x"$enablestring" = xdisable; then
14873 { echo "$as_me:$LINENO: checking
for --${enablestring:-enable}-webviewie" >&5
14874 echo $ECHO_N "checking
for --${enablestring:-enable}-webviewie...
$ECHO_C" >&6; }
14875 # Check whether --enable-webviewie was given.
14876 if test "${enable_webviewie+set}" = set; then
14877 enableval=$enable_webviewie;
14878 if test "$enableval" = yes; then
14879 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=yes'
14881 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=no'
14886 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=${'DEFAULT_wxUSE_WEBVIEW_IE":-$defaultval}"
14891 eval "$wx_cv_use_webviewie"
14893 if test x
"$enablestring" = xdisable
; then
14894 if test $wxUSE_WEBVIEW_IE = no
; then
14900 result
=$wxUSE_WEBVIEW_IE
14903 { echo "$as_me:$LINENO: result: $result" >&5
14904 echo "${ECHO_T}$result" >&6; }
14907 if test "$wxUSE_MSW" != 1; then
14908 DEFAULT_wxUSE_AUTOID_MANAGEMENT
=no
14913 defaultval
=$wxUSE_ALL_FEATURES
14914 if test -z "$defaultval"; then
14915 if test x
"$enablestring" = xdisable
; then
14922 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-autoidman" >&5
14923 echo $ECHO_N "checking for --${enablestring:-enable}-autoidman... $ECHO_C" >&6; }
14924 # Check whether --enable-autoidman was given.
14925 if test "${enable_autoidman+set}" = set; then
14926 enableval
=$enable_autoidman;
14927 if test "$enableval" = yes; then
14928 wx_cv_use_autoidman
='wxUSE_AUTOID_MANAGEMENT=yes'
14930 wx_cv_use_autoidman
='wxUSE_AUTOID_MANAGEMENT=no'
14935 wx_cv_use_autoidman
='wxUSE_AUTOID_MANAGEMENT=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
14940 eval "$wx_cv_use_autoidman"
14942 if test x"$enablestring" = xdisable; then
14943 if test $wxUSE_AUTOID_MANAGEMENT = no; then
14949 result=$wxUSE_AUTOID_MANAGEMENT
14952 { echo "$as_me:$LINENO: result: $result" >&5
14953 echo "${ECHO_T}$result" >&6; }
14959 cat >confcache <<\_ACEOF
14960 # This file is a shell script that caches the results of configure
14961 # tests run on this system so they can be shared between configure
14962 # scripts and configure runs, see configure's option
--config-cache.
14963 # It is not useful on other systems. If it contains results you don't
14964 # want to keep, you may remove or edit it.
14966 # config.status only pays attention to the cache file if you give it
14967 # the --recheck option to rerun configure.
14969 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14970 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14971 # following values.
14975 # The following way of writing the cache mishandles newlines in values,
14976 # but we know of no workaround that is simple, portable, and efficient.
14977 # So, we kill variables containing newlines.
14978 # Ultrix sh set writes to stderr and can't be redirected directly,
14979 # and sets the high bit in the cache file unless we assign to the vars.
14981 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14982 eval ac_val
=\$
$ac_var
14986 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
14987 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
14990 _
| IFS
| as_nl
) ;; #(
14991 *) $as_unset $ac_var ;;
14997 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14998 *${as_nl}ac_space
=\
*)
14999 # `set' does not quote correctly, so add quotes (double-quote
15000 # substitution turns \\\\ into \\, and sed turns \\ into \).
15003 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15006 # `set' quotes correctly as required by POSIX, so do not add quotes.
15007 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15016 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15018 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15020 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15021 if test -w "$cache_file"; then
15022 test "x$cache_file" != "x/dev/null" &&
15023 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
15024 echo "$as_me: updating cache $cache_file" >&6;}
15025 cat confcache
>$cache_file
15027 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
15028 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15035 ac_cpp
='$CPP $CPPFLAGS'
15036 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15037 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15038 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15039 if test -n "$ac_tool_prefix"; then
15040 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
15041 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
15042 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15043 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15044 if test "${ac_cv_prog_CC+set}" = set; then
15045 echo $ECHO_N "(cached) $ECHO_C" >&6
15047 if test -n "$CC"; then
15048 ac_cv_prog_CC
="$CC" # Let the user override the test.
15050 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15051 for as_dir
in $PATH
15054 test -z "$as_dir" && as_dir
=.
15055 for ac_exec_ext
in '' $ac_executable_extensions; do
15056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15057 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
15058 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15068 if test -n "$CC"; then
15069 { echo "$as_me:$LINENO: result: $CC" >&5
15070 echo "${ECHO_T}$CC" >&6; }
15072 { echo "$as_me:$LINENO: result: no" >&5
15073 echo "${ECHO_T}no" >&6; }
15078 if test -z "$ac_cv_prog_CC"; then
15080 # Extract the first word of "gcc", so it can be a program name with args.
15081 set dummy gcc
; ac_word
=$2
15082 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15083 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15084 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
15085 echo $ECHO_N "(cached) $ECHO_C" >&6
15087 if test -n "$ac_ct_CC"; then
15088 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
15090 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15091 for as_dir
in $PATH
15094 test -z "$as_dir" && as_dir
=.
15095 for ac_exec_ext
in '' $ac_executable_extensions; do
15096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15097 ac_cv_prog_ac_ct_CC
="gcc"
15098 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15107 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
15108 if test -n "$ac_ct_CC"; then
15109 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
15110 echo "${ECHO_T}$ac_ct_CC" >&6; }
15112 { echo "$as_me:$LINENO: result: no" >&5
15113 echo "${ECHO_T}no" >&6; }
15116 if test "x$ac_ct_CC" = x
; then
15119 case $cross_compiling:$ac_tool_warned in
15121 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15122 whose name does not start with the host triplet. If you think this
15123 configuration is useful to you, please write to autoconf@gnu.org." >&5
15124 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15125 whose name does not start with the host triplet. If you think this
15126 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15127 ac_tool_warned
=yes ;;
15132 CC
="$ac_cv_prog_CC"
15135 if test -z "$CC"; then
15136 if test -n "$ac_tool_prefix"; then
15137 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
15138 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
15139 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15140 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15141 if test "${ac_cv_prog_CC+set}" = set; then
15142 echo $ECHO_N "(cached) $ECHO_C" >&6
15144 if test -n "$CC"; then
15145 ac_cv_prog_CC
="$CC" # Let the user override the test.
15147 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15148 for as_dir
in $PATH
15151 test -z "$as_dir" && as_dir
=.
15152 for ac_exec_ext
in '' $ac_executable_extensions; do
15153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15154 ac_cv_prog_CC
="${ac_tool_prefix}cc"
15155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15165 if test -n "$CC"; then
15166 { echo "$as_me:$LINENO: result: $CC" >&5
15167 echo "${ECHO_T}$CC" >&6; }
15169 { echo "$as_me:$LINENO: result: no" >&5
15170 echo "${ECHO_T}no" >&6; }
15176 if test -z "$CC"; then
15177 # Extract the first word of "cc", so it can be a program name with args.
15178 set dummy cc
; ac_word
=$2
15179 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15181 if test "${ac_cv_prog_CC+set}" = set; then
15182 echo $ECHO_N "(cached) $ECHO_C" >&6
15184 if test -n "$CC"; then
15185 ac_cv_prog_CC
="$CC" # Let the user override the test.
15187 ac_prog_rejected
=no
15188 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15189 for as_dir
in $PATH
15192 test -z "$as_dir" && as_dir
=.
15193 for ac_exec_ext
in '' $ac_executable_extensions; do
15194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15195 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
15196 ac_prog_rejected
=yes
15200 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15207 if test $ac_prog_rejected = yes; then
15208 # We found a bogon in the path, so make sure we never use it.
15209 set dummy
$ac_cv_prog_CC
15211 if test $# != 0; then
15212 # We chose a different compiler from the bogus one.
15213 # However, it has the same basename, so the bogon will be chosen
15214 # first if we set CC to just the basename; use the full file name.
15216 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
15222 if test -n "$CC"; then
15223 { echo "$as_me:$LINENO: result: $CC" >&5
15224 echo "${ECHO_T}$CC" >&6; }
15226 { echo "$as_me:$LINENO: result: no" >&5
15227 echo "${ECHO_T}no" >&6; }
15232 if test -z "$CC"; then
15233 if test -n "$ac_tool_prefix"; then
15234 for ac_prog
in cl.exe
15236 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
15237 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
15238 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15239 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15240 if test "${ac_cv_prog_CC+set}" = set; then
15241 echo $ECHO_N "(cached) $ECHO_C" >&6
15243 if test -n "$CC"; then
15244 ac_cv_prog_CC
="$CC" # Let the user override the test.
15246 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15247 for as_dir
in $PATH
15250 test -z "$as_dir" && as_dir
=.
15251 for ac_exec_ext
in '' $ac_executable_extensions; do
15252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15253 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
15254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15264 if test -n "$CC"; then
15265 { echo "$as_me:$LINENO: result: $CC" >&5
15266 echo "${ECHO_T}$CC" >&6; }
15268 { echo "$as_me:$LINENO: result: no" >&5
15269 echo "${ECHO_T}no" >&6; }
15273 test -n "$CC" && break
15276 if test -z "$CC"; then
15278 for ac_prog
in cl.exe
15280 # Extract the first word of "$ac_prog", so it can be a program name with args.
15281 set dummy
$ac_prog; ac_word
=$2
15282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15284 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
15285 echo $ECHO_N "(cached) $ECHO_C" >&6
15287 if test -n "$ac_ct_CC"; then
15288 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
15290 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15291 for as_dir
in $PATH
15294 test -z "$as_dir" && as_dir
=.
15295 for ac_exec_ext
in '' $ac_executable_extensions; do
15296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15297 ac_cv_prog_ac_ct_CC
="$ac_prog"
15298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15307 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
15308 if test -n "$ac_ct_CC"; then
15309 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
15310 echo "${ECHO_T}$ac_ct_CC" >&6; }
15312 { echo "$as_me:$LINENO: result: no" >&5
15313 echo "${ECHO_T}no" >&6; }
15317 test -n "$ac_ct_CC" && break
15320 if test "x$ac_ct_CC" = x
; then
15323 case $cross_compiling:$ac_tool_warned in
15325 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15326 whose name does not start with the host triplet. If you think this
15327 configuration is useful to you, please write to autoconf@gnu.org." >&5
15328 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15329 whose name does not start with the host triplet. If you think this
15330 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15331 ac_tool_warned
=yes ;;
15340 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
15341 See \`config.log' for more details." >&5
15342 echo "$as_me: error: no acceptable C compiler found in \$PATH
15343 See \`config.log' for more details." >&2;}
15344 { (exit 1); exit 1; }; }
15346 # Provide some information about the compiler.
15347 echo "$as_me:$LINENO: checking for C compiler version" >&5
15348 ac_compiler
=`set X $ac_compile; echo $2`
15349 { (ac_try
="$ac_compiler --version >&5"
15350 case "(($ac_try" in
15351 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
15352 *) ac_try_echo=$ac_try;;
15354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15355 (eval "$ac_compiler --version >&5") 2>&5
15357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15358 (exit $ac_status); }
15359 { (ac_try="$ac_compiler -v >&5"
15360 case "(($ac_try" in
15361 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
15362 *) ac_try_echo
=$ac_try;;
15364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15365 (eval "$ac_compiler -v >&5") 2>&5
15367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15368 (exit $ac_status); }
15369 { (ac_try
="$ac_compiler -V >&5"
15370 case "(($ac_try" in
15371 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
15372 *) ac_try_echo=$ac_try;;
15374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15375 (eval "$ac_compiler -V >&5") 2>&5
15377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15378 (exit $ac_status); }
15380 cat >conftest.$ac_ext <<_ACEOF
15383 cat confdefs.h >>conftest.$ac_ext
15384 cat >>conftest.$ac_ext <<_ACEOF
15385 /* end confdefs.h. */
15395 ac_clean_files_save=$ac_clean_files
15396 ac_clean_files="$ac_clean_files a.out a.exe b.out"
15397 # Try to create an executable without -o first, disregard a.out.
15398 # It will help us diagnose broken compilers, and finding out an intuition
15400 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
15401 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
15402 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
15404 # List of possible output files, starting from the most likely.
15405 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
15406 # only as a last resort. b.out is created by i960 compilers.
15407 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
15409 # The IRIX 6 linker writes into existing files which may not be
15410 # executable, retaining their permissions. Remove them first so a
15411 # subsequent execution test works.
15413 for ac_file in $ac_files
15416 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
15417 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
15422 if { (ac_try="$ac_link_default"
15423 case "(($ac_try" in
15424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15425 *) ac_try_echo=$ac_try;;
15427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15428 (eval "$ac_link_default") 2>&5
15430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15431 (exit $ac_status); }; then
15432 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
15433 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
15434 # in a Makefile. We should not override ac_cv_exeext if it was cached,
15435 # so that the user can short-circuit this test for compilers unknown to
15437 for ac_file
in $ac_files ''
15439 test -f "$ac_file" || continue
15441 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.map
| *.inf
| *.o
| *.obj
)
15444 # We found the default executable, but exeext='' is most
15448 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
15450 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
15452 # We set ac_cv_exeext here because the later test for it is not
15453 # safe: cross compilers may not add the suffix if given an `-o'
15454 # argument, so we may need to know it at that point already.
15455 # Even if this section looks crufty: it has the advantage of
15456 # actually working.
15462 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
15468 { echo "$as_me:$LINENO: result: $ac_file" >&5
15469 echo "${ECHO_T}$ac_file" >&6; }
15470 if test -z "$ac_file"; then
15471 echo "$as_me: failed program was:" >&5
15472 sed 's/^/| /' conftest.
$ac_ext >&5
15474 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
15475 See \`config.log' for more details." >&5
15476 echo "$as_me: error: C compiler cannot create executables
15477 See \`config.log' for more details." >&2;}
15478 { (exit 77); exit 77; }; }
15481 ac_exeext
=$ac_cv_exeext
15483 # Check that the compiler produces executables we can run. If not, either
15484 # the compiler is broken, or we cross compile.
15485 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
15486 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
15487 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
15488 # If not cross compiling, check that we can run a simple program.
15489 if test "$cross_compiling" != yes; then
15490 if { ac_try
='./$ac_file'
15491 { (case "(($ac_try" in
15492 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
15493 *) ac_try_echo=$ac_try;;
15495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15496 (eval "$ac_try") 2>&5
15498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15499 (exit $ac_status); }; }; then
15502 if test "$cross_compiling" = maybe; then
15503 cross_compiling=yes
15505 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
15506 If you meant to cross compile, use \`--host'.
15507 See \`config.log' for more details.
" >&5
15508 echo "$as_me: error
: cannot run C compiled programs.
15509 If you meant to cross compile
, use \
`--host'.
15510 See \`config.log
' for more details." >&2;}
15511 { (exit 1); exit 1; }; }
15515 { echo "$as_me:$LINENO: result: yes" >&5
15516 echo "${ECHO_T}yes" >&6; }
15518 rm -f a.out a.exe conftest$ac_cv_exeext b.out
15519 ac_clean_files=$ac_clean_files_save
15520 # Check that the compiler produces executables we can run. If not, either
15521 # the compiler is broken, or we cross compile.
15522 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
15523 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
15524 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
15525 echo "${ECHO_T}$cross_compiling" >&6; }
15527 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
15528 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
15529 if { (ac_try="$ac_link"
15530 case "(($ac_try" in
15531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15532 *) ac_try_echo=$ac_try;;
15534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15535 (eval "$ac_link") 2>&5
15537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15538 (exit $ac_status); }; then
15539 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
15540 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
15541 # work properly (i.e., refer to `conftest.exe
'), while it won't with
15543 for ac_file
in conftest.exe conftest conftest.
*; do
15544 test -f "$ac_file" || continue
15546 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.map
| *.inf
| *.o
| *.obj
) ;;
15547 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
15553 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
15554 See \`config.log' for more details." >&5
15555 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
15556 See \`config.log' for more details." >&2;}
15557 { (exit 1); exit 1; }; }
15560 rm -f conftest
$ac_cv_exeext
15561 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
15562 echo "${ECHO_T}$ac_cv_exeext" >&6; }
15564 rm -f conftest.
$ac_ext
15565 EXEEXT
=$ac_cv_exeext
15567 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
15568 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
15569 if test "${ac_cv_objext+set}" = set; then
15570 echo $ECHO_N "(cached) $ECHO_C" >&6
15572 cat >conftest.
$ac_ext <<_ACEOF
15575 cat confdefs.h
>>conftest.
$ac_ext
15576 cat >>conftest.
$ac_ext <<_ACEOF
15577 /* end confdefs.h. */
15587 rm -f conftest.o conftest.obj
15588 if { (ac_try
="$ac_compile"
15589 case "(($ac_try" in
15590 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
15591 *) ac_try_echo=$ac_try;;
15593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15594 (eval "$ac_compile") 2>&5
15596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15597 (exit $ac_status); }; then
15598 for ac_file in conftest.o conftest.obj conftest.*; do
15599 test -f "$ac_file" || continue;
15601 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
15602 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
15607 echo "$as_me: failed program was:" >&5
15608 sed 's/^/| /' conftest.$ac_ext >&5
15610 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
15611 See \`config.log
' for more details." >&5
15612 echo "$as_me: error: cannot compute suffix of object files: cannot compile
15613 See \`config.log' for more details.
" >&2;}
15614 { (exit 1); exit 1; }; }
15617 rm -f conftest.$ac_cv_objext conftest.$ac_ext
15619 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
15620 echo "${ECHO_T}$ac_cv_objext" >&6; }
15621 OBJEXT=$ac_cv_objext
15623 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
15624 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
15625 if test "${ac_cv_c_compiler_gnu+set}" = set; then
15626 echo $ECHO_N "(cached
) $ECHO_C" >&6
15628 cat >conftest.$ac_ext <<_ACEOF
15631 cat confdefs.h >>conftest.$ac_ext
15632 cat >>conftest.$ac_ext <<_ACEOF
15633 /* end confdefs.h. */
15646 rm -f conftest.$ac_objext
15647 if { (ac_try="$ac_compile"
15648 case "(($ac_try" in
15649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15650 *) ac_try_echo=$ac_try;;
15652 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15653 (eval "$ac_compile") 2>conftest.er1
15655 grep -v '^ *+' conftest.er1 >conftest.err
15657 cat conftest.err >&5
15658 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15659 (exit $ac_status); } && {
15660 test -z "$ac_c_werror_flag" ||
15661 test ! -s conftest.err
15662 } && test -s conftest.$ac_objext; then
15663 ac_compiler_gnu=yes
15665 echo "$as_me: failed program was
:" >&5
15666 sed 's/^/| /' conftest.$ac_ext >&5
15671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15672 ac_cv_c_compiler_gnu=$ac_compiler_gnu
15675 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
15676 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
15677 GCC=`test $ac_compiler_gnu = yes && echo yes`
15678 ac_test_CFLAGS=${CFLAGS+set}
15679 ac_save_CFLAGS=$CFLAGS
15680 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
15681 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
15682 if test "${ac_cv_prog_cc_g+set}" = set; then
15683 echo $ECHO_N "(cached
) $ECHO_C" >&6
15685 ac_save_c_werror_flag=$ac_c_werror_flag
15686 ac_c_werror_flag=yes
15689 cat >conftest.$ac_ext <<_ACEOF
15692 cat confdefs.h >>conftest.$ac_ext
15693 cat >>conftest.$ac_ext <<_ACEOF
15694 /* end confdefs.h. */
15704 rm -f conftest.$ac_objext
15705 if { (ac_try="$ac_compile"
15706 case "(($ac_try" in
15707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15708 *) ac_try_echo=$ac_try;;
15710 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15711 (eval "$ac_compile") 2>conftest.er1
15713 grep -v '^ *+' conftest.er1 >conftest.err
15715 cat conftest.err >&5
15716 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15717 (exit $ac_status); } && {
15718 test -z "$ac_c_werror_flag" ||
15719 test ! -s conftest.err
15720 } && test -s conftest.$ac_objext; then
15721 ac_cv_prog_cc_g=yes
15723 echo "$as_me: failed program was
:" >&5
15724 sed 's/^/| /' conftest.$ac_ext >&5
15727 cat >conftest.$ac_ext <<_ACEOF
15730 cat confdefs.h >>conftest.$ac_ext
15731 cat >>conftest.$ac_ext <<_ACEOF
15732 /* end confdefs.h. */
15742 rm -f conftest.$ac_objext
15743 if { (ac_try="$ac_compile"
15744 case "(($ac_try" in
15745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15746 *) ac_try_echo=$ac_try;;
15748 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15749 (eval "$ac_compile") 2>conftest.er1
15751 grep -v '^ *+' conftest.er1 >conftest.err
15753 cat conftest.err >&5
15754 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15755 (exit $ac_status); } && {
15756 test -z "$ac_c_werror_flag" ||
15757 test ! -s conftest.err
15758 } && test -s conftest.$ac_objext; then
15761 echo "$as_me: failed program was
:" >&5
15762 sed 's/^/| /' conftest.$ac_ext >&5
15764 ac_c_werror_flag=$ac_save_c_werror_flag
15766 cat >conftest.$ac_ext <<_ACEOF
15769 cat confdefs.h >>conftest.$ac_ext
15770 cat >>conftest.$ac_ext <<_ACEOF
15771 /* end confdefs.h. */
15781 rm -f conftest.$ac_objext
15782 if { (ac_try="$ac_compile"
15783 case "(($ac_try" in
15784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15785 *) ac_try_echo=$ac_try;;
15787 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15788 (eval "$ac_compile") 2>conftest.er1
15790 grep -v '^ *+' conftest.er1 >conftest.err
15792 cat conftest.err >&5
15793 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15794 (exit $ac_status); } && {
15795 test -z "$ac_c_werror_flag" ||
15796 test ! -s conftest.err
15797 } && test -s conftest.$ac_objext; then
15798 ac_cv_prog_cc_g=yes
15800 echo "$as_me: failed program was
:" >&5
15801 sed 's/^/| /' conftest.$ac_ext >&5
15806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15813 ac_c_werror_flag=$ac_save_c_werror_flag
15815 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
15816 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
15817 if test "$ac_test_CFLAGS" = set; then
15818 CFLAGS=$ac_save_CFLAGS
15819 elif test $ac_cv_prog_cc_g = yes; then
15820 if test "$GCC" = yes; then
15826 if test "$GCC" = yes; then
15832 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
15833 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
15834 if test "${ac_cv_prog_cc_c89+set}" = set; then
15835 echo $ECHO_N "(cached
) $ECHO_C" >&6
15837 ac_cv_prog_cc_c89=no
15839 cat >conftest.$ac_ext <<_ACEOF
15842 cat confdefs.h >>conftest.$ac_ext
15843 cat >>conftest.$ac_ext <<_ACEOF
15844 /* end confdefs.h. */
15845 #include <stdarg.h>
15847 #include <sys/types.h>
15848 #include <sys/stat.h>
15849 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
15850 struct buf { int x; };
15851 FILE * (*rcsopen) (struct buf *, struct stat *, int);
15852 static char *e (p, i)
15858 static char *f (char * (*g) (char **, int), char **p, ...)
15863 s = g (p, va_arg (v,int));
15868 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
15869 function prototypes and stuff, but not '\xHH' hex character constants.
15870 These don't provoke an error unfortunately, instead are silently treated
15871 as 'x'. The following induces an error, until -std is added to get
15872 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
15873 array size at least. It's necessary to write '\x00'==0 to get something
15874 that's true only with -std. */
15875 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
15877 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
15878 inside strings and character constants. */
15880 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
15882 int test (int i, double x);
15883 struct s1 {int (*f) (int a);};
15884 struct s2 {int (*f) (double a);};
15885 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
15891 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
15896 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
15897 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
15899 CC="$ac_save_CC $ac_arg"
15900 rm -f conftest.$ac_objext
15901 if { (ac_try="$ac_compile"
15902 case "(($ac_try" in
15903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15904 *) ac_try_echo=$ac_try;;
15906 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15907 (eval "$ac_compile") 2>conftest.er1
15909 grep -v '^ *+' conftest.er1 >conftest.err
15911 cat conftest.err >&5
15912 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
15913 (exit $ac_status); } && {
15914 test -z "$ac_c_werror_flag" ||
15915 test ! -s conftest.err
15916 } && test -s conftest.$ac_objext; then
15917 ac_cv_prog_cc_c89=$ac_arg
15919 echo "$as_me: failed program was
:" >&5
15920 sed 's/^/| /' conftest.$ac_ext >&5
15925 rm -f core conftest.err conftest.$ac_objext
15926 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
15928 rm -f conftest.$ac_ext
15933 case "x
$ac_cv_prog_cc_c89" in
15935 { echo "$as_me:$LINENO: result
: none needed
" >&5
15936 echo "${ECHO_T}none needed
" >&6; } ;;
15938 { echo "$as_me:$LINENO: result
: unsupported
" >&5
15939 echo "${ECHO_T}unsupported
" >&6; } ;;
15941 CC="$CC $ac_cv_prog_cc_c89"
15942 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
15943 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
15948 ac_cpp='$CPP $CPPFLAGS'
15949 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15950 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15951 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15961 ac_cpp='$CPP $CPPFLAGS'
15962 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15963 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15964 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15966 { echo "$as_me:$LINENO: checking whether we are using the Intel C compiler
" >&5
15967 echo $ECHO_N "checking whether we are using the Intel C compiler...
$ECHO_C" >&6; }
15968 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
15969 echo $ECHO_N "(cached
) $ECHO_C" >&6
15971 cat >conftest.$ac_ext <<_ACEOF
15974 cat confdefs.h >>conftest.$ac_ext
15975 cat >>conftest.$ac_ext <<_ACEOF
15976 /* end confdefs.h. */
15982 #ifndef __INTEL_COMPILER
15990 rm -f conftest.$ac_objext
15991 if { (ac_try="$ac_compile"
15992 case "(($ac_try" in
15993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15994 *) ac_try_echo=$ac_try;;
15996 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
15997 (eval "$ac_compile") 2>conftest.er1
15999 grep -v '^ *+' conftest.er1 >conftest.err
16001 cat conftest.err >&5
16002 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16003 (exit $ac_status); } && {
16004 test -z "$ac_c_werror_flag" ||
16005 test ! -s conftest.err
16006 } && test -s conftest.$ac_objext; then
16007 bakefile_cv_c_compiler___INTEL_COMPILER=yes
16009 echo "$as_me: failed program was
:" >&5
16010 sed 's/^/| /' conftest.$ac_ext >&5
16012 bakefile_cv_c_compiler___INTEL_COMPILER=no
16016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16020 { echo "$as_me:$LINENO: result
: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
16021 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
16022 if test "x
$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes
"; then
16028 ac_cpp='$CPP $CPPFLAGS'
16029 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16030 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16031 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16036 if test "$INTELCC" = "yes"; then
16040 ac_cpp='$CPP $CPPFLAGS'
16041 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16042 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16043 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16045 { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v8 or later
" >&5
16046 echo $ECHO_N "checking whether we are using Intel C compiler v8 or later...
$ECHO_C" >&6; }
16047 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+set}" = set; then
16048 echo $ECHO_N "(cached
) $ECHO_C" >&6
16050 cat >conftest.$ac_ext <<_ACEOF
16053 cat confdefs.h >>conftest.$ac_ext
16054 cat >>conftest.$ac_ext <<_ACEOF
16055 /* end confdefs.h. */
16061 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
16069 rm -f conftest.$ac_objext
16070 if { (ac_try="$ac_compile"
16071 case "(($ac_try" in
16072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16073 *) ac_try_echo=$ac_try;;
16075 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16076 (eval "$ac_compile") 2>conftest.er1
16078 grep -v '^ *+' conftest.er1 >conftest.err
16080 cat conftest.err >&5
16081 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16082 (exit $ac_status); } && {
16083 test -z "$ac_c_werror_flag" ||
16084 test ! -s conftest.err
16085 } && test -s conftest.$ac_objext; then
16086 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=yes
16088 echo "$as_me: failed program was
:" >&5
16089 sed 's/^/| /' conftest.$ac_ext >&5
16091 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=no
16095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16099 { echo "$as_me:$LINENO: result
: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
16100 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
16101 if test "x
$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes
"; then
16107 ac_cpp='$CPP $CPPFLAGS'
16108 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16109 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16110 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16117 ac_cpp='$CPP $CPPFLAGS'
16118 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16119 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16120 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16122 { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v10 or later
" >&5
16123 echo $ECHO_N "checking whether we are using Intel C compiler v10 or later...
$ECHO_C" >&6; }
16124 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
16125 echo $ECHO_N "(cached
) $ECHO_C" >&6
16127 cat >conftest.$ac_ext <<_ACEOF
16130 cat confdefs.h >>conftest.$ac_ext
16131 cat >>conftest.$ac_ext <<_ACEOF
16132 /* end confdefs.h. */
16138 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
16146 rm -f conftest.$ac_objext
16147 if { (ac_try="$ac_compile"
16148 case "(($ac_try" in
16149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16150 *) ac_try_echo=$ac_try;;
16152 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
16153 (eval "$ac_compile") 2>conftest.er1
16155 grep -v '^ *+' conftest.er1 >conftest.err
16157 cat conftest.err >&5
16158 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16159 (exit $ac_status); } && {
16160 test -z "$ac_c_werror_flag" ||
16161 test ! -s conftest.err
16162 } && test -s conftest.$ac_objext; then
16163 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=yes
16165 echo "$as_me: failed program was
:" >&5
16166 sed 's/^/| /' conftest.$ac_ext >&5
16168 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=no
16172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16176 { echo "$as_me:$LINENO: result
: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
16177 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
16178 if test "x
$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes
"; then
16184 ac_cpp='$CPP $CPPFLAGS'
16185 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16186 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16187 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16193 if test "x
$GCC" != "xyes
"; then
16194 if test "xCC
" = "xC
"; then
16195 { echo "$as_me:$LINENO: checking
if the C compiler requires
-ext o
" >&5
16196 echo $ECHO_N "checking
if the C compiler requires
-ext o...
$ECHO_C" >&6; }
16197 if test "${bakefile_cv_c_exto+set}" = set; then
16198 echo $ECHO_N "(cached
) $ECHO_C" >&6
16200 cat >conftest.$ac_ext <<_ACEOF
16203 cat confdefs.h >>conftest.$ac_ext
16204 cat >>conftest.$ac_ext <<_ACEOF
16205 /* end confdefs.h. */
16215 rm -f conftest.$ac_objext conftest.$ac_ext.o
16216 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16217 (eval $ac_compile) 2>&5
16219 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
16220 (exit $ac_status); }; then
16221 for ac_file in `(ls conftest.* 2>/dev/null)`; do
16223 conftest.$ac_ext.o)
16224 bakefile_cv_c_exto="-ext o
"
16231 { { echo "$as_me:$LINENO: error
: cannot figure out
if compiler needs
-ext o
: cannot compile
16232 See \
`config.log' for more details." >&5
16233 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
16234 See \`config.log
' for more details." >&2;}
16235 { (exit 1); exit 1; }; }
16239 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
16242 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
16243 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
16244 if test "x$bakefile_cv_c_exto" '!=' "x"; then
16245 if test "c" = "c"; then
16246 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
16248 if test "c" = "cxx"; then
16249 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
16253 if test "x$bakefile_cv_c_exto" '!=' "x"; then
16254 unset ac_cv_prog_cc_g
16255 ac_test_CFLAGS=${CFLAGS+set}
16256 ac_save_CFLAGS=$CFLAGS
16257 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
16258 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
16259 if test "${ac_cv_prog_cc_g+set}" = set; then
16260 echo $ECHO_N "(cached) $ECHO_C" >&6
16262 ac_save_c_werror_flag=$ac_c_werror_flag
16263 ac_c_werror_flag=yes
16266 cat >conftest.$ac_ext <<_ACEOF
16269 cat confdefs.h >>conftest.$ac_ext
16270 cat >>conftest.$ac_ext <<_ACEOF
16271 /* end confdefs.h. */
16281 rm -f conftest.$ac_objext
16282 if { (ac_try="$ac_compile"
16283 case "(($ac_try" in
16284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16285 *) ac_try_echo=$ac_try;;
16287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16288 (eval "$ac_compile") 2>conftest.er1
16290 grep -v '^
*+' conftest.er1 >conftest.err
16292 cat conftest.err >&5
16293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16294 (exit $ac_status); } && {
16295 test -z "$ac_c_werror_flag" ||
16296 test ! -s conftest.err
16297 } && test -s conftest.$ac_objext; then
16298 ac_cv_prog_cc_g=yes
16300 echo "$as_me: failed program was:" >&5
16301 sed 's
/^
/| /' conftest.$ac_ext >&5
16304 cat >conftest.$ac_ext <<_ACEOF
16307 cat confdefs.h >>conftest.$ac_ext
16308 cat >>conftest.$ac_ext <<_ACEOF
16309 /* end confdefs.h. */
16319 rm -f conftest.$ac_objext
16320 if { (ac_try="$ac_compile"
16321 case "(($ac_try" in
16322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16323 *) ac_try_echo=$ac_try;;
16325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16326 (eval "$ac_compile") 2>conftest.er1
16328 grep -v '^
*+' conftest.er1 >conftest.err
16330 cat conftest.err >&5
16331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16332 (exit $ac_status); } && {
16333 test -z "$ac_c_werror_flag" ||
16334 test ! -s conftest.err
16335 } && test -s conftest.$ac_objext; then
16338 echo "$as_me: failed program was:" >&5
16339 sed 's
/^
/| /' conftest.$ac_ext >&5
16341 ac_c_werror_flag=$ac_save_c_werror_flag
16343 cat >conftest.$ac_ext <<_ACEOF
16346 cat confdefs.h >>conftest.$ac_ext
16347 cat >>conftest.$ac_ext <<_ACEOF
16348 /* end confdefs.h. */
16358 rm -f conftest.$ac_objext
16359 if { (ac_try="$ac_compile"
16360 case "(($ac_try" in
16361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16362 *) ac_try_echo=$ac_try;;
16364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16365 (eval "$ac_compile") 2>conftest.er1
16367 grep -v '^
*+' conftest.er1 >conftest.err
16369 cat conftest.err >&5
16370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16371 (exit $ac_status); } && {
16372 test -z "$ac_c_werror_flag" ||
16373 test ! -s conftest.err
16374 } && test -s conftest.$ac_objext; then
16375 ac_cv_prog_cc_g=yes
16377 echo "$as_me: failed program was:" >&5
16378 sed 's
/^
/| /' conftest.$ac_ext >&5
16383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16390 ac_c_werror_flag=$ac_save_c_werror_flag
16392 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
16393 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
16394 if test "$ac_test_CFLAGS" = set; then
16395 CFLAGS=$ac_save_CFLAGS
16396 elif test $ac_cv_prog_cc_g = yes; then
16397 if test "$GCC" = yes; then
16403 if test "$GCC" = yes; then
16417 ac_cpp='$CPP $CPPFLAGS'
16418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16419 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16422 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
16423 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
16424 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
16425 echo $ECHO_N "(cached) $ECHO_C" >&6
16427 cat >conftest.$ac_ext <<_ACEOF
16430 cat confdefs.h >>conftest.$ac_ext
16431 cat >>conftest.$ac_ext <<_ACEOF
16432 /* end confdefs.h. */
16446 rm -f conftest.$ac_objext
16447 if { (ac_try="$ac_compile"
16448 case "(($ac_try" in
16449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16450 *) ac_try_echo=$ac_try;;
16452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16453 (eval "$ac_compile") 2>conftest.er1
16455 grep -v '^
*+' conftest.er1 >conftest.err
16457 cat conftest.err >&5
16458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16459 (exit $ac_status); } && {
16460 test -z "$ac_c_werror_flag" ||
16461 test ! -s conftest.err
16462 } && test -s conftest.$ac_objext; then
16463 bakefile_cv_c_compiler___xlC__=yes
16465 echo "$as_me: failed program was:" >&5
16466 sed 's
/^
/| /' conftest.$ac_ext >&5
16468 bakefile_cv_c_compiler___xlC__=no
16472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16476 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
16477 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
16478 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
16484 ac_cpp='$CPP $CPPFLAGS'
16485 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16486 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16487 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16497 ac_cpp='$CPP $CPPFLAGS'
16498 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16499 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16500 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16502 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
16503 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6; }
16504 if test "${bakefile_cv_c_compiler___MWERKS__+set}" = set; then
16505 echo $ECHO_N "(cached) $ECHO_C" >&6
16507 cat >conftest.$ac_ext <<_ACEOF
16510 cat confdefs.h >>conftest.$ac_ext
16511 cat >>conftest.$ac_ext <<_ACEOF
16512 /* end confdefs.h. */
16526 rm -f conftest.$ac_objext
16527 if { (ac_try="$ac_compile"
16528 case "(($ac_try" in
16529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16530 *) ac_try_echo=$ac_try;;
16532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16533 (eval "$ac_compile") 2>conftest.er1
16535 grep -v '^
*+' conftest.er1 >conftest.err
16537 cat conftest.err >&5
16538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16539 (exit $ac_status); } && {
16540 test -z "$ac_c_werror_flag" ||
16541 test ! -s conftest.err
16542 } && test -s conftest.$ac_objext; then
16543 bakefile_cv_c_compiler___MWERKS__=yes
16545 echo "$as_me: failed program was:" >&5
16546 sed 's
/^
/| /' conftest.$ac_ext >&5
16548 bakefile_cv_c_compiler___MWERKS__=no
16552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16556 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___MWERKS__" >&5
16557 echo "${ECHO_T}$bakefile_cv_c_compiler___MWERKS__" >&6; }
16558 if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
16564 ac_cpp='$CPP $CPPFLAGS'
16565 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16566 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16567 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16571 if test "$MWCC" != "yes"; then
16575 ac_cpp='$CPP $CPPFLAGS'
16576 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16577 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16578 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16580 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
16581 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
16582 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
16583 echo $ECHO_N "(cached) $ECHO_C" >&6
16585 cat >conftest.$ac_ext <<_ACEOF
16588 cat confdefs.h >>conftest.$ac_ext
16589 cat >>conftest.$ac_ext <<_ACEOF
16590 /* end confdefs.h. */
16604 rm -f conftest.$ac_objext
16605 if { (ac_try="$ac_compile"
16606 case "(($ac_try" in
16607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16608 *) ac_try_echo=$ac_try;;
16610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16611 (eval "$ac_compile") 2>conftest.er1
16613 grep -v '^
*+' conftest.er1 >conftest.err
16615 cat conftest.err >&5
16616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16617 (exit $ac_status); } && {
16618 test -z "$ac_c_werror_flag" ||
16619 test ! -s conftest.err
16620 } && test -s conftest.$ac_objext; then
16621 bakefile_cv_c_compiler___xlC__=yes
16623 echo "$as_me: failed program was:" >&5
16624 sed 's
/^
/| /' conftest.$ac_ext >&5
16626 bakefile_cv_c_compiler___xlC__=no
16630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16634 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
16635 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
16636 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
16642 ac_cpp='$CPP $CPPFLAGS'
16643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16644 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16656 ac_cpp='$CPP $CPPFLAGS'
16657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16658 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16659 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16661 { echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
16662 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6; }
16663 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
16664 echo $ECHO_N "(cached) $ECHO_C" >&6
16666 cat >conftest.$ac_ext <<_ACEOF
16669 cat confdefs.h >>conftest.$ac_ext
16670 cat >>conftest.$ac_ext <<_ACEOF
16671 /* end confdefs.h. */
16677 #ifndef _SGI_COMPILER_VERSION
16685 rm -f conftest.$ac_objext
16686 if { (ac_try="$ac_compile"
16687 case "(($ac_try" in
16688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16689 *) ac_try_echo=$ac_try;;
16691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16692 (eval "$ac_compile") 2>conftest.er1
16694 grep -v '^
*+' conftest.er1 >conftest.err
16696 cat conftest.err >&5
16697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16698 (exit $ac_status); } && {
16699 test -z "$ac_c_werror_flag" ||
16700 test ! -s conftest.err
16701 } && test -s conftest.$ac_objext; then
16702 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
16704 echo "$as_me: failed program was:" >&5
16705 sed 's
/^
/| /' conftest.$ac_ext >&5
16707 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
16711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16715 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
16716 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
16717 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
16723 ac_cpp='$CPP $CPPFLAGS'
16724 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16725 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16726 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16733 if test "$INTELCC" != "yes"; then
16737 ac_cpp='$CPP $CPPFLAGS'
16738 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16739 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16740 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16742 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
16743 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
16744 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
16745 echo $ECHO_N "(cached) $ECHO_C" >&6
16747 cat >conftest.$ac_ext <<_ACEOF
16750 cat confdefs.h >>conftest.$ac_ext
16751 cat >>conftest.$ac_ext <<_ACEOF
16752 /* end confdefs.h. */
16766 rm -f conftest.$ac_objext
16767 if { (ac_try="$ac_compile"
16768 case "(($ac_try" in
16769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16770 *) ac_try_echo=$ac_try;;
16772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16773 (eval "$ac_compile") 2>conftest.er1
16775 grep -v '^
*+' conftest.er1 >conftest.err
16777 cat conftest.err >&5
16778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16779 (exit $ac_status); } && {
16780 test -z "$ac_c_werror_flag" ||
16781 test ! -s conftest.err
16782 } && test -s conftest.$ac_objext; then
16783 bakefile_cv_c_compiler___SUNPRO_C=yes
16785 echo "$as_me: failed program was:" >&5
16786 sed 's
/^
/| /' conftest.$ac_ext >&5
16788 bakefile_cv_c_compiler___SUNPRO_C=no
16792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16796 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
16797 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
16798 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
16804 ac_cpp='$CPP $CPPFLAGS'
16805 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16806 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16807 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16818 ac_cpp='$CPP $CPPFLAGS'
16819 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16820 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16821 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16823 { echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
16824 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6; }
16825 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
16826 echo $ECHO_N "(cached) $ECHO_C" >&6
16828 cat >conftest.$ac_ext <<_ACEOF
16831 cat confdefs.h >>conftest.$ac_ext
16832 cat >>conftest.$ac_ext <<_ACEOF
16833 /* end confdefs.h. */
16847 rm -f conftest.$ac_objext
16848 if { (ac_try="$ac_compile"
16849 case "(($ac_try" in
16850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16851 *) ac_try_echo=$ac_try;;
16853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16854 (eval "$ac_compile") 2>conftest.er1
16856 grep -v '^
*+' conftest.er1 >conftest.err
16858 cat conftest.err >&5
16859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16860 (exit $ac_status); } && {
16861 test -z "$ac_c_werror_flag" ||
16862 test ! -s conftest.err
16863 } && test -s conftest.$ac_objext; then
16864 bakefile_cv_c_compiler___HP_cc=yes
16866 echo "$as_me: failed program was:" >&5
16867 sed 's
/^
/| /' conftest.$ac_ext >&5
16869 bakefile_cv_c_compiler___HP_cc=no
16873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16877 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
16878 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6; }
16879 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
16885 ac_cpp='$CPP $CPPFLAGS'
16886 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16887 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16888 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16898 ac_cpp='$CPP $CPPFLAGS'
16899 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16900 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16901 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16903 { echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
16904 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6; }
16905 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
16906 echo $ECHO_N "(cached) $ECHO_C" >&6
16908 cat >conftest.$ac_ext <<_ACEOF
16911 cat confdefs.h >>conftest.$ac_ext
16912 cat >>conftest.$ac_ext <<_ACEOF
16913 /* end confdefs.h. */
16927 rm -f conftest.$ac_objext
16928 if { (ac_try="$ac_compile"
16929 case "(($ac_try" in
16930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16931 *) ac_try_echo=$ac_try;;
16933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16934 (eval "$ac_compile") 2>conftest.er1
16936 grep -v '^
*+' conftest.er1 >conftest.err
16938 cat conftest.err >&5
16939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16940 (exit $ac_status); } && {
16941 test -z "$ac_c_werror_flag" ||
16942 test ! -s conftest.err
16943 } && test -s conftest.$ac_objext; then
16944 bakefile_cv_c_compiler___DECC=yes
16946 echo "$as_me: failed program was:" >&5
16947 sed 's
/^
/| /' conftest.$ac_ext >&5
16949 bakefile_cv_c_compiler___DECC=no
16953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16957 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
16958 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6; }
16959 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
16965 ac_cpp='$CPP $CPPFLAGS'
16966 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16967 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16968 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16978 ac_cpp='$CPP $CPPFLAGS'
16979 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
16980 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
16981 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16983 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
16984 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
16985 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
16986 echo $ECHO_N "(cached) $ECHO_C" >&6
16988 cat >conftest.$ac_ext <<_ACEOF
16991 cat confdefs.h >>conftest.$ac_ext
16992 cat >>conftest.$ac_ext <<_ACEOF
16993 /* end confdefs.h. */
17007 rm -f conftest.$ac_objext
17008 if { (ac_try="$ac_compile"
17009 case "(($ac_try" in
17010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17011 *) ac_try_echo=$ac_try;;
17013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17014 (eval "$ac_compile") 2>conftest.er1
17016 grep -v '^
*+' conftest.er1 >conftest.err
17018 cat conftest.err >&5
17019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17020 (exit $ac_status); } && {
17021 test -z "$ac_c_werror_flag" ||
17022 test ! -s conftest.err
17023 } && test -s conftest.$ac_objext; then
17024 bakefile_cv_c_compiler___SUNPRO_C=yes
17026 echo "$as_me: failed program was:" >&5
17027 sed 's
/^
/| /' conftest.$ac_ext >&5
17029 bakefile_cv_c_compiler___SUNPRO_C=no
17033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17037 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17038 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17039 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17045 ac_cpp='$CPP $CPPFLAGS'
17046 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
17047 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
17048 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17059 ac_cpp='$CPP $CPPFLAGS'
17060 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
17061 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
17062 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17063 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
17064 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
17065 # On Suns, sometimes $CPP names a directory.
17066 if test -n "$CPP" && test -d "$CPP"; then
17069 if test -z "$CPP"; then
17070 if test "${ac_cv_prog_CPP+set}" = set; then
17071 echo $ECHO_N "(cached) $ECHO_C" >&6
17073 # Double quotes because CPP needs to be expanded
17074 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
17076 ac_preproc_ok=false
17077 for ac_c_preproc_warn_flag in '' yes
17079 # Use a header file that comes with gcc, so configuring glibc
17080 # with a fresh cross-compiler works.
17081 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17082 # <limits.h> exists even on freestanding compilers.
17083 # On the NeXT, cc -E runs the code through the compiler's parser
,
17084 # not just through cpp. "Syntax error" is here to catch this case.
17085 cat >conftest.
$ac_ext <<_ACEOF
17088 cat confdefs.h
>>conftest.
$ac_ext
17089 cat >>conftest.
$ac_ext <<_ACEOF
17090 /* end confdefs.h. */
17092 # include <limits.h>
17094 # include <assert.h>
17098 if { (ac_try
="$ac_cpp conftest.$ac_ext"
17099 case "(($ac_try" in
17100 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
17101 *) ac_try_echo=$ac_try;;
17103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17104 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17106 grep -v '^ *+' conftest.er1 >conftest.err
17108 cat conftest.err >&5
17109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17110 (exit $ac_status); } >/dev/null && {
17111 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17112 test ! -s conftest.err
17116 echo "$as_me: failed program was:" >&5
17117 sed 's/^/| /' conftest.$ac_ext >&5
17119 # Broken: fails on valid input.
17123 rm -f conftest.err conftest.$ac_ext
17125 # OK, works on sane cases. Now check whether nonexistent headers
17126 # can be detected and how.
17127 cat >conftest.$ac_ext <<_ACEOF
17130 cat confdefs.h >>conftest.$ac_ext
17131 cat >>conftest.$ac_ext <<_ACEOF
17132 /* end confdefs.h. */
17133 #include <ac_nonexistent.h>
17135 if { (ac_try="$ac_cpp conftest.$ac_ext"
17136 case "(($ac_try" in
17137 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
17138 *) ac_try_echo
=$ac_try;;
17140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17141 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17143 grep -v '^ *+' conftest.er1
>conftest.err
17145 cat conftest.err
>&5
17146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17147 (exit $ac_status); } >/dev
/null
&& {
17148 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17149 test ! -s conftest.err
17151 # Broken: success on invalid input.
17154 echo "$as_me: failed program was:" >&5
17155 sed 's/^/| /' conftest.
$ac_ext >&5
17157 # Passes both tests.
17162 rm -f conftest.err conftest.
$ac_ext
17165 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17166 rm -f conftest.err conftest.
$ac_ext
17167 if $ac_preproc_ok; then
17172 ac_cv_prog_CPP
=$CPP
17175 CPP
=$ac_cv_prog_CPP
17177 ac_cv_prog_CPP
=$CPP
17179 { echo "$as_me:$LINENO: result: $CPP" >&5
17180 echo "${ECHO_T}$CPP" >&6; }
17181 ac_preproc_ok
=false
17182 for ac_c_preproc_warn_flag
in '' yes
17184 # Use a header file that comes with gcc, so configuring glibc
17185 # with a fresh cross-compiler works.
17186 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17187 # <limits.h> exists even on freestanding compilers.
17188 # On the NeXT, cc -E runs the code through the compiler's parser,
17189 # not just through cpp. "Syntax error" is here to catch this case.
17190 cat >conftest.
$ac_ext <<_ACEOF
17193 cat confdefs.h
>>conftest.
$ac_ext
17194 cat >>conftest.
$ac_ext <<_ACEOF
17195 /* end confdefs.h. */
17197 # include <limits.h>
17199 # include <assert.h>
17203 if { (ac_try
="$ac_cpp conftest.$ac_ext"
17204 case "(($ac_try" in
17205 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
17206 *) ac_try_echo=$ac_try;;
17208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17209 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17211 grep -v '^ *+' conftest.er1 >conftest.err
17213 cat conftest.err >&5
17214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17215 (exit $ac_status); } >/dev/null && {
17216 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17217 test ! -s conftest.err
17221 echo "$as_me: failed program was:" >&5
17222 sed 's/^/| /' conftest.$ac_ext >&5
17224 # Broken: fails on valid input.
17228 rm -f conftest.err conftest.$ac_ext
17230 # OK, works on sane cases. Now check whether nonexistent headers
17231 # can be detected and how.
17232 cat >conftest.$ac_ext <<_ACEOF
17235 cat confdefs.h >>conftest.$ac_ext
17236 cat >>conftest.$ac_ext <<_ACEOF
17237 /* end confdefs.h. */
17238 #include <ac_nonexistent.h>
17240 if { (ac_try="$ac_cpp conftest.$ac_ext"
17241 case "(($ac_try" in
17242 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
17243 *) ac_try_echo
=$ac_try;;
17245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17246 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17248 grep -v '^ *+' conftest.er1
>conftest.err
17250 cat conftest.err
>&5
17251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17252 (exit $ac_status); } >/dev
/null
&& {
17253 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17254 test ! -s conftest.err
17256 # Broken: success on invalid input.
17259 echo "$as_me: failed program was:" >&5
17260 sed 's/^/| /' conftest.
$ac_ext >&5
17262 # Passes both tests.
17267 rm -f conftest.err conftest.
$ac_ext
17270 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17271 rm -f conftest.err conftest.
$ac_ext
17272 if $ac_preproc_ok; then
17275 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
17276 See \`config.log' for more details." >&5
17277 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
17278 See \`config.log' for more details." >&2;}
17279 { (exit 1); exit 1; }; }
17283 ac_cpp
='$CPP $CPPFLAGS'
17284 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17285 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17286 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17289 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
17290 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
17291 if test "${ac_cv_path_GREP+set}" = set; then
17292 echo $ECHO_N "(cached) $ECHO_C" >&6
17294 # Extract the first word of "grep ggrep" to use in msg output
17295 if test -z "$GREP"; then
17296 set dummy
grep ggrep
; ac_prog_name
=$2
17297 if test "${ac_cv_path_GREP+set}" = set; then
17298 echo $ECHO_N "(cached) $ECHO_C" >&6
17300 ac_path_GREP_found
=false
17301 # Loop through the user's path and test for each of PROGNAME-LIST
17302 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
17303 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
17306 test -z "$as_dir" && as_dir
=.
17307 for ac_prog
in grep ggrep
; do
17308 for ac_exec_ext
in '' $ac_executable_extensions; do
17309 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
17310 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
17311 # Check for GNU ac_path_GREP and select it if it is found.
17312 # Check for GNU $ac_path_GREP
17313 case `"$ac_path_GREP" --version 2>&1` in
17315 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
17318 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
17321 cat "conftest.in" "conftest.in" >"conftest.tmp"
17322 mv "conftest.tmp" "conftest.in"
17323 cp "conftest.in" "conftest.nl"
17324 echo 'GREP' >> "conftest.nl"
17325 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null
|| break
17326 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 || break
17327 ac_count
=`expr $ac_count + 1`
17328 if test $ac_count -gt ${ac_path_GREP_max-0}; then
17329 # Best one so far, save it but keep looking for a better one
17330 ac_cv_path_GREP
="$ac_path_GREP"
17331 ac_path_GREP_max
=$ac_count
17333 # 10*(2^10) chars as input seems more than enough
17334 test $ac_count -gt 10 && break
17336 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
17340 $ac_path_GREP_found && break 3
17350 GREP
="$ac_cv_path_GREP"
17351 if test -z "$GREP"; then
17352 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
17353 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
17354 { (exit 1); exit 1; }; }
17358 ac_cv_path_GREP
=$GREP
17363 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
17364 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
17365 GREP
="$ac_cv_path_GREP"
17368 { echo "$as_me:$LINENO: checking for egrep" >&5
17369 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
17370 if test "${ac_cv_path_EGREP+set}" = set; then
17371 echo $ECHO_N "(cached) $ECHO_C" >&6
17373 if echo a
| $GREP -E '(a|b)' >/dev
/null
2>&1
17374 then ac_cv_path_EGREP
="$GREP -E"
17376 # Extract the first word of "egrep" to use in msg output
17377 if test -z "$EGREP"; then
17378 set dummy
egrep; ac_prog_name
=$2
17379 if test "${ac_cv_path_EGREP+set}" = set; then
17380 echo $ECHO_N "(cached) $ECHO_C" >&6
17382 ac_path_EGREP_found
=false
17383 # Loop through the user's path and test for each of PROGNAME-LIST
17384 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
17385 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
17388 test -z "$as_dir" && as_dir
=.
17389 for ac_prog
in egrep; do
17390 for ac_exec_ext
in '' $ac_executable_extensions; do
17391 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
17392 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
17393 # Check for GNU ac_path_EGREP and select it if it is found.
17394 # Check for GNU $ac_path_EGREP
17395 case `"$ac_path_EGREP" --version 2>&1` in
17397 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
17400 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
17403 cat "conftest.in" "conftest.in" >"conftest.tmp"
17404 mv "conftest.tmp" "conftest.in"
17405 cp "conftest.in" "conftest.nl"
17406 echo 'EGREP' >> "conftest.nl"
17407 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null
|| break
17408 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 || break
17409 ac_count
=`expr $ac_count + 1`
17410 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
17411 # Best one so far, save it but keep looking for a better one
17412 ac_cv_path_EGREP
="$ac_path_EGREP"
17413 ac_path_EGREP_max
=$ac_count
17415 # 10*(2^10) chars as input seems more than enough
17416 test $ac_count -gt 10 && break
17418 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
17422 $ac_path_EGREP_found && break 3
17432 EGREP
="$ac_cv_path_EGREP"
17433 if test -z "$EGREP"; then
17434 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
17435 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
17436 { (exit 1); exit 1; }; }
17440 ac_cv_path_EGREP
=$EGREP
17446 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
17447 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
17448 EGREP
="$ac_cv_path_EGREP"
17451 if test $ac_cv_c_compiler_gnu = yes; then
17452 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
17453 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
17454 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
17455 echo $ECHO_N "(cached) $ECHO_C" >&6
17457 ac_pattern
="Autoconf.*'x'"
17458 cat >conftest.
$ac_ext <<_ACEOF
17461 cat confdefs.h
>>conftest.
$ac_ext
17462 cat >>conftest.
$ac_ext <<_ACEOF
17463 /* end confdefs.h. */
17467 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17468 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
17469 ac_cv_prog_gcc_traditional
=yes
17471 ac_cv_prog_gcc_traditional
=no
17476 if test $ac_cv_prog_gcc_traditional = no
; then
17477 cat >conftest.
$ac_ext <<_ACEOF
17480 cat confdefs.h
>>conftest.
$ac_ext
17481 cat >>conftest.
$ac_ext <<_ACEOF
17482 /* end confdefs.h. */
17483 #include <termio.h>
17486 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17487 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
17488 ac_cv_prog_gcc_traditional
=yes
17494 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
17495 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
17496 if test $ac_cv_prog_gcc_traditional = yes; then
17497 CC
="$CC -traditional"
17502 CXXFLAGS
=${CXXFLAGS:=}
17504 ac_cpp
='$CXXCPP $CPPFLAGS'
17505 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17506 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17507 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17508 if test -z "$CXX"; then
17509 if test -n "$CCC"; then
17512 if test -n "$ac_tool_prefix"; then
17513 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
17515 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
17516 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
17517 { echo "$as_me:$LINENO: checking for $ac_word" >&5
17518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
17519 if test "${ac_cv_prog_CXX+set}" = set; then
17520 echo $ECHO_N "(cached) $ECHO_C" >&6
17522 if test -n "$CXX"; then
17523 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
17525 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
17526 for as_dir
in $PATH
17529 test -z "$as_dir" && as_dir
=.
17530 for ac_exec_ext
in '' $ac_executable_extensions; do
17531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17532 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
17533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
17542 CXX
=$ac_cv_prog_CXX
17543 if test -n "$CXX"; then
17544 { echo "$as_me:$LINENO: result: $CXX" >&5
17545 echo "${ECHO_T}$CXX" >&6; }
17547 { echo "$as_me:$LINENO: result: no" >&5
17548 echo "${ECHO_T}no" >&6; }
17552 test -n "$CXX" && break
17555 if test -z "$CXX"; then
17557 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
17559 # Extract the first word of "$ac_prog", so it can be a program name with args.
17560 set dummy
$ac_prog; ac_word
=$2
17561 { echo "$as_me:$LINENO: checking for $ac_word" >&5
17562 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
17563 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
17564 echo $ECHO_N "(cached) $ECHO_C" >&6
17566 if test -n "$ac_ct_CXX"; then
17567 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
17569 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
17570 for as_dir
in $PATH
17573 test -z "$as_dir" && as_dir
=.
17574 for ac_exec_ext
in '' $ac_executable_extensions; do
17575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17576 ac_cv_prog_ac_ct_CXX
="$ac_prog"
17577 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
17586 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
17587 if test -n "$ac_ct_CXX"; then
17588 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
17589 echo "${ECHO_T}$ac_ct_CXX" >&6; }
17591 { echo "$as_me:$LINENO: result: no" >&5
17592 echo "${ECHO_T}no" >&6; }
17596 test -n "$ac_ct_CXX" && break
17599 if test "x$ac_ct_CXX" = x
; then
17602 case $cross_compiling:$ac_tool_warned in
17604 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
17605 whose name does not start with the host triplet. If you think this
17606 configuration is useful to you, please write to autoconf@gnu.org." >&5
17607 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
17608 whose name does not start with the host triplet. If you think this
17609 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
17610 ac_tool_warned
=yes ;;
17618 # Provide some information about the compiler.
17619 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
17620 ac_compiler
=`set X $ac_compile; echo $2`
17621 { (ac_try
="$ac_compiler --version >&5"
17622 case "(($ac_try" in
17623 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
17624 *) ac_try_echo=$ac_try;;
17626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17627 (eval "$ac_compiler --version >&5") 2>&5
17629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17630 (exit $ac_status); }
17631 { (ac_try="$ac_compiler -v >&5"
17632 case "(($ac_try" in
17633 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
17634 *) ac_try_echo
=$ac_try;;
17636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17637 (eval "$ac_compiler -v >&5") 2>&5
17639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17640 (exit $ac_status); }
17641 { (ac_try
="$ac_compiler -V >&5"
17642 case "(($ac_try" in
17643 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
17644 *) ac_try_echo=$ac_try;;
17646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17647 (eval "$ac_compiler -V >&5") 2>&5
17649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17650 (exit $ac_status); }
17652 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
17653 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
17654 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
17655 echo $ECHO_N "(cached) $ECHO_C" >&6
17657 cat >conftest.$ac_ext <<_ACEOF
17660 cat confdefs.h >>conftest.$ac_ext
17661 cat >>conftest.$ac_ext <<_ACEOF
17662 /* end confdefs.h. */
17675 rm -f conftest.$ac_objext
17676 if { (ac_try="$ac_compile"
17677 case "(($ac_try" in
17678 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
17679 *) ac_try_echo
=$ac_try;;
17681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17682 (eval "$ac_compile") 2>conftest.er1
17684 grep -v '^ *+' conftest.er1
>conftest.err
17686 cat conftest.err
>&5
17687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17688 (exit $ac_status); } && {
17689 test -z "$ac_cxx_werror_flag" ||
17690 test ! -s conftest.err
17691 } && test -s conftest.
$ac_objext; then
17692 ac_compiler_gnu
=yes
17694 echo "$as_me: failed program was:" >&5
17695 sed 's/^/| /' conftest.
$ac_ext >&5
17700 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17701 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
17704 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
17705 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
17706 GXX
=`test $ac_compiler_gnu = yes && echo yes`
17707 ac_test_CXXFLAGS
=${CXXFLAGS+set}
17708 ac_save_CXXFLAGS
=$CXXFLAGS
17709 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
17710 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
17711 if test "${ac_cv_prog_cxx_g+set}" = set; then
17712 echo $ECHO_N "(cached) $ECHO_C" >&6
17714 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
17715 ac_cxx_werror_flag
=yes
17716 ac_cv_prog_cxx_g
=no
17718 cat >conftest.
$ac_ext <<_ACEOF
17721 cat confdefs.h
>>conftest.
$ac_ext
17722 cat >>conftest.
$ac_ext <<_ACEOF
17723 /* end confdefs.h. */
17733 rm -f conftest.
$ac_objext
17734 if { (ac_try
="$ac_compile"
17735 case "(($ac_try" in
17736 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
17737 *) ac_try_echo=$ac_try;;
17739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17740 (eval "$ac_compile") 2>conftest.er1
17742 grep -v '^ *+' conftest.er1 >conftest.err
17744 cat conftest.err >&5
17745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17746 (exit $ac_status); } && {
17747 test -z "$ac_cxx_werror_flag" ||
17748 test ! -s conftest.err
17749 } && test -s conftest.$ac_objext; then
17750 ac_cv_prog_cxx_g=yes
17752 echo "$as_me: failed program was:" >&5
17753 sed 's/^/| /' conftest.$ac_ext >&5
17756 cat >conftest.$ac_ext <<_ACEOF
17759 cat confdefs.h >>conftest.$ac_ext
17760 cat >>conftest.$ac_ext <<_ACEOF
17761 /* end confdefs.h. */
17771 rm -f conftest.$ac_objext
17772 if { (ac_try="$ac_compile"
17773 case "(($ac_try" in
17774 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
17775 *) ac_try_echo
=$ac_try;;
17777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17778 (eval "$ac_compile") 2>conftest.er1
17780 grep -v '^ *+' conftest.er1
>conftest.err
17782 cat conftest.err
>&5
17783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17784 (exit $ac_status); } && {
17785 test -z "$ac_cxx_werror_flag" ||
17786 test ! -s conftest.err
17787 } && test -s conftest.
$ac_objext; then
17790 echo "$as_me: failed program was:" >&5
17791 sed 's/^/| /' conftest.
$ac_ext >&5
17793 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
17795 cat >conftest.
$ac_ext <<_ACEOF
17798 cat confdefs.h
>>conftest.
$ac_ext
17799 cat >>conftest.
$ac_ext <<_ACEOF
17800 /* end confdefs.h. */
17810 rm -f conftest.
$ac_objext
17811 if { (ac_try
="$ac_compile"
17812 case "(($ac_try" in
17813 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
17814 *) ac_try_echo=$ac_try;;
17816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17817 (eval "$ac_compile") 2>conftest.er1
17819 grep -v '^ *+' conftest.er1 >conftest.err
17821 cat conftest.err >&5
17822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17823 (exit $ac_status); } && {
17824 test -z "$ac_cxx_werror_flag" ||
17825 test ! -s conftest.err
17826 } && test -s conftest.$ac_objext; then
17827 ac_cv_prog_cxx_g=yes
17829 echo "$as_me: failed program was:" >&5
17830 sed 's/^/| /' conftest.$ac_ext >&5
17835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17842 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
17844 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
17845 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
17846 if test "$ac_test_CXXFLAGS" = set; then
17847 CXXFLAGS=$ac_save_CXXFLAGS
17848 elif test $ac_cv_prog_cxx_g = yes; then
17849 if test "$GXX" = yes; then
17855 if test "$GXX" = yes; then
17862 ac_cpp='$CPP $CPPFLAGS'
17863 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17864 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17865 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17875 ac_cpp='$CXXCPP $CPPFLAGS'
17876 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17877 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17878 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17880 { echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
17881 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6; }
17882 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
17883 echo $ECHO_N "(cached) $ECHO_C" >&6
17885 cat >conftest.$ac_ext <<_ACEOF
17888 cat confdefs.h >>conftest.$ac_ext
17889 cat >>conftest.$ac_ext <<_ACEOF
17890 /* end confdefs.h. */
17896 #ifndef __INTEL_COMPILER
17904 rm -f conftest.$ac_objext
17905 if { (ac_try="$ac_compile"
17906 case "(($ac_try" in
17907 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
17908 *) ac_try_echo
=$ac_try;;
17910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17911 (eval "$ac_compile") 2>conftest.er1
17913 grep -v '^ *+' conftest.er1
>conftest.err
17915 cat conftest.err
>&5
17916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17917 (exit $ac_status); } && {
17918 test -z "$ac_cxx_werror_flag" ||
17919 test ! -s conftest.err
17920 } && test -s conftest.
$ac_objext; then
17921 bakefile_cv_cxx_compiler___INTEL_COMPILER
=yes
17923 echo "$as_me: failed program was:" >&5
17924 sed 's/^/| /' conftest.
$ac_ext >&5
17926 bakefile_cv_cxx_compiler___INTEL_COMPILER
=no
17930 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17934 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
17935 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
17936 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
17942 ac_cpp
='$CPP $CPPFLAGS'
17943 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17944 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17945 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17950 if test "$INTELCXX" = "yes"; then
17954 ac_cpp
='$CXXCPP $CPPFLAGS'
17955 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17956 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17957 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17959 { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v8 or later" >&5
17960 echo $ECHO_N "checking whether we are using Intel C++ compiler v8 or later... $ECHO_C" >&6; }
17961 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+set}" = set; then
17962 echo $ECHO_N "(cached) $ECHO_C" >&6
17964 cat >conftest.
$ac_ext <<_ACEOF
17967 cat confdefs.h
>>conftest.
$ac_ext
17968 cat >>conftest.
$ac_ext <<_ACEOF
17969 /* end confdefs.h. */
17975 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
17983 rm -f conftest.
$ac_objext
17984 if { (ac_try
="$ac_compile"
17985 case "(($ac_try" in
17986 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
17987 *) ac_try_echo=$ac_try;;
17989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17990 (eval "$ac_compile") 2>conftest.er1
17992 grep -v '^ *+' conftest.er1 >conftest.err
17994 cat conftest.err >&5
17995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17996 (exit $ac_status); } && {
17997 test -z "$ac_cxx_werror_flag" ||
17998 test ! -s conftest.err
17999 } && test -s conftest.$ac_objext; then
18000 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
18002 echo "$as_me: failed program was:" >&5
18003 sed 's/^/| /' conftest.$ac_ext >&5
18005 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
18009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18013 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
18014 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
18015 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
18021 ac_cpp='$CPP $CPPFLAGS'
18022 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18023 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18024 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18031 ac_cpp='$CXXCPP $CPPFLAGS'
18032 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18033 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18034 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18036 { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v10 or later" >&5
18037 echo $ECHO_N "checking whether we are using Intel C++ compiler v10 or later... $ECHO_C" >&6; }
18038 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
18039 echo $ECHO_N "(cached) $ECHO_C" >&6
18041 cat >conftest.$ac_ext <<_ACEOF
18044 cat confdefs.h >>conftest.$ac_ext
18045 cat >>conftest.$ac_ext <<_ACEOF
18046 /* end confdefs.h. */
18052 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
18060 rm -f conftest.$ac_objext
18061 if { (ac_try="$ac_compile"
18062 case "(($ac_try" in
18063 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
18064 *) ac_try_echo
=$ac_try;;
18066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18067 (eval "$ac_compile") 2>conftest.er1
18069 grep -v '^ *+' conftest.er1
>conftest.err
18071 cat conftest.err
>&5
18072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18073 (exit $ac_status); } && {
18074 test -z "$ac_cxx_werror_flag" ||
18075 test ! -s conftest.err
18076 } && test -s conftest.
$ac_objext; then
18077 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000
=yes
18079 echo "$as_me: failed program was:" >&5
18080 sed 's/^/| /' conftest.
$ac_ext >&5
18082 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000
=no
18086 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18090 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
18091 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
18092 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
18098 ac_cpp
='$CPP $CPPFLAGS'
18099 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18100 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18101 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18107 if test "x$GCXX" != "xyes"; then
18108 if test "xCXX" = "xC"; then
18109 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
18110 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
18111 if test "${bakefile_cv_c_exto+set}" = set; then
18112 echo $ECHO_N "(cached) $ECHO_C" >&6
18114 cat >conftest.
$ac_ext <<_ACEOF
18117 cat confdefs.h
>>conftest.
$ac_ext
18118 cat >>conftest.
$ac_ext <<_ACEOF
18119 /* end confdefs.h. */
18129 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
18130 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18131 (eval $ac_compile) 2>&5
18133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18134 (exit $ac_status); }; then
18135 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
18137 conftest.
$ac_ext.o
)
18138 bakefile_cv_c_exto
="-ext o"
18145 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
18146 See \`config.log' for more details." >&5
18147 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
18148 See \`config.log' for more details." >&2;}
18149 { (exit 1); exit 1; }; }
18153 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
18156 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
18157 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
18158 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18159 if test "c" = "c"; then
18160 CFLAGS
="$bakefile_cv_c_exto $CFLAGS"
18162 if test "c" = "cxx"; then
18163 CXXFLAGS
="$bakefile_cv_c_exto $CXXFLAGS"
18167 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18168 unset ac_cv_prog_cc_g
18169 ac_test_CFLAGS
=${CFLAGS+set}
18170 ac_save_CFLAGS
=$CFLAGS
18171 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
18172 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
18173 if test "${ac_cv_prog_cc_g+set}" = set; then
18174 echo $ECHO_N "(cached) $ECHO_C" >&6
18176 ac_save_c_werror_flag
=$ac_c_werror_flag
18177 ac_c_werror_flag
=yes
18180 cat >conftest.
$ac_ext <<_ACEOF
18183 cat confdefs.h
>>conftest.
$ac_ext
18184 cat >>conftest.
$ac_ext <<_ACEOF
18185 /* end confdefs.h. */
18195 rm -f conftest.
$ac_objext
18196 if { (ac_try
="$ac_compile"
18197 case "(($ac_try" in
18198 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
18199 *) ac_try_echo=$ac_try;;
18201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18202 (eval "$ac_compile") 2>conftest.er1
18204 grep -v '^ *+' conftest.er1 >conftest.err
18206 cat conftest.err >&5
18207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18208 (exit $ac_status); } && {
18209 test -z "$ac_c_werror_flag" ||
18210 test ! -s conftest.err
18211 } && test -s conftest.$ac_objext; then
18212 ac_cv_prog_cc_g=yes
18214 echo "$as_me: failed program was:" >&5
18215 sed 's/^/| /' conftest.$ac_ext >&5
18218 cat >conftest.$ac_ext <<_ACEOF
18221 cat confdefs.h >>conftest.$ac_ext
18222 cat >>conftest.$ac_ext <<_ACEOF
18223 /* end confdefs.h. */
18233 rm -f conftest.$ac_objext
18234 if { (ac_try="$ac_compile"
18235 case "(($ac_try" in
18236 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
18237 *) ac_try_echo
=$ac_try;;
18239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18240 (eval "$ac_compile") 2>conftest.er1
18242 grep -v '^ *+' conftest.er1
>conftest.err
18244 cat conftest.err
>&5
18245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18246 (exit $ac_status); } && {
18247 test -z "$ac_c_werror_flag" ||
18248 test ! -s conftest.err
18249 } && test -s conftest.
$ac_objext; then
18252 echo "$as_me: failed program was:" >&5
18253 sed 's/^/| /' conftest.
$ac_ext >&5
18255 ac_c_werror_flag
=$ac_save_c_werror_flag
18257 cat >conftest.
$ac_ext <<_ACEOF
18260 cat confdefs.h
>>conftest.
$ac_ext
18261 cat >>conftest.
$ac_ext <<_ACEOF
18262 /* end confdefs.h. */
18272 rm -f conftest.
$ac_objext
18273 if { (ac_try
="$ac_compile"
18274 case "(($ac_try" in
18275 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
18276 *) ac_try_echo=$ac_try;;
18278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18279 (eval "$ac_compile") 2>conftest.er1
18281 grep -v '^ *+' conftest.er1 >conftest.err
18283 cat conftest.err >&5
18284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18285 (exit $ac_status); } && {
18286 test -z "$ac_c_werror_flag" ||
18287 test ! -s conftest.err
18288 } && test -s conftest.$ac_objext; then
18289 ac_cv_prog_cc_g=yes
18291 echo "$as_me: failed program was:" >&5
18292 sed 's/^/| /' conftest.$ac_ext >&5
18297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18304 ac_c_werror_flag=$ac_save_c_werror_flag
18306 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
18307 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
18308 if test "$ac_test_CFLAGS" = set; then
18309 CFLAGS=$ac_save_CFLAGS
18310 elif test $ac_cv_prog_cc_g = yes; then
18311 if test "$GCC" = yes; then
18317 if test "$GCC" = yes; then
18331 ac_cpp='$CXXCPP $CPPFLAGS'
18332 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18333 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18334 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18336 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
18337 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
18338 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
18339 echo $ECHO_N "(cached) $ECHO_C" >&6
18341 cat >conftest.$ac_ext <<_ACEOF
18344 cat confdefs.h >>conftest.$ac_ext
18345 cat >>conftest.$ac_ext <<_ACEOF
18346 /* end confdefs.h. */
18360 rm -f conftest.$ac_objext
18361 if { (ac_try="$ac_compile"
18362 case "(($ac_try" in
18363 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
18364 *) ac_try_echo
=$ac_try;;
18366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18367 (eval "$ac_compile") 2>conftest.er1
18369 grep -v '^ *+' conftest.er1
>conftest.err
18371 cat conftest.err
>&5
18372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18373 (exit $ac_status); } && {
18374 test -z "$ac_cxx_werror_flag" ||
18375 test ! -s conftest.err
18376 } && test -s conftest.
$ac_objext; then
18377 bakefile_cv_cxx_compiler___xlC__
=yes
18379 echo "$as_me: failed program was:" >&5
18380 sed 's/^/| /' conftest.
$ac_ext >&5
18382 bakefile_cv_cxx_compiler___xlC__
=no
18386 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18390 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18391 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
18392 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18398 ac_cpp
='$CPP $CPPFLAGS'
18399 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18400 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18401 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18411 ac_cpp
='$CXXCPP $CPPFLAGS'
18412 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18413 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18414 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18416 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
18417 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6; }
18418 if test "${bakefile_cv_cxx_compiler___MWERKS__+set}" = set; then
18419 echo $ECHO_N "(cached) $ECHO_C" >&6
18421 cat >conftest.
$ac_ext <<_ACEOF
18424 cat confdefs.h
>>conftest.
$ac_ext
18425 cat >>conftest.
$ac_ext <<_ACEOF
18426 /* end confdefs.h. */
18440 rm -f conftest.
$ac_objext
18441 if { (ac_try
="$ac_compile"
18442 case "(($ac_try" in
18443 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
18444 *) ac_try_echo=$ac_try;;
18446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18447 (eval "$ac_compile") 2>conftest.er1
18449 grep -v '^ *+' conftest.er1 >conftest.err
18451 cat conftest.err >&5
18452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18453 (exit $ac_status); } && {
18454 test -z "$ac_cxx_werror_flag" ||
18455 test ! -s conftest.err
18456 } && test -s conftest.$ac_objext; then
18457 bakefile_cv_cxx_compiler___MWERKS__=yes
18459 echo "$as_me: failed program was:" >&5
18460 sed 's/^/| /' conftest.$ac_ext >&5
18462 bakefile_cv_cxx_compiler___MWERKS__=no
18466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18470 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
18471 echo "${ECHO_T}$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
18472 if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
18478 ac_cpp='$CPP $CPPFLAGS'
18479 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18480 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18481 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18485 if test "$MWCXX" != "yes"; then
18489 ac_cpp='$CXXCPP $CPPFLAGS'
18490 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18491 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18492 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18494 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
18495 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
18496 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
18497 echo $ECHO_N "(cached) $ECHO_C" >&6
18499 cat >conftest.$ac_ext <<_ACEOF
18502 cat confdefs.h >>conftest.$ac_ext
18503 cat >>conftest.$ac_ext <<_ACEOF
18504 /* end confdefs.h. */
18518 rm -f conftest.$ac_objext
18519 if { (ac_try="$ac_compile"
18520 case "(($ac_try" in
18521 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
18522 *) ac_try_echo
=$ac_try;;
18524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18525 (eval "$ac_compile") 2>conftest.er1
18527 grep -v '^ *+' conftest.er1
>conftest.err
18529 cat conftest.err
>&5
18530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18531 (exit $ac_status); } && {
18532 test -z "$ac_cxx_werror_flag" ||
18533 test ! -s conftest.err
18534 } && test -s conftest.
$ac_objext; then
18535 bakefile_cv_cxx_compiler___xlC__
=yes
18537 echo "$as_me: failed program was:" >&5
18538 sed 's/^/| /' conftest.
$ac_ext >&5
18540 bakefile_cv_cxx_compiler___xlC__
=no
18544 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18548 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18549 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
18550 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; 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
18570 ac_cpp
='$CXXCPP $CPPFLAGS'
18571 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18572 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18573 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18575 { echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
18576 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6; }
18577 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
18578 echo $ECHO_N "(cached) $ECHO_C" >&6
18580 cat >conftest.
$ac_ext <<_ACEOF
18583 cat confdefs.h
>>conftest.
$ac_ext
18584 cat >>conftest.
$ac_ext <<_ACEOF
18585 /* end confdefs.h. */
18591 #ifndef _SGI_COMPILER_VERSION
18599 rm -f conftest.
$ac_objext
18600 if { (ac_try
="$ac_compile"
18601 case "(($ac_try" in
18602 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
18603 *) ac_try_echo=$ac_try;;
18605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18606 (eval "$ac_compile") 2>conftest.er1
18608 grep -v '^ *+' conftest.er1 >conftest.err
18610 cat conftest.err >&5
18611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18612 (exit $ac_status); } && {
18613 test -z "$ac_cxx_werror_flag" ||
18614 test ! -s conftest.err
18615 } && test -s conftest.$ac_objext; then
18616 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
18618 echo "$as_me: failed program was:" >&5
18619 sed 's/^/| /' conftest.$ac_ext >&5
18621 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
18625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18629 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
18630 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
18631 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
18637 ac_cpp='$CPP $CPPFLAGS'
18638 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18639 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18640 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18647 if test "$INTELCXX" != "yes"; then
18651 ac_cpp='$CXXCPP $CPPFLAGS'
18652 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18653 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18654 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18656 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
18657 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
18658 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
18659 echo $ECHO_N "(cached) $ECHO_C" >&6
18661 cat >conftest.$ac_ext <<_ACEOF
18664 cat confdefs.h >>conftest.$ac_ext
18665 cat >>conftest.$ac_ext <<_ACEOF
18666 /* end confdefs.h. */
18672 #ifndef __SUNPRO_CC
18680 rm -f conftest.$ac_objext
18681 if { (ac_try="$ac_compile"
18682 case "(($ac_try" in
18683 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
18684 *) ac_try_echo
=$ac_try;;
18686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18687 (eval "$ac_compile") 2>conftest.er1
18689 grep -v '^ *+' conftest.er1
>conftest.err
18691 cat conftest.err
>&5
18692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18693 (exit $ac_status); } && {
18694 test -z "$ac_cxx_werror_flag" ||
18695 test ! -s conftest.err
18696 } && test -s conftest.
$ac_objext; then
18697 bakefile_cv_cxx_compiler___SUNPRO_CC
=yes
18699 echo "$as_me: failed program was:" >&5
18700 sed 's/^/| /' conftest.
$ac_ext >&5
18702 bakefile_cv_cxx_compiler___SUNPRO_CC
=no
18706 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18710 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18711 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18712 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18718 ac_cpp
='$CPP $CPPFLAGS'
18719 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18720 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18721 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18732 ac_cpp
='$CXXCPP $CPPFLAGS'
18733 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18734 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18735 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18737 { echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
18738 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6; }
18739 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
18740 echo $ECHO_N "(cached) $ECHO_C" >&6
18742 cat >conftest.
$ac_ext <<_ACEOF
18745 cat confdefs.h
>>conftest.
$ac_ext
18746 cat >>conftest.
$ac_ext <<_ACEOF
18747 /* end confdefs.h. */
18761 rm -f conftest.
$ac_objext
18762 if { (ac_try
="$ac_compile"
18763 case "(($ac_try" in
18764 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
18765 *) ac_try_echo=$ac_try;;
18767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18768 (eval "$ac_compile") 2>conftest.er1
18770 grep -v '^ *+' conftest.er1 >conftest.err
18772 cat conftest.err >&5
18773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18774 (exit $ac_status); } && {
18775 test -z "$ac_cxx_werror_flag" ||
18776 test ! -s conftest.err
18777 } && test -s conftest.$ac_objext; then
18778 bakefile_cv_cxx_compiler___HP_aCC=yes
18780 echo "$as_me: failed program was:" >&5
18781 sed 's/^/| /' conftest.$ac_ext >&5
18783 bakefile_cv_cxx_compiler___HP_aCC=no
18787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18791 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
18792 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
18793 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
18799 ac_cpp='$CPP $CPPFLAGS'
18800 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18801 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18802 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18812 ac_cpp='$CXXCPP $CPPFLAGS'
18813 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18814 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18815 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18817 { echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
18818 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6; }
18819 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
18820 echo $ECHO_N "(cached) $ECHO_C" >&6
18822 cat >conftest.$ac_ext <<_ACEOF
18825 cat confdefs.h >>conftest.$ac_ext
18826 cat >>conftest.$ac_ext <<_ACEOF
18827 /* end confdefs.h. */
18841 rm -f conftest.$ac_objext
18842 if { (ac_try="$ac_compile"
18843 case "(($ac_try" in
18844 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
18845 *) ac_try_echo
=$ac_try;;
18847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18848 (eval "$ac_compile") 2>conftest.er1
18850 grep -v '^ *+' conftest.er1
>conftest.err
18852 cat conftest.err
>&5
18853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18854 (exit $ac_status); } && {
18855 test -z "$ac_cxx_werror_flag" ||
18856 test ! -s conftest.err
18857 } && test -s conftest.
$ac_objext; then
18858 bakefile_cv_cxx_compiler___DECCXX
=yes
18860 echo "$as_me: failed program was:" >&5
18861 sed 's/^/| /' conftest.
$ac_ext >&5
18863 bakefile_cv_cxx_compiler___DECCXX
=no
18867 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18871 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
18872 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6; }
18873 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
18879 ac_cpp
='$CPP $CPPFLAGS'
18880 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18881 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18882 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18892 ac_cpp
='$CXXCPP $CPPFLAGS'
18893 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18894 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18895 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18897 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
18898 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
18899 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
18900 echo $ECHO_N "(cached) $ECHO_C" >&6
18902 cat >conftest.
$ac_ext <<_ACEOF
18905 cat confdefs.h
>>conftest.
$ac_ext
18906 cat >>conftest.
$ac_ext <<_ACEOF
18907 /* end confdefs.h. */
18913 #ifndef __SUNPRO_CC
18921 rm -f conftest.
$ac_objext
18922 if { (ac_try
="$ac_compile"
18923 case "(($ac_try" in
18924 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
18925 *) ac_try_echo=$ac_try;;
18927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18928 (eval "$ac_compile") 2>conftest.er1
18930 grep -v '^ *+' conftest.er1 >conftest.err
18932 cat conftest.err >&5
18933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18934 (exit $ac_status); } && {
18935 test -z "$ac_cxx_werror_flag" ||
18936 test ! -s conftest.err
18937 } && test -s conftest.$ac_objext; then
18938 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18940 echo "$as_me: failed program was:" >&5
18941 sed 's/^/| /' conftest.$ac_ext >&5
18943 bakefile_cv_cxx_compiler___SUNPRO_CC=no
18947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18951 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18952 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18953 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18959 ac_cpp='$CPP $CPPFLAGS'
18960 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18961 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18962 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18972 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
18973 { { echo "$as_me:$LINENO: error: C++ compiler is needed to build wxWidgets" >&5
18974 echo "$as_me: error: C++ compiler is needed to build wxWidgets" >&2;}
18975 { (exit 1); exit 1; }; }
18978 if test "x$SUNCXX" != xyes; then
18979 if test -n "$ac_tool_prefix"; then
18980 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
18981 set dummy ${ac_tool_prefix}ar; ac_word=$2
18982 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18984 if test "${ac_cv_prog_AR+set}" = set; then
18985 echo $ECHO_N "(cached) $ECHO_C" >&6
18987 if test -n "$AR"; then
18988 ac_cv_prog_AR="$AR" # Let the user override the test.
18990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18991 for as_dir in $PATH
18994 test -z "$as_dir" && as_dir=.
18995 for ac_exec_ext in '' $ac_executable_extensions; do
18996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18997 ac_cv_prog_AR="${ac_tool_prefix}ar"
18998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19008 if test -n "$AR"; then
19009 { echo "$as_me:$LINENO: result: $AR" >&5
19010 echo "${ECHO_T}$AR" >&6; }
19012 { echo "$as_me:$LINENO: result: no" >&5
19013 echo "${ECHO_T}no" >&6; }
19018 if test -z "$ac_cv_prog_AR"; then
19020 # Extract the first word of "ar", so it can be a program name with args.
19021 set dummy ar; ac_word=$2
19022 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19023 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19024 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
19025 echo $ECHO_N "(cached) $ECHO_C" >&6
19027 if test -n "$ac_ct_AR"; then
19028 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
19030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19031 for as_dir in $PATH
19034 test -z "$as_dir" && as_dir=.
19035 for ac_exec_ext in '' $ac_executable_extensions; do
19036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19037 ac_cv_prog_ac_ct_AR="ar"
19038 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19047 ac_ct_AR=$ac_cv_prog_ac_ct_AR
19048 if test -n "$ac_ct_AR"; then
19049 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
19050 echo "${ECHO_T}$ac_ct_AR" >&6; }
19052 { echo "$as_me:$LINENO: result: no" >&5
19053 echo "${ECHO_T}no" >&6; }
19056 if test "x$ac_ct_AR" = x; then
19059 case $cross_compiling:$ac_tool_warned in
19061 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
19062 whose name does not start with the host triplet. If you think this
19063 configuration is useful to you, please write to autoconf@gnu.org." >&5
19064 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
19065 whose name does not start with the host triplet. If you think this
19066 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
19067 ac_tool_warned=yes ;;
19072 AR="$ac_cv_prog_AR"
19075 if test "x$AR" = "x" ; then
19076 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
19077 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
19078 { (exit 1); exit 1; }; }
19083 if test "$wxUSE_MAC" = 1; then
19085 retest_macosx_linking=no
19088 if test "x$wxUSE_MAC_ARCH" != xno; then
19089 OSX_ARCH_OPTS="-arch $wxUSE_MAC_ARCH"
19092 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
19093 if test "x$wxUSE_UNIVERSAL_BINARY" == xyes; then
19094 # Implicitly turn on the new --with-macosx-sdk using the default
19095 # SDK which provides the behaviour this option has always had.
19096 if test "x$wxUSE_MACOSX_SDK" = "x"; then
19097 { echo "$as_me:$LINENO: WARNING: Enabling default SDK due to --enable-universal_binary." >&5
19098 echo "$as_me: WARNING: Enabling default SDK due to --enable-universal_binary." >&2;}
19099 { echo "$as_me:$LINENO: WARNING: If you don't want this, specify --without-macosx-sdk" >&5
19100 echo "$as_me: WARNING: If you don't want this, specify --without-macosx-sdk" >&2;}
19101 wxUSE_MACOSX_SDK=yes
19104 # Complain to user if he specified an argument to --enable-universal_binary
19105 # and also 1) specified --with-macosx-sdk using the default (yes) or
19106 # 2) specified --with-macosx-sdk using a path or 3) specified
19107 # --without-macosx-sdk (no).
19108 if test "x$wxUSE_MACOSX_SDK" != "x" ; then
19109 { { echo "$as_me:$LINENO: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
19110 See \`config.log
' for more details." >&5
19111 echo "$as_me: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
19112 See \`config.log' for more details.
" >&2;}
19113 { (exit 1); exit 1; }; }
19115 # Put the SDK path into the wxUSE_MACOSX_SDK. We don't have to
19116 # special-case the empty string because the below test simply
19117 # converts "no
" to the empty string anyway.
19118 wxUSE_MACOSX_SDK="$wxUSE_UNIVERSAL_BINARY"
19119 { echo "$as_me:$LINENO: WARNING
: Please use
--with-macosx-sdk=PATH and
--enable-universal_binary without an argument
" >&5
19120 echo "$as_me: WARNING
: Please use
--with-macosx-sdk=PATH and
--enable-universal_binary without an argument
" >&2;}
19123 OSX_ARCH_OPTS="-arch ppc
-arch i386
"
19124 if test "$wxUSE_OSX_COCOA" = 1; then
19125 OSX_ARCH_OPTS="$OSX_ARCH_OPTS -arch x86_64
"
19127 { echo "$as_me:$LINENO: checking
for universal binary architectures
" >&5
19128 echo $ECHO_N "checking
for universal binary architectures...
$ECHO_C" >&6; }
19129 { echo "$as_me:$LINENO: result
: $OSX_ARCH_OPTS" >&5
19130 echo "${ECHO_T}$OSX_ARCH_OPTS" >&6; }
19132 retest_macosx_linking=yes
19134 { echo "$as_me:$LINENO: WARNING
: Disabling precompiled headers due to universal binary build.
" >&5
19135 echo "$as_me: WARNING
: Disabling precompiled headers due to universal binary build.
" >&2;}
19139 CXXFLAGS="$OSX_ARCH_OPTS $CXXFLAGS"
19140 CFLAGS="$OSX_ARCH_OPTS $CFLAGS"
19141 OBJCXXFLAGS="$OSX_ARCH_OPTS $OBJCXXFLAGS"
19142 OBJCFLAGS="$OSX_ARCH_OPTS $OBJCFLAGS"
19143 LDFLAGS="$OSX_ARCH_OPTS $LDFLAGS"
19145 if test "x
$wxUSE_MACOSX_SDK" = "xno
"; then
19147 elif test "x
$wxUSE_MACOSX_SDK" = "xyes
"; then
19148 # TODO: Search for most recent SDK and use it.
19149 wxUSE_MACOSX_SDK="/Developer
/SDKs
/MacOSX10.4u.sdk
"
19153 if test "x
$wxUSE_MACOSX_SDK" != "x
"; then
19154 { echo "$as_me:$LINENO: checking
for SDK directory
$wxUSE_MACOSX_SDK" >&5
19155 echo $ECHO_N "checking
for SDK directory
$wxUSE_MACOSX_SDK...
$ECHO_C" >&6; }
19156 if ! test -d "$wxUSE_MACOSX_SDK"; then
19157 { { echo "$as_me:$LINENO: error
: not found
19158 See \
`config.log' for more details." >&5
19159 echo "$as_me: error: not found
19160 See \`config.log
' for more details." >&2;}
19161 { (exit 1); exit 1; }; }
19163 { echo "$as_me:$LINENO: result: exists" >&5
19164 echo "${ECHO_T}exists" >&6; }
19166 MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
19167 retest_macosx_linking=yes
19170 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
19171 wxUSE_MACOSX_VERSION_MIN=
19172 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
19173 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19174 { echo "$as_me:$LINENO: checking SDK deployment version" >&5
19175 echo $ECHO_N "checking SDK deployment version... $ECHO_C" >&6; }
19177 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/'`
19179 # If that failed, try again with the new key
19180 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
19182 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/'`
19186 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
19187 wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
19188 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
19189 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
19191 { echo "$as_me:$LINENO: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
19192 echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
19193 wxUSE_MACOSX_VERSION_MIN=
19196 wxUSE_MACOSX_VERSION_MIN=
19198 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
19199 for ac_prog in sw_vers
19201 # Extract the first word of "$ac_prog", so it can be a program name with args.
19202 set dummy $ac_prog; ac_word=$2
19203 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19205 if test "${ac_cv_prog_OSX_SW_VERS+set}" = set; then
19206 echo $ECHO_N "(cached) $ECHO_C" >&6
19208 if test -n "$OSX_SW_VERS"; then
19209 ac_cv_prog_OSX_SW_VERS="$OSX_SW_VERS" # Let the user override the test.
19211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19212 for as_dir in $PATH
19215 test -z "$as_dir" && as_dir=.
19216 for ac_exec_ext in '' $ac_executable_extensions; do
19217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19218 ac_cv_prog_OSX_SW_VERS="$ac_prog"
19219 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19228 OSX_SW_VERS=$ac_cv_prog_OSX_SW_VERS
19229 if test -n "$OSX_SW_VERS"; then
19230 { echo "$as_me:$LINENO: result: $OSX_SW_VERS" >&5
19231 echo "${ECHO_T}$OSX_SW_VERS" >&6; }
19233 { echo "$as_me:$LINENO: result: no" >&5
19234 echo "${ECHO_T}no" >&6; }
19238 test -n "$OSX_SW_VERS" && break
19241 if test "$OSX_SW_VERS" != ""; then
19242 OSX_VERSION=`sw_vers -productVersion | grep 10.[0-9]`
19244 { echo "$as_me:$LINENO: WARNING: Assuming OS X 10.4, use --with-macosx-version-min to override." >&5
19245 echo "$as_me: WARNING: Assuming OS X 10.4, use --with-macosx-version-min to override." >&2;}
19249 case "$OSX_VERSION" in
19251 wxUSE_MACOSX_VERSION_MIN=10.4
19255 if test "$wxUSE_OSX_CARBON" = 1; then
19256 # otherwise configure stops on leopard for universal_binary
19257 wxUSE_MACOSX_VERSION_MIN=10.4
19259 # for Cocoa, use 10.5 to be able to compile it in 64 bits too
19260 wxUSE_MACOSX_VERSION_MIN=10.5
19267 if test "x$wxUSE_MACOSX_VERSION_MIN" == "x10.4"; then
19271 if test "$wxUSE_OSX_CARBON" = 1; then
19275 if test "x$NEEDS_GCC40" == "xyes"; then
19276 # gcc 4.2 cannot compile 10.4 compatible code, so if the user is using it
19277 # and wants 10.4 compatible code, then 'downgrade
' to 4.0
19278 # This is also the simplest way to get 32-bit binaries on Snow Leopard.
19279 if test "x$CC" = "xgcc"; then
19280 CCVERSION=`$CC --version | grep 4.[2-9].`
19281 if test "x$CCVERSION" != "x"; then
19282 echo "$as_me:$LINENO: WARNING: gcc >= 4.2 cannot compile 10.4 compatible code. Using gcc 4.0 instead."
19287 if test "x$CXX" = "xg++"; then
19288 CCVERSION=`$CXX --version | grep 4.[2-9].`
19289 if test "x$CCVERSION" != "x"; then
19295 if test "x$MACOSX_SDK_OPTS" != "x"; then
19296 eval "CC=\"$CC $MACOSX_SDK_OPTS\""
19297 eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
19298 eval "LD=\"$LD $MACOSX_SDK_OPTS\""
19301 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
19302 if test "$wxUSE_OSX_IPHONE" = 1; then
19303 MACOSX_VERSION_MIN_OPTS="-miphoneos-version-min=$wxUSE_MACOSX_VERSION_MIN"
19305 MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
19307 eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
19308 eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
19309 eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
19310 retest_macosx_linking=yes
19313 if test "x$retest_macosx_linking" = "xyes"; then
19315 ac_cpp='$CPP $CPPFLAGS'
19316 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
19317 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
19318 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19320 { echo "$as_me:$LINENO: checking if C compiler works with SDK/version options" >&5
19321 echo $ECHO_N "checking if C compiler works with SDK/version options... $ECHO_C" >&6; }
19322 cat >conftest.$ac_ext <<_ACEOF
19325 cat confdefs.h >>conftest.$ac_ext
19326 cat >>conftest.$ac_ext <<_ACEOF
19327 /* end confdefs.h. */
19337 rm -f conftest.$ac_objext conftest$ac_exeext
19338 if { (ac_try="$ac_link"
19339 case "(($ac_try" in
19340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19341 *) ac_try_echo=$ac_try;;
19343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19344 (eval "$ac_link") 2>conftest.er1
19346 grep -v '^
*+' conftest.er1 >conftest.err
19348 cat conftest.err >&5
19349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19350 (exit $ac_status); } && {
19351 test -z "$ac_c_werror_flag" ||
19352 test ! -s conftest.err
19353 } && test -s conftest$ac_exeext &&
19354 $as_test_x conftest$ac_exeext; then
19355 { echo "$as_me:$LINENO: result: yes" >&5
19356 echo "${ECHO_T}yes" >&6; }
19358 echo "$as_me: failed program was:" >&5
19359 sed 's
/^
/| /' conftest.$ac_ext >&5
19361 { { echo "$as_me:$LINENO: error: no. Try a different SDK
19362 See \`config.log' for more details.
" >&5
19363 echo "$as_me: error
: no. Try a different SDK
19364 See \
`config.log' for more details." >&2;}
19365 { (exit 1); exit 1; }; }; exit 1
19368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19369 conftest$ac_exeext conftest.$ac_ext
19371 ac_cpp='$CPP $CPPFLAGS'
19372 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19373 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19374 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19378 ac_cpp='$CXXCPP $CPPFLAGS'
19379 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19380 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19381 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19383 { echo "$as_me:$LINENO: checking if C++ compiler works with SDK/version options" >&5
19384 echo $ECHO_N "checking if C++ compiler works with SDK/version options... $ECHO_C" >&6; }
19385 cat >conftest.$ac_ext <<_ACEOF
19388 cat confdefs.h >>conftest.$ac_ext
19389 cat >>conftest.$ac_ext <<_ACEOF
19390 /* end confdefs.h. */
19400 rm -f conftest.$ac_objext conftest$ac_exeext
19401 if { (ac_try="$ac_link"
19402 case "(($ac_try" in
19403 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
19404 *) ac_try_echo
=$ac_try;;
19406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19407 (eval "$ac_link") 2>conftest.er1
19409 grep -v '^ *+' conftest.er1
>conftest.err
19411 cat conftest.err
>&5
19412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19413 (exit $ac_status); } && {
19414 test -z "$ac_cxx_werror_flag" ||
19415 test ! -s conftest.err
19416 } && test -s conftest
$ac_exeext &&
19417 $as_test_x conftest
$ac_exeext; then
19418 { echo "$as_me:$LINENO: result: yes" >&5
19419 echo "${ECHO_T}yes" >&6; }
19421 echo "$as_me: failed program was:" >&5
19422 sed 's/^/| /' conftest.
$ac_ext >&5
19424 { { echo "$as_me:$LINENO: error: no. Try a different SDK
19425 See \`config.log' for more details." >&5
19426 echo "$as_me: error: no. Try a different SDK
19427 See \`config.log' for more details." >&2;}
19428 { (exit 1); exit 1; }; }; exit 1
19431 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19432 conftest
$ac_exeext conftest.
$ac_ext
19434 ac_cpp
='$CPP $CPPFLAGS'
19435 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19436 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19437 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19445 INSTALL_PROGRAM
="cp -fp"
19446 INSTALL_DATA
="cp -fp"
19453 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
19454 CXXFLAGS
="-qunique $CXXFLAGS"
19458 powerpc
-*-darwin* )
19459 { echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
19460 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6; }
19461 cat >conftest.
$ac_ext <<_ACEOF
19464 cat confdefs.h
>>conftest.
$ac_ext
19465 cat >>conftest.
$ac_ext <<_ACEOF
19466 /* end confdefs.h. */
19471 #ifndef __POWERPC__
19472 choke me for lack of PowerPC
19479 rm -f conftest.
$ac_objext
19480 if { (ac_try
="$ac_compile"
19481 case "(($ac_try" in
19482 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
19483 *) ac_try_echo=$ac_try;;
19485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19486 (eval "$ac_compile") 2>conftest.er1
19488 grep -v '^ *+' conftest.er1 >conftest.err
19490 cat conftest.err >&5
19491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19492 (exit $ac_status); } && {
19493 test -z "$ac_c_werror_flag" ||
19494 test ! -s conftest.err
19495 } && test -s conftest.$ac_objext; then
19496 { echo "$as_me:$LINENO: result: yes" >&5
19497 echo "${ECHO_T}yes" >&6; }
19499 echo "$as_me: failed program was:" >&5
19500 sed 's/^/| /' conftest.$ac_ext >&5
19502 { echo "$as_me:$LINENO: result: no" >&5
19503 echo "${ECHO_T}no" >&6; }
19504 cat >>confdefs.h <<\_ACEOF
19505 #define __POWERPC__ 1
19511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19517 { echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
19518 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6; }
19519 cat >conftest.$ac_ext <<_ACEOF
19522 cat confdefs.h >>conftest.$ac_ext
19523 cat >>conftest.$ac_ext <<_ACEOF
19524 /* end confdefs.h. */
19525 #include <CoreFoundation/CFBase.h>
19535 rm -f conftest.$ac_objext
19536 if { (ac_try="$ac_compile"
19537 case "(($ac_try" in
19538 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
19539 *) ac_try_echo
=$ac_try;;
19541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19542 (eval "$ac_compile") 2>conftest.er1
19544 grep -v '^ *+' conftest.er1
>conftest.err
19546 cat conftest.err
>&5
19547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19548 (exit $ac_status); } && {
19549 test -z "$ac_c_werror_flag" ||
19550 test ! -s conftest.err
19551 } && test -s conftest.
$ac_objext; then
19552 { echo "$as_me:$LINENO: result: yes" >&5
19553 echo "${ECHO_T}yes" >&6; }
19555 echo "$as_me: failed program was:" >&5
19556 sed 's/^/| /' conftest.
$ac_ext >&5
19558 { echo "$as_me:$LINENO: result: no" >&5
19559 echo "${ECHO_T}no" >&6; }
19560 { echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
19561 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6; }
19562 cat >conftest.
$ac_ext <<_ACEOF
19565 cat confdefs.h
>>conftest.
$ac_ext
19566 cat >>conftest.
$ac_ext <<_ACEOF
19567 /* end confdefs.h. */
19568 #define __CF_USE_FRAMEWORK_INCLUDES__
19569 #include <CoreFoundation/CFBase.h>
19579 rm -f conftest.
$ac_objext
19580 if { (ac_try
="$ac_compile"
19581 case "(($ac_try" in
19582 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
19583 *) ac_try_echo=$ac_try;;
19585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19586 (eval "$ac_compile") 2>conftest.er1
19588 grep -v '^ *+' conftest.er1 >conftest.err
19590 cat conftest.err >&5
19591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19592 (exit $ac_status); } && {
19593 test -z "$ac_c_werror_flag" ||
19594 test ! -s conftest.err
19595 } && test -s conftest.$ac_objext; then
19596 { echo "$as_me:$LINENO: result: yes" >&5
19597 echo "${ECHO_T}yes" >&6; }
19598 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
19600 echo "$as_me: failed program was:" >&5
19601 sed 's/^/| /' conftest.$ac_ext >&5
19603 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
19604 See \`config.log
' for more details." >&5
19605 echo "$as_me: error: no. CoreFoundation not available.
19606 See \`config.log' for more details.
" >&2;}
19607 { (exit 1); exit 1; }; }
19611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19621 doesnt_want_win32=0
19624 if test "$wxUSE_MSW" = 1 ; then
19627 { echo "$as_me:$LINENO: checking
if -mno-cygwin is
in effect
" >&5
19628 echo $ECHO_N "checking
if -mno-cygwin is
in effect...
$ECHO_C" >&6; }
19629 if test "${wx_cv_nocygwin+set}" = set; then
19630 echo $ECHO_N "(cached
) $ECHO_C" >&6
19633 cat >conftest.$ac_ext <<_ACEOF
19636 cat confdefs.h >>conftest.$ac_ext
19637 cat >>conftest.$ac_ext <<_ACEOF
19638 /* end confdefs.h. */
19652 rm -f conftest.$ac_objext
19653 if { (ac_try="$ac_compile"
19654 case "(($ac_try" in
19655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19656 *) ac_try_echo=$ac_try;;
19658 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19659 (eval "$ac_compile") 2>conftest.er1
19661 grep -v '^ *+' conftest.er1 >conftest.err
19663 cat conftest.err >&5
19664 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19665 (exit $ac_status); } && {
19666 test -z "$ac_c_werror_flag" ||
19667 test ! -s conftest.err
19668 } && test -s conftest.$ac_objext; then
19671 echo "$as_me: failed program was
:" >&5
19672 sed 's/^/| /' conftest.$ac_ext >&5
19678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19682 { echo "$as_me:$LINENO: result
: $wx_cv_nocygwin" >&5
19683 echo "${ECHO_T}$wx_cv_nocygwin" >&6; }
19685 if test "$wx_cv_nocygwin" = "yes"; then
19688 doesnt_want_win32=1
19691 if test "$wants_win32" = 1 ; then
19692 BAKEFILE_FORCE_PLATFORM=win32
19700 if test "$wxUSE_WINE" = "yes"; then
19702 LDFLAGS_GUI="-mwindows"
19705 if test "$wants_win32" = 1 ; then
19708 cat >>confdefs.h <<\_ACEOF
19709 #define __WIN32__ 1
19712 cat >>confdefs.h <<\_ACEOF
19713 #define __WIN95__ 1
19716 cat >>confdefs.h <<\_ACEOF
19717 #define __WINDOWS__ 1
19720 cat >>confdefs.h <<\_ACEOF
19721 #define __GNUWIN32__ 1
19724 cat >>confdefs.h <<\_ACEOF
19729 if test "$doesnt_want_win32" = 1 ; then
19734 if test "$USE_UNIX" = 1 ; then
19736 cat >>confdefs.h <<\_ACEOF
19743 *-pc-os2_emx | *-pc-os2-emx )
19744 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
19745 { echo "$as_me:$LINENO: checking
for drand48
in -lcExt" >&5
19746 echo $ECHO_N "checking
for drand48
in -lcExt...
$ECHO_C" >&6; }
19747 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
19748 echo $ECHO_N "(cached
) $ECHO_C" >&6
19750 ac_check_lib_save_LIBS=$LIBS
19751 LIBS="-lcExt $LIBS"
19752 cat >conftest.$ac_ext <<_ACEOF
19755 cat confdefs.h >>conftest.$ac_ext
19756 cat >>conftest.$ac_ext <<_ACEOF
19757 /* end confdefs.h. */
19759 /* Override any GCC internal prototype to avoid an error.
19760 Use char because int might match the return type of a GCC
19761 builtin and then its argument prototype would still apply. */
19774 rm -f conftest.$ac_objext conftest$ac_exeext
19775 if { (ac_try="$ac_link"
19776 case "(($ac_try" in
19777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19778 *) ac_try_echo=$ac_try;;
19780 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19781 (eval "$ac_link") 2>conftest.er1
19783 grep -v '^ *+' conftest.er1 >conftest.err
19785 cat conftest.err >&5
19786 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19787 (exit $ac_status); } && {
19788 test -z "$ac_c_werror_flag" ||
19789 test ! -s conftest.err
19790 } && test -s conftest$ac_exeext &&
19791 $as_test_x conftest$ac_exeext; then
19792 ac_cv_lib_cExt_drand48=yes
19794 echo "$as_me: failed program was
:" >&5
19795 sed 's/^/| /' conftest.$ac_ext >&5
19797 ac_cv_lib_cExt_drand48=no
19800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19801 conftest$ac_exeext conftest.$ac_ext
19802 LIBS=$ac_check_lib_save_LIBS
19804 { echo "$as_me:$LINENO: result
: $ac_cv_lib_cExt_drand48" >&5
19805 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6; }
19806 if test $ac_cv_lib_cExt_drand48 = yes; then
19807 LIBS="$LIBS -lcExt"
19811 RESPROGRAMOBJ="\
${top_srcdir}/include
/wx
/os
2/wx.res
"
19813 { echo "$as_me:$LINENO: checking
for gcc
/libc version
" >&5
19814 echo $ECHO_N "checking
for gcc
/libc version...
$ECHO_C" >&6; }
19815 if test "${wx_cv_gccversion+set}" = set; then
19816 echo $ECHO_N "(cached
) $ECHO_C" >&6
19819 if test "$cross_compiling" = yes; then
19820 wx_cv_gccversion="EMX2
"
19823 cat >conftest.$ac_ext <<_ACEOF
19826 cat confdefs.h >>conftest.$ac_ext
19827 cat >>conftest.$ac_ext <<_ACEOF
19828 /* end confdefs.h. */
19834 FILE *f=fopen("conftestval
", "w
");
19839 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
19841 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
19851 rm -f conftest$ac_exeext
19852 if { (ac_try="$ac_link"
19853 case "(($ac_try" in
19854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19855 *) ac_try_echo=$ac_try;;
19857 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19858 (eval "$ac_link") 2>&5
19860 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19861 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19862 { (case "(($ac_try" in
19863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19864 *) ac_try_echo=$ac_try;;
19866 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19867 (eval "$ac_try") 2>&5
19869 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19870 (exit $ac_status); }; }; then
19871 wx_cv_gccversion=`cat conftestval`
19873 echo "$as_me: program exited with status
$ac_status" >&5
19874 echo "$as_me: failed program was
:" >&5
19875 sed 's/^/| /' conftest.$ac_ext >&5
19877 ( exit $ac_status )
19878 wx_cv_gccversion="EMX2
"
19880 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19886 { echo "$as_me:$LINENO: result
: $wx_cv_gccversion" >&5
19887 echo "${ECHO_T}$wx_cv_gccversion" >&6; }
19888 if test "$wx_cv_gccversion" = "EMX2
"; then
19889 LIBS="$LIBS -lstdcpp"
19890 LDFLAGS="$LDFLAGS -Zsysv-signals"
19892 if test "$wx_cv_gccversion" = "EMX3
"; then
19893 LIBS="$LIBS -lstdcxx -lgcc"
19894 LDFLAGS="$LDFLAGS -Zsysv-signals"
19896 LIBS="$LIBS -lstdc++"
19899 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no
"; then
19900 { echo "$as_me:$LINENO: WARNING
: Building DLLs requires OMF mode
, enabled
" >&5
19901 echo "$as_me: WARNING
: Building DLLs requires OMF mode
, enabled
" >&2;}
19908 { echo "$as_me:$LINENO: checking
for strcasecmp
() in string.h
" >&5
19909 echo $ECHO_N "checking
for strcasecmp
() in string.h...
$ECHO_C" >&6; }
19910 if test "${ac_cv_string_strcasecmp+set}" = set; then
19911 echo $ECHO_N "(cached
) $ECHO_C" >&6
19914 cat >conftest.$ac_ext <<_ACEOF
19917 cat confdefs.h >>conftest.$ac_ext
19918 cat >>conftest.$ac_ext <<_ACEOF
19919 /* end confdefs.h. */
19921 #include <string.h>
19927 strcasecmp("foo
", "bar
");
19933 rm -f conftest.$ac_objext conftest$ac_exeext
19934 if { (ac_try="$ac_link"
19935 case "(($ac_try" in
19936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19937 *) ac_try_echo=$ac_try;;
19939 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
19940 (eval "$ac_link") 2>conftest.er1
19942 grep -v '^ *+' conftest.er1 >conftest.err
19944 cat conftest.err >&5
19945 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
19946 (exit $ac_status); } && {
19947 test -z "$ac_c_werror_flag" ||
19948 test ! -s conftest.err
19949 } && test -s conftest$ac_exeext &&
19950 $as_test_x conftest$ac_exeext; then
19951 ac_cv_string_strcasecmp=yes
19953 echo "$as_me: failed program was
:" >&5
19954 sed 's/^/| /' conftest.$ac_ext >&5
19956 ac_cv_string_strcasecmp=no
19960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19961 conftest$ac_exeext conftest.$ac_ext
19964 { echo "$as_me:$LINENO: result
: $ac_cv_string_strcasecmp" >&5
19965 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6; }
19967 if test x"$ac_cv_string_strcasecmp" = "xyes
"; then
19968 cat >>confdefs.h <<\_ACEOF
19969 #define HAVE_STRCASECMP_IN_STRING_H 1
19973 { echo "$as_me:$LINENO: checking
for strcasecmp
() in strings.h
" >&5
19974 echo $ECHO_N "checking
for strcasecmp
() in strings.h...
$ECHO_C" >&6; }
19975 if test "${ac_cv_strings_strcasecmp+set}" = set; then
19976 echo $ECHO_N "(cached
) $ECHO_C" >&6
19979 cat >conftest.$ac_ext <<_ACEOF
19982 cat confdefs.h >>conftest.$ac_ext
19983 cat >>conftest.$ac_ext <<_ACEOF
19984 /* end confdefs.h. */
19986 #include <strings.h>
19992 strcasecmp("foo
", "bar
");
19998 rm -f conftest.$ac_objext conftest$ac_exeext
19999 if { (ac_try="$ac_link"
20000 case "(($ac_try" in
20001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20002 *) ac_try_echo=$ac_try;;
20004 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20005 (eval "$ac_link") 2>conftest.er1
20007 grep -v '^ *+' conftest.er1 >conftest.err
20009 cat conftest.err >&5
20010 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20011 (exit $ac_status); } && {
20012 test -z "$ac_c_werror_flag" ||
20013 test ! -s conftest.err
20014 } && test -s conftest$ac_exeext &&
20015 $as_test_x conftest$ac_exeext; then
20016 ac_cv_strings_strcasecmp=yes
20018 echo "$as_me: failed program was
:" >&5
20019 sed 's/^/| /' conftest.$ac_ext >&5
20021 ac_cv_strings_strcasecmp=no
20025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20026 conftest$ac_exeext conftest.$ac_ext
20029 { echo "$as_me:$LINENO: result
: $ac_cv_strings_strcasecmp" >&5
20030 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6; }
20032 if test x"$ac_cv_strings_strcasecmp" = "xyes
"; then
20033 cat >>confdefs.h <<\_ACEOF
20034 #define HAVE_STRCASECMP_IN_STRINGS_H 1
20038 { { echo "$as_me:$LINENO: error
: No
case-insensitive string comparison
function found.
" >&5
20039 echo "$as_me: error
: No
case-insensitive string comparison
function found.
" >&2;}
20040 { (exit 1); exit 1; }; }
20048 { echo "$as_me:$LINENO: checking
for ANSI C header files
" >&5
20049 echo $ECHO_N "checking
for ANSI C header files...
$ECHO_C" >&6; }
20050 if test "${ac_cv_header_stdc+set}" = set; then
20051 echo $ECHO_N "(cached
) $ECHO_C" >&6
20053 cat >conftest.$ac_ext <<_ACEOF
20056 cat confdefs.h >>conftest.$ac_ext
20057 cat >>conftest.$ac_ext <<_ACEOF
20058 /* end confdefs.h. */
20059 #include <stdlib.h>
20060 #include <stdarg.h>
20061 #include <string.h>
20072 rm -f conftest.$ac_objext
20073 if { (ac_try="$ac_compile"
20074 case "(($ac_try" in
20075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20076 *) ac_try_echo=$ac_try;;
20078 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20079 (eval "$ac_compile") 2>conftest.er1
20081 grep -v '^ *+' conftest.er1 >conftest.err
20083 cat conftest.err >&5
20084 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20085 (exit $ac_status); } && {
20086 test -z "$ac_c_werror_flag" ||
20087 test ! -s conftest.err
20088 } && test -s conftest.$ac_objext; then
20089 ac_cv_header_stdc=yes
20091 echo "$as_me: failed program was
:" >&5
20092 sed 's/^/| /' conftest.$ac_ext >&5
20094 ac_cv_header_stdc=no
20097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20099 if test $ac_cv_header_stdc = yes; then
20100 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
20101 cat >conftest.$ac_ext <<_ACEOF
20104 cat confdefs.h >>conftest.$ac_ext
20105 cat >>conftest.$ac_ext <<_ACEOF
20106 /* end confdefs.h. */
20107 #include <string.h>
20110 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
20111 $EGREP "memchr
" >/dev/null 2>&1; then
20114 ac_cv_header_stdc=no
20120 if test $ac_cv_header_stdc = yes; then
20121 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
20122 cat >conftest.$ac_ext <<_ACEOF
20125 cat confdefs.h >>conftest.$ac_ext
20126 cat >>conftest.$ac_ext <<_ACEOF
20127 /* end confdefs.h. */
20128 #include <stdlib.h>
20131 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
20132 $EGREP "free
" >/dev/null 2>&1; then
20135 ac_cv_header_stdc=no
20141 if test $ac_cv_header_stdc = yes; then
20142 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
20143 if test "$cross_compiling" = yes; then
20146 cat >conftest.$ac_ext <<_ACEOF
20149 cat confdefs.h >>conftest.$ac_ext
20150 cat >>conftest.$ac_ext <<_ACEOF
20151 /* end confdefs.h. */
20153 #include <stdlib.h>
20154 #if ((' ' & 0x0FF) == 0x020)
20155 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20156 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20158 # define ISLOWER(c) \
20159 (('a' <= (c) && (c) <= 'i') \
20160 || ('j' <= (c) && (c) <= 'r') \
20161 || ('s' <= (c) && (c) <= 'z'))
20162 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20165 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
20170 for (i = 0; i < 256; i++)
20171 if (XOR (islower (i), ISLOWER (i))
20172 || toupper (i) != TOUPPER (i))
20177 rm -f conftest$ac_exeext
20178 if { (ac_try="$ac_link"
20179 case "(($ac_try" in
20180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20181 *) ac_try_echo=$ac_try;;
20183 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20184 (eval "$ac_link") 2>&5
20186 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20187 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20188 { (case "(($ac_try" in
20189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20190 *) ac_try_echo=$ac_try;;
20192 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20193 (eval "$ac_try") 2>&5
20195 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20196 (exit $ac_status); }; }; then
20199 echo "$as_me: program exited with status
$ac_status" >&5
20200 echo "$as_me: failed program was
:" >&5
20201 sed 's/^/| /' conftest.$ac_ext >&5
20203 ( exit $ac_status )
20204 ac_cv_header_stdc=no
20206 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20212 { echo "$as_me:$LINENO: result
: $ac_cv_header_stdc" >&5
20213 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
20214 if test $ac_cv_header_stdc = yes; then
20216 cat >>confdefs.h <<\_ACEOF
20217 #define STDC_HEADERS 1
20222 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
20232 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
20233 inttypes.h stdint.h unistd.h
20235 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20236 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20237 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20238 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20239 echo $ECHO_N "(cached
) $ECHO_C" >&6
20241 cat >conftest.$ac_ext <<_ACEOF
20244 cat confdefs.h >>conftest.$ac_ext
20245 cat >>conftest.$ac_ext <<_ACEOF
20246 /* end confdefs.h. */
20247 $ac_includes_default
20249 #include <$ac_header>
20251 rm -f conftest.$ac_objext
20252 if { (ac_try="$ac_compile"
20253 case "(($ac_try" in
20254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20255 *) ac_try_echo=$ac_try;;
20257 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20258 (eval "$ac_compile") 2>conftest.er1
20260 grep -v '^ *+' conftest.er1 >conftest.err
20262 cat conftest.err >&5
20263 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20264 (exit $ac_status); } && {
20265 test -z "$ac_c_werror_flag" ||
20266 test ! -s conftest.err
20267 } && test -s conftest.$ac_objext; then
20268 eval "$as_ac_Header=yes"
20270 echo "$as_me: failed program was
:" >&5
20271 sed 's/^/| /' conftest.$ac_ext >&5
20273 eval "$as_ac_Header=no
"
20276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20278 ac_res=`eval echo '${'$as_ac_Header'}'`
20279 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20280 echo "${ECHO_T}$ac_res" >&6; }
20281 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20282 cat >>confdefs.h <<_ACEOF
20283 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
20293 for ac_header in langinfo.h wchar.h
20295 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20296 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20297 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20298 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20299 echo $ECHO_N "(cached
) $ECHO_C" >&6
20301 cat >conftest.$ac_ext <<_ACEOF
20304 cat confdefs.h >>conftest.$ac_ext
20305 cat >>conftest.$ac_ext <<_ACEOF
20306 /* end confdefs.h. */
20307 $ac_includes_default
20309 #include <$ac_header>
20311 rm -f conftest.$ac_objext
20312 if { (ac_try="$ac_compile"
20313 case "(($ac_try" in
20314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20315 *) ac_try_echo=$ac_try;;
20317 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20318 (eval "$ac_compile") 2>conftest.er1
20320 grep -v '^ *+' conftest.er1 >conftest.err
20322 cat conftest.err >&5
20323 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20324 (exit $ac_status); } && {
20325 test -z "$ac_c_werror_flag" ||
20326 test ! -s conftest.err
20327 } && test -s conftest.$ac_objext; then
20328 eval "$as_ac_Header=yes"
20330 echo "$as_me: failed program was
:" >&5
20331 sed 's/^/| /' conftest.$ac_ext >&5
20333 eval "$as_ac_Header=no
"
20336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20338 ac_res=`eval echo '${'$as_ac_Header'}'`
20339 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20340 echo "${ECHO_T}$ac_res" >&6; }
20341 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20342 cat >>confdefs.h <<_ACEOF
20343 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
20351 if test "$ac_cv_header_wchar_h" != "yes"; then
20353 for ac_header in wcstr.h
20355 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20356 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20357 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20358 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20359 echo $ECHO_N "(cached
) $ECHO_C" >&6
20361 cat >conftest.$ac_ext <<_ACEOF
20364 cat confdefs.h >>conftest.$ac_ext
20365 cat >>conftest.$ac_ext <<_ACEOF
20366 /* end confdefs.h. */
20367 $ac_includes_default
20369 #include <$ac_header>
20371 rm -f conftest.$ac_objext
20372 if { (ac_try="$ac_compile"
20373 case "(($ac_try" in
20374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20375 *) ac_try_echo=$ac_try;;
20377 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20378 (eval "$ac_compile") 2>conftest.er1
20380 grep -v '^ *+' conftest.er1 >conftest.err
20382 cat conftest.err >&5
20383 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20384 (exit $ac_status); } && {
20385 test -z "$ac_c_werror_flag" ||
20386 test ! -s conftest.err
20387 } && test -s conftest.$ac_objext; then
20388 eval "$as_ac_Header=yes"
20390 echo "$as_me: failed program was
:" >&5
20391 sed 's/^/| /' conftest.$ac_ext >&5
20393 eval "$as_ac_Header=no
"
20396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20398 ac_res=`eval echo '${'$as_ac_Header'}'`
20399 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20400 echo "${ECHO_T}$ac_res" >&6; }
20401 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20402 cat >>confdefs.h <<_ACEOF
20403 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
20413 *-pc-os2_emx | *-pc-os2-emx )
20414 if test $ac_cv_header_langinfo_h = "yes" \
20415 -a \( "$wx_cv_gccversion" = "EMX2
" \
20416 -o "$wx_cv_gccversion" = "EMX3
" \
20417 -o "$wx_cv_gccversion" = "Innotek5
" \); then
20418 LIBS="$LIBS -lintl"
20423 if test "$USE_UNIX" = 1 ; then
20425 for ac_header in sys/select.h
20427 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
20428 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
20429 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
20430 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
20431 echo $ECHO_N "(cached
) $ECHO_C" >&6
20433 cat >conftest.$ac_ext <<_ACEOF
20436 cat confdefs.h >>conftest.$ac_ext
20437 cat >>conftest.$ac_ext <<_ACEOF
20438 /* end confdefs.h. */
20439 $ac_includes_default
20441 #include <$ac_header>
20443 rm -f conftest.$ac_objext
20444 if { (ac_try="$ac_compile"
20445 case "(($ac_try" in
20446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20447 *) ac_try_echo=$ac_try;;
20449 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20450 (eval "$ac_compile") 2>conftest.er1
20452 grep -v '^ *+' conftest.er1 >conftest.err
20454 cat conftest.err >&5
20455 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20456 (exit $ac_status); } && {
20457 test -z "$ac_c_werror_flag" ||
20458 test ! -s conftest.err
20459 } && test -s conftest.$ac_objext; then
20460 eval "$as_ac_Header=yes"
20462 echo "$as_me: failed program was
:" >&5
20463 sed 's/^/| /' conftest.$ac_ext >&5
20465 eval "$as_ac_Header=no
"
20468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20470 ac_res=`eval echo '${'$as_ac_Header'}'`
20471 { echo "$as_me:$LINENO: result
: $ac_res" >&5
20472 echo "${ECHO_T}$ac_res" >&6; }
20473 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20474 cat >>confdefs.h <<_ACEOF
20475 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
20485 { echo "$as_me:$LINENO: checking
for an ANSI C
-conforming const
" >&5
20486 echo $ECHO_N "checking
for an ANSI C
-conforming const...
$ECHO_C" >&6; }
20487 if test "${ac_cv_c_const+set}" = set; then
20488 echo $ECHO_N "(cached
) $ECHO_C" >&6
20490 cat >conftest.$ac_ext <<_ACEOF
20493 cat confdefs.h >>conftest.$ac_ext
20494 cat >>conftest.$ac_ext <<_ACEOF
20495 /* end confdefs.h. */
20500 /* FIXME: Include the comments suggested by Paul. */
20501 #ifndef __cplusplus
20502 /* Ultrix mips cc rejects this. */
20503 typedef int charset[2];
20505 /* SunOS 4.1.1 cc rejects this. */
20506 char const *const *pcpcc;
20508 /* NEC SVR4.0.2 mips cc rejects this. */
20509 struct point {int x, y;};
20510 static struct point const zero = {0,0};
20511 /* AIX XL C 1.02.0.0 rejects this.
20512 It does not let you subtract one const X* pointer from another in
20513 an arm of an if-expression whose if-part is not a constant
20515 const char *g = "string
";
20516 pcpcc = &g + (g ? g-g : 0);
20517 /* HPUX 7.0 cc rejects these. */
20519 ppc = (char**) pcpcc;
20520 pcpcc = (char const *const *) ppc;
20521 { /* SCO 3.2v4 cc rejects this. */
20523 char const *s = 0 ? (char *) 0 : (char const *) 0;
20528 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
20529 int x[] = {25, 17};
20530 const int *foo = &x[0];
20533 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
20534 typedef const int *iptr;
20538 { /* AIX XL C 1.02.0.0 rejects this saying
20539 "k.c
", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
20540 struct s { int j; const int *ap[3]; };
20541 struct s *b; b->j = 5;
20543 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
20544 const int foo = 10;
20545 if (!foo) return 0;
20547 return !cs[0] && !zero.x;
20554 rm -f conftest.$ac_objext
20555 if { (ac_try="$ac_compile"
20556 case "(($ac_try" in
20557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20558 *) ac_try_echo=$ac_try;;
20560 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20561 (eval "$ac_compile") 2>conftest.er1
20563 grep -v '^ *+' conftest.er1 >conftest.err
20565 cat conftest.err >&5
20566 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20567 (exit $ac_status); } && {
20568 test -z "$ac_c_werror_flag" ||
20569 test ! -s conftest.err
20570 } && test -s conftest.$ac_objext; then
20573 echo "$as_me: failed program was
:" >&5
20574 sed 's/^/| /' conftest.$ac_ext >&5
20579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20581 { echo "$as_me:$LINENO: result
: $ac_cv_c_const" >&5
20582 echo "${ECHO_T}$ac_cv_c_const" >&6; }
20583 if test $ac_cv_c_const = no; then
20585 cat >>confdefs.h <<\_ACEOF
20591 { echo "$as_me:$LINENO: checking
for inline
" >&5
20592 echo $ECHO_N "checking
for inline...
$ECHO_C" >&6; }
20593 if test "${ac_cv_c_inline+set}" = set; then
20594 echo $ECHO_N "(cached
) $ECHO_C" >&6
20597 for ac_kw in inline __inline__ __inline; do
20598 cat >conftest.$ac_ext <<_ACEOF
20601 cat confdefs.h >>conftest.$ac_ext
20602 cat >>conftest.$ac_ext <<_ACEOF
20603 /* end confdefs.h. */
20604 #ifndef __cplusplus
20606 static $ac_kw foo_t static_foo () {return 0; }
20607 $ac_kw foo_t foo () {return 0; }
20611 rm -f conftest.$ac_objext
20612 if { (ac_try="$ac_compile"
20613 case "(($ac_try" in
20614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20615 *) ac_try_echo=$ac_try;;
20617 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20618 (eval "$ac_compile") 2>conftest.er1
20620 grep -v '^ *+' conftest.er1 >conftest.err
20622 cat conftest.err >&5
20623 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20624 (exit $ac_status); } && {
20625 test -z "$ac_c_werror_flag" ||
20626 test ! -s conftest.err
20627 } && test -s conftest.$ac_objext; then
20628 ac_cv_c_inline=$ac_kw
20630 echo "$as_me: failed program was
:" >&5
20631 sed 's/^/| /' conftest.$ac_ext >&5
20636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20637 test "$ac_cv_c_inline" != no && break
20641 { echo "$as_me:$LINENO: result
: $ac_cv_c_inline" >&5
20642 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
20645 case $ac_cv_c_inline in
20648 case $ac_cv_c_inline in
20650 *) ac_val=$ac_cv_c_inline;;
20652 cat >>confdefs.h <<_ACEOF
20653 #ifndef __cplusplus
20654 #define inline $ac_val
20661 { echo "$as_me:$LINENO: checking
for short
" >&5
20662 echo $ECHO_N "checking
for short...
$ECHO_C" >&6; }
20663 if test "${ac_cv_type_short+set}" = set; then
20664 echo $ECHO_N "(cached
) $ECHO_C" >&6
20666 cat >conftest.$ac_ext <<_ACEOF
20669 cat confdefs.h >>conftest.$ac_ext
20670 cat >>conftest.$ac_ext <<_ACEOF
20671 /* end confdefs.h. */
20672 $ac_includes_default
20673 typedef short ac__type_new_;
20677 if ((ac__type_new_ *) 0)
20679 if (sizeof (ac__type_new_))
20685 rm -f conftest.$ac_objext
20686 if { (ac_try="$ac_compile"
20687 case "(($ac_try" in
20688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20689 *) ac_try_echo=$ac_try;;
20691 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20692 (eval "$ac_compile") 2>conftest.er1
20694 grep -v '^ *+' conftest.er1 >conftest.err
20696 cat conftest.err >&5
20697 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20698 (exit $ac_status); } && {
20699 test -z "$ac_c_werror_flag" ||
20700 test ! -s conftest.err
20701 } && test -s conftest.$ac_objext; then
20702 ac_cv_type_short=yes
20704 echo "$as_me: failed program was
:" >&5
20705 sed 's/^/| /' conftest.$ac_ext >&5
20707 ac_cv_type_short=no
20710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20712 { echo "$as_me:$LINENO: result
: $ac_cv_type_short" >&5
20713 echo "${ECHO_T}$ac_cv_type_short" >&6; }
20715 # The cast to long int works around a bug in the HP C Compiler
20716 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20717 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20718 # This bug is HP SR number 8606223364.
20719 { echo "$as_me:$LINENO: checking size of short
" >&5
20720 echo $ECHO_N "checking size of short...
$ECHO_C" >&6; }
20721 if test "${ac_cv_sizeof_short+set}" = set; then
20722 echo $ECHO_N "(cached
) $ECHO_C" >&6
20724 if test "$cross_compiling" = yes; then
20725 # Depending upon the size, compute the lo and hi bounds.
20726 cat >conftest.$ac_ext <<_ACEOF
20729 cat confdefs.h >>conftest.$ac_ext
20730 cat >>conftest.$ac_ext <<_ACEOF
20731 /* end confdefs.h. */
20732 $ac_includes_default
20733 typedef short ac__type_sizeof_;
20737 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20744 rm -f conftest.$ac_objext
20745 if { (ac_try="$ac_compile"
20746 case "(($ac_try" in
20747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20748 *) ac_try_echo=$ac_try;;
20750 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20751 (eval "$ac_compile") 2>conftest.er1
20753 grep -v '^ *+' conftest.er1 >conftest.err
20755 cat conftest.err >&5
20756 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20757 (exit $ac_status); } && {
20758 test -z "$ac_c_werror_flag" ||
20759 test ! -s conftest.err
20760 } && test -s conftest.$ac_objext; then
20763 cat >conftest.$ac_ext <<_ACEOF
20766 cat confdefs.h >>conftest.$ac_ext
20767 cat >>conftest.$ac_ext <<_ACEOF
20768 /* end confdefs.h. */
20769 $ac_includes_default
20770 typedef short ac__type_sizeof_;
20774 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20781 rm -f conftest.$ac_objext
20782 if { (ac_try="$ac_compile"
20783 case "(($ac_try" in
20784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20785 *) ac_try_echo=$ac_try;;
20787 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20788 (eval "$ac_compile") 2>conftest.er1
20790 grep -v '^ *+' conftest.er1 >conftest.err
20792 cat conftest.err >&5
20793 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20794 (exit $ac_status); } && {
20795 test -z "$ac_c_werror_flag" ||
20796 test ! -s conftest.err
20797 } && test -s conftest.$ac_objext; then
20798 ac_hi=$ac_mid; break
20800 echo "$as_me: failed program was
:" >&5
20801 sed 's/^/| /' conftest.$ac_ext >&5
20803 ac_lo=`expr $ac_mid + 1`
20804 if test $ac_lo -le $ac_mid; then
20808 ac_mid=`expr 2 '*' $ac_mid + 1`
20811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20814 echo "$as_me: failed program was
:" >&5
20815 sed 's/^/| /' conftest.$ac_ext >&5
20817 cat >conftest.$ac_ext <<_ACEOF
20820 cat confdefs.h >>conftest.$ac_ext
20821 cat >>conftest.$ac_ext <<_ACEOF
20822 /* end confdefs.h. */
20823 $ac_includes_default
20824 typedef short ac__type_sizeof_;
20828 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20835 rm -f conftest.$ac_objext
20836 if { (ac_try="$ac_compile"
20837 case "(($ac_try" in
20838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20839 *) ac_try_echo=$ac_try;;
20841 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20842 (eval "$ac_compile") 2>conftest.er1
20844 grep -v '^ *+' conftest.er1 >conftest.err
20846 cat conftest.err >&5
20847 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20848 (exit $ac_status); } && {
20849 test -z "$ac_c_werror_flag" ||
20850 test ! -s conftest.err
20851 } && test -s conftest.$ac_objext; then
20854 cat >conftest.$ac_ext <<_ACEOF
20857 cat confdefs.h >>conftest.$ac_ext
20858 cat >>conftest.$ac_ext <<_ACEOF
20859 /* end confdefs.h. */
20860 $ac_includes_default
20861 typedef short ac__type_sizeof_;
20865 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20872 rm -f conftest.$ac_objext
20873 if { (ac_try="$ac_compile"
20874 case "(($ac_try" in
20875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20876 *) ac_try_echo=$ac_try;;
20878 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20879 (eval "$ac_compile") 2>conftest.er1
20881 grep -v '^ *+' conftest.er1 >conftest.err
20883 cat conftest.err >&5
20884 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20885 (exit $ac_status); } && {
20886 test -z "$ac_c_werror_flag" ||
20887 test ! -s conftest.err
20888 } && test -s conftest.$ac_objext; then
20889 ac_lo=$ac_mid; break
20891 echo "$as_me: failed program was
:" >&5
20892 sed 's/^/| /' conftest.$ac_ext >&5
20894 ac_hi=`expr '(' $ac_mid ')' - 1`
20895 if test $ac_mid -le $ac_hi; then
20899 ac_mid=`expr 2 '*' $ac_mid`
20902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20905 echo "$as_me: failed program was
:" >&5
20906 sed 's/^/| /' conftest.$ac_ext >&5
20911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20915 # Binary search between lo and hi bounds.
20916 while test "x
$ac_lo" != "x
$ac_hi"; do
20917 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20918 cat >conftest.$ac_ext <<_ACEOF
20921 cat confdefs.h >>conftest.$ac_ext
20922 cat >>conftest.$ac_ext <<_ACEOF
20923 /* end confdefs.h. */
20924 $ac_includes_default
20925 typedef short ac__type_sizeof_;
20929 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20936 rm -f conftest.$ac_objext
20937 if { (ac_try="$ac_compile"
20938 case "(($ac_try" in
20939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20940 *) ac_try_echo=$ac_try;;
20942 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
20943 (eval "$ac_compile") 2>conftest.er1
20945 grep -v '^ *+' conftest.er1 >conftest.err
20947 cat conftest.err >&5
20948 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
20949 (exit $ac_status); } && {
20950 test -z "$ac_c_werror_flag" ||
20951 test ! -s conftest.err
20952 } && test -s conftest.$ac_objext; then
20955 echo "$as_me: failed program was
:" >&5
20956 sed 's/^/| /' conftest.$ac_ext >&5
20958 ac_lo=`expr '(' $ac_mid ')' + 1`
20961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20964 ?*) ac_cv_sizeof_short=$ac_lo;;
20965 '') if test "$ac_cv_type_short" = yes; then
20966 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(short
)
20967 See \
`config.log' for more details." >&5
20968 echo "$as_me: error: cannot compute sizeof (short)
20969 See \`config.log
' for more details." >&2;}
20970 { (exit 77); exit 77; }; }
20972 ac_cv_sizeof_short=0
20976 cat >conftest.$ac_ext <<_ACEOF
20979 cat confdefs.h >>conftest.$ac_ext
20980 cat >>conftest.$ac_ext <<_ACEOF
20981 /* end confdefs.h. */
20982 $ac_includes_default
20983 typedef short ac__type_sizeof_;
20984 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20985 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20987 #include <stdlib.h>
20992 FILE *f = fopen ("conftest.val", "w");
20995 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20997 long int i = longval ();
20998 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21000 fprintf (f, "%ld\n", i);
21004 unsigned long int i = ulongval ();
21005 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21007 fprintf (f, "%lu\n", i);
21009 return ferror (f) || fclose (f) != 0;
21015 rm -f conftest$ac_exeext
21016 if { (ac_try="$ac_link"
21017 case "(($ac_try" in
21018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21019 *) ac_try_echo=$ac_try;;
21021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21022 (eval "$ac_link") 2>&5
21024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21025 (exit $ac_status); } && { ac_try='.
/conftest
$ac_exeext'
21026 { (case "(($ac_try" in
21027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21028 *) ac_try_echo=$ac_try;;
21030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21031 (eval "$ac_try") 2>&5
21033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21034 (exit $ac_status); }; }; then
21035 ac_cv_sizeof_short=`cat conftest.val`
21037 echo "$as_me: program exited with status $ac_status" >&5
21038 echo "$as_me: failed program was:" >&5
21039 sed 's
/^
/| /' conftest.$ac_ext >&5
21041 ( exit $ac_status )
21042 if test "$ac_cv_type_short" = yes; then
21043 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
21044 See \`config.log' for more details.
" >&5
21045 echo "$as_me: error
: cannot compute sizeof
(short
)
21046 See \
`config.log' for more details." >&2;}
21047 { (exit 77); exit 77; }; }
21049 ac_cv_sizeof_short=0
21052 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21056 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
21057 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
21061 cat >>confdefs.h <<_ACEOF
21062 #define SIZEOF_SHORT $ac_cv_sizeof_short
21066 { echo "$as_me:$LINENO: checking for void *" >&5
21067 echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
21068 if test "${ac_cv_type_void_p+set}" = set; then
21069 echo $ECHO_N "(cached) $ECHO_C" >&6
21071 cat >conftest.$ac_ext <<_ACEOF
21074 cat confdefs.h >>conftest.$ac_ext
21075 cat >>conftest.$ac_ext <<_ACEOF
21076 /* end confdefs.h. */
21077 $ac_includes_default
21078 typedef void * ac__type_new_;
21082 if ((ac__type_new_ *) 0)
21084 if (sizeof (ac__type_new_))
21090 rm -f conftest.$ac_objext
21091 if { (ac_try="$ac_compile"
21092 case "(($ac_try" in
21093 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
21094 *) ac_try_echo
=$ac_try;;
21096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21097 (eval "$ac_compile") 2>conftest.er1
21099 grep -v '^ *+' conftest.er1
>conftest.err
21101 cat conftest.err
>&5
21102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21103 (exit $ac_status); } && {
21104 test -z "$ac_c_werror_flag" ||
21105 test ! -s conftest.err
21106 } && test -s conftest.
$ac_objext; then
21107 ac_cv_type_void_p
=yes
21109 echo "$as_me: failed program was:" >&5
21110 sed 's/^/| /' conftest.
$ac_ext >&5
21112 ac_cv_type_void_p
=no
21115 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21117 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
21118 echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
21120 # The cast to long int works around a bug in the HP C Compiler
21121 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21122 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21123 # This bug is HP SR number 8606223364.
21124 { echo "$as_me:$LINENO: checking size of void *" >&5
21125 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
21126 if test "${ac_cv_sizeof_void_p+set}" = set; then
21127 echo $ECHO_N "(cached) $ECHO_C" >&6
21129 if test "$cross_compiling" = yes; then
21130 # Depending upon the size, compute the lo and hi bounds.
21131 cat >conftest.
$ac_ext <<_ACEOF
21134 cat confdefs.h
>>conftest.
$ac_ext
21135 cat >>conftest.
$ac_ext <<_ACEOF
21136 /* end confdefs.h. */
21137 $ac_includes_default
21138 typedef void * ac__type_sizeof_;
21142 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21149 rm -f conftest.
$ac_objext
21150 if { (ac_try
="$ac_compile"
21151 case "(($ac_try" in
21152 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
21153 *) ac_try_echo=$ac_try;;
21155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21156 (eval "$ac_compile") 2>conftest.er1
21158 grep -v '^ *+' conftest.er1 >conftest.err
21160 cat conftest.err >&5
21161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21162 (exit $ac_status); } && {
21163 test -z "$ac_c_werror_flag" ||
21164 test ! -s conftest.err
21165 } && test -s conftest.$ac_objext; then
21168 cat >conftest.$ac_ext <<_ACEOF
21171 cat confdefs.h >>conftest.$ac_ext
21172 cat >>conftest.$ac_ext <<_ACEOF
21173 /* end confdefs.h. */
21174 $ac_includes_default
21175 typedef void * ac__type_sizeof_;
21179 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21186 rm -f conftest.$ac_objext
21187 if { (ac_try="$ac_compile"
21188 case "(($ac_try" in
21189 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
21190 *) ac_try_echo
=$ac_try;;
21192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21193 (eval "$ac_compile") 2>conftest.er1
21195 grep -v '^ *+' conftest.er1
>conftest.err
21197 cat conftest.err
>&5
21198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21199 (exit $ac_status); } && {
21200 test -z "$ac_c_werror_flag" ||
21201 test ! -s conftest.err
21202 } && test -s conftest.
$ac_objext; then
21203 ac_hi
=$ac_mid; break
21205 echo "$as_me: failed program was:" >&5
21206 sed 's/^/| /' conftest.
$ac_ext >&5
21208 ac_lo
=`expr $ac_mid + 1`
21209 if test $ac_lo -le $ac_mid; then
21213 ac_mid
=`expr 2 '*' $ac_mid + 1`
21216 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21219 echo "$as_me: failed program was:" >&5
21220 sed 's/^/| /' conftest.
$ac_ext >&5
21222 cat >conftest.
$ac_ext <<_ACEOF
21225 cat confdefs.h
>>conftest.
$ac_ext
21226 cat >>conftest.
$ac_ext <<_ACEOF
21227 /* end confdefs.h. */
21228 $ac_includes_default
21229 typedef void * ac__type_sizeof_;
21233 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21240 rm -f conftest.
$ac_objext
21241 if { (ac_try
="$ac_compile"
21242 case "(($ac_try" in
21243 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
21244 *) ac_try_echo=$ac_try;;
21246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21247 (eval "$ac_compile") 2>conftest.er1
21249 grep -v '^ *+' conftest.er1 >conftest.err
21251 cat conftest.err >&5
21252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21253 (exit $ac_status); } && {
21254 test -z "$ac_c_werror_flag" ||
21255 test ! -s conftest.err
21256 } && test -s conftest.$ac_objext; then
21259 cat >conftest.$ac_ext <<_ACEOF
21262 cat confdefs.h >>conftest.$ac_ext
21263 cat >>conftest.$ac_ext <<_ACEOF
21264 /* end confdefs.h. */
21265 $ac_includes_default
21266 typedef void * ac__type_sizeof_;
21270 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21277 rm -f conftest.$ac_objext
21278 if { (ac_try="$ac_compile"
21279 case "(($ac_try" in
21280 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
21281 *) ac_try_echo
=$ac_try;;
21283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21284 (eval "$ac_compile") 2>conftest.er1
21286 grep -v '^ *+' conftest.er1
>conftest.err
21288 cat conftest.err
>&5
21289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21290 (exit $ac_status); } && {
21291 test -z "$ac_c_werror_flag" ||
21292 test ! -s conftest.err
21293 } && test -s conftest.
$ac_objext; then
21294 ac_lo
=$ac_mid; break
21296 echo "$as_me: failed program was:" >&5
21297 sed 's/^/| /' conftest.
$ac_ext >&5
21299 ac_hi
=`expr '(' $ac_mid ')' - 1`
21300 if test $ac_mid -le $ac_hi; then
21304 ac_mid
=`expr 2 '*' $ac_mid`
21307 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21310 echo "$as_me: failed program was:" >&5
21311 sed 's/^/| /' conftest.
$ac_ext >&5
21316 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21319 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21320 # Binary search between lo and hi bounds.
21321 while test "x$ac_lo" != "x$ac_hi"; do
21322 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21323 cat >conftest.
$ac_ext <<_ACEOF
21326 cat confdefs.h
>>conftest.
$ac_ext
21327 cat >>conftest.
$ac_ext <<_ACEOF
21328 /* end confdefs.h. */
21329 $ac_includes_default
21330 typedef void * ac__type_sizeof_;
21334 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21341 rm -f conftest.
$ac_objext
21342 if { (ac_try
="$ac_compile"
21343 case "(($ac_try" in
21344 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
21345 *) ac_try_echo=$ac_try;;
21347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21348 (eval "$ac_compile") 2>conftest.er1
21350 grep -v '^ *+' conftest.er1 >conftest.err
21352 cat conftest.err >&5
21353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21354 (exit $ac_status); } && {
21355 test -z "$ac_c_werror_flag" ||
21356 test ! -s conftest.err
21357 } && test -s conftest.$ac_objext; then
21360 echo "$as_me: failed program was:" >&5
21361 sed 's/^/| /' conftest.$ac_ext >&5
21363 ac_lo=`expr '(' $ac_mid ')' + 1`
21366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21369 ?*) ac_cv_sizeof_void_p=$ac_lo;;
21370 '') if test "$ac_cv_type_void_p" = yes; then
21371 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
21372 See \`config.log
' for more details." >&5
21373 echo "$as_me: error: cannot compute sizeof (void *)
21374 See \`config.log' for more details.
" >&2;}
21375 { (exit 77); exit 77; }; }
21377 ac_cv_sizeof_void_p=0
21381 cat >conftest.$ac_ext <<_ACEOF
21384 cat confdefs.h >>conftest.$ac_ext
21385 cat >>conftest.$ac_ext <<_ACEOF
21386 /* end confdefs.h. */
21387 $ac_includes_default
21388 typedef void * ac__type_sizeof_;
21389 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21390 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21392 #include <stdlib.h>
21397 FILE *f = fopen ("conftest.val
", "w
");
21400 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21402 long int i = longval ();
21403 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21405 fprintf (f, "%ld
\n", i);
21409 unsigned long int i = ulongval ();
21410 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21412 fprintf (f, "%lu
\n", i);
21414 return ferror (f) || fclose (f) != 0;
21420 rm -f conftest$ac_exeext
21421 if { (ac_try="$ac_link"
21422 case "(($ac_try" in
21423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21424 *) ac_try_echo=$ac_try;;
21426 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21427 (eval "$ac_link") 2>&5
21429 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21430 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21431 { (case "(($ac_try" in
21432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21433 *) ac_try_echo=$ac_try;;
21435 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21436 (eval "$ac_try") 2>&5
21438 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21439 (exit $ac_status); }; }; then
21440 ac_cv_sizeof_void_p=`cat conftest.val`
21442 echo "$as_me: program exited with status
$ac_status" >&5
21443 echo "$as_me: failed program was
:" >&5
21444 sed 's/^/| /' conftest.$ac_ext >&5
21446 ( exit $ac_status )
21447 if test "$ac_cv_type_void_p" = yes; then
21448 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(void
*)
21449 See \
`config.log' for more details." >&5
21450 echo "$as_me: error: cannot compute sizeof (void *)
21451 See \`config.log
' for more details." >&2;}
21452 { (exit 77); exit 77; }; }
21454 ac_cv_sizeof_void_p=0
21457 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21461 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
21462 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; }
21466 cat >>confdefs.h <<_ACEOF
21467 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
21471 { echo "$as_me:$LINENO: checking for int" >&5
21472 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
21473 if test "${ac_cv_type_int+set}" = set; then
21474 echo $ECHO_N "(cached) $ECHO_C" >&6
21476 cat >conftest.$ac_ext <<_ACEOF
21479 cat confdefs.h >>conftest.$ac_ext
21480 cat >>conftest.$ac_ext <<_ACEOF
21481 /* end confdefs.h. */
21482 $ac_includes_default
21483 typedef int ac__type_new_;
21487 if ((ac__type_new_ *) 0)
21489 if (sizeof (ac__type_new_))
21495 rm -f conftest.$ac_objext
21496 if { (ac_try="$ac_compile"
21497 case "(($ac_try" in
21498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21499 *) ac_try_echo=$ac_try;;
21501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21502 (eval "$ac_compile") 2>conftest.er1
21504 grep -v '^
*+' conftest.er1 >conftest.err
21506 cat conftest.err >&5
21507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21508 (exit $ac_status); } && {
21509 test -z "$ac_c_werror_flag" ||
21510 test ! -s conftest.err
21511 } && test -s conftest.$ac_objext; then
21514 echo "$as_me: failed program was:" >&5
21515 sed 's
/^
/| /' conftest.$ac_ext >&5
21520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21522 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
21523 echo "${ECHO_T}$ac_cv_type_int" >&6; }
21525 # The cast to long int works around a bug in the HP C Compiler
21526 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21527 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21528 # This bug is HP SR number 8606223364.
21529 { echo "$as_me:$LINENO: checking size of int" >&5
21530 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
21531 if test "${ac_cv_sizeof_int+set}" = set; then
21532 echo $ECHO_N "(cached) $ECHO_C" >&6
21534 if test "$cross_compiling" = yes; then
21535 # Depending upon the size, compute the lo and hi bounds.
21536 cat >conftest.
$ac_ext <<_ACEOF
21539 cat confdefs.h
>>conftest.
$ac_ext
21540 cat >>conftest.
$ac_ext <<_ACEOF
21541 /* end confdefs.h. */
21542 $ac_includes_default
21543 typedef int ac__type_sizeof_;
21547 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21554 rm -f conftest.
$ac_objext
21555 if { (ac_try
="$ac_compile"
21556 case "(($ac_try" in
21557 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
21558 *) ac_try_echo=$ac_try;;
21560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21561 (eval "$ac_compile") 2>conftest.er1
21563 grep -v '^ *+' conftest.er1 >conftest.err
21565 cat conftest.err >&5
21566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21567 (exit $ac_status); } && {
21568 test -z "$ac_c_werror_flag" ||
21569 test ! -s conftest.err
21570 } && test -s conftest.$ac_objext; then
21573 cat >conftest.$ac_ext <<_ACEOF
21576 cat confdefs.h >>conftest.$ac_ext
21577 cat >>conftest.$ac_ext <<_ACEOF
21578 /* end confdefs.h. */
21579 $ac_includes_default
21580 typedef int ac__type_sizeof_;
21584 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21591 rm -f conftest.$ac_objext
21592 if { (ac_try="$ac_compile"
21593 case "(($ac_try" in
21594 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
21595 *) ac_try_echo
=$ac_try;;
21597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21598 (eval "$ac_compile") 2>conftest.er1
21600 grep -v '^ *+' conftest.er1
>conftest.err
21602 cat conftest.err
>&5
21603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21604 (exit $ac_status); } && {
21605 test -z "$ac_c_werror_flag" ||
21606 test ! -s conftest.err
21607 } && test -s conftest.
$ac_objext; then
21608 ac_hi
=$ac_mid; break
21610 echo "$as_me: failed program was:" >&5
21611 sed 's/^/| /' conftest.
$ac_ext >&5
21613 ac_lo
=`expr $ac_mid + 1`
21614 if test $ac_lo -le $ac_mid; then
21618 ac_mid
=`expr 2 '*' $ac_mid + 1`
21621 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21624 echo "$as_me: failed program was:" >&5
21625 sed 's/^/| /' conftest.
$ac_ext >&5
21627 cat >conftest.
$ac_ext <<_ACEOF
21630 cat confdefs.h
>>conftest.
$ac_ext
21631 cat >>conftest.
$ac_ext <<_ACEOF
21632 /* end confdefs.h. */
21633 $ac_includes_default
21634 typedef int ac__type_sizeof_;
21638 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21645 rm -f conftest.
$ac_objext
21646 if { (ac_try
="$ac_compile"
21647 case "(($ac_try" in
21648 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
21649 *) ac_try_echo=$ac_try;;
21651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21652 (eval "$ac_compile") 2>conftest.er1
21654 grep -v '^ *+' conftest.er1 >conftest.err
21656 cat conftest.err >&5
21657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21658 (exit $ac_status); } && {
21659 test -z "$ac_c_werror_flag" ||
21660 test ! -s conftest.err
21661 } && test -s conftest.$ac_objext; then
21664 cat >conftest.$ac_ext <<_ACEOF
21667 cat confdefs.h >>conftest.$ac_ext
21668 cat >>conftest.$ac_ext <<_ACEOF
21669 /* end confdefs.h. */
21670 $ac_includes_default
21671 typedef int ac__type_sizeof_;
21675 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21682 rm -f conftest.$ac_objext
21683 if { (ac_try="$ac_compile"
21684 case "(($ac_try" in
21685 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
21686 *) ac_try_echo
=$ac_try;;
21688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21689 (eval "$ac_compile") 2>conftest.er1
21691 grep -v '^ *+' conftest.er1
>conftest.err
21693 cat conftest.err
>&5
21694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21695 (exit $ac_status); } && {
21696 test -z "$ac_c_werror_flag" ||
21697 test ! -s conftest.err
21698 } && test -s conftest.
$ac_objext; then
21699 ac_lo
=$ac_mid; break
21701 echo "$as_me: failed program was:" >&5
21702 sed 's/^/| /' conftest.
$ac_ext >&5
21704 ac_hi
=`expr '(' $ac_mid ')' - 1`
21705 if test $ac_mid -le $ac_hi; then
21709 ac_mid
=`expr 2 '*' $ac_mid`
21712 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21715 echo "$as_me: failed program was:" >&5
21716 sed 's/^/| /' conftest.
$ac_ext >&5
21721 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21724 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21725 # Binary search between lo and hi bounds.
21726 while test "x$ac_lo" != "x$ac_hi"; do
21727 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21728 cat >conftest.
$ac_ext <<_ACEOF
21731 cat confdefs.h
>>conftest.
$ac_ext
21732 cat >>conftest.
$ac_ext <<_ACEOF
21733 /* end confdefs.h. */
21734 $ac_includes_default
21735 typedef int ac__type_sizeof_;
21739 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21746 rm -f conftest.
$ac_objext
21747 if { (ac_try
="$ac_compile"
21748 case "(($ac_try" in
21749 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
21750 *) ac_try_echo=$ac_try;;
21752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21753 (eval "$ac_compile") 2>conftest.er1
21755 grep -v '^ *+' conftest.er1 >conftest.err
21757 cat conftest.err >&5
21758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21759 (exit $ac_status); } && {
21760 test -z "$ac_c_werror_flag" ||
21761 test ! -s conftest.err
21762 } && test -s conftest.$ac_objext; then
21765 echo "$as_me: failed program was:" >&5
21766 sed 's/^/| /' conftest.$ac_ext >&5
21768 ac_lo=`expr '(' $ac_mid ')' + 1`
21771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21774 ?*) ac_cv_sizeof_int=$ac_lo;;
21775 '') if test "$ac_cv_type_int" = yes; then
21776 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
21777 See \`config.log
' for more details." >&5
21778 echo "$as_me: error: cannot compute sizeof (int)
21779 See \`config.log' for more details.
" >&2;}
21780 { (exit 77); exit 77; }; }
21786 cat >conftest.$ac_ext <<_ACEOF
21789 cat confdefs.h >>conftest.$ac_ext
21790 cat >>conftest.$ac_ext <<_ACEOF
21791 /* end confdefs.h. */
21792 $ac_includes_default
21793 typedef int ac__type_sizeof_;
21794 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21795 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21797 #include <stdlib.h>
21802 FILE *f = fopen ("conftest.val
", "w
");
21805 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21807 long int i = longval ();
21808 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21810 fprintf (f, "%ld
\n", i);
21814 unsigned long int i = ulongval ();
21815 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21817 fprintf (f, "%lu
\n", i);
21819 return ferror (f) || fclose (f) != 0;
21825 rm -f conftest$ac_exeext
21826 if { (ac_try="$ac_link"
21827 case "(($ac_try" in
21828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21829 *) ac_try_echo=$ac_try;;
21831 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21832 (eval "$ac_link") 2>&5
21834 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21835 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21836 { (case "(($ac_try" in
21837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21838 *) ac_try_echo=$ac_try;;
21840 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
21841 (eval "$ac_try") 2>&5
21843 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
21844 (exit $ac_status); }; }; then
21845 ac_cv_sizeof_int=`cat conftest.val`
21847 echo "$as_me: program exited with status
$ac_status" >&5
21848 echo "$as_me: failed program was
:" >&5
21849 sed 's/^/| /' conftest.$ac_ext >&5
21851 ( exit $ac_status )
21852 if test "$ac_cv_type_int" = yes; then
21853 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(int
)
21854 See \
`config.log' for more details." >&5
21855 echo "$as_me: error: cannot compute sizeof (int)
21856 See \`config.log
' for more details." >&2;}
21857 { (exit 77); exit 77; }; }
21862 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21866 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
21867 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
21871 cat >>confdefs.h <<_ACEOF
21872 #define SIZEOF_INT $ac_cv_sizeof_int
21876 { echo "$as_me:$LINENO: checking for long" >&5
21877 echo $ECHO_N "checking for long... $ECHO_C" >&6; }
21878 if test "${ac_cv_type_long+set}" = set; then
21879 echo $ECHO_N "(cached) $ECHO_C" >&6
21881 cat >conftest.$ac_ext <<_ACEOF
21884 cat confdefs.h >>conftest.$ac_ext
21885 cat >>conftest.$ac_ext <<_ACEOF
21886 /* end confdefs.h. */
21887 $ac_includes_default
21888 typedef long ac__type_new_;
21892 if ((ac__type_new_ *) 0)
21894 if (sizeof (ac__type_new_))
21900 rm -f conftest.$ac_objext
21901 if { (ac_try="$ac_compile"
21902 case "(($ac_try" in
21903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21904 *) ac_try_echo=$ac_try;;
21906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21907 (eval "$ac_compile") 2>conftest.er1
21909 grep -v '^
*+' conftest.er1 >conftest.err
21911 cat conftest.err >&5
21912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21913 (exit $ac_status); } && {
21914 test -z "$ac_c_werror_flag" ||
21915 test ! -s conftest.err
21916 } && test -s conftest.$ac_objext; then
21917 ac_cv_type_long=yes
21919 echo "$as_me: failed program was:" >&5
21920 sed 's
/^
/| /' conftest.$ac_ext >&5
21925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21927 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
21928 echo "${ECHO_T}$ac_cv_type_long" >&6; }
21930 # The cast to long int works around a bug in the HP C Compiler
21931 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21932 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21933 # This bug is HP SR number 8606223364.
21934 { echo "$as_me:$LINENO: checking size of long" >&5
21935 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
21936 if test "${ac_cv_sizeof_long+set}" = set; then
21937 echo $ECHO_N "(cached) $ECHO_C" >&6
21939 if test "$cross_compiling" = yes; then
21940 # Depending upon the size, compute the lo and hi bounds.
21941 cat >conftest.
$ac_ext <<_ACEOF
21944 cat confdefs.h
>>conftest.
$ac_ext
21945 cat >>conftest.
$ac_ext <<_ACEOF
21946 /* end confdefs.h. */
21947 $ac_includes_default
21948 typedef long ac__type_sizeof_;
21952 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21959 rm -f conftest.
$ac_objext
21960 if { (ac_try
="$ac_compile"
21961 case "(($ac_try" in
21962 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
21963 *) ac_try_echo=$ac_try;;
21965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21966 (eval "$ac_compile") 2>conftest.er1
21968 grep -v '^ *+' conftest.er1 >conftest.err
21970 cat conftest.err >&5
21971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21972 (exit $ac_status); } && {
21973 test -z "$ac_c_werror_flag" ||
21974 test ! -s conftest.err
21975 } && test -s conftest.$ac_objext; then
21978 cat >conftest.$ac_ext <<_ACEOF
21981 cat confdefs.h >>conftest.$ac_ext
21982 cat >>conftest.$ac_ext <<_ACEOF
21983 /* end confdefs.h. */
21984 $ac_includes_default
21985 typedef long ac__type_sizeof_;
21989 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21996 rm -f conftest.$ac_objext
21997 if { (ac_try="$ac_compile"
21998 case "(($ac_try" in
21999 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
22000 *) ac_try_echo
=$ac_try;;
22002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22003 (eval "$ac_compile") 2>conftest.er1
22005 grep -v '^ *+' conftest.er1
>conftest.err
22007 cat conftest.err
>&5
22008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22009 (exit $ac_status); } && {
22010 test -z "$ac_c_werror_flag" ||
22011 test ! -s conftest.err
22012 } && test -s conftest.
$ac_objext; then
22013 ac_hi
=$ac_mid; break
22015 echo "$as_me: failed program was:" >&5
22016 sed 's/^/| /' conftest.
$ac_ext >&5
22018 ac_lo
=`expr $ac_mid + 1`
22019 if test $ac_lo -le $ac_mid; then
22023 ac_mid
=`expr 2 '*' $ac_mid + 1`
22026 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22029 echo "$as_me: failed program was:" >&5
22030 sed 's/^/| /' conftest.
$ac_ext >&5
22032 cat >conftest.
$ac_ext <<_ACEOF
22035 cat confdefs.h
>>conftest.
$ac_ext
22036 cat >>conftest.
$ac_ext <<_ACEOF
22037 /* end confdefs.h. */
22038 $ac_includes_default
22039 typedef long ac__type_sizeof_;
22043 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22050 rm -f conftest.
$ac_objext
22051 if { (ac_try
="$ac_compile"
22052 case "(($ac_try" in
22053 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
22054 *) ac_try_echo=$ac_try;;
22056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22057 (eval "$ac_compile") 2>conftest.er1
22059 grep -v '^ *+' conftest.er1 >conftest.err
22061 cat conftest.err >&5
22062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22063 (exit $ac_status); } && {
22064 test -z "$ac_c_werror_flag" ||
22065 test ! -s conftest.err
22066 } && test -s conftest.$ac_objext; then
22069 cat >conftest.$ac_ext <<_ACEOF
22072 cat confdefs.h >>conftest.$ac_ext
22073 cat >>conftest.$ac_ext <<_ACEOF
22074 /* end confdefs.h. */
22075 $ac_includes_default
22076 typedef long ac__type_sizeof_;
22080 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22087 rm -f conftest.$ac_objext
22088 if { (ac_try="$ac_compile"
22089 case "(($ac_try" in
22090 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
22091 *) ac_try_echo
=$ac_try;;
22093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22094 (eval "$ac_compile") 2>conftest.er1
22096 grep -v '^ *+' conftest.er1
>conftest.err
22098 cat conftest.err
>&5
22099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22100 (exit $ac_status); } && {
22101 test -z "$ac_c_werror_flag" ||
22102 test ! -s conftest.err
22103 } && test -s conftest.
$ac_objext; then
22104 ac_lo
=$ac_mid; break
22106 echo "$as_me: failed program was:" >&5
22107 sed 's/^/| /' conftest.
$ac_ext >&5
22109 ac_hi
=`expr '(' $ac_mid ')' - 1`
22110 if test $ac_mid -le $ac_hi; then
22114 ac_mid
=`expr 2 '*' $ac_mid`
22117 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22120 echo "$as_me: failed program was:" >&5
22121 sed 's/^/| /' conftest.
$ac_ext >&5
22126 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22129 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22130 # Binary search between lo and hi bounds.
22131 while test "x$ac_lo" != "x$ac_hi"; do
22132 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22133 cat >conftest.
$ac_ext <<_ACEOF
22136 cat confdefs.h
>>conftest.
$ac_ext
22137 cat >>conftest.
$ac_ext <<_ACEOF
22138 /* end confdefs.h. */
22139 $ac_includes_default
22140 typedef long ac__type_sizeof_;
22144 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22151 rm -f conftest.
$ac_objext
22152 if { (ac_try
="$ac_compile"
22153 case "(($ac_try" in
22154 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
22155 *) ac_try_echo=$ac_try;;
22157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22158 (eval "$ac_compile") 2>conftest.er1
22160 grep -v '^ *+' conftest.er1 >conftest.err
22162 cat conftest.err >&5
22163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22164 (exit $ac_status); } && {
22165 test -z "$ac_c_werror_flag" ||
22166 test ! -s conftest.err
22167 } && test -s conftest.$ac_objext; then
22170 echo "$as_me: failed program was:" >&5
22171 sed 's/^/| /' conftest.$ac_ext >&5
22173 ac_lo=`expr '(' $ac_mid ')' + 1`
22176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22179 ?*) ac_cv_sizeof_long=$ac_lo;;
22180 '') if test "$ac_cv_type_long" = yes; then
22181 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
22182 See \`config.log
' for more details." >&5
22183 echo "$as_me: error: cannot compute sizeof (long)
22184 See \`config.log' for more details.
" >&2;}
22185 { (exit 77); exit 77; }; }
22187 ac_cv_sizeof_long=0
22191 cat >conftest.$ac_ext <<_ACEOF
22194 cat confdefs.h >>conftest.$ac_ext
22195 cat >>conftest.$ac_ext <<_ACEOF
22196 /* end confdefs.h. */
22197 $ac_includes_default
22198 typedef long ac__type_sizeof_;
22199 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22200 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22202 #include <stdlib.h>
22207 FILE *f = fopen ("conftest.val
", "w
");
22210 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22212 long int i = longval ();
22213 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22215 fprintf (f, "%ld
\n", i);
22219 unsigned long int i = ulongval ();
22220 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22222 fprintf (f, "%lu
\n", i);
22224 return ferror (f) || fclose (f) != 0;
22230 rm -f conftest$ac_exeext
22231 if { (ac_try="$ac_link"
22232 case "(($ac_try" in
22233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22234 *) ac_try_echo=$ac_try;;
22236 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22237 (eval "$ac_link") 2>&5
22239 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22240 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22241 { (case "(($ac_try" in
22242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22243 *) ac_try_echo=$ac_try;;
22245 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22246 (eval "$ac_try") 2>&5
22248 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22249 (exit $ac_status); }; }; then
22250 ac_cv_sizeof_long=`cat conftest.val`
22252 echo "$as_me: program exited with status
$ac_status" >&5
22253 echo "$as_me: failed program was
:" >&5
22254 sed 's/^/| /' conftest.$ac_ext >&5
22256 ( exit $ac_status )
22257 if test "$ac_cv_type_long" = yes; then
22258 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(long
)
22259 See \
`config.log' for more details." >&5
22260 echo "$as_me: error: cannot compute sizeof (long)
22261 See \`config.log
' for more details." >&2;}
22262 { (exit 77); exit 77; }; }
22264 ac_cv_sizeof_long=0
22267 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22271 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
22272 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
22276 cat >>confdefs.h <<_ACEOF
22277 #define SIZEOF_LONG $ac_cv_sizeof_long
22281 { echo "$as_me:$LINENO: checking for size_t" >&5
22282 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
22283 if test "${ac_cv_type_size_t+set}" = set; then
22284 echo $ECHO_N "(cached) $ECHO_C" >&6
22286 cat >conftest.$ac_ext <<_ACEOF
22289 cat confdefs.h >>conftest.$ac_ext
22290 cat >>conftest.$ac_ext <<_ACEOF
22291 /* end confdefs.h. */
22292 $ac_includes_default
22293 typedef size_t ac__type_new_;
22297 if ((ac__type_new_ *) 0)
22299 if (sizeof (ac__type_new_))
22305 rm -f conftest.$ac_objext
22306 if { (ac_try="$ac_compile"
22307 case "(($ac_try" in
22308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22309 *) ac_try_echo=$ac_try;;
22311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22312 (eval "$ac_compile") 2>conftest.er1
22314 grep -v '^
*+' conftest.er1 >conftest.err
22316 cat conftest.err >&5
22317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22318 (exit $ac_status); } && {
22319 test -z "$ac_c_werror_flag" ||
22320 test ! -s conftest.err
22321 } && test -s conftest.$ac_objext; then
22322 ac_cv_type_size_t=yes
22324 echo "$as_me: failed program was:" >&5
22325 sed 's
/^
/| /' conftest.$ac_ext >&5
22327 ac_cv_type_size_t=no
22330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22332 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
22333 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
22335 # The cast to long int works around a bug in the HP C Compiler
22336 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22337 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22338 # This bug is HP SR number 8606223364.
22339 { echo "$as_me:$LINENO: checking size of size_t" >&5
22340 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
22341 if test "${ac_cv_sizeof_size_t+set}" = set; then
22342 echo $ECHO_N "(cached) $ECHO_C" >&6
22344 if test "$cross_compiling" = yes; then
22345 # Depending upon the size, compute the lo and hi bounds.
22346 cat >conftest.
$ac_ext <<_ACEOF
22349 cat confdefs.h
>>conftest.
$ac_ext
22350 cat >>conftest.
$ac_ext <<_ACEOF
22351 /* end confdefs.h. */
22352 $ac_includes_default
22353 typedef size_t ac__type_sizeof_;
22357 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22364 rm -f conftest.
$ac_objext
22365 if { (ac_try
="$ac_compile"
22366 case "(($ac_try" in
22367 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
22368 *) ac_try_echo=$ac_try;;
22370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22371 (eval "$ac_compile") 2>conftest.er1
22373 grep -v '^ *+' conftest.er1 >conftest.err
22375 cat conftest.err >&5
22376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22377 (exit $ac_status); } && {
22378 test -z "$ac_c_werror_flag" ||
22379 test ! -s conftest.err
22380 } && test -s conftest.$ac_objext; then
22383 cat >conftest.$ac_ext <<_ACEOF
22386 cat confdefs.h >>conftest.$ac_ext
22387 cat >>conftest.$ac_ext <<_ACEOF
22388 /* end confdefs.h. */
22389 $ac_includes_default
22390 typedef size_t ac__type_sizeof_;
22394 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22401 rm -f conftest.$ac_objext
22402 if { (ac_try="$ac_compile"
22403 case "(($ac_try" in
22404 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
22405 *) ac_try_echo
=$ac_try;;
22407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22408 (eval "$ac_compile") 2>conftest.er1
22410 grep -v '^ *+' conftest.er1
>conftest.err
22412 cat conftest.err
>&5
22413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22414 (exit $ac_status); } && {
22415 test -z "$ac_c_werror_flag" ||
22416 test ! -s conftest.err
22417 } && test -s conftest.
$ac_objext; then
22418 ac_hi
=$ac_mid; break
22420 echo "$as_me: failed program was:" >&5
22421 sed 's/^/| /' conftest.
$ac_ext >&5
22423 ac_lo
=`expr $ac_mid + 1`
22424 if test $ac_lo -le $ac_mid; then
22428 ac_mid
=`expr 2 '*' $ac_mid + 1`
22431 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22434 echo "$as_me: failed program was:" >&5
22435 sed 's/^/| /' conftest.
$ac_ext >&5
22437 cat >conftest.
$ac_ext <<_ACEOF
22440 cat confdefs.h
>>conftest.
$ac_ext
22441 cat >>conftest.
$ac_ext <<_ACEOF
22442 /* end confdefs.h. */
22443 $ac_includes_default
22444 typedef size_t ac__type_sizeof_;
22448 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22455 rm -f conftest.
$ac_objext
22456 if { (ac_try
="$ac_compile"
22457 case "(($ac_try" in
22458 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
22459 *) ac_try_echo=$ac_try;;
22461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22462 (eval "$ac_compile") 2>conftest.er1
22464 grep -v '^ *+' conftest.er1 >conftest.err
22466 cat conftest.err >&5
22467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22468 (exit $ac_status); } && {
22469 test -z "$ac_c_werror_flag" ||
22470 test ! -s conftest.err
22471 } && test -s conftest.$ac_objext; then
22474 cat >conftest.$ac_ext <<_ACEOF
22477 cat confdefs.h >>conftest.$ac_ext
22478 cat >>conftest.$ac_ext <<_ACEOF
22479 /* end confdefs.h. */
22480 $ac_includes_default
22481 typedef size_t ac__type_sizeof_;
22485 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22492 rm -f conftest.$ac_objext
22493 if { (ac_try="$ac_compile"
22494 case "(($ac_try" in
22495 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
22496 *) ac_try_echo
=$ac_try;;
22498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22499 (eval "$ac_compile") 2>conftest.er1
22501 grep -v '^ *+' conftest.er1
>conftest.err
22503 cat conftest.err
>&5
22504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22505 (exit $ac_status); } && {
22506 test -z "$ac_c_werror_flag" ||
22507 test ! -s conftest.err
22508 } && test -s conftest.
$ac_objext; then
22509 ac_lo
=$ac_mid; break
22511 echo "$as_me: failed program was:" >&5
22512 sed 's/^/| /' conftest.
$ac_ext >&5
22514 ac_hi
=`expr '(' $ac_mid ')' - 1`
22515 if test $ac_mid -le $ac_hi; then
22519 ac_mid
=`expr 2 '*' $ac_mid`
22522 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22525 echo "$as_me: failed program was:" >&5
22526 sed 's/^/| /' conftest.
$ac_ext >&5
22531 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22534 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22535 # Binary search between lo and hi bounds.
22536 while test "x$ac_lo" != "x$ac_hi"; do
22537 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22538 cat >conftest.
$ac_ext <<_ACEOF
22541 cat confdefs.h
>>conftest.
$ac_ext
22542 cat >>conftest.
$ac_ext <<_ACEOF
22543 /* end confdefs.h. */
22544 $ac_includes_default
22545 typedef size_t ac__type_sizeof_;
22549 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22556 rm -f conftest.
$ac_objext
22557 if { (ac_try
="$ac_compile"
22558 case "(($ac_try" in
22559 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
22560 *) ac_try_echo=$ac_try;;
22562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22563 (eval "$ac_compile") 2>conftest.er1
22565 grep -v '^ *+' conftest.er1 >conftest.err
22567 cat conftest.err >&5
22568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22569 (exit $ac_status); } && {
22570 test -z "$ac_c_werror_flag" ||
22571 test ! -s conftest.err
22572 } && test -s conftest.$ac_objext; then
22575 echo "$as_me: failed program was:" >&5
22576 sed 's/^/| /' conftest.$ac_ext >&5
22578 ac_lo=`expr '(' $ac_mid ')' + 1`
22581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22584 ?*) ac_cv_sizeof_size_t=$ac_lo;;
22585 '') if test "$ac_cv_type_size_t" = yes; then
22586 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
22587 See \`config.log
' for more details." >&5
22588 echo "$as_me: error: cannot compute sizeof (size_t)
22589 See \`config.log' for more details.
" >&2;}
22590 { (exit 77); exit 77; }; }
22592 ac_cv_sizeof_size_t=0
22596 cat >conftest.$ac_ext <<_ACEOF
22599 cat confdefs.h >>conftest.$ac_ext
22600 cat >>conftest.$ac_ext <<_ACEOF
22601 /* end confdefs.h. */
22602 $ac_includes_default
22603 typedef size_t ac__type_sizeof_;
22604 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22605 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22607 #include <stdlib.h>
22612 FILE *f = fopen ("conftest.val
", "w
");
22615 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22617 long int i = longval ();
22618 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22620 fprintf (f, "%ld
\n", i);
22624 unsigned long int i = ulongval ();
22625 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22627 fprintf (f, "%lu
\n", i);
22629 return ferror (f) || fclose (f) != 0;
22635 rm -f conftest$ac_exeext
22636 if { (ac_try="$ac_link"
22637 case "(($ac_try" in
22638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22639 *) ac_try_echo=$ac_try;;
22641 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22642 (eval "$ac_link") 2>&5
22644 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22645 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22646 { (case "(($ac_try" in
22647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22648 *) ac_try_echo=$ac_try;;
22650 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
22651 (eval "$ac_try") 2>&5
22653 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
22654 (exit $ac_status); }; }; then
22655 ac_cv_sizeof_size_t=`cat conftest.val`
22657 echo "$as_me: program exited with status
$ac_status" >&5
22658 echo "$as_me: failed program was
:" >&5
22659 sed 's/^/| /' conftest.$ac_ext >&5
22661 ( exit $ac_status )
22662 if test "$ac_cv_type_size_t" = yes; then
22663 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(size_t
)
22664 See \
`config.log' for more details." >&5
22665 echo "$as_me: error: cannot compute sizeof (size_t)
22666 See \`config.log
' for more details." >&2;}
22667 { (exit 77); exit 77; }; }
22669 ac_cv_sizeof_size_t=0
22672 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22676 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
22677 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
22681 cat >>confdefs.h <<_ACEOF
22682 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
22689 { echo "$as_me:$LINENO: checking for long long" >&5
22690 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
22691 if test "${ac_cv_type_long_long+set}" = set; then
22692 echo $ECHO_N "(cached) $ECHO_C" >&6
22694 cat >conftest.$ac_ext <<_ACEOF
22697 cat confdefs.h >>conftest.$ac_ext
22698 cat >>conftest.$ac_ext <<_ACEOF
22699 /* end confdefs.h. */
22700 $ac_includes_default
22701 typedef long long ac__type_new_;
22705 if ((ac__type_new_ *) 0)
22707 if (sizeof (ac__type_new_))
22713 rm -f conftest.$ac_objext
22714 if { (ac_try="$ac_compile"
22715 case "(($ac_try" in
22716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22717 *) ac_try_echo=$ac_try;;
22719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22720 (eval "$ac_compile") 2>conftest.er1
22722 grep -v '^
*+' conftest.er1 >conftest.err
22724 cat conftest.err >&5
22725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22726 (exit $ac_status); } && {
22727 test -z "$ac_c_werror_flag" ||
22728 test ! -s conftest.err
22729 } && test -s conftest.$ac_objext; then
22730 ac_cv_type_long_long=yes
22732 echo "$as_me: failed program was:" >&5
22733 sed 's
/^
/| /' conftest.$ac_ext >&5
22735 ac_cv_type_long_long=no
22738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22740 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
22741 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
22743 # The cast to long int works around a bug in the HP C Compiler
22744 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22745 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22746 # This bug is HP SR number 8606223364.
22747 { echo "$as_me:$LINENO: checking size of long long" >&5
22748 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
22749 if test "${ac_cv_sizeof_long_long+set}" = set; then
22750 echo $ECHO_N "(cached) $ECHO_C" >&6
22752 if test "$cross_compiling" = yes; then
22753 # Depending upon the size, compute the lo and hi bounds.
22754 cat >conftest.
$ac_ext <<_ACEOF
22757 cat confdefs.h
>>conftest.
$ac_ext
22758 cat >>conftest.
$ac_ext <<_ACEOF
22759 /* end confdefs.h. */
22760 $ac_includes_default
22761 typedef long long ac__type_sizeof_;
22765 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22772 rm -f conftest.
$ac_objext
22773 if { (ac_try
="$ac_compile"
22774 case "(($ac_try" in
22775 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
22776 *) ac_try_echo=$ac_try;;
22778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22779 (eval "$ac_compile") 2>conftest.er1
22781 grep -v '^ *+' conftest.er1 >conftest.err
22783 cat conftest.err >&5
22784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22785 (exit $ac_status); } && {
22786 test -z "$ac_c_werror_flag" ||
22787 test ! -s conftest.err
22788 } && test -s conftest.$ac_objext; then
22791 cat >conftest.$ac_ext <<_ACEOF
22794 cat confdefs.h >>conftest.$ac_ext
22795 cat >>conftest.$ac_ext <<_ACEOF
22796 /* end confdefs.h. */
22797 $ac_includes_default
22798 typedef long long ac__type_sizeof_;
22802 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22809 rm -f conftest.$ac_objext
22810 if { (ac_try="$ac_compile"
22811 case "(($ac_try" in
22812 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
22813 *) ac_try_echo
=$ac_try;;
22815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22816 (eval "$ac_compile") 2>conftest.er1
22818 grep -v '^ *+' conftest.er1
>conftest.err
22820 cat conftest.err
>&5
22821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22822 (exit $ac_status); } && {
22823 test -z "$ac_c_werror_flag" ||
22824 test ! -s conftest.err
22825 } && test -s conftest.
$ac_objext; then
22826 ac_hi
=$ac_mid; break
22828 echo "$as_me: failed program was:" >&5
22829 sed 's/^/| /' conftest.
$ac_ext >&5
22831 ac_lo
=`expr $ac_mid + 1`
22832 if test $ac_lo -le $ac_mid; then
22836 ac_mid
=`expr 2 '*' $ac_mid + 1`
22839 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22842 echo "$as_me: failed program was:" >&5
22843 sed 's/^/| /' conftest.
$ac_ext >&5
22845 cat >conftest.
$ac_ext <<_ACEOF
22848 cat confdefs.h
>>conftest.
$ac_ext
22849 cat >>conftest.
$ac_ext <<_ACEOF
22850 /* end confdefs.h. */
22851 $ac_includes_default
22852 typedef long long ac__type_sizeof_;
22856 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22863 rm -f conftest.
$ac_objext
22864 if { (ac_try
="$ac_compile"
22865 case "(($ac_try" in
22866 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
22867 *) ac_try_echo=$ac_try;;
22869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22870 (eval "$ac_compile") 2>conftest.er1
22872 grep -v '^ *+' conftest.er1 >conftest.err
22874 cat conftest.err >&5
22875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22876 (exit $ac_status); } && {
22877 test -z "$ac_c_werror_flag" ||
22878 test ! -s conftest.err
22879 } && test -s conftest.$ac_objext; then
22882 cat >conftest.$ac_ext <<_ACEOF
22885 cat confdefs.h >>conftest.$ac_ext
22886 cat >>conftest.$ac_ext <<_ACEOF
22887 /* end confdefs.h. */
22888 $ac_includes_default
22889 typedef long long ac__type_sizeof_;
22893 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22900 rm -f conftest.$ac_objext
22901 if { (ac_try="$ac_compile"
22902 case "(($ac_try" in
22903 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
22904 *) ac_try_echo
=$ac_try;;
22906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22907 (eval "$ac_compile") 2>conftest.er1
22909 grep -v '^ *+' conftest.er1
>conftest.err
22911 cat conftest.err
>&5
22912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22913 (exit $ac_status); } && {
22914 test -z "$ac_c_werror_flag" ||
22915 test ! -s conftest.err
22916 } && test -s conftest.
$ac_objext; then
22917 ac_lo
=$ac_mid; break
22919 echo "$as_me: failed program was:" >&5
22920 sed 's/^/| /' conftest.
$ac_ext >&5
22922 ac_hi
=`expr '(' $ac_mid ')' - 1`
22923 if test $ac_mid -le $ac_hi; then
22927 ac_mid
=`expr 2 '*' $ac_mid`
22930 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22933 echo "$as_me: failed program was:" >&5
22934 sed 's/^/| /' conftest.
$ac_ext >&5
22939 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22942 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22943 # Binary search between lo and hi bounds.
22944 while test "x$ac_lo" != "x$ac_hi"; do
22945 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22946 cat >conftest.
$ac_ext <<_ACEOF
22949 cat confdefs.h
>>conftest.
$ac_ext
22950 cat >>conftest.
$ac_ext <<_ACEOF
22951 /* end confdefs.h. */
22952 $ac_includes_default
22953 typedef long long ac__type_sizeof_;
22957 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22964 rm -f conftest.
$ac_objext
22965 if { (ac_try
="$ac_compile"
22966 case "(($ac_try" in
22967 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
22968 *) ac_try_echo=$ac_try;;
22970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22971 (eval "$ac_compile") 2>conftest.er1
22973 grep -v '^ *+' conftest.er1 >conftest.err
22975 cat conftest.err >&5
22976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22977 (exit $ac_status); } && {
22978 test -z "$ac_c_werror_flag" ||
22979 test ! -s conftest.err
22980 } && test -s conftest.$ac_objext; then
22983 echo "$as_me: failed program was:" >&5
22984 sed 's/^/| /' conftest.$ac_ext >&5
22986 ac_lo=`expr '(' $ac_mid ')' + 1`
22989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22992 ?*) ac_cv_sizeof_long_long=$ac_lo;;
22993 '') if test "$ac_cv_type_long_long" = yes; then
22994 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22995 See \`config.log
' for more details." >&5
22996 echo "$as_me: error: cannot compute sizeof (long long)
22997 See \`config.log' for more details.
" >&2;}
22998 { (exit 77); exit 77; }; }
23000 ac_cv_sizeof_long_long=0
23004 cat >conftest.$ac_ext <<_ACEOF
23007 cat confdefs.h >>conftest.$ac_ext
23008 cat >>conftest.$ac_ext <<_ACEOF
23009 /* end confdefs.h. */
23010 $ac_includes_default
23011 typedef long long ac__type_sizeof_;
23012 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23013 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23015 #include <stdlib.h>
23020 FILE *f = fopen ("conftest.val
", "w
");
23023 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23025 long int i = longval ();
23026 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23028 fprintf (f, "%ld
\n", i);
23032 unsigned long int i = ulongval ();
23033 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23035 fprintf (f, "%lu
\n", i);
23037 return ferror (f) || fclose (f) != 0;
23043 rm -f conftest$ac_exeext
23044 if { (ac_try="$ac_link"
23045 case "(($ac_try" in
23046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23047 *) ac_try_echo=$ac_try;;
23049 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
23050 (eval "$ac_link") 2>&5
23052 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
23053 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23054 { (case "(($ac_try" in
23055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23056 *) ac_try_echo=$ac_try;;
23058 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
23059 (eval "$ac_try") 2>&5
23061 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
23062 (exit $ac_status); }; }; then
23063 ac_cv_sizeof_long_long=`cat conftest.val`
23065 echo "$as_me: program exited with status
$ac_status" >&5
23066 echo "$as_me: failed program was
:" >&5
23067 sed 's/^/| /' conftest.$ac_ext >&5
23069 ( exit $ac_status )
23070 if test "$ac_cv_type_long_long" = yes; then
23071 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(long long
)
23072 See \
`config.log' for more details." >&5
23073 echo "$as_me: error: cannot compute sizeof (long long)
23074 See \`config.log
' for more details." >&2;}
23075 { (exit 77); exit 77; }; }
23077 ac_cv_sizeof_long_long=0
23080 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23084 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
23085 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23089 cat >>confdefs.h <<_ACEOF
23090 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23096 { echo "$as_me:$LINENO: checking for long long" >&5
23097 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
23098 if test "${ac_cv_type_long_long+set}" = set; then
23099 echo $ECHO_N "(cached) $ECHO_C" >&6
23101 cat >conftest.$ac_ext <<_ACEOF
23104 cat confdefs.h >>conftest.$ac_ext
23105 cat >>conftest.$ac_ext <<_ACEOF
23106 /* end confdefs.h. */
23107 $ac_includes_default
23108 typedef long long ac__type_new_;
23112 if ((ac__type_new_ *) 0)
23114 if (sizeof (ac__type_new_))
23120 rm -f conftest.$ac_objext
23121 if { (ac_try="$ac_compile"
23122 case "(($ac_try" in
23123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23124 *) ac_try_echo=$ac_try;;
23126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23127 (eval "$ac_compile") 2>conftest.er1
23129 grep -v '^
*+' conftest.er1 >conftest.err
23131 cat conftest.err >&5
23132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23133 (exit $ac_status); } && {
23134 test -z "$ac_c_werror_flag" ||
23135 test ! -s conftest.err
23136 } && test -s conftest.$ac_objext; then
23137 ac_cv_type_long_long=yes
23139 echo "$as_me: failed program was:" >&5
23140 sed 's
/^
/| /' conftest.$ac_ext >&5
23142 ac_cv_type_long_long=no
23145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23147 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
23148 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
23150 # The cast to long int works around a bug in the HP C Compiler
23151 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23152 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23153 # This bug is HP SR number 8606223364.
23154 { echo "$as_me:$LINENO: checking size of long long" >&5
23155 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
23156 if test "${ac_cv_sizeof_long_long+set}" = set; then
23157 echo $ECHO_N "(cached) $ECHO_C" >&6
23159 if test "$cross_compiling" = yes; then
23160 # Depending upon the size, compute the lo and hi bounds.
23161 cat >conftest.
$ac_ext <<_ACEOF
23164 cat confdefs.h
>>conftest.
$ac_ext
23165 cat >>conftest.
$ac_ext <<_ACEOF
23166 /* end confdefs.h. */
23167 $ac_includes_default
23168 typedef long long ac__type_sizeof_;
23172 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23179 rm -f conftest.
$ac_objext
23180 if { (ac_try
="$ac_compile"
23181 case "(($ac_try" in
23182 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
23183 *) ac_try_echo=$ac_try;;
23185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23186 (eval "$ac_compile") 2>conftest.er1
23188 grep -v '^ *+' conftest.er1 >conftest.err
23190 cat conftest.err >&5
23191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23192 (exit $ac_status); } && {
23193 test -z "$ac_c_werror_flag" ||
23194 test ! -s conftest.err
23195 } && test -s conftest.$ac_objext; then
23198 cat >conftest.$ac_ext <<_ACEOF
23201 cat confdefs.h >>conftest.$ac_ext
23202 cat >>conftest.$ac_ext <<_ACEOF
23203 /* end confdefs.h. */
23204 $ac_includes_default
23205 typedef long long ac__type_sizeof_;
23209 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23216 rm -f conftest.$ac_objext
23217 if { (ac_try="$ac_compile"
23218 case "(($ac_try" in
23219 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
23220 *) ac_try_echo
=$ac_try;;
23222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23223 (eval "$ac_compile") 2>conftest.er1
23225 grep -v '^ *+' conftest.er1
>conftest.err
23227 cat conftest.err
>&5
23228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23229 (exit $ac_status); } && {
23230 test -z "$ac_c_werror_flag" ||
23231 test ! -s conftest.err
23232 } && test -s conftest.
$ac_objext; then
23233 ac_hi
=$ac_mid; break
23235 echo "$as_me: failed program was:" >&5
23236 sed 's/^/| /' conftest.
$ac_ext >&5
23238 ac_lo
=`expr $ac_mid + 1`
23239 if test $ac_lo -le $ac_mid; then
23243 ac_mid
=`expr 2 '*' $ac_mid + 1`
23246 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23249 echo "$as_me: failed program was:" >&5
23250 sed 's/^/| /' conftest.
$ac_ext >&5
23252 cat >conftest.
$ac_ext <<_ACEOF
23255 cat confdefs.h
>>conftest.
$ac_ext
23256 cat >>conftest.
$ac_ext <<_ACEOF
23257 /* end confdefs.h. */
23258 $ac_includes_default
23259 typedef long long ac__type_sizeof_;
23263 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23270 rm -f conftest.
$ac_objext
23271 if { (ac_try
="$ac_compile"
23272 case "(($ac_try" in
23273 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
23274 *) ac_try_echo=$ac_try;;
23276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23277 (eval "$ac_compile") 2>conftest.er1
23279 grep -v '^ *+' conftest.er1 >conftest.err
23281 cat conftest.err >&5
23282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23283 (exit $ac_status); } && {
23284 test -z "$ac_c_werror_flag" ||
23285 test ! -s conftest.err
23286 } && test -s conftest.$ac_objext; then
23289 cat >conftest.$ac_ext <<_ACEOF
23292 cat confdefs.h >>conftest.$ac_ext
23293 cat >>conftest.$ac_ext <<_ACEOF
23294 /* end confdefs.h. */
23295 $ac_includes_default
23296 typedef long long ac__type_sizeof_;
23300 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23307 rm -f conftest.$ac_objext
23308 if { (ac_try="$ac_compile"
23309 case "(($ac_try" in
23310 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
23311 *) ac_try_echo
=$ac_try;;
23313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23314 (eval "$ac_compile") 2>conftest.er1
23316 grep -v '^ *+' conftest.er1
>conftest.err
23318 cat conftest.err
>&5
23319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23320 (exit $ac_status); } && {
23321 test -z "$ac_c_werror_flag" ||
23322 test ! -s conftest.err
23323 } && test -s conftest.
$ac_objext; then
23324 ac_lo
=$ac_mid; break
23326 echo "$as_me: failed program was:" >&5
23327 sed 's/^/| /' conftest.
$ac_ext >&5
23329 ac_hi
=`expr '(' $ac_mid ')' - 1`
23330 if test $ac_mid -le $ac_hi; then
23334 ac_mid
=`expr 2 '*' $ac_mid`
23337 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23340 echo "$as_me: failed program was:" >&5
23341 sed 's/^/| /' conftest.
$ac_ext >&5
23346 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23349 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23350 # Binary search between lo and hi bounds.
23351 while test "x$ac_lo" != "x$ac_hi"; do
23352 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23353 cat >conftest.
$ac_ext <<_ACEOF
23356 cat confdefs.h
>>conftest.
$ac_ext
23357 cat >>conftest.
$ac_ext <<_ACEOF
23358 /* end confdefs.h. */
23359 $ac_includes_default
23360 typedef long long ac__type_sizeof_;
23364 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23371 rm -f conftest.
$ac_objext
23372 if { (ac_try
="$ac_compile"
23373 case "(($ac_try" in
23374 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
23375 *) ac_try_echo=$ac_try;;
23377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23378 (eval "$ac_compile") 2>conftest.er1
23380 grep -v '^ *+' conftest.er1 >conftest.err
23382 cat conftest.err >&5
23383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23384 (exit $ac_status); } && {
23385 test -z "$ac_c_werror_flag" ||
23386 test ! -s conftest.err
23387 } && test -s conftest.$ac_objext; then
23390 echo "$as_me: failed program was:" >&5
23391 sed 's/^/| /' conftest.$ac_ext >&5
23393 ac_lo=`expr '(' $ac_mid ')' + 1`
23396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23399 ?*) ac_cv_sizeof_long_long=$ac_lo;;
23400 '') if test "$ac_cv_type_long_long" = yes; then
23401 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23402 See \`config.log
' for more details." >&5
23403 echo "$as_me: error: cannot compute sizeof (long long)
23404 See \`config.log' for more details.
" >&2;}
23405 { (exit 77); exit 77; }; }
23407 ac_cv_sizeof_long_long=0
23411 cat >conftest.$ac_ext <<_ACEOF
23414 cat confdefs.h >>conftest.$ac_ext
23415 cat >>conftest.$ac_ext <<_ACEOF
23416 /* end confdefs.h. */
23417 $ac_includes_default
23418 typedef long long ac__type_sizeof_;
23419 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23420 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23422 #include <stdlib.h>
23427 FILE *f = fopen ("conftest.val
", "w
");
23430 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23432 long int i = longval ();
23433 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23435 fprintf (f, "%ld
\n", i);
23439 unsigned long int i = ulongval ();
23440 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23442 fprintf (f, "%lu
\n", i);
23444 return ferror (f) || fclose (f) != 0;
23450 rm -f conftest$ac_exeext
23451 if { (ac_try="$ac_link"
23452 case "(($ac_try" in
23453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23454 *) ac_try_echo=$ac_try;;
23456 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
23457 (eval "$ac_link") 2>&5
23459 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
23460 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23461 { (case "(($ac_try" in
23462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23463 *) ac_try_echo=$ac_try;;
23465 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
23466 (eval "$ac_try") 2>&5
23468 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
23469 (exit $ac_status); }; }; then
23470 ac_cv_sizeof_long_long=`cat conftest.val`
23472 echo "$as_me: program exited with status
$ac_status" >&5
23473 echo "$as_me: failed program was
:" >&5
23474 sed 's/^/| /' conftest.$ac_ext >&5
23476 ( exit $ac_status )
23477 if test "$ac_cv_type_long_long" = yes; then
23478 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(long long
)
23479 See \
`config.log' for more details." >&5
23480 echo "$as_me: error: cannot compute sizeof (long long)
23481 See \`config.log
' for more details." >&2;}
23482 { (exit 77); exit 77; }; }
23484 ac_cv_sizeof_long_long=0
23487 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23491 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
23492 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23496 cat >>confdefs.h <<_ACEOF
23497 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23501 if test "$ac_cv_sizeof_long_long" != 0; then
23502 CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
23506 { echo "$as_me:$LINENO: checking for long long" >&5
23507 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
23508 if test "${ac_cv_type_long_long+set}" = set; then
23509 echo $ECHO_N "(cached) $ECHO_C" >&6
23511 cat >conftest.$ac_ext <<_ACEOF
23514 cat confdefs.h >>conftest.$ac_ext
23515 cat >>conftest.$ac_ext <<_ACEOF
23516 /* end confdefs.h. */
23517 $ac_includes_default
23518 typedef long long ac__type_new_;
23522 if ((ac__type_new_ *) 0)
23524 if (sizeof (ac__type_new_))
23530 rm -f conftest.$ac_objext
23531 if { (ac_try="$ac_compile"
23532 case "(($ac_try" in
23533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23534 *) ac_try_echo=$ac_try;;
23536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23537 (eval "$ac_compile") 2>conftest.er1
23539 grep -v '^
*+' conftest.er1 >conftest.err
23541 cat conftest.err >&5
23542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23543 (exit $ac_status); } && {
23544 test -z "$ac_c_werror_flag" ||
23545 test ! -s conftest.err
23546 } && test -s conftest.$ac_objext; then
23547 ac_cv_type_long_long=yes
23549 echo "$as_me: failed program was:" >&5
23550 sed 's
/^
/| /' conftest.$ac_ext >&5
23552 ac_cv_type_long_long=no
23555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23557 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
23558 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
23560 # The cast to long int works around a bug in the HP C Compiler
23561 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23562 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23563 # This bug is HP SR number 8606223364.
23564 { echo "$as_me:$LINENO: checking size of long long" >&5
23565 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
23566 if test "${ac_cv_sizeof_long_long+set}" = set; then
23567 echo $ECHO_N "(cached) $ECHO_C" >&6
23569 if test "$cross_compiling" = yes; then
23570 # Depending upon the size, compute the lo and hi bounds.
23571 cat >conftest.
$ac_ext <<_ACEOF
23574 cat confdefs.h
>>conftest.
$ac_ext
23575 cat >>conftest.
$ac_ext <<_ACEOF
23576 /* end confdefs.h. */
23577 $ac_includes_default
23578 typedef long long ac__type_sizeof_;
23582 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23589 rm -f conftest.
$ac_objext
23590 if { (ac_try
="$ac_compile"
23591 case "(($ac_try" in
23592 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
23593 *) ac_try_echo=$ac_try;;
23595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23596 (eval "$ac_compile") 2>conftest.er1
23598 grep -v '^ *+' conftest.er1 >conftest.err
23600 cat conftest.err >&5
23601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23602 (exit $ac_status); } && {
23603 test -z "$ac_c_werror_flag" ||
23604 test ! -s conftest.err
23605 } && test -s conftest.$ac_objext; then
23608 cat >conftest.$ac_ext <<_ACEOF
23611 cat confdefs.h >>conftest.$ac_ext
23612 cat >>conftest.$ac_ext <<_ACEOF
23613 /* end confdefs.h. */
23614 $ac_includes_default
23615 typedef long long ac__type_sizeof_;
23619 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23626 rm -f conftest.$ac_objext
23627 if { (ac_try="$ac_compile"
23628 case "(($ac_try" in
23629 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
23630 *) ac_try_echo
=$ac_try;;
23632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23633 (eval "$ac_compile") 2>conftest.er1
23635 grep -v '^ *+' conftest.er1
>conftest.err
23637 cat conftest.err
>&5
23638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23639 (exit $ac_status); } && {
23640 test -z "$ac_c_werror_flag" ||
23641 test ! -s conftest.err
23642 } && test -s conftest.
$ac_objext; then
23643 ac_hi
=$ac_mid; break
23645 echo "$as_me: failed program was:" >&5
23646 sed 's/^/| /' conftest.
$ac_ext >&5
23648 ac_lo
=`expr $ac_mid + 1`
23649 if test $ac_lo -le $ac_mid; then
23653 ac_mid
=`expr 2 '*' $ac_mid + 1`
23656 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23659 echo "$as_me: failed program was:" >&5
23660 sed 's/^/| /' conftest.
$ac_ext >&5
23662 cat >conftest.
$ac_ext <<_ACEOF
23665 cat confdefs.h
>>conftest.
$ac_ext
23666 cat >>conftest.
$ac_ext <<_ACEOF
23667 /* end confdefs.h. */
23668 $ac_includes_default
23669 typedef long long ac__type_sizeof_;
23673 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23680 rm -f conftest.
$ac_objext
23681 if { (ac_try
="$ac_compile"
23682 case "(($ac_try" in
23683 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
23684 *) ac_try_echo=$ac_try;;
23686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23687 (eval "$ac_compile") 2>conftest.er1
23689 grep -v '^ *+' conftest.er1 >conftest.err
23691 cat conftest.err >&5
23692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23693 (exit $ac_status); } && {
23694 test -z "$ac_c_werror_flag" ||
23695 test ! -s conftest.err
23696 } && test -s conftest.$ac_objext; then
23699 cat >conftest.$ac_ext <<_ACEOF
23702 cat confdefs.h >>conftest.$ac_ext
23703 cat >>conftest.$ac_ext <<_ACEOF
23704 /* end confdefs.h. */
23705 $ac_includes_default
23706 typedef long long ac__type_sizeof_;
23710 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23717 rm -f conftest.$ac_objext
23718 if { (ac_try="$ac_compile"
23719 case "(($ac_try" in
23720 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
23721 *) ac_try_echo
=$ac_try;;
23723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23724 (eval "$ac_compile") 2>conftest.er1
23726 grep -v '^ *+' conftest.er1
>conftest.err
23728 cat conftest.err
>&5
23729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23730 (exit $ac_status); } && {
23731 test -z "$ac_c_werror_flag" ||
23732 test ! -s conftest.err
23733 } && test -s conftest.
$ac_objext; then
23734 ac_lo
=$ac_mid; break
23736 echo "$as_me: failed program was:" >&5
23737 sed 's/^/| /' conftest.
$ac_ext >&5
23739 ac_hi
=`expr '(' $ac_mid ')' - 1`
23740 if test $ac_mid -le $ac_hi; then
23744 ac_mid
=`expr 2 '*' $ac_mid`
23747 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23750 echo "$as_me: failed program was:" >&5
23751 sed 's/^/| /' conftest.
$ac_ext >&5
23756 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23759 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23760 # Binary search between lo and hi bounds.
23761 while test "x$ac_lo" != "x$ac_hi"; do
23762 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23763 cat >conftest.
$ac_ext <<_ACEOF
23766 cat confdefs.h
>>conftest.
$ac_ext
23767 cat >>conftest.
$ac_ext <<_ACEOF
23768 /* end confdefs.h. */
23769 $ac_includes_default
23770 typedef long long ac__type_sizeof_;
23774 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23781 rm -f conftest.
$ac_objext
23782 if { (ac_try
="$ac_compile"
23783 case "(($ac_try" in
23784 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
23785 *) ac_try_echo=$ac_try;;
23787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23788 (eval "$ac_compile") 2>conftest.er1
23790 grep -v '^ *+' conftest.er1 >conftest.err
23792 cat conftest.err >&5
23793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23794 (exit $ac_status); } && {
23795 test -z "$ac_c_werror_flag" ||
23796 test ! -s conftest.err
23797 } && test -s conftest.$ac_objext; then
23800 echo "$as_me: failed program was:" >&5
23801 sed 's/^/| /' conftest.$ac_ext >&5
23803 ac_lo=`expr '(' $ac_mid ')' + 1`
23806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23809 ?*) ac_cv_sizeof_long_long=$ac_lo;;
23810 '') if test "$ac_cv_type_long_long" = yes; then
23811 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23812 See \`config.log
' for more details." >&5
23813 echo "$as_me: error: cannot compute sizeof (long long)
23814 See \`config.log' for more details.
" >&2;}
23815 { (exit 77); exit 77; }; }
23817 ac_cv_sizeof_long_long=0
23821 cat >conftest.$ac_ext <<_ACEOF
23824 cat confdefs.h >>conftest.$ac_ext
23825 cat >>conftest.$ac_ext <<_ACEOF
23826 /* end confdefs.h. */
23827 $ac_includes_default
23828 typedef long long ac__type_sizeof_;
23829 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23830 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23832 #include <stdlib.h>
23837 FILE *f = fopen ("conftest.val
", "w
");
23840 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23842 long int i = longval ();
23843 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23845 fprintf (f, "%ld
\n", i);
23849 unsigned long int i = ulongval ();
23850 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23852 fprintf (f, "%lu
\n", i);
23854 return ferror (f) || fclose (f) != 0;
23860 rm -f conftest$ac_exeext
23861 if { (ac_try="$ac_link"
23862 case "(($ac_try" in
23863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23864 *) ac_try_echo=$ac_try;;
23866 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
23867 (eval "$ac_link") 2>&5
23869 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
23870 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23871 { (case "(($ac_try" in
23872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23873 *) ac_try_echo=$ac_try;;
23875 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
23876 (eval "$ac_try") 2>&5
23878 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
23879 (exit $ac_status); }; }; then
23880 ac_cv_sizeof_long_long=`cat conftest.val`
23882 echo "$as_me: program exited with status
$ac_status" >&5
23883 echo "$as_me: failed program was
:" >&5
23884 sed 's/^/| /' conftest.$ac_ext >&5
23886 ( exit $ac_status )
23887 if test "$ac_cv_type_long_long" = yes; then
23888 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(long long
)
23889 See \
`config.log' for more details." >&5
23890 echo "$as_me: error: cannot compute sizeof (long long)
23891 See \`config.log
' for more details." >&2;}
23892 { (exit 77); exit 77; }; }
23894 ac_cv_sizeof_long_long=0
23897 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23901 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
23902 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23906 cat >>confdefs.h <<_ACEOF
23907 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23913 { echo "$as_me:$LINENO: checking for wchar_t" >&5
23914 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
23915 if test "${ac_cv_type_wchar_t+set}" = set; then
23916 echo $ECHO_N "(cached) $ECHO_C" >&6
23918 cat >conftest.$ac_ext <<_ACEOF
23921 cat confdefs.h >>conftest.$ac_ext
23922 cat >>conftest.$ac_ext <<_ACEOF
23923 /* end confdefs.h. */
23925 /* DJGPP's wchar_t is now a keyword
in C
++ (still not C though
) */
23926 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23927 # error "fake wchar_t"
23929 #ifdef HAVE_WCHAR_H
23931 # include <stddef.h>
23933 # include <wchar.h>
23935 #ifdef HAVE_STDLIB_H
23936 # include <stdlib.h>
23942 typedef wchar_t ac__type_new_
;
23946 if ((ac__type_new_
*) 0)
23948 if (sizeof
(ac__type_new_
))
23954 rm -f conftest.
$ac_objext
23955 if { (ac_try
="$ac_compile"
23956 case "(($ac_try" in
23957 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
23958 *) ac_try_echo=$ac_try;;
23960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23961 (eval "$ac_compile") 2>conftest.er1
23963 grep -v '^ *+' conftest.er1 >conftest.err
23965 cat conftest.err >&5
23966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23967 (exit $ac_status); } && {
23968 test -z "$ac_c_werror_flag" ||
23969 test ! -s conftest.err
23970 } && test -s conftest.$ac_objext; then
23971 ac_cv_type_wchar_t=yes
23973 echo "$as_me: failed program was:" >&5
23974 sed 's/^/| /' conftest.$ac_ext >&5
23976 ac_cv_type_wchar_t=no
23979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23981 { echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
23982 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6; }
23984 # The cast to long int works around a bug in the HP C Compiler
23985 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23986 # declarations like `int a3
[[(sizeof
(unsigned char
)) >= 0]];'.
23987 # This bug is HP SR number 8606223364.
23988 { echo "$as_me:$LINENO: checking size of wchar_t" >&5
23989 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6; }
23990 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
23991 echo $ECHO_N "(cached) $ECHO_C" >&6
23993 if test "$cross_compiling" = yes; then
23994 # Depending upon the size, compute the lo and hi bounds.
23995 cat >conftest.$ac_ext <<_ACEOF
23998 cat confdefs.h >>conftest.$ac_ext
23999 cat >>conftest.$ac_ext <<_ACEOF
24000 /* end confdefs.h. */
24002 /* DJGPP's wchar_t is now a keyword
in C
++ (still not C though
) */
24003 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24004 # error "fake wchar_t"
24006 #ifdef HAVE_WCHAR_H
24008 # include <stddef.h>
24010 # include <wchar.h>
24012 #ifdef HAVE_STDLIB_H
24013 # include <stdlib.h>
24019 typedef wchar_t ac__type_sizeof_
;
24023 static int test_array
[1 - 2 * !(((long int
) (sizeof
(ac__type_sizeof_
))) >= 0)];
24030 rm -f conftest.
$ac_objext
24031 if { (ac_try
="$ac_compile"
24032 case "(($ac_try" in
24033 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
24034 *) ac_try_echo=$ac_try;;
24036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24037 (eval "$ac_compile") 2>conftest.er1
24039 grep -v '^ *+' conftest.er1 >conftest.err
24041 cat conftest.err >&5
24042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24043 (exit $ac_status); } && {
24044 test -z "$ac_c_werror_flag" ||
24045 test ! -s conftest.err
24046 } && test -s conftest.$ac_objext; then
24049 cat >conftest.$ac_ext <<_ACEOF
24052 cat confdefs.h >>conftest.$ac_ext
24053 cat >>conftest.$ac_ext <<_ACEOF
24054 /* end confdefs.h. */
24056 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24057 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24058 # error "fake wchar_t"
24060 #ifdef HAVE_WCHAR_H
24062 # include <stddef.h>
24064 # include <wchar.h>
24066 #ifdef HAVE_STDLIB_H
24067 # include <stdlib.h>
24073 typedef wchar_t ac__type_sizeof_;
24077 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24084 rm -f conftest.$ac_objext
24085 if { (ac_try="$ac_compile"
24086 case "(($ac_try" in
24087 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
24088 *) ac_try_echo
=$ac_try;;
24090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24091 (eval "$ac_compile") 2>conftest.er1
24093 grep -v '^ *+' conftest.er1
>conftest.err
24095 cat conftest.err
>&5
24096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24097 (exit $ac_status); } && {
24098 test -z "$ac_c_werror_flag" ||
24099 test ! -s conftest.err
24100 } && test -s conftest.
$ac_objext; then
24101 ac_hi
=$ac_mid; break
24103 echo "$as_me: failed program was:" >&5
24104 sed 's/^/| /' conftest.
$ac_ext >&5
24106 ac_lo
=`expr $ac_mid + 1`
24107 if test $ac_lo -le $ac_mid; then
24111 ac_mid
=`expr 2 '*' $ac_mid + 1`
24114 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24117 echo "$as_me: failed program was:" >&5
24118 sed 's/^/| /' conftest.
$ac_ext >&5
24120 cat >conftest.
$ac_ext <<_ACEOF
24123 cat confdefs.h
>>conftest.
$ac_ext
24124 cat >>conftest.
$ac_ext <<_ACEOF
24125 /* end confdefs.h. */
24127 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24128 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24129 # error "fake wchar_t"
24131 #ifdef HAVE_WCHAR_H
24133 # include <stddef.h>
24135 # include <wchar.h>
24137 #ifdef HAVE_STDLIB_H
24138 # include <stdlib.h>
24144 typedef wchar_t ac__type_sizeof_;
24148 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
24155 rm -f conftest.
$ac_objext
24156 if { (ac_try
="$ac_compile"
24157 case "(($ac_try" in
24158 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
24159 *) ac_try_echo=$ac_try;;
24161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24162 (eval "$ac_compile") 2>conftest.er1
24164 grep -v '^ *+' conftest.er1 >conftest.err
24166 cat conftest.err >&5
24167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24168 (exit $ac_status); } && {
24169 test -z "$ac_c_werror_flag" ||
24170 test ! -s conftest.err
24171 } && test -s conftest.$ac_objext; then
24174 cat >conftest.$ac_ext <<_ACEOF
24177 cat confdefs.h >>conftest.$ac_ext
24178 cat >>conftest.$ac_ext <<_ACEOF
24179 /* end confdefs.h. */
24181 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24182 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24183 # error "fake wchar_t"
24185 #ifdef HAVE_WCHAR_H
24187 # include <stddef.h>
24189 # include <wchar.h>
24191 #ifdef HAVE_STDLIB_H
24192 # include <stdlib.h>
24198 typedef wchar_t ac__type_sizeof_;
24202 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
24209 rm -f conftest.$ac_objext
24210 if { (ac_try="$ac_compile"
24211 case "(($ac_try" in
24212 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
24213 *) ac_try_echo
=$ac_try;;
24215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24216 (eval "$ac_compile") 2>conftest.er1
24218 grep -v '^ *+' conftest.er1
>conftest.err
24220 cat conftest.err
>&5
24221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24222 (exit $ac_status); } && {
24223 test -z "$ac_c_werror_flag" ||
24224 test ! -s conftest.err
24225 } && test -s conftest.
$ac_objext; then
24226 ac_lo
=$ac_mid; break
24228 echo "$as_me: failed program was:" >&5
24229 sed 's/^/| /' conftest.
$ac_ext >&5
24231 ac_hi
=`expr '(' $ac_mid ')' - 1`
24232 if test $ac_mid -le $ac_hi; then
24236 ac_mid
=`expr 2 '*' $ac_mid`
24239 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24242 echo "$as_me: failed program was:" >&5
24243 sed 's/^/| /' conftest.
$ac_ext >&5
24248 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24251 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24252 # Binary search between lo and hi bounds.
24253 while test "x$ac_lo" != "x$ac_hi"; do
24254 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
24255 cat >conftest.
$ac_ext <<_ACEOF
24258 cat confdefs.h
>>conftest.
$ac_ext
24259 cat >>conftest.
$ac_ext <<_ACEOF
24260 /* end confdefs.h. */
24262 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24263 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24264 # error "fake wchar_t"
24266 #ifdef HAVE_WCHAR_H
24268 # include <stddef.h>
24270 # include <wchar.h>
24272 #ifdef HAVE_STDLIB_H
24273 # include <stdlib.h>
24279 typedef wchar_t ac__type_sizeof_;
24283 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24290 rm -f conftest.
$ac_objext
24291 if { (ac_try
="$ac_compile"
24292 case "(($ac_try" in
24293 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
24294 *) ac_try_echo=$ac_try;;
24296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24297 (eval "$ac_compile") 2>conftest.er1
24299 grep -v '^ *+' conftest.er1 >conftest.err
24301 cat conftest.err >&5
24302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24303 (exit $ac_status); } && {
24304 test -z "$ac_c_werror_flag" ||
24305 test ! -s conftest.err
24306 } && test -s conftest.$ac_objext; then
24309 echo "$as_me: failed program was:" >&5
24310 sed 's/^/| /' conftest.$ac_ext >&5
24312 ac_lo=`expr '(' $ac_mid ')' + 1`
24315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24318 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
24319 '') if test "$ac_cv_type_wchar_t" = yes; then
24320 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
24321 See \`config.log
' for more details." >&5
24322 echo "$as_me: error: cannot compute sizeof (wchar_t)
24323 See \`config.log' for more details.
" >&2;}
24324 { (exit 77); exit 77; }; }
24326 ac_cv_sizeof_wchar_t=0
24330 cat >conftest.$ac_ext <<_ACEOF
24333 cat confdefs.h >>conftest.$ac_ext
24334 cat >>conftest.$ac_ext <<_ACEOF
24335 /* end confdefs.h. */
24337 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24338 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24339 # error "fake wchar_t
"
24341 #ifdef HAVE_WCHAR_H
24343 # include <stddef.h>
24345 # include <wchar.h>
24347 #ifdef HAVE_STDLIB_H
24348 # include <stdlib.h>
24354 typedef wchar_t ac__type_sizeof_;
24355 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
24356 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
24358 #include <stdlib.h>
24363 FILE *f = fopen ("conftest.val
", "w
");
24366 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
24368 long int i = longval ();
24369 if (i != ((long int) (sizeof (ac__type_sizeof_))))
24371 fprintf (f, "%ld
\n", i);
24375 unsigned long int i = ulongval ();
24376 if (i != ((long int) (sizeof (ac__type_sizeof_))))
24378 fprintf (f, "%lu
\n", i);
24380 return ferror (f) || fclose (f) != 0;
24386 rm -f conftest$ac_exeext
24387 if { (ac_try="$ac_link"
24388 case "(($ac_try" in
24389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24390 *) ac_try_echo=$ac_try;;
24392 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
24393 (eval "$ac_link") 2>&5
24395 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
24396 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24397 { (case "(($ac_try" in
24398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24399 *) ac_try_echo=$ac_try;;
24401 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
24402 (eval "$ac_try") 2>&5
24404 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
24405 (exit $ac_status); }; }; then
24406 ac_cv_sizeof_wchar_t=`cat conftest.val`
24408 echo "$as_me: program exited with status
$ac_status" >&5
24409 echo "$as_me: failed program was
:" >&5
24410 sed 's/^/| /' conftest.$ac_ext >&5
24412 ( exit $ac_status )
24413 if test "$ac_cv_type_wchar_t" = yes; then
24414 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(wchar_t
)
24415 See \
`config.log' for more details." >&5
24416 echo "$as_me: error: cannot compute sizeof (wchar_t)
24417 See \`config.log
' for more details." >&2;}
24418 { (exit 77); exit 77; }; }
24420 ac_cv_sizeof_wchar_t=0
24423 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24427 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
24428 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6; }
24432 cat >>confdefs.h <<_ACEOF
24433 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
24437 if test "$ac_cv_sizeof_wchar_t" = 0; then
24438 { { echo "$as_me:$LINENO: error: wxWidgets requires wchar_t support." >&5
24439 echo "$as_me: error: wxWidgets requires wchar_t support." >&2;}
24440 { (exit 1); exit 1; }; }
24442 cat >>confdefs.h <<\_ACEOF
24443 #define wxUSE_WCHAR_T 1
24447 { echo "$as_me:$LINENO: checking for va_copy" >&5
24448 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
24449 if test "${wx_cv_func_va_copy+set}" = set; then
24450 echo $ECHO_N "(cached) $ECHO_C" >&6
24454 ac_cpp='$CXXCPP $CPPFLAGS'
24455 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
24456 ac_link='$CXX -o conftest
$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
24457 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24459 cat >conftest.$ac_ext <<_ACEOF
24461 #include <stdarg.h>
24462 void foo(char *f, ...)
24476 rm -f conftest.$ac_objext conftest$ac_exeext
24477 if { (ac_try="$ac_link"
24478 case "(($ac_try" in
24479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24480 *) ac_try_echo=$ac_try;;
24482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24483 (eval "$ac_link") 2>conftest.er1
24485 grep -v '^
*+' conftest.er1 >conftest.err
24487 cat conftest.err >&5
24488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24489 (exit $ac_status); } && {
24490 test -z "$ac_cxx_werror_flag" ||
24491 test ! -s conftest.err
24492 } && test -s conftest$ac_exeext &&
24493 $as_test_x conftest$ac_exeext; then
24494 wx_cv_func_va_copy=yes
24496 echo "$as_me: failed program was:" >&5
24497 sed 's
/^
/| /' conftest.$ac_ext >&5
24499 wx_cv_func_va_copy=no
24503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24504 conftest$ac_exeext conftest.$ac_ext
24506 ac_cpp='$CPP $CPPFLAGS'
24507 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
24508 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
24509 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24514 { echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
24515 echo "${ECHO_T}$wx_cv_func_va_copy" >&6; }
24517 if test $wx_cv_func_va_copy = "yes"; then
24518 cat >>confdefs.h <<\_ACEOF
24519 #define HAVE_VA_COPY 1
24523 { echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
24524 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6; }
24525 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
24526 echo $ECHO_N "(cached) $ECHO_C" >&6
24529 if test "$cross_compiling" = yes; then
24530 wx_cv_type_va_list_lvalue=yes
24533 cat >conftest.$ac_ext <<_ACEOF
24535 #include <stdarg.h>
24536 int foo(char *f, ...)
24541 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
24549 return foo("hi", 17);
24552 rm -f conftest$ac_exeext
24553 if { (ac_try="$ac_link"
24554 case "(($ac_try" in
24555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24556 *) ac_try_echo=$ac_try;;
24558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24559 (eval "$ac_link") 2>&5
24561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24562 (exit $ac_status); } && { ac_try='.
/conftest
$ac_exeext'
24563 { (case "(($ac_try" in
24564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24565 *) ac_try_echo=$ac_try;;
24567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24568 (eval "$ac_try") 2>&5
24570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24571 (exit $ac_status); }; }; then
24572 wx_cv_type_va_list_lvalue=yes
24574 echo "$as_me: program exited with status $ac_status" >&5
24575 echo "$as_me: failed program was:" >&5
24576 sed 's
/^
/| /' conftest.$ac_ext >&5
24578 ( exit $ac_status )
24579 wx_cv_type_va_list_lvalue=no
24581 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24588 { echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
24589 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6; }
24591 if test $wx_cv_type_va_list_lvalue != "yes"; then
24592 cat >>confdefs.h <<\_ACEOF
24593 #define VA_LIST_IS_ARRAY 1
24599 if test "$wxUSE_VARARG_MACROS" = "yes"; then
24601 { echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
24602 echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6; }
24603 if test "${wx_cv_have_variadic_macros+set}" = set; then
24604 echo $ECHO_N "(cached) $ECHO_C" >&6
24608 ac_cpp='$CXXCPP $CPPFLAGS'
24609 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
24610 ac_link='$CXX -o conftest
$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
24611 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24613 cat >conftest.$ac_ext <<_ACEOF
24616 cat confdefs.h >>conftest.$ac_ext
24617 cat >>conftest.$ac_ext <<_ACEOF
24618 /* end confdefs.h. */
24621 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
24627 test("%s %d %p", "test", 1, 0);
24634 rm -f conftest.$ac_objext
24635 if { (ac_try="$ac_compile"
24636 case "(($ac_try" in
24637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24638 *) ac_try_echo=$ac_try;;
24640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24641 (eval "$ac_compile") 2>conftest.er1
24643 grep -v '^
*+' conftest.er1 >conftest.err
24645 cat conftest.err >&5
24646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24647 (exit $ac_status); } && {
24648 test -z "$ac_cxx_werror_flag" ||
24649 test ! -s conftest.err
24650 } && test -s conftest.$ac_objext; then
24651 wx_cv_have_variadic_macros=yes
24653 echo "$as_me: failed program was:" >&5
24654 sed 's
/^
/| /' conftest.$ac_ext >&5
24656 wx_cv_have_variadic_macros=no
24660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24662 ac_cpp='$CPP $CPPFLAGS'
24663 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
24664 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
24665 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24670 { echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
24671 echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6; }
24673 if test $wx_cv_have_variadic_macros = "yes"; then
24674 cat >>confdefs.h <<\_ACEOF
24675 #define HAVE_VARIADIC_MACROS 1
24682 LARGEFILE_CPPFLAGS=
24683 # Check whether --enable-largefile was given.
24684 if test "${enable_largefile+set}" = set; then
24685 enableval=$enable_largefile;
24688 if test "$enable_largefile" != no; then
24691 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
24692 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
24693 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
24694 echo $ECHO_N "(cached) $ECHO_C" >&6
24697 cat >conftest.$ac_ext <<_ACEOF
24700 cat confdefs.h >>conftest.$ac_ext
24701 cat >>conftest.$ac_ext <<_ACEOF
24702 /* end confdefs.h. */
24703 #define _FILE_OFFSET_BITS 64
24704 #include <sys/types.h>
24709 unsigned int field: sizeof(off_t) == 8;
24716 rm -f conftest.$ac_objext
24717 if { (ac_try="$ac_compile"
24718 case "(($ac_try" in
24719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24720 *) ac_try_echo=$ac_try;;
24722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24723 (eval "$ac_compile") 2>conftest.er1
24725 grep -v '^
*+' conftest.er1 >conftest.err
24727 cat conftest.err >&5
24728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24729 (exit $ac_status); } && {
24730 test -z "$ac_c_werror_flag" ||
24731 test ! -s conftest.err
24732 } && test -s conftest.$ac_objext; then
24733 ac_cv_sys_file_offset_bits=64
24735 echo "$as_me: failed program was:" >&5
24736 sed 's
/^
/| /' conftest.$ac_ext >&5
24738 ac_cv_sys_file_offset_bits=no
24741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24745 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
24746 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
24748 if test "$ac_cv_sys_file_offset_bits" != no; then
24750 cat >>confdefs.h <<_ACEOF
24751 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
24756 if test "x$wx_largefile" != "xyes"; then
24758 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
24759 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
24760 if test "${ac_cv_sys_large_files+set}" = set; then
24761 echo $ECHO_N "(cached) $ECHO_C" >&6
24764 cat >conftest.$ac_ext <<_ACEOF
24767 cat confdefs.h >>conftest.$ac_ext
24768 cat >>conftest.$ac_ext <<_ACEOF
24769 /* end confdefs.h. */
24770 #define _LARGE_FILES 1
24771 #include <sys/types.h>
24776 unsigned int field: sizeof(off_t) == 8;
24783 rm -f conftest.$ac_objext
24784 if { (ac_try="$ac_compile"
24785 case "(($ac_try" in
24786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24787 *) ac_try_echo=$ac_try;;
24789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24790 (eval "$ac_compile") 2>conftest.er1
24792 grep -v '^
*+' conftest.er1 >conftest.err
24794 cat conftest.err >&5
24795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24796 (exit $ac_status); } && {
24797 test -z "$ac_c_werror_flag" ||
24798 test ! -s conftest.err
24799 } && test -s conftest.$ac_objext; then
24800 ac_cv_sys_large_files=1
24802 echo "$as_me: failed program was:" >&5
24803 sed 's
/^
/| /' conftest.$ac_ext >&5
24805 ac_cv_sys_large_files=no
24808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24812 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
24813 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
24815 if test "$ac_cv_sys_large_files" != no; then
24817 cat >>confdefs.h <<_ACEOF
24818 #define _LARGE_FILES $ac_cv_sys_large_files
24825 { echo "$as_me:$LINENO: checking if large file support is available" >&5
24826 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6; }
24827 if test "x$wx_largefile" = "xyes"; then
24828 cat >>confdefs.h <<\_ACEOF
24829 #define HAVE_LARGEFILE_SUPPORT 1
24833 { echo "$as_me:$LINENO: result: $wx_largefile" >&5
24834 echo "${ECHO_T}$wx_largefile" >&6; }
24837 if test "$ac_cv_sys_file_offset_bits" = "64"; then
24838 LARGEFILE_CPPFLAGS="-D_FILE_OFFSET_BITS=64"
24839 elif test "$ac_cv_sys_large_files" = 1; then
24840 LARGEFILE_CPPFLAGS="-D_LARGE_FILES"
24843 if test -n "$LARGEFILE_CPPFLAGS"; then
24844 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
24846 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
24847 { echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
24848 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6; }
24849 if test "${wx_cv_STDC_EXT_required+set}" = set; then
24850 echo $ECHO_N "(cached) $ECHO_C" >&6
24854 ac_cpp='$CXXCPP $CPPFLAGS'
24855 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
24856 ac_link='$CXX -o conftest
$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
24857 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24859 cat >conftest.$ac_ext <<_ACEOF
24862 cat confdefs.h >>conftest.$ac_ext
24863 cat >>conftest.$ac_ext <<_ACEOF
24864 /* end confdefs.h. */
24870 #ifndef __STDC_EXT__
24878 rm -f conftest.$ac_objext
24879 if { (ac_try="$ac_compile"
24880 case "(($ac_try" in
24881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24882 *) ac_try_echo=$ac_try;;
24884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24885 (eval "$ac_compile") 2>conftest.er1
24887 grep -v '^
*+' conftest.er1 >conftest.err
24889 cat conftest.err >&5
24890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24891 (exit $ac_status); } && {
24892 test -z "$ac_cxx_werror_flag" ||
24893 test ! -s conftest.err
24894 } && test -s conftest.$ac_objext; then
24895 wx_cv_STDC_EXT_required=no
24897 echo "$as_me: failed program was:" >&5
24898 sed 's
/^
/| /' conftest.$ac_ext >&5
24900 wx_cv_STDC_EXT_required=yes
24904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24906 ac_cpp='$CPP $CPPFLAGS'
24907 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
24908 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
24909 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24914 { echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
24915 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6; }
24916 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
24917 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
24923 ac_cpp='$CXXCPP $CPPFLAGS'
24924 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
24925 ac_link='$CXX -o conftest
$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
24926 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24928 old_CPPFLAGS="$CPPFLAGS"
24929 CPPFLAGS="$CPPFLAGS $LARGEFILE_CPPFLAGS"
24930 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
24931 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
24932 if test "${ac_cv_sys_largefile_source+set}" = set; then
24933 echo $ECHO_N "(cached) $ECHO_C" >&6
24936 cat >conftest.$ac_ext <<_ACEOF
24939 cat confdefs.h >>conftest.$ac_ext
24940 cat >>conftest.$ac_ext <<_ACEOF
24941 /* end confdefs.h. */
24942 #include <sys/types.h> /* for off_t */
24947 int (*fp) (FILE *, off_t, int) = fseeko;
24948 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
24953 rm -f conftest.$ac_objext conftest$ac_exeext
24954 if { (ac_try="$ac_link"
24955 case "(($ac_try" in
24956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24957 *) ac_try_echo=$ac_try;;
24959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24960 (eval "$ac_link") 2>conftest.er1
24962 grep -v '^
*+' conftest.er1 >conftest.err
24964 cat conftest.err >&5
24965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24966 (exit $ac_status); } && {
24967 test -z "$ac_cxx_werror_flag" ||
24968 test ! -s conftest.err
24969 } && test -s conftest$ac_exeext &&
24970 $as_test_x conftest$ac_exeext; then
24971 ac_cv_sys_largefile_source=no; break
24973 echo "$as_me: failed program was:" >&5
24974 sed 's
/^
/| /' conftest.$ac_ext >&5
24979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24980 conftest$ac_exeext conftest.$ac_ext
24981 cat >conftest.$ac_ext <<_ACEOF
24984 cat confdefs.h >>conftest.$ac_ext
24985 cat >>conftest.$ac_ext <<_ACEOF
24986 /* end confdefs.h. */
24987 #define _LARGEFILE_SOURCE 1
24988 #include <sys/types.h> /* for off_t */
24993 int (*fp) (FILE *, off_t, int) = fseeko;
24994 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
24999 rm -f conftest.$ac_objext conftest$ac_exeext
25000 if { (ac_try="$ac_link"
25001 case "(($ac_try" in
25002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25003 *) ac_try_echo=$ac_try;;
25005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25006 (eval "$ac_link") 2>conftest.er1
25008 grep -v '^
*+' conftest.er1 >conftest.err
25010 cat conftest.err >&5
25011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25012 (exit $ac_status); } && {
25013 test -z "$ac_cxx_werror_flag" ||
25014 test ! -s conftest.err
25015 } && test -s conftest$ac_exeext &&
25016 $as_test_x conftest$ac_exeext; then
25017 ac_cv_sys_largefile_source=1; break
25019 echo "$as_me: failed program was:" >&5
25020 sed 's
/^
/| /' conftest.$ac_ext >&5
25025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25026 conftest$ac_exeext conftest.$ac_ext
25027 ac_cv_sys_largefile_source=unknown
25031 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
25032 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
25033 case $ac_cv_sys_largefile_source in #(
25036 cat >>confdefs.h <<_ACEOF
25037 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
25043 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
25044 # in glibc 2.1.3, but that breaks too many other things.
25045 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
25046 if test $ac_cv_sys_largefile_source != unknown; then
25048 cat >>confdefs.h <<\_ACEOF
25049 #define HAVE_FSEEKO 1
25054 CPPFLAGS="$old_CPPFLAGS"
25056 ac_cpp='$CPP $CPPFLAGS'
25057 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
25058 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
25059 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25061 if test "$ac_cv_sys_largefile_source" != no; then
25062 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
25065 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
25066 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
25067 if test "${ac_cv_c_bigendian+set}" = set; then
25068 echo $ECHO_N "(cached) $ECHO_C" >&6
25070 ac_cv_c_bigendian=unknown
25071 # See if sys/param.h defines the BYTE_ORDER macro.
25072 cat >conftest.$ac_ext <<_ACEOF
25075 cat confdefs.h >>conftest.$ac_ext
25076 cat >>conftest.$ac_ext <<_ACEOF
25077 /* end confdefs.h. */
25078 #include <sys/types.h>
25079 #include <sys/param.h>
25084 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
25085 bogus endian macros
25091 rm -f conftest.$ac_objext
25092 if { (ac_try="$ac_compile"
25093 case "(($ac_try" in
25094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25095 *) ac_try_echo=$ac_try;;
25097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25098 (eval "$ac_compile") 2>conftest.er1
25100 grep -v '^
*+' conftest.er1 >conftest.err
25102 cat conftest.err >&5
25103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25104 (exit $ac_status); } && {
25105 test -z "$ac_c_werror_flag" ||
25106 test ! -s conftest.err
25107 } && test -s conftest.$ac_objext; then
25108 # It does; now see whether it defined to BIG_ENDIAN or not.
25109 cat >conftest.$ac_ext <<_ACEOF
25112 cat confdefs.h >>conftest.$ac_ext
25113 cat >>conftest.$ac_ext <<_ACEOF
25114 /* end confdefs.h. */
25115 #include <sys/types.h>
25116 #include <sys/param.h>
25121 #if BYTE_ORDER != BIG_ENDIAN
25128 rm -f conftest.$ac_objext
25129 if { (ac_try="$ac_compile"
25130 case "(($ac_try" in
25131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25132 *) ac_try_echo=$ac_try;;
25134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25135 (eval "$ac_compile") 2>conftest.er1
25137 grep -v '^
*+' conftest.er1 >conftest.err
25139 cat conftest.err >&5
25140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25141 (exit $ac_status); } && {
25142 test -z "$ac_c_werror_flag" ||
25143 test ! -s conftest.err
25144 } && test -s conftest.$ac_objext; then
25145 ac_cv_c_bigendian=yes
25147 echo "$as_me: failed program was:" >&5
25148 sed 's
/^
/| /' conftest.$ac_ext >&5
25150 ac_cv_c_bigendian=no
25153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25155 echo "$as_me: failed program was:" >&5
25156 sed 's
/^
/| /' conftest.$ac_ext >&5
25161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25162 if test $ac_cv_c_bigendian = unknown; then
25163 if test "$cross_compiling" = yes; then
25164 ac_cv_c_bigendian=unknown
25166 cat >conftest.$ac_ext <<_ACEOF
25169 cat confdefs.h >>conftest.$ac_ext
25170 cat >>conftest.$ac_ext <<_ACEOF
25171 /* end confdefs.h. */
25173 /* Are we little or big endian? From Harbison&Steele. */
25177 char c[sizeof (long)];
25180 exit (u.c[sizeof (long) - 1] == 1);
25183 rm -f conftest$ac_exeext
25184 if { (ac_try="$ac_link"
25185 case "(($ac_try" in
25186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25187 *) ac_try_echo=$ac_try;;
25189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25190 (eval "$ac_link") 2>&5
25192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25193 (exit $ac_status); } && { ac_try='.
/conftest
$ac_exeext'
25194 { (case "(($ac_try" in
25195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25196 *) ac_try_echo=$ac_try;;
25198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25199 (eval "$ac_try") 2>&5
25201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25202 (exit $ac_status); }; }; then
25203 ac_cv_c_bigendian=no
25205 echo "$as_me: program exited with status $ac_status" >&5
25206 echo "$as_me: failed program was:" >&5
25207 sed 's
/^
/| /' conftest.$ac_ext >&5
25209 ( exit $ac_status )
25210 ac_cv_c_bigendian=yes
25212 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25218 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
25219 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
25220 if test $ac_cv_c_bigendian = unknown; then
25221 { echo "$as_me:$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
25222 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;}
25224 if test $ac_cv_c_bigendian = yes; then
25225 cat >>confdefs.h <<\_ACEOF
25226 #define WORDS_BIGENDIAN 1
25235 ac_cpp='$CXXCPP $CPPFLAGS'
25236 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
25237 ac_link='$CXX -o conftest
$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
25238 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25242 for ac_header in iostream
25244 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25245 { echo "$as_me:$LINENO: checking for $ac_header" >&5
25246 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
25247 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25248 echo $ECHO_N "(cached) $ECHO_C" >&6
25250 cat >conftest.$ac_ext <<_ACEOF
25253 cat confdefs.h >>conftest.$ac_ext
25254 cat >>conftest.$ac_ext <<_ACEOF
25255 /* end confdefs.h. */
25258 #include <$ac_header>
25260 rm -f conftest.$ac_objext
25261 if { (ac_try="$ac_compile"
25262 case "(($ac_try" in
25263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25264 *) ac_try_echo=$ac_try;;
25266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25267 (eval "$ac_compile") 2>conftest.er1
25269 grep -v '^
*+' conftest.er1 >conftest.err
25271 cat conftest.err >&5
25272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25273 (exit $ac_status); } && {
25274 test -z "$ac_cxx_werror_flag" ||
25275 test ! -s conftest.err
25276 } && test -s conftest.$ac_objext; then
25277 eval "$as_ac_Header=yes"
25279 echo "$as_me: failed program was:" >&5
25280 sed 's
/^
/| /' conftest.$ac_ext >&5
25282 eval "$as_ac_Header=no"
25285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25287 ac_res=`eval echo '${'$as_ac_Header'}'`
25288 { echo "$as_me:$LINENO: result: $ac_res" >&5
25289 echo "${ECHO_T}$ac_res" >&6; }
25290 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25291 cat >>confdefs.h <<_ACEOF
25292 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25300 if test "$ac_cv_header_iostream" = "yes" ; then
25303 cat >>confdefs.h <<\_ACEOF
25304 #define wxUSE_IOSTREAMH 1
25310 ac_cpp='$CPP $CPPFLAGS'
25311 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
25312 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
25313 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25318 { echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
25319 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6; }
25320 if test "${wx_cv_explicit+set}" = set; then
25321 echo $ECHO_N "(cached) $ECHO_C" >&6
25326 ac_cpp='$CXXCPP $CPPFLAGS'
25327 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
25328 ac_link='$CXX -o conftest
$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
25329 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25332 cat >conftest.$ac_ext <<_ACEOF
25335 cat confdefs.h >>conftest.$ac_ext
25336 cat >>conftest.$ac_ext <<_ACEOF
25337 /* end confdefs.h. */
25339 class Foo { public: explicit Foo(int) {} };
25351 rm -f conftest.$ac_objext
25352 if { (ac_try="$ac_compile"
25353 case "(($ac_try" in
25354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25355 *) ac_try_echo=$ac_try;;
25357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25358 (eval "$ac_compile") 2>conftest.er1
25360 grep -v '^
*+' conftest.er1 >conftest.err
25362 cat conftest.err >&5
25363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25364 (exit $ac_status); } && {
25365 test -z "$ac_cxx_werror_flag" ||
25366 test ! -s conftest.err
25367 } && test -s conftest.$ac_objext; then
25369 cat >conftest.$ac_ext <<_ACEOF
25372 cat confdefs.h >>conftest.$ac_ext
25373 cat >>conftest.$ac_ext <<_ACEOF
25374 /* end confdefs.h. */
25376 class Foo { public: explicit Foo(int) {} };
25377 static void TakeFoo(const Foo& foo) { }
25390 rm -f conftest.$ac_objext
25391 if { (ac_try="$ac_compile"
25392 case "(($ac_try" in
25393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25394 *) ac_try_echo=$ac_try;;
25396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25397 (eval "$ac_compile") 2>conftest.er1
25399 grep -v '^
*+' conftest.er1 >conftest.err
25401 cat conftest.err >&5
25402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25403 (exit $ac_status); } && {
25404 test -z "$ac_cxx_werror_flag" ||
25405 test ! -s conftest.err
25406 } && test -s conftest.$ac_objext; then
25409 echo "$as_me: failed program was:" >&5
25410 sed 's
/^
/| /' conftest.$ac_ext >&5
25416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25419 echo "$as_me: failed program was:" >&5
25420 sed 's
/^
/| /' conftest.$ac_ext >&5
25426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25429 ac_cpp='$CPP $CPPFLAGS'
25430 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
25431 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
25432 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25436 { echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
25437 echo "${ECHO_T}$wx_cv_explicit" >&6; }
25439 if test "$wx_cv_explicit" = "yes"; then
25440 cat >>confdefs.h <<\_ACEOF
25441 #define HAVE_EXPLICIT 1
25447 if test "x$SUNCXX" = xyes; then
25448 CXXFLAGS="-features=tmplife $CXXFLAGS"
25451 if test "x$SUNCC" = xyes; then
25452 CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
25455 if test "x$SGICC" = "xyes"; then
25456 { echo "$as_me:$LINENO: checking if cc version is 7.4.4 or greater" >&5
25457 echo $ECHO_N "checking if cc version is 7.4.4 or greater... $ECHO_C" >&6; }
25458 if test "${wx_cv_prog_sgicc744+set}" = set; then
25459 echo $ECHO_N "(cached) $ECHO_C" >&6
25462 cat >conftest.$ac_ext <<_ACEOF
25465 cat confdefs.h >>conftest.$ac_ext
25466 cat >>conftest.$ac_ext <<_ACEOF
25467 /* end confdefs.h. */
25473 #if _SGI_COMPILER_VERSION >= 744
25474 chock me: mipsPro is 7.4.4 or later
25481 rm -f conftest.$ac_objext
25482 if { (ac_try="$ac_compile"
25483 case "(($ac_try" in
25484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25485 *) ac_try_echo=$ac_try;;
25487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25488 (eval "$ac_compile") 2>conftest.er1
25490 grep -v '^
*+' conftest.er1 >conftest.err
25492 cat conftest.err >&5
25493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25494 (exit $ac_status); } && {
25495 test -z "$ac_c_werror_flag" ||
25496 test ! -s conftest.err
25497 } && test -s conftest.$ac_objext; then
25498 wx_cv_prog_sgicc744=no
25500 echo "$as_me: failed program was:" >&5
25501 sed 's
/^
/| /' conftest.$ac_ext >&5
25503 wx_cv_prog_sgicc744=yes
25507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25511 { echo "$as_me:$LINENO: result: $wx_cv_prog_sgicc744" >&5
25512 echo "${ECHO_T}$wx_cv_prog_sgicc744" >&6; }
25514 if test "x$wx_cv_prog_sgicc744" = "xyes"; then
25515 CFLAGS="-woff 3970 $CFLAGS"
25518 if test "x$SGICXX" = "xyes"; then
25519 { echo "$as_me:$LINENO: checking if CC version is 7.4.4 or greater" >&5
25520 echo $ECHO_N "checking if CC version is 7.4.4 or greater... $ECHO_C" >&6; }
25521 if test "${wx_cv_prog_sgicxx744+set}" = set; then
25522 echo $ECHO_N "(cached) $ECHO_C" >&6
25526 ac_cpp='$CXXCPP $CPPFLAGS'
25527 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
25528 ac_link='$CXX -o conftest
$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
25529 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25531 cat >conftest.$ac_ext <<_ACEOF
25534 cat confdefs.h >>conftest.$ac_ext
25535 cat >>conftest.$ac_ext <<_ACEOF
25536 /* end confdefs.h. */
25542 #if _SGI_COMPILER_VERSION >= 744
25543 chock me: mipsPro is 7.4.4 or later
25550 rm -f conftest.$ac_objext
25551 if { (ac_try="$ac_compile"
25552 case "(($ac_try" in
25553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25554 *) ac_try_echo=$ac_try;;
25556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25557 (eval "$ac_compile") 2>conftest.er1
25559 grep -v '^
*+' conftest.er1 >conftest.err
25561 cat conftest.err >&5
25562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25563 (exit $ac_status); } && {
25564 test -z "$ac_cxx_werror_flag" ||
25565 test ! -s conftest.err
25566 } && test -s conftest.$ac_objext; then
25567 wx_cv_prog_sgicxx744=no
25569 echo "$as_me: failed program was:" >&5
25570 sed 's
/^
/| /' conftest.$ac_ext >&5
25572 wx_cv_prog_sgicxx744=yes
25576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25578 ac_cpp='$CPP $CPPFLAGS'
25579 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
25580 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
25581 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25586 { echo "$as_me:$LINENO: result: $wx_cv_prog_sgicxx744" >&5
25587 echo "${ECHO_T}$wx_cv_prog_sgicxx744" >&6; }
25589 if test "x$wx_cv_prog_sgicxx744" = "xyes"; then
25590 CXXFLAGS="-woff 3970 $CXXFLAGS"
25594 if test "x$HPCC" = "xyes"; then
25595 CFLAGS="+W 2011,2450 $CFLAGS"
25597 if test "x$HPCXX" = "xyes"; then
25598 CXXFLAGS="+W 2340,4232 $CXXFLAGS"
25601 if test "x$COMPAQCXX" = "xyes"; then
25602 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
25606 ac_cpp='$CXXCPP $CPPFLAGS'
25607 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
25608 ac_link='$CXX -o conftest
$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
25609 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25612 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
25613 if test "$wxUSE_UNICODE" = "yes"; then
25614 std_string="std::wstring"
25615 char_type="wchar_t"
25617 std_string="std::string"
25621 { echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
25622 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6; }
25623 if test "${wx_cv_class_stdstring+set}" = set; then
25624 echo $ECHO_N "(cached) $ECHO_C" >&6
25627 cat >conftest.$ac_ext <<_ACEOF
25630 cat confdefs.h >>conftest.$ac_ext
25631 cat >>conftest.$ac_ext <<_ACEOF
25632 /* end confdefs.h. */
25642 rm -f conftest.$ac_objext
25643 if { (ac_try="$ac_compile"
25644 case "(($ac_try" in
25645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25646 *) ac_try_echo=$ac_try;;
25648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25649 (eval "$ac_compile") 2>conftest.er1
25651 grep -v '^
*+' conftest.er1 >conftest.err
25653 cat conftest.err >&5
25654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25655 (exit $ac_status); } && {
25656 test -z "$ac_cxx_werror_flag" ||
25657 test ! -s conftest.err
25658 } && test -s conftest.$ac_objext; then
25659 wx_cv_class_stdstring=yes
25661 echo "$as_me: failed program was:" >&5
25662 sed 's
/^
/| /' conftest.$ac_ext >&5
25664 wx_cv_class_stdstring=no
25668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25672 { echo "$as_me:$LINENO: result: $wx_cv_class_stdstring" >&5
25673 echo "${ECHO_T}$wx_cv_class_stdstring" >&6; }
25675 if test "$wx_cv_class_stdstring" = yes; then
25676 if test "$wxUSE_UNICODE" = "yes"; then
25677 cat >>confdefs.h <<\_ACEOF
25678 #define HAVE_STD_WSTRING 1
25683 { echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
25684 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6; }
25685 if test "${wx_cv_class_stdbasicstring+set}" = set; then
25686 echo $ECHO_N "(cached) $ECHO_C" >&6
25689 cat >conftest.$ac_ext <<_ACEOF
25692 cat confdefs.h >>conftest.$ac_ext
25693 cat >>conftest.$ac_ext <<_ACEOF
25694 /* end confdefs.h. */
25696 #ifdef HAVE_WCHAR_H
25698 # include <stddef.h>
25700 # include <wchar.h>
25702 #ifdef HAVE_STDLIB_H
25703 # include <stdlib.h>
25711 std::basic_string<$char_type> foo;
25712 const $char_type* dummy = foo.c_str();
25717 rm -f conftest.$ac_objext
25718 if { (ac_try="$ac_compile"
25719 case "(($ac_try" in
25720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25721 *) ac_try_echo=$ac_try;;
25723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25724 (eval "$ac_compile") 2>conftest.er1
25726 grep -v '^
*+' conftest.er1 >conftest.err
25728 cat conftest.err >&5
25729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25730 (exit $ac_status); } && {
25731 test -z "$ac_cxx_werror_flag" ||
25732 test ! -s conftest.err
25733 } && test -s conftest.$ac_objext; then
25734 wx_cv_class_stdbasicstring=yes
25736 echo "$as_me: failed program was:" >&5
25737 sed 's
/^
/| /' conftest.$ac_ext >&5
25739 wx_cv_class_stdbasicstring=no
25743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25747 { echo "$as_me:$LINENO: result: $wx_cv_class_stdbasicstring" >&5
25748 echo "${ECHO_T}$wx_cv_class_stdbasicstring" >&6; }
25750 if test "$wx_cv_class_stdbasicstring" != yes; then
25751 if test "$wxUSE_STL" = "yes"; then
25752 { { echo "$as_me:$LINENO: error: Can't use
--enable-stl without
$std_string or std
::basic_string
<$char_type>" >&5
25753 echo "$as_me: error
: Can
't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
25754 { (exit 1); exit 1; }; }
25755 elif test "$wxUSE_STD_STRING" = "yes"; then
25756 { { echo "$as_me:$LINENO: error: Can't use
--enable-std_string without
$std_string or std
::basic_string
<$char_type>" >&5
25757 echo "$as_me: error
: Can
't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
25758 { (exit 1); exit 1; }; }
25760 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
25761 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
25762 wxUSE_STD_STRING=no
25768 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
25769 { echo "$as_me:$LINENO: checking for std::istream" >&5
25770 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6; }
25771 if test "${ac_cv_type_std__istream+set}" = set; then
25772 echo $ECHO_N "(cached) $ECHO_C" >&6
25774 cat >conftest.$ac_ext <<_ACEOF
25777 cat confdefs.h >>conftest.$ac_ext
25778 cat >>conftest.$ac_ext <<_ACEOF
25779 /* end confdefs.h. */
25780 #include <iostream>
25782 typedef std::istream ac__type_new_;
25786 if ((ac__type_new_ *) 0)
25788 if (sizeof (ac__type_new_))
25794 rm -f conftest.$ac_objext
25795 if { (ac_try="$ac_compile"
25796 case "(($ac_try" in
25797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25798 *) ac_try_echo=$ac_try;;
25800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25801 (eval "$ac_compile") 2>conftest.er1
25803 grep -v '^
*+' conftest.er1 >conftest.err
25805 cat conftest.err >&5
25806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25807 (exit $ac_status); } && {
25808 test -z "$ac_cxx_werror_flag" ||
25809 test ! -s conftest.err
25810 } && test -s conftest.$ac_objext; then
25811 ac_cv_type_std__istream=yes
25813 echo "$as_me: failed program was:" >&5
25814 sed 's
/^
/| /' conftest.$ac_ext >&5
25816 ac_cv_type_std__istream=no
25819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25821 { echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
25822 echo "${ECHO_T}$ac_cv_type_std__istream" >&6; }
25823 if test $ac_cv_type_std__istream = yes; then
25825 cat >>confdefs.h <<_ACEOF
25826 #define HAVE_STD__ISTREAM 1
25831 wxUSE_STD_IOSTREAM=no
25833 { echo "$as_me:$LINENO: checking for std::ostream" >&5
25834 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6; }
25835 if test "${ac_cv_type_std__ostream+set}" = set; then
25836 echo $ECHO_N "(cached) $ECHO_C" >&6
25838 cat >conftest.$ac_ext <<_ACEOF
25841 cat confdefs.h >>conftest.$ac_ext
25842 cat >>conftest.$ac_ext <<_ACEOF
25843 /* end confdefs.h. */
25844 #include <iostream>
25846 typedef std::ostream ac__type_new_;
25850 if ((ac__type_new_ *) 0)
25852 if (sizeof (ac__type_new_))
25858 rm -f conftest.$ac_objext
25859 if { (ac_try="$ac_compile"
25860 case "(($ac_try" in
25861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25862 *) ac_try_echo=$ac_try;;
25864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25865 (eval "$ac_compile") 2>conftest.er1
25867 grep -v '^
*+' conftest.er1 >conftest.err
25869 cat conftest.err >&5
25870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25871 (exit $ac_status); } && {
25872 test -z "$ac_cxx_werror_flag" ||
25873 test ! -s conftest.err
25874 } && test -s conftest.$ac_objext; then
25875 ac_cv_type_std__ostream=yes
25877 echo "$as_me: failed program was:" >&5
25878 sed 's
/^
/| /' conftest.$ac_ext >&5
25880 ac_cv_type_std__ostream=no
25883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25885 { echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
25886 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6; }
25887 if test $ac_cv_type_std__ostream = yes; then
25889 cat >>confdefs.h <<_ACEOF
25890 #define HAVE_STD__OSTREAM 1
25895 wxUSE_STD_IOSTREAM=no
25899 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
25900 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
25901 { { echo "$as_me:$LINENO: error: Can't use
--enable-std_iostreams without std
::istream and std
::ostream
" >&5
25902 echo "$as_me: error
: Can
't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
25903 { (exit 1); exit 1; }; }
25905 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
25906 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
25911 if test "$wxUSE_STL" = "yes"; then
25912 { echo "$as_me:$LINENO: checking for basic STL functionality" >&5
25913 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6; }
25914 if test "${wx_cv_lib_stl+set}" = set; then
25915 echo $ECHO_N "(cached) $ECHO_C" >&6
25917 cat >conftest.$ac_ext <<_ACEOF
25920 cat confdefs.h >>conftest.$ac_ext
25921 cat >>conftest.$ac_ext <<_ACEOF
25922 /* end confdefs.h. */
25924 #include <functional>
25925 #include <algorithm>
25931 std::vector<int> moo;
25932 std::list<int> foo;
25933 std::vector<int>::iterator it =
25934 std::find_if(moo.begin(), moo.end(),
25935 std::bind2nd(std::less<int>(), 3));
25940 rm -f conftest.$ac_objext
25941 if { (ac_try="$ac_compile"
25942 case "(($ac_try" in
25943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25944 *) ac_try_echo=$ac_try;;
25946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25947 (eval "$ac_compile") 2>conftest.er1
25949 grep -v '^
*+' conftest.er1 >conftest.err
25951 cat conftest.err >&5
25952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25953 (exit $ac_status); } && {
25954 test -z "$ac_cxx_werror_flag" ||
25955 test ! -s conftest.err
25956 } && test -s conftest.$ac_objext; then
25959 echo "$as_me: failed program was:" >&5
25960 sed 's
/^
/| /' conftest.$ac_ext >&5
25966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25969 { echo "$as_me:$LINENO: result: $wx_cv_lib_stl" >&5
25970 echo "${ECHO_T}$wx_cv_lib_stl" >&6; }
25972 if test "$wx_cv_lib_stl" != yes; then
25973 { { echo "$as_me:$LINENO: error: Can't use
--enable-stl as basic STL functionality is missing
" >&5
25974 echo "$as_me: error
: Can
't use --enable-stl as basic STL functionality is missing" >&2;}
25975 { (exit 1); exit 1; }; }
25978 { echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
25979 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6; }
25980 if test "${wx_cv_func_stdstring_compare+set}" = set; then
25981 echo $ECHO_N "(cached) $ECHO_C" >&6
25983 cat >conftest.$ac_ext <<_ACEOF
25986 cat confdefs.h >>conftest.$ac_ext
25987 cat >>conftest.$ac_ext <<_ACEOF
25988 /* end confdefs.h. */
25993 std::string foo, bar;
25995 foo.compare(1, 1, bar);
25996 foo.compare(1, 1, bar, 1, 1);
25998 foo.compare(1, 1, "");
25999 foo.compare(1, 1, "", 2);
26004 rm -f conftest.$ac_objext
26005 if { (ac_try="$ac_compile"
26006 case "(($ac_try" in
26007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26008 *) ac_try_echo=$ac_try;;
26010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26011 (eval "$ac_compile") 2>conftest.er1
26013 grep -v '^
*+' conftest.er1 >conftest.err
26015 cat conftest.err >&5
26016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26017 (exit $ac_status); } && {
26018 test -z "$ac_cxx_werror_flag" ||
26019 test ! -s conftest.err
26020 } && test -s conftest.$ac_objext; then
26021 wx_cv_func_stdstring_compare=yes
26023 echo "$as_me: failed program was:" >&5
26024 sed 's
/^
/| /' conftest.$ac_ext >&5
26026 wx_cv_func_stdstring_compare=no
26030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26033 { echo "$as_me:$LINENO: result: $wx_cv_func_stdstring_compare" >&5
26034 echo "${ECHO_T}$wx_cv_func_stdstring_compare" >&6; }
26036 if test "$wx_cv_func_stdstring_compare" = yes; then
26037 cat >>confdefs.h <<\_ACEOF
26038 #define HAVE_STD_STRING_COMPARE 1
26043 if test "$wx_cv_class_gnuhashmapset" = yes; then
26044 cat >>confdefs.h <<\_ACEOF
26045 #define HAVE_EXT_HASH_MAP 1
26048 cat >>confdefs.h <<\_ACEOF
26049 #define HAVE_GNU_CXX_HASH_MAP 1
26054 { echo "$as_me:$LINENO: checking for unordered_map" >&5
26055 echo $ECHO_N "checking for unordered_map... $ECHO_C" >&6; }
26056 if test "${ac_cv_header_unordered_map+set}" = set; then
26057 echo $ECHO_N "(cached) $ECHO_C" >&6
26059 cat >conftest.$ac_ext <<_ACEOF
26062 cat confdefs.h >>conftest.$ac_ext
26063 cat >>conftest.$ac_ext <<_ACEOF
26064 /* end confdefs.h. */
26068 #include <unordered_map>
26070 rm -f conftest.$ac_objext
26071 if { (ac_try="$ac_compile"
26072 case "(($ac_try" in
26073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26074 *) ac_try_echo=$ac_try;;
26076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26077 (eval "$ac_compile") 2>conftest.er1
26079 grep -v '^
*+' conftest.er1 >conftest.err
26081 cat conftest.err >&5
26082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26083 (exit $ac_status); } && {
26084 test -z "$ac_cxx_werror_flag" ||
26085 test ! -s conftest.err
26086 } && test -s conftest.$ac_objext; then
26087 ac_cv_header_unordered_map=yes
26089 echo "$as_me: failed program was:" >&5
26090 sed 's
/^
/| /' conftest.$ac_ext >&5
26092 ac_cv_header_unordered_map=no
26095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26097 { echo "$as_me:$LINENO: result: $ac_cv_header_unordered_map" >&5
26098 echo "${ECHO_T}$ac_cv_header_unordered_map" >&6; }
26099 if test $ac_cv_header_unordered_map = yes; then
26100 { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std" >&5
26101 echo $ECHO_N "checking for unordered_map and unordered_set in std... $ECHO_C" >&6; }
26102 if test "${wx_cv_class_stdunorderedmapset+set}" = set; then
26103 echo $ECHO_N "(cached) $ECHO_C" >&6
26105 cat >conftest.$ac_ext <<_ACEOF
26108 cat confdefs.h >>conftest.$ac_ext
26109 cat >>conftest.$ac_ext <<_ACEOF
26110 /* end confdefs.h. */
26111 #include <unordered_map>
26112 #include <unordered_set>
26116 std::unordered_map<double*, char*> test1;
26117 std::unordered_set<char*> test2;
26122 rm -f conftest.$ac_objext
26123 if { (ac_try="$ac_compile"
26124 case "(($ac_try" in
26125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26126 *) ac_try_echo=$ac_try;;
26128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26129 (eval "$ac_compile") 2>conftest.er1
26131 grep -v '^
*+' conftest.er1 >conftest.err
26133 cat conftest.err >&5
26134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26135 (exit $ac_status); } && {
26136 test -z "$ac_cxx_werror_flag" ||
26137 test ! -s conftest.err
26138 } && test -s conftest.$ac_objext; then
26139 wx_cv_class_stdunorderedmapset=yes
26141 echo "$as_me: failed program was:" >&5
26142 sed 's
/^
/| /' conftest.$ac_ext >&5
26144 wx_cv_class_stdunorderedmapset=no
26147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26151 { echo "$as_me:$LINENO: result: $wx_cv_class_stdunorderedmapset" >&5
26152 echo "${ECHO_T}$wx_cv_class_stdunorderedmapset" >&6; }
26157 if test "$wx_cv_class_stdunorderedmapset" = yes; then
26158 cat >>confdefs.h <<\_ACEOF
26159 #define HAVE_STD_UNORDERED_MAP 1
26162 cat >>confdefs.h <<\_ACEOF
26163 #define HAVE_STD_UNORDERED_SET 1
26167 { echo "$as_me:$LINENO: checking for tr1/unordered_map" >&5
26168 echo $ECHO_N "checking for tr1/unordered_map... $ECHO_C" >&6; }
26169 if test "${ac_cv_header_tr1_unordered_map+set}" = set; then
26170 echo $ECHO_N "(cached) $ECHO_C" >&6
26172 cat >conftest.$ac_ext <<_ACEOF
26175 cat confdefs.h >>conftest.$ac_ext
26176 cat >>conftest.$ac_ext <<_ACEOF
26177 /* end confdefs.h. */
26181 #include <tr1/unordered_map>
26183 rm -f conftest.$ac_objext
26184 if { (ac_try="$ac_compile"
26185 case "(($ac_try" in
26186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26187 *) ac_try_echo=$ac_try;;
26189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26190 (eval "$ac_compile") 2>conftest.er1
26192 grep -v '^
*+' conftest.er1 >conftest.err
26194 cat conftest.err >&5
26195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26196 (exit $ac_status); } && {
26197 test -z "$ac_cxx_werror_flag" ||
26198 test ! -s conftest.err
26199 } && test -s conftest.$ac_objext; then
26200 ac_cv_header_tr1_unordered_map=yes
26202 echo "$as_me: failed program was:" >&5
26203 sed 's
/^
/| /' conftest.$ac_ext >&5
26205 ac_cv_header_tr1_unordered_map=no
26208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26210 { echo "$as_me:$LINENO: result: $ac_cv_header_tr1_unordered_map" >&5
26211 echo "${ECHO_T}$ac_cv_header_tr1_unordered_map" >&6; }
26212 if test $ac_cv_header_tr1_unordered_map = yes; then
26213 { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std::tr1" >&5
26214 echo $ECHO_N "checking for unordered_map and unordered_set in std::tr1... $ECHO_C" >&6; }
26215 if test "${wx_cv_class_tr1unorderedmapset+set}" = set; then
26216 echo $ECHO_N "(cached) $ECHO_C" >&6
26218 cat >conftest.$ac_ext <<_ACEOF
26221 cat confdefs.h >>conftest.$ac_ext
26222 cat >>conftest.$ac_ext <<_ACEOF
26223 /* end confdefs.h. */
26224 #include <tr1/unordered_map>
26225 #include <tr1/unordered_set>
26229 std::tr1::unordered_map<double*, char*> test1;
26230 std::tr1::unordered_set<char*> test2;
26231 #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
26232 #error can't use unordered_
{map
,set} with gcc
-4.
[01]: http
://gcc.gnu.org
/PR24389
26238 rm -f conftest.
$ac_objext
26239 if { (ac_try
="$ac_compile"
26240 case "(($ac_try" in
26241 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
26242 *) ac_try_echo=$ac_try;;
26244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26245 (eval "$ac_compile") 2>conftest.er1
26247 grep -v '^ *+' conftest.er1 >conftest.err
26249 cat conftest.err >&5
26250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26251 (exit $ac_status); } && {
26252 test -z "$ac_cxx_werror_flag" ||
26253 test ! -s conftest.err
26254 } && test -s conftest.$ac_objext; then
26255 wx_cv_class_tr1unorderedmapset=yes
26257 echo "$as_me: failed program was:" >&5
26258 sed 's/^/| /' conftest.$ac_ext >&5
26260 wx_cv_class_tr1unorderedmapset=no
26263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26267 { echo "$as_me:$LINENO: result: $wx_cv_class_tr1unorderedmapset" >&5
26268 echo "${ECHO_T}$wx_cv_class_tr1unorderedmapset" >&6; }
26273 if test "$wx_cv_class_tr1unorderedmapset" = yes; then
26274 cat >>confdefs.h <<\_ACEOF
26275 #define HAVE_TR1_UNORDERED_MAP 1
26278 cat >>confdefs.h <<\_ACEOF
26279 #define HAVE_TR1_UNORDERED_SET 1
26283 { echo "$as_me:$LINENO: checking for hash_map" >&5
26284 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6; }
26285 if test "${ac_cv_header_hash_map+set}" = set; then
26286 echo $ECHO_N "(cached) $ECHO_C" >&6
26288 cat >conftest.$ac_ext <<_ACEOF
26291 cat confdefs.h >>conftest.$ac_ext
26292 cat >>conftest.$ac_ext <<_ACEOF
26293 /* end confdefs.h. */
26297 #include <hash_map>
26299 rm -f conftest.$ac_objext
26300 if { (ac_try="$ac_compile"
26301 case "(($ac_try" in
26302 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
26303 *) ac_try_echo
=$ac_try;;
26305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26306 (eval "$ac_compile") 2>conftest.er1
26308 grep -v '^ *+' conftest.er1
>conftest.err
26310 cat conftest.err
>&5
26311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26312 (exit $ac_status); } && {
26313 test -z "$ac_cxx_werror_flag" ||
26314 test ! -s conftest.err
26315 } && test -s conftest.
$ac_objext; then
26316 ac_cv_header_hash_map
=yes
26318 echo "$as_me: failed program was:" >&5
26319 sed 's/^/| /' conftest.
$ac_ext >&5
26321 ac_cv_header_hash_map
=no
26324 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26326 { echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
26327 echo "${ECHO_T}$ac_cv_header_hash_map" >&6; }
26328 if test $ac_cv_header_hash_map = yes; then
26329 { echo "$as_me:$LINENO: checking for std::hash_map and hash_set" >&5
26330 echo $ECHO_N "checking for std::hash_map and hash_set... $ECHO_C" >&6; }
26331 if test "${wx_cv_class_stdhashmapset+set}" = set; then
26332 echo $ECHO_N "(cached) $ECHO_C" >&6
26334 cat >conftest.
$ac_ext <<_ACEOF
26337 cat confdefs.h
>>conftest.
$ac_ext
26338 cat >>conftest.
$ac_ext <<_ACEOF
26339 /* end confdefs.h. */
26340 #include <hash_map>
26341 #include <hash_set>
26345 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
26346 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
26351 rm -f conftest.
$ac_objext
26352 if { (ac_try
="$ac_compile"
26353 case "(($ac_try" in
26354 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
26355 *) ac_try_echo=$ac_try;;
26357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26358 (eval "$ac_compile") 2>conftest.er1
26360 grep -v '^ *+' conftest.er1 >conftest.err
26362 cat conftest.err >&5
26363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26364 (exit $ac_status); } && {
26365 test -z "$ac_cxx_werror_flag" ||
26366 test ! -s conftest.err
26367 } && test -s conftest.$ac_objext; then
26368 wx_cv_class_stdhashmapset=yes
26370 echo "$as_me: failed program was:" >&5
26371 sed 's/^/| /' conftest.$ac_ext >&5
26373 wx_cv_class_stdhashmapset=no
26376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26380 { echo "$as_me:$LINENO: result: $wx_cv_class_stdhashmapset" >&5
26381 echo "${ECHO_T}$wx_cv_class_stdhashmapset" >&6; }
26386 if test "$wx_cv_class_stdhashmapset" = yes; then
26387 cat >>confdefs.h <<\_ACEOF
26388 #define HAVE_HASH_MAP 1
26391 cat >>confdefs.h <<\_ACEOF
26392 #define HAVE_STD_HASH_MAP 1
26397 { echo "$as_me:$LINENO: checking for ext/hash_map" >&5
26398 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6; }
26399 if test "${ac_cv_header_ext_hash_map+set}" = set; then
26400 echo $ECHO_N "(cached) $ECHO_C" >&6
26402 cat >conftest.$ac_ext <<_ACEOF
26405 cat confdefs.h >>conftest.$ac_ext
26406 cat >>conftest.$ac_ext <<_ACEOF
26407 /* end confdefs.h. */
26411 #include <ext/hash_map>
26413 rm -f conftest.$ac_objext
26414 if { (ac_try="$ac_compile"
26415 case "(($ac_try" in
26416 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
26417 *) ac_try_echo
=$ac_try;;
26419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26420 (eval "$ac_compile") 2>conftest.er1
26422 grep -v '^ *+' conftest.er1
>conftest.err
26424 cat conftest.err
>&5
26425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26426 (exit $ac_status); } && {
26427 test -z "$ac_cxx_werror_flag" ||
26428 test ! -s conftest.err
26429 } && test -s conftest.
$ac_objext; then
26430 ac_cv_header_ext_hash_map
=yes
26432 echo "$as_me: failed program was:" >&5
26433 sed 's/^/| /' conftest.
$ac_ext >&5
26435 ac_cv_header_ext_hash_map
=no
26438 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26440 { echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
26441 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6; }
26442 if test $ac_cv_header_ext_hash_map = yes; then
26443 { echo "$as_me:$LINENO: checking for GNU hash_map and hash_set" >&5
26444 echo $ECHO_N "checking for GNU hash_map and hash_set... $ECHO_C" >&6; }
26445 if test "${wx_cv_class_gnuhashmapset+set}" = set; then
26446 echo $ECHO_N "(cached) $ECHO_C" >&6
26448 cat >conftest.
$ac_ext <<_ACEOF
26451 cat confdefs.h
>>conftest.
$ac_ext
26452 cat >>conftest.
$ac_ext <<_ACEOF
26453 /* end confdefs.h. */
26454 #include <ext/hash_map>
26455 #include <ext/hash_set>
26459 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
26460 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
26465 rm -f conftest.
$ac_objext
26466 if { (ac_try
="$ac_compile"
26467 case "(($ac_try" in
26468 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
26469 *) ac_try_echo=$ac_try;;
26471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26472 (eval "$ac_compile") 2>conftest.er1
26474 grep -v '^ *+' conftest.er1 >conftest.err
26476 cat conftest.err >&5
26477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26478 (exit $ac_status); } && {
26479 test -z "$ac_cxx_werror_flag" ||
26480 test ! -s conftest.err
26481 } && test -s conftest.$ac_objext; then
26482 wx_cv_class_gnuhashmapset=yes
26484 echo "$as_me: failed program was:" >&5
26485 sed 's/^/| /' conftest.$ac_ext >&5
26487 wx_cv_class_gnuhashmapset=no
26490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26494 { echo "$as_me:$LINENO: result: $wx_cv_class_gnuhashmapset" >&5
26495 echo "${ECHO_T}$wx_cv_class_gnuhashmapset" >&6; }
26505 ac_cpp='$CXXCPP $CPPFLAGS'
26506 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26507 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26508 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26509 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
26510 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
26511 if test -z "$CXXCPP"; then
26512 if test "${ac_cv_prog_CXXCPP+set}" = set; then
26513 echo $ECHO_N "(cached) $ECHO_C" >&6
26515 # Double quotes because CXXCPP needs to be expanded
26516 for CXXCPP in "$CXX -E" "/lib/cpp"
26518 ac_preproc_ok=false
26519 for ac_cxx_preproc_warn_flag in '' yes
26521 # Use a header file that comes with gcc, so configuring glibc
26522 # with a fresh cross-compiler works.
26523 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26524 # <limits.h> exists even on freestanding compilers.
26525 # On the NeXT, cc -E runs the code through the compiler's parser,
26526 # not just through cpp. "Syntax error" is here to catch this case.
26527 cat >conftest.$ac_ext <<_ACEOF
26530 cat confdefs.h >>conftest.$ac_ext
26531 cat >>conftest.$ac_ext <<_ACEOF
26532 /* end confdefs.h. */
26534 # include <limits.h>
26536 # include <assert.h>
26540 if { (ac_try="$ac_cpp conftest.$ac_ext"
26541 case "(($ac_try" in
26542 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
26543 *) ac_try_echo
=$ac_try;;
26545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26546 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26548 grep -v '^ *+' conftest.er1
>conftest.err
26550 cat conftest.err
>&5
26551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26552 (exit $ac_status); } >/dev
/null
&& {
26553 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26554 test ! -s conftest.err
26558 echo "$as_me: failed program was:" >&5
26559 sed 's/^/| /' conftest.
$ac_ext >&5
26561 # Broken: fails on valid input.
26565 rm -f conftest.err conftest.
$ac_ext
26567 # OK, works on sane cases. Now check whether nonexistent headers
26568 # can be detected and how.
26569 cat >conftest.
$ac_ext <<_ACEOF
26572 cat confdefs.h
>>conftest.
$ac_ext
26573 cat >>conftest.
$ac_ext <<_ACEOF
26574 /* end confdefs.h. */
26575 #include <ac_nonexistent.h>
26577 if { (ac_try
="$ac_cpp conftest.$ac_ext"
26578 case "(($ac_try" in
26579 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
26580 *) ac_try_echo=$ac_try;;
26582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26583 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26585 grep -v '^ *+' conftest.er1 >conftest.err
26587 cat conftest.err >&5
26588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26589 (exit $ac_status); } >/dev/null && {
26590 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26591 test ! -s conftest.err
26593 # Broken: success on invalid input.
26596 echo "$as_me: failed program was:" >&5
26597 sed 's/^/| /' conftest.$ac_ext >&5
26599 # Passes both tests.
26604 rm -f conftest.err conftest.$ac_ext
26607 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
26608 rm -f conftest.err conftest.
$ac_ext
26609 if $ac_preproc_ok; then
26614 ac_cv_prog_CXXCPP
=$CXXCPP
26617 CXXCPP
=$ac_cv_prog_CXXCPP
26619 ac_cv_prog_CXXCPP
=$CXXCPP
26621 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
26622 echo "${ECHO_T}$CXXCPP" >&6; }
26623 ac_preproc_ok
=false
26624 for ac_cxx_preproc_warn_flag
in '' yes
26626 # Use a header file that comes with gcc, so configuring glibc
26627 # with a fresh cross-compiler works.
26628 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26629 # <limits.h> exists even on freestanding compilers.
26630 # On the NeXT, cc -E runs the code through the compiler's parser,
26631 # not just through cpp. "Syntax error" is here to catch this case.
26632 cat >conftest.
$ac_ext <<_ACEOF
26635 cat confdefs.h
>>conftest.
$ac_ext
26636 cat >>conftest.
$ac_ext <<_ACEOF
26637 /* end confdefs.h. */
26639 # include <limits.h>
26641 # include <assert.h>
26645 if { (ac_try
="$ac_cpp conftest.$ac_ext"
26646 case "(($ac_try" in
26647 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
26648 *) ac_try_echo=$ac_try;;
26650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26651 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26653 grep -v '^ *+' conftest.er1 >conftest.err
26655 cat conftest.err >&5
26656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26657 (exit $ac_status); } >/dev/null && {
26658 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26659 test ! -s conftest.err
26663 echo "$as_me: failed program was:" >&5
26664 sed 's/^/| /' conftest.$ac_ext >&5
26666 # Broken: fails on valid input.
26670 rm -f conftest.err conftest.$ac_ext
26672 # OK, works on sane cases. Now check whether nonexistent headers
26673 # can be detected and how.
26674 cat >conftest.$ac_ext <<_ACEOF
26677 cat confdefs.h >>conftest.$ac_ext
26678 cat >>conftest.$ac_ext <<_ACEOF
26679 /* end confdefs.h. */
26680 #include <ac_nonexistent.h>
26682 if { (ac_try="$ac_cpp conftest.$ac_ext"
26683 case "(($ac_try" in
26684 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
26685 *) ac_try_echo
=$ac_try;;
26687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26688 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26690 grep -v '^ *+' conftest.er1
>conftest.err
26692 cat conftest.err
>&5
26693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26694 (exit $ac_status); } >/dev
/null
&& {
26695 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26696 test ! -s conftest.err
26698 # Broken: success on invalid input.
26701 echo "$as_me: failed program was:" >&5
26702 sed 's/^/| /' conftest.
$ac_ext >&5
26704 # Passes both tests.
26709 rm -f conftest.err conftest.
$ac_ext
26712 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
26713 rm -f conftest.err conftest.
$ac_ext
26714 if $ac_preproc_ok; then
26717 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
26718 See \`config.log' for more details." >&5
26719 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
26720 See \`config.log' for more details." >&2;}
26721 { (exit 1); exit 1; }; }
26725 ac_cpp
='$CXXCPP $CPPFLAGS'
26726 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26727 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26728 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26733 for ac_header
in type_traits tr
1/type_traits
26735 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26736 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26737 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26738 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26739 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26740 echo $ECHO_N "(cached) $ECHO_C" >&6
26742 ac_res
=`eval echo '${'$as_ac_Header'}'`
26743 { echo "$as_me:$LINENO: result: $ac_res" >&5
26744 echo "${ECHO_T}$ac_res" >&6; }
26746 # Is the header compilable?
26747 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
26748 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
26749 cat >conftest.
$ac_ext <<_ACEOF
26752 cat confdefs.h
>>conftest.
$ac_ext
26753 cat >>conftest.
$ac_ext <<_ACEOF
26754 /* end confdefs.h. */
26755 $ac_includes_default
26756 #include <$ac_header>
26758 rm -f conftest.
$ac_objext
26759 if { (ac_try
="$ac_compile"
26760 case "(($ac_try" in
26761 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
26762 *) ac_try_echo=$ac_try;;
26764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26765 (eval "$ac_compile") 2>conftest.er1
26767 grep -v '^ *+' conftest.er1 >conftest.err
26769 cat conftest.err >&5
26770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26771 (exit $ac_status); } && {
26772 test -z "$ac_cxx_werror_flag" ||
26773 test ! -s conftest.err
26774 } && test -s conftest.$ac_objext; then
26775 ac_header_compiler=yes
26777 echo "$as_me: failed program was:" >&5
26778 sed 's/^/| /' conftest.$ac_ext >&5
26780 ac_header_compiler=no
26783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26784 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26785 echo "${ECHO_T}$ac_header_compiler" >&6; }
26787 # Is the header present?
26788 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
26789 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
26790 cat >conftest.$ac_ext <<_ACEOF
26793 cat confdefs.h >>conftest.$ac_ext
26794 cat >>conftest.$ac_ext <<_ACEOF
26795 /* end confdefs.h. */
26796 #include <$ac_header>
26798 if { (ac_try="$ac_cpp conftest.$ac_ext"
26799 case "(($ac_try" in
26800 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
26801 *) ac_try_echo
=$ac_try;;
26803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26804 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26806 grep -v '^ *+' conftest.er1
>conftest.err
26808 cat conftest.err
>&5
26809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26810 (exit $ac_status); } >/dev
/null
&& {
26811 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26812 test ! -s conftest.err
26814 ac_header_preproc
=yes
26816 echo "$as_me: failed program was:" >&5
26817 sed 's/^/| /' conftest.
$ac_ext >&5
26819 ac_header_preproc
=no
26822 rm -f conftest.err conftest.
$ac_ext
26823 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26824 echo "${ECHO_T}$ac_header_preproc" >&6; }
26826 # So? What about this header?
26827 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
26829 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26830 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26831 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26832 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26833 ac_header_preproc
=yes
26836 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26837 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26838 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
26839 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
26840 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26841 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26842 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
26843 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
26844 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26845 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26846 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26847 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26849 ## ----------------------------------------- ##
26850 ## Report this to wx-dev@lists.wxwidgets.org ##
26851 ## ----------------------------------------- ##
26853 ) | sed "s/^/$as_me: WARNING: /" >&2
26856 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26857 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26858 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26859 echo $ECHO_N "(cached) $ECHO_C" >&6
26861 eval "$as_ac_Header=\$ac_header_preproc"
26863 ac_res
=`eval echo '${'$as_ac_Header'}'`
26864 { echo "$as_me:$LINENO: result: $ac_res" >&5
26865 echo "${ECHO_T}$ac_res" >&6; }
26868 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26869 cat >>confdefs.h
<<_ACEOF
26870 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26880 if test -n "$GCC"; then
26881 { echo "$as_me:$LINENO: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
26882 echo $ECHO_N "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... $ECHO_C" >&6; }
26883 if test "${wx_cv_cc_gcc_atomic_builtins+set}" = set; then
26884 echo $ECHO_N "(cached) $ECHO_C" >&6
26887 cat >conftest.
$ac_ext <<_ACEOF
26890 cat confdefs.h
>>conftest.
$ac_ext
26891 cat >>conftest.
$ac_ext <<_ACEOF
26892 /* end confdefs.h. */
26898 unsigned int value=0;
26899 /* wxAtomicInc doesn't use return value here */
26900 __sync_fetch_and_add(&value, 2);
26901 __sync_sub_and_fetch(&value, 1);
26902 /* but wxAtomicDec does, so mimic that: */
26903 unsigned int r2 = __sync_sub_and_fetch(&value, 1);
26909 rm -f conftest.
$ac_objext conftest
$ac_exeext
26910 if { (ac_try
="$ac_link"
26911 case "(($ac_try" in
26912 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
26913 *) ac_try_echo=$ac_try;;
26915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26916 (eval "$ac_link") 2>conftest.er1
26918 grep -v '^ *+' conftest.er1 >conftest.err
26920 cat conftest.err >&5
26921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26922 (exit $ac_status); } && {
26923 test -z "$ac_cxx_werror_flag" ||
26924 test ! -s conftest.err
26925 } && test -s conftest$ac_exeext &&
26926 $as_test_x conftest$ac_exeext; then
26927 wx_cv_cc_gcc_atomic_builtins=yes
26929 echo "$as_me: failed program was:" >&5
26930 sed 's/^/| /' conftest.$ac_ext >&5
26932 wx_cv_cc_gcc_atomic_builtins=no
26935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26936 conftest$ac_exeext conftest.$ac_ext
26940 { echo "$as_me:$LINENO: result: $wx_cv_cc_gcc_atomic_builtins" >&5
26941 echo "${ECHO_T}$wx_cv_cc_gcc_atomic_builtins" >&6; }
26942 if test $wx_cv_cc_gcc_atomic_builtins = yes; then
26943 cat >>confdefs.h <<\_ACEOF
26944 #define HAVE_GCC_ATOMIC_BUILTINS 1
26952 ac_cpp='$CPP $CPPFLAGS'
26953 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26954 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26955 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26960 /usr/local/include \
26961 /usr/local/X11/include \
26962 /usr/local/include/X11 \
26963 /usr/local/X11R7/include \
26964 /usr/local/X11R6/include \
26965 /usr/local/include/X11R7 \
26966 /usr/local/include/X11R6 \
26968 /usr/Motif-2.1/include \
26969 /usr/Motif-1.2/include \
26970 /usr/include/Motif1.2 \
26973 /usr/openwin/include \
26977 /usr/X11R7/include \
26978 /usr/X11R6/include \
26979 /usr/X11R6.4/include \
26981 /usr/include/X11R7 \
26982 /usr/include/X11R6 \
26987 /usr/XFree86/include/X11 \
26990 /usr/local/X1R5/include \
26991 /usr/local/include/X11R5 \
26992 /usr/X11R5/include \
26993 /usr/include/X11R5 \
26995 /usr/local/X11R4/include \
26996 /usr/local/include/X11R4 \
26997 /usr/X11R4/include \
26998 /usr/include/X11R4 \
27000 /usr/openwin/share/include"
27002 { echo "$as_me:$LINENO: checking for libraries directories" >&5
27003 echo $ECHO_N "checking for libraries directories... $ECHO_C" >&6; }
27007 if test "${wx_cv_std_libpath+set}" = set; then
27008 echo $ECHO_N "(cached) $ECHO_C" >&6
27011 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
27012 for e in a so sl dylib dll.a; do
27014 if test -f $libc; then
27017 cat >conftest.$ac_ext <<_ACEOF
27018 int main() { return 0; }
27020 rm -f conftest.$ac_objext conftest$ac_exeext
27021 if { (ac_try="$ac_link"
27022 case "(($ac_try" in
27023 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
27024 *) ac_try_echo
=$ac_try;;
27026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27027 (eval "$ac_link") 2>conftest.er1
27029 grep -v '^ *+' conftest.er1
>conftest.err
27031 cat conftest.err
>&5
27032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27033 (exit $ac_status); } && {
27034 test -z "$ac_c_werror_flag" ||
27035 test ! -s conftest.err
27036 } && test -s conftest
$ac_exeext &&
27037 $as_test_x conftest
$ac_exeext; then
27038 wx_cv_std_libpath
=`echo $d | sed s@/usr/@@`
27040 echo "$as_me: failed program was:" >&5
27041 sed 's/^/| /' conftest.
$ac_ext >&5
27046 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
27047 conftest
$ac_exeext conftest.
$ac_ext
27049 if test "x$wx_cv_std_libpath" != "x"; then
27062 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
27063 wx_cv_std_libpath
="lib/64"
27068 if test "$ac_cv_sizeof_void_p" = 8; then
27069 if test -d "/usr/lib/`uname -m`-linux-gnu"; then
27070 wx_cv_std_libfullpath
="/usr/lib/`uname -m`-linux-gnu"
27071 elif test -d "/usr/lib64" -a ! -h "/usr/lib64"; then
27072 wx_cv_std_libpath
="lib64"
27077 if test -d '/usr/lib/i386-linux-gnu'; then
27078 wx_cv_std_libfullpath
='/usr/lib/i386-linux-gnu'
27083 if test -n "$wx_cv_std_libfullpath" -a -d "/usr/lib"; then
27084 wx_cv_std_libfullpath
="$wx_cv_std_libfullpath /usr/lib"
27089 if test -z "$wx_cv_std_libpath"; then
27090 wx_cv_std_libpath
="lib"
27093 if test -z "$wx_cv_std_libfullpath"; then
27094 wx_cv_std_libfullpath
="/usr/$wx_cv_std_libpath"
27098 { echo "$as_me:$LINENO: result: $wx_cv_std_libfullpath" >&5
27099 echo "${ECHO_T}$wx_cv_std_libfullpath" >&6; }
27101 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` $wx_cv_std_libfullpath"
27103 if test "$build" != "$host" -a "$GCC" = yes; then
27104 if cross_root
=`$CC -print-prog-name=ld 2>/dev/null`; then
27105 cross_root
=`dirname $cross_root`
27106 cross_root
=`dirname $cross_root`
27108 SEARCH_LIB
=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
27109 SEARCH_INCLUDE
=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
27110 SEARCH_INCLUDE
="$SEARCH_INCLUDE $cross_root/include"
27112 if test -z "$PKG_CONFIG_PATH"; then
27113 PKG_CONFIG_PATH
="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
27114 export PKG_CONFIG_PATH
27117 if test -z "$x_includes" -o "$x_includes" = NONE
; then
27120 for ac_dir
in $SEARCH_INCLUDE /usr
/include
27122 if test -f "$ac_dir/X11/Intrinsic.h"; then
27123 ac_find_includes
=$ac_dir
27128 x_includes
=$ac_find_includes
27130 if test -z "$x_libraries" -o "$x_libraries" = NONE
; then
27133 for ac_dir
in $SEARCH_LIB
27135 for ac_extension
in a so sl dylib dll.a
; do
27136 if test -f "$ac_dir/libXt.$ac_extension"; then
27137 ac_find_libraries
=$ac_dir
27143 x_libraries
=$ac_find_libraries
27149 cat >confcache
<<\_ACEOF
27150 # This file is a shell script that caches the results of configure
27151 # tests run on this system so they can be shared between configure
27152 # scripts and configure runs, see configure's option --config-cache.
27153 # It is not useful on other systems. If it contains results you don't
27154 # want to keep, you may remove or edit it.
27156 # config.status only pays attention to the cache file if you give it
27157 # the --recheck option to rerun configure.
27159 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27160 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27161 # following values.
27165 # The following way of writing the cache mishandles newlines in values,
27166 # but we know of no workaround that is simple, portable, and efficient.
27167 # So, we kill variables containing newlines.
27168 # Ultrix sh set writes to stderr and can't be redirected directly,
27169 # and sets the high bit in the cache file unless we assign to the vars.
27171 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27172 eval ac_val
=\$
$ac_var
27176 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27177 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27180 _
| IFS
| as_nl
) ;; #(
27181 *) $as_unset $ac_var ;;
27187 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27188 *${as_nl}ac_space
=\
*)
27189 # `set' does not quote correctly, so add quotes (double-quote
27190 # substitution turns \\\\ into \\, and sed turns \\ into \).
27193 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27196 # `set' quotes correctly as required by POSIX, so do not add quotes.
27197 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27206 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27208 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27210 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
27211 if test -w "$cache_file"; then
27212 test "x$cache_file" != "x/dev/null" &&
27213 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27214 echo "$as_me: updating cache $cache_file" >&6;}
27215 cat confcache
>$cache_file
27217 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27218 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27223 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
27224 { echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
27225 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6; }
27226 if test "${wx_cv_lib_glibc21+set}" = set; then
27227 echo $ECHO_N "(cached) $ECHO_C" >&6
27230 cat >conftest.
$ac_ext <<_ACEOF
27233 cat confdefs.h
>>conftest.
$ac_ext
27234 cat >>conftest.
$ac_ext <<_ACEOF
27235 /* end confdefs.h. */
27236 #include <features.h>
27241 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
27249 rm -f conftest.
$ac_objext
27250 if { (ac_try
="$ac_compile"
27251 case "(($ac_try" in
27252 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
27253 *) ac_try_echo=$ac_try;;
27255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27256 (eval "$ac_compile") 2>conftest.er1
27258 grep -v '^ *+' conftest.er1 >conftest.err
27260 cat conftest.err >&5
27261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27262 (exit $ac_status); } && {
27263 test -z "$ac_c_werror_flag" ||
27264 test ! -s conftest.err
27265 } && test -s conftest.$ac_objext; then
27267 wx_cv_lib_glibc21=yes
27270 echo "$as_me: failed program was:" >&5
27271 sed 's/^/| /' conftest.$ac_ext >&5
27274 wx_cv_lib_glibc21=no
27279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27282 { echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
27283 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6; }
27284 if test "$wx_cv_lib_glibc21" = "yes"; then
27285 cat >>confdefs.h <<\_ACEOF
27286 #define wxHAVE_GLIBC2 1
27292 if test "x$wx_cv_lib_glibc21" = "xyes"; then
27293 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
27294 cat >>confdefs.h <<\_ACEOF
27295 #define _GNU_SOURCE 1
27306 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27307 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27308 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27309 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27310 echo $ECHO_N "(cached) $ECHO_C" >&6
27312 cat >conftest.$ac_ext <<_ACEOF
27315 cat confdefs.h >>conftest.$ac_ext
27316 cat >>conftest.$ac_ext <<_ACEOF
27317 /* end confdefs.h. */
27318 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27319 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27320 #define $ac_func innocuous_$ac_func
27322 /* System header to define __stub macros and hopefully few prototypes,
27323 which can conflict with char $ac_func (); below.
27324 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27325 <limits.h> exists even on freestanding compilers. */
27328 # include <limits.h>
27330 # include <assert.h>
27335 /* Override any GCC internal prototype to avoid an error.
27336 Use char because int might match the return type of a GCC
27337 builtin and then its argument prototype would still apply. */
27342 /* The GNU C library defines this for functions which it implements
27343 to always fail with ENOSYS. Some functions are actually named
27344 something starting with __ and the normal name is an alias. */
27345 #if defined __stub_$ac_func || defined __stub___$ac_func
27352 return $ac_func ();
27357 rm -f conftest.$ac_objext conftest$ac_exeext
27358 if { (ac_try="$ac_link"
27359 case "(($ac_try" in
27360 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
27361 *) ac_try_echo
=$ac_try;;
27363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27364 (eval "$ac_link") 2>conftest.er1
27366 grep -v '^ *+' conftest.er1
>conftest.err
27368 cat conftest.err
>&5
27369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27370 (exit $ac_status); } && {
27371 test -z "$ac_c_werror_flag" ||
27372 test ! -s conftest.err
27373 } && test -s conftest
$ac_exeext &&
27374 $as_test_x conftest
$ac_exeext; then
27375 eval "$as_ac_var=yes"
27377 echo "$as_me: failed program was:" >&5
27378 sed 's/^/| /' conftest.
$ac_ext >&5
27380 eval "$as_ac_var=no"
27383 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
27384 conftest
$ac_exeext conftest.
$ac_ext
27386 ac_res
=`eval echo '${'$as_ac_var'}'`
27387 { echo "$as_me:$LINENO: result: $ac_res" >&5
27388 echo "${ECHO_T}$ac_res" >&6; }
27389 if test `eval echo '${'$as_ac_var'}'` = yes; then
27390 cat >>confdefs.h
<<_ACEOF
27391 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27398 for ac_func
in floor
27400 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27401 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27402 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27403 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27404 echo $ECHO_N "(cached) $ECHO_C" >&6
27406 cat >conftest.
$ac_ext <<_ACEOF
27409 cat confdefs.h
>>conftest.
$ac_ext
27410 cat >>conftest.
$ac_ext <<_ACEOF
27411 /* end confdefs.h. */
27412 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27413 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27414 #define $ac_func innocuous_$ac_func
27416 /* System header to define __stub macros and hopefully few prototypes,
27417 which can conflict with char $ac_func (); below.
27418 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27419 <limits.h> exists even on freestanding compilers. */
27422 # include <limits.h>
27424 # include <assert.h>
27429 /* Override any GCC internal prototype to avoid an error.
27430 Use char because int might match the return type of a GCC
27431 builtin and then its argument prototype would still apply. */
27436 /* The GNU C library defines this for functions which it implements
27437 to always fail with ENOSYS. Some functions are actually named
27438 something starting with __ and the normal name is an alias. */
27439 #if defined __stub_$ac_func || defined __stub___$ac_func
27446 return $ac_func ();
27451 rm -f conftest.
$ac_objext conftest
$ac_exeext
27452 if { (ac_try
="$ac_link"
27453 case "(($ac_try" in
27454 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
27455 *) ac_try_echo=$ac_try;;
27457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27458 (eval "$ac_link") 2>conftest.er1
27460 grep -v '^ *+' conftest.er1 >conftest.err
27462 cat conftest.err >&5
27463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27464 (exit $ac_status); } && {
27465 test -z "$ac_c_werror_flag" ||
27466 test ! -s conftest.err
27467 } && test -s conftest$ac_exeext &&
27468 $as_test_x conftest$ac_exeext; then
27469 eval "$as_ac_var=yes"
27471 echo "$as_me: failed program was:" >&5
27472 sed 's/^/| /' conftest.$ac_ext >&5
27474 eval "$as_ac_var=no"
27477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27478 conftest$ac_exeext conftest.$ac_ext
27480 ac_res=`eval echo '${'$as_ac_var'}'`
27481 { echo "$as_me:$LINENO: result: $ac_res" >&5
27482 echo "${ECHO_T}$ac_res" >&6; }
27483 if test `eval echo '${'$as_ac_var'}'` = yes; then
27484 cat >>confdefs.h <<_ACEOF
27485 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27491 { echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
27492 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6; }
27493 if test "$have_cos" = 1 -a "$have_floor" = 1; then
27494 { echo "$as_me:$LINENO: result: yes" >&5
27495 echo "${ECHO_T}yes" >&6; }
27497 { echo "$as_me:$LINENO: result: no" >&5
27498 echo "${ECHO_T}no" >&6; }
27500 # use different functions to avoid configure caching
27506 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27507 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27508 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27509 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27510 echo $ECHO_N "(cached) $ECHO_C" >&6
27512 cat >conftest.$ac_ext <<_ACEOF
27515 cat confdefs.h >>conftest.$ac_ext
27516 cat >>conftest.$ac_ext <<_ACEOF
27517 /* end confdefs.h. */
27518 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27519 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27520 #define $ac_func innocuous_$ac_func
27522 /* System header to define __stub macros and hopefully few prototypes,
27523 which can conflict with char $ac_func (); below.
27524 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27525 <limits.h> exists even on freestanding compilers. */
27528 # include <limits.h>
27530 # include <assert.h>
27535 /* Override any GCC internal prototype to avoid an error.
27536 Use char because int might match the return type of a GCC
27537 builtin and then its argument prototype would still apply. */
27542 /* The GNU C library defines this for functions which it implements
27543 to always fail with ENOSYS. Some functions are actually named
27544 something starting with __ and the normal name is an alias. */
27545 #if defined __stub_$ac_func || defined __stub___$ac_func
27552 return $ac_func ();
27557 rm -f conftest.$ac_objext conftest$ac_exeext
27558 if { (ac_try="$ac_link"
27559 case "(($ac_try" in
27560 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
27561 *) ac_try_echo
=$ac_try;;
27563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27564 (eval "$ac_link") 2>conftest.er1
27566 grep -v '^ *+' conftest.er1
>conftest.err
27568 cat conftest.err
>&5
27569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27570 (exit $ac_status); } && {
27571 test -z "$ac_c_werror_flag" ||
27572 test ! -s conftest.err
27573 } && test -s conftest
$ac_exeext &&
27574 $as_test_x conftest
$ac_exeext; then
27575 eval "$as_ac_var=yes"
27577 echo "$as_me: failed program was:" >&5
27578 sed 's/^/| /' conftest.
$ac_ext >&5
27580 eval "$as_ac_var=no"
27583 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
27584 conftest
$ac_exeext conftest.
$ac_ext
27586 ac_res
=`eval echo '${'$as_ac_var'}'`
27587 { echo "$as_me:$LINENO: result: $ac_res" >&5
27588 echo "${ECHO_T}$ac_res" >&6; }
27589 if test `eval echo '${'$as_ac_var'}'` = yes; then
27590 cat >>confdefs.h
<<_ACEOF
27591 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27598 for ac_func
in ceil
27600 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27601 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27602 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27603 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27604 echo $ECHO_N "(cached) $ECHO_C" >&6
27606 cat >conftest.
$ac_ext <<_ACEOF
27609 cat confdefs.h
>>conftest.
$ac_ext
27610 cat >>conftest.
$ac_ext <<_ACEOF
27611 /* end confdefs.h. */
27612 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27613 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27614 #define $ac_func innocuous_$ac_func
27616 /* System header to define __stub macros and hopefully few prototypes,
27617 which can conflict with char $ac_func (); below.
27618 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27619 <limits.h> exists even on freestanding compilers. */
27622 # include <limits.h>
27624 # include <assert.h>
27629 /* Override any GCC internal prototype to avoid an error.
27630 Use char because int might match the return type of a GCC
27631 builtin and then its argument prototype would still apply. */
27636 /* The GNU C library defines this for functions which it implements
27637 to always fail with ENOSYS. Some functions are actually named
27638 something starting with __ and the normal name is an alias. */
27639 #if defined __stub_$ac_func || defined __stub___$ac_func
27646 return $ac_func ();
27651 rm -f conftest.
$ac_objext conftest
$ac_exeext
27652 if { (ac_try
="$ac_link"
27653 case "(($ac_try" in
27654 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
27655 *) ac_try_echo=$ac_try;;
27657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27658 (eval "$ac_link") 2>conftest.er1
27660 grep -v '^ *+' conftest.er1 >conftest.err
27662 cat conftest.err >&5
27663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27664 (exit $ac_status); } && {
27665 test -z "$ac_c_werror_flag" ||
27666 test ! -s conftest.err
27667 } && test -s conftest$ac_exeext &&
27668 $as_test_x conftest$ac_exeext; then
27669 eval "$as_ac_var=yes"
27671 echo "$as_me: failed program was:" >&5
27672 sed 's/^/| /' conftest.$ac_ext >&5
27674 eval "$as_ac_var=no"
27677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27678 conftest$ac_exeext conftest.$ac_ext
27680 ac_res=`eval echo '${'$as_ac_var'}'`
27681 { echo "$as_me:$LINENO: result: $ac_res" >&5
27682 echo "${ECHO_T}$ac_res" >&6; }
27683 if test `eval echo '${'$as_ac_var'}'` = yes; then
27684 cat >>confdefs.h <<_ACEOF
27685 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27691 { echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
27692 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6; }
27693 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
27694 { echo "$as_me:$LINENO: result: yes" >&5
27695 echo "${ECHO_T}yes" >&6; }
27697 { echo "$as_me:$LINENO: result: no" >&5
27698 echo "${ECHO_T}no" >&6; }
27699 # not sure we should warn the user, crash, etc.
27704 ac_cpp='$CXXCPP $CPPFLAGS'
27705 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27706 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27707 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27709 if test "wxUSE_UNICODE" = "yes"; then
27711 for wx_func in wcstoull
27713 { echo "$as_me:$LINENO: checking for $wx_func" >&5
27714 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
27715 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
27716 echo $ECHO_N "(cached) $ECHO_C" >&6
27719 cat >conftest.$ac_ext <<_ACEOF
27723 cat confdefs.h >>conftest.$ac_ext
27724 cat >>conftest.$ac_ext <<_ACEOF
27725 /* end confdefs.h. */
27728 $ac_includes_default
27744 rm -f conftest.$ac_objext conftest$ac_exeext
27745 if { (ac_try="$ac_link"
27746 case "(($ac_try" in
27747 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
27748 *) ac_try_echo
=$ac_try;;
27750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27751 (eval "$ac_link") 2>conftest.er1
27753 grep -v '^ *+' conftest.er1
>conftest.err
27755 cat conftest.err
>&5
27756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27757 (exit $ac_status); } && {
27758 test -z "$ac_cxx_werror_flag" ||
27759 test ! -s conftest.err
27760 } && test -s conftest
$ac_exeext &&
27761 $as_test_x conftest
$ac_exeext; then
27762 eval wx_cv_func_
$wx_func=yes
27764 echo "$as_me: failed program was:" >&5
27765 sed 's/^/| /' conftest.
$ac_ext >&5
27767 eval wx_cv_func_
$wx_func=no
27770 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
27771 conftest
$ac_exeext conftest.
$ac_ext
27774 ac_res
=`eval echo '${'wx_cv_func_$wx_func'}'`
27775 { echo "$as_me:$LINENO: result: $ac_res" >&5
27776 echo "${ECHO_T}$ac_res" >&6; }
27778 if eval test \
$wx_cv_func_$wx_func = yes
27780 cat >>confdefs.h
<<_ACEOF
27781 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
27793 for wx_func
in strtoull
27795 { echo "$as_me:$LINENO: checking for $wx_func" >&5
27796 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
27797 if { as_var
=wx_cv_func_
$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
27798 echo $ECHO_N "(cached) $ECHO_C" >&6
27801 cat >conftest.
$ac_ext <<_ACEOF
27805 cat confdefs.h
>>conftest.
$ac_ext
27806 cat >>conftest.
$ac_ext <<_ACEOF
27807 /* end confdefs.h. */
27810 $ac_includes_default
27826 rm -f conftest.
$ac_objext conftest
$ac_exeext
27827 if { (ac_try
="$ac_link"
27828 case "(($ac_try" in
27829 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
27830 *) ac_try_echo=$ac_try;;
27832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27833 (eval "$ac_link") 2>conftest.er1
27835 grep -v '^ *+' conftest.er1 >conftest.err
27837 cat conftest.err >&5
27838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27839 (exit $ac_status); } && {
27840 test -z "$ac_cxx_werror_flag" ||
27841 test ! -s conftest.err
27842 } && test -s conftest$ac_exeext &&
27843 $as_test_x conftest$ac_exeext; then
27844 eval wx_cv_func_$wx_func=yes
27846 echo "$as_me: failed program was:" >&5
27847 sed 's/^/| /' conftest.$ac_ext >&5
27849 eval wx_cv_func_$wx_func=no
27852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27853 conftest$ac_exeext conftest.$ac_ext
27856 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
27857 { echo "$as_me:$LINENO: result: $ac_res" >&5
27858 echo "${ECHO_T}$ac_res" >&6; }
27860 if eval test \$wx_cv_func_$wx_func = yes
27862 cat >>confdefs.h <<_ACEOF
27863 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
27875 ac_cpp='$CPP $CPPFLAGS'
27876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27883 if test "$wxUSE_REGEX" != "no"; then
27884 cat >>confdefs.h <<\_ACEOF
27885 #define wxUSE_REGEX 1
27889 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
27890 { echo "$as_me:$LINENO: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
27891 echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
27892 wxUSE_REGEX=builtin
27895 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
27896 { echo "$as_me:$LINENO: checking for regex.h" >&5
27897 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6; }
27898 if test "${ac_cv_header_regex_h+set}" = set; then
27899 echo $ECHO_N "(cached) $ECHO_C" >&6
27901 cat >conftest.$ac_ext <<_ACEOF
27904 cat confdefs.h >>conftest.$ac_ext
27905 cat >>conftest.$ac_ext <<_ACEOF
27906 /* end confdefs.h. */
27911 rm -f conftest.$ac_objext
27912 if { (ac_try="$ac_compile"
27913 case "(($ac_try" in
27914 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
27915 *) ac_try_echo
=$ac_try;;
27917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27918 (eval "$ac_compile") 2>conftest.er1
27920 grep -v '^ *+' conftest.er1
>conftest.err
27922 cat conftest.err
>&5
27923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27924 (exit $ac_status); } && {
27925 test -z "$ac_c_werror_flag" ||
27926 test ! -s conftest.err
27927 } && test -s conftest.
$ac_objext; then
27928 ac_cv_header_regex_h
=yes
27930 echo "$as_me: failed program was:" >&5
27931 sed 's/^/| /' conftest.
$ac_ext >&5
27933 ac_cv_header_regex_h
=no
27936 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
27938 { echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
27939 echo "${ECHO_T}$ac_cv_header_regex_h" >&6; }
27940 if test $ac_cv_header_regex_h = yes; then
27943 for ac_func
in regcomp re_search
27945 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27946 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27947 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27948 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27949 echo $ECHO_N "(cached) $ECHO_C" >&6
27951 cat >conftest.
$ac_ext <<_ACEOF
27954 cat confdefs.h
>>conftest.
$ac_ext
27955 cat >>conftest.
$ac_ext <<_ACEOF
27956 /* end confdefs.h. */
27957 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27958 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27959 #define $ac_func innocuous_$ac_func
27961 /* System header to define __stub macros and hopefully few prototypes,
27962 which can conflict with char $ac_func (); below.
27963 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27964 <limits.h> exists even on freestanding compilers. */
27967 # include <limits.h>
27969 # include <assert.h>
27974 /* Override any GCC internal prototype to avoid an error.
27975 Use char because int might match the return type of a GCC
27976 builtin and then its argument prototype would still apply. */
27981 /* The GNU C library defines this for functions which it implements
27982 to always fail with ENOSYS. Some functions are actually named
27983 something starting with __ and the normal name is an alias. */
27984 #if defined __stub_$ac_func || defined __stub___$ac_func
27991 return $ac_func ();
27996 rm -f conftest.
$ac_objext conftest
$ac_exeext
27997 if { (ac_try
="$ac_link"
27998 case "(($ac_try" in
27999 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
28000 *) ac_try_echo=$ac_try;;
28002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28003 (eval "$ac_link") 2>conftest.er1
28005 grep -v '^ *+' conftest.er1 >conftest.err
28007 cat conftest.err >&5
28008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28009 (exit $ac_status); } && {
28010 test -z "$ac_c_werror_flag" ||
28011 test ! -s conftest.err
28012 } && test -s conftest$ac_exeext &&
28013 $as_test_x conftest$ac_exeext; then
28014 eval "$as_ac_var=yes"
28016 echo "$as_me: failed program was:" >&5
28017 sed 's/^/| /' conftest.$ac_ext >&5
28019 eval "$as_ac_var=no"
28022 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28023 conftest$ac_exeext conftest.$ac_ext
28025 ac_res=`eval echo '${'$as_ac_var'}'`
28026 { echo "$as_me:$LINENO: result: $ac_res" >&5
28027 echo "${ECHO_T}$ac_res" >&6; }
28028 if test `eval echo '${'$as_ac_var'}'` = yes; then
28029 cat >>confdefs.h <<_ACEOF
28030 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28040 if test "x$ac_cv_func_regcomp" != "xyes"; then
28041 if test "$wxUSE_REGEX" = "sys" ; then
28042 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
28043 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
28044 { (exit 1); exit 1; }; }
28046 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
28047 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
28048 wxUSE_REGEX=builtin
28052 cat >>confdefs.h <<\_ACEOF
28053 #define WX_NO_REGEX_ADVANCED 1
28062 if test "$wxUSE_ZLIB" != "no" ; then
28063 cat >>confdefs.h <<\_ACEOF
28064 #define wxUSE_ZLIB 1
28068 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
28069 if test "$USE_DARWIN" = 1; then
28070 system_zlib_h_ok="yes"
28072 { echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
28073 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6; }
28074 if test "${ac_cv_header_zlib_h+set}" = set; then
28075 echo $ECHO_N "(cached) $ECHO_C" >&6
28077 if test "$cross_compiling" = yes; then
28078 unset ac_cv_header_zlib_h
28081 cat >conftest.$ac_ext <<_ACEOF
28084 cat confdefs.h >>conftest.$ac_ext
28085 cat >>conftest.$ac_ext <<_ACEOF
28086 /* end confdefs.h. */
28093 FILE *f=fopen("conftestval", "w");
28096 ZLIB_VERSION[0] == '1' &&
28097 (ZLIB_VERSION[2] > '1' ||
28098 (ZLIB_VERSION[2] == '1' &&
28099 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
28104 rm -f conftest$ac_exeext
28105 if { (ac_try="$ac_link"
28106 case "(($ac_try" in
28107 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
28108 *) ac_try_echo
=$ac_try;;
28110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28111 (eval "$ac_link") 2>&5
28113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28114 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
28115 { (case "(($ac_try" in
28116 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
28117 *) ac_try_echo=$ac_try;;
28119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28120 (eval "$ac_try") 2>&5
28122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28123 (exit $ac_status); }; }; then
28124 ac_cv_header_zlib_h=`cat conftestval
`
28126 echo "$as_me: program exited with status $ac_status" >&5
28127 echo "$as_me: failed program was:" >&5
28128 sed 's/^/| /' conftest.$ac_ext >&5
28130 ( exit $ac_status )
28131 ac_cv_header_zlib_h=no
28133 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28139 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
28140 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
28141 { echo "$as_me:$LINENO: checking for zlib.h" >&5
28142 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
28143 if test "${ac_cv_header_zlib_h+set}" = set; then
28144 echo $ECHO_N "(cached) $ECHO_C" >&6
28146 cat >conftest.$ac_ext <<_ACEOF
28149 cat confdefs.h >>conftest.$ac_ext
28150 cat >>conftest.$ac_ext <<_ACEOF
28151 /* end confdefs.h. */
28156 rm -f conftest.$ac_objext
28157 if { (ac_try="$ac_compile"
28158 case "(($ac_try" in
28159 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
28160 *) ac_try_echo
=$ac_try;;
28162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28163 (eval "$ac_compile") 2>conftest.er1
28165 grep -v '^ *+' conftest.er1
>conftest.err
28167 cat conftest.err
>&5
28168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28169 (exit $ac_status); } && {
28170 test -z "$ac_c_werror_flag" ||
28171 test ! -s conftest.err
28172 } && test -s conftest.
$ac_objext; then
28173 ac_cv_header_zlib_h
=yes
28175 echo "$as_me: failed program was:" >&5
28176 sed 's/^/| /' conftest.
$ac_ext >&5
28178 ac_cv_header_zlib_h
=no
28181 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
28183 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
28184 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
28188 system_zlib_h_ok
=$ac_cv_header_zlib_h
28191 if test "$system_zlib_h_ok" = "yes"; then
28192 { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
28193 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
28194 if test "${ac_cv_lib_z_deflate+set}" = set; then
28195 echo $ECHO_N "(cached) $ECHO_C" >&6
28197 ac_check_lib_save_LIBS
=$LIBS
28199 cat >conftest.
$ac_ext <<_ACEOF
28202 cat confdefs.h
>>conftest.
$ac_ext
28203 cat >>conftest.
$ac_ext <<_ACEOF
28204 /* end confdefs.h. */
28206 /* Override any GCC internal prototype to avoid an error.
28207 Use char because int might match the return type of a GCC
28208 builtin and then its argument prototype would still apply. */
28221 rm -f conftest.
$ac_objext conftest
$ac_exeext
28222 if { (ac_try
="$ac_link"
28223 case "(($ac_try" in
28224 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
28225 *) ac_try_echo=$ac_try;;
28227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28228 (eval "$ac_link") 2>conftest.er1
28230 grep -v '^ *+' conftest.er1 >conftest.err
28232 cat conftest.err >&5
28233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28234 (exit $ac_status); } && {
28235 test -z "$ac_c_werror_flag" ||
28236 test ! -s conftest.err
28237 } && test -s conftest$ac_exeext &&
28238 $as_test_x conftest$ac_exeext; then
28239 ac_cv_lib_z_deflate=yes
28241 echo "$as_me: failed program was:" >&5
28242 sed 's/^/| /' conftest.$ac_ext >&5
28244 ac_cv_lib_z_deflate=no
28247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28248 conftest$ac_exeext conftest.$ac_ext
28249 LIBS=$ac_check_lib_save_LIBS
28251 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
28252 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
28253 if test $ac_cv_lib_z_deflate = yes; then
28259 if test "x$ZLIB_LINK" = "x" ; then
28260 if test "$wxUSE_ZLIB" = "sys" ; then
28261 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
28262 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
28263 { (exit 1); exit 1; }; }
28265 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
28266 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
28277 if test "$wxUSE_LIBPNG" != "no" ; then
28278 cat >>confdefs.h <<\_ACEOF
28279 #define wxUSE_LIBPNG 1
28283 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
28284 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
28285 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
28289 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
28290 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
28291 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
28292 wxUSE_LIBPNG=builtin
28295 if test "$wxUSE_MGL" != 1 ; then
28296 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
28297 { echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
28298 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6; }
28299 if test "${ac_cv_header_png_h+set}" = set; then
28300 echo $ECHO_N "(cached) $ECHO_C" >&6
28302 if test "$cross_compiling" = yes; then
28303 unset ac_cv_header_png_h
28306 cat >conftest.$ac_ext <<_ACEOF
28309 cat confdefs.h >>conftest.$ac_ext
28310 cat >>conftest.$ac_ext <<_ACEOF
28311 /* end confdefs.h. */
28318 FILE *f=fopen("conftestval", "w");
28321 PNG_LIBPNG_VER > 90 ? "yes" : "no");
28326 rm -f conftest$ac_exeext
28327 if { (ac_try="$ac_link"
28328 case "(($ac_try" in
28329 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
28330 *) ac_try_echo
=$ac_try;;
28332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28333 (eval "$ac_link") 2>&5
28335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28336 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
28337 { (case "(($ac_try" in
28338 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
28339 *) ac_try_echo=$ac_try;;
28341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28342 (eval "$ac_try") 2>&5
28344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28345 (exit $ac_status); }; }; then
28346 ac_cv_header_png_h=`cat conftestval
`
28348 echo "$as_me: program exited with status $ac_status" >&5
28349 echo "$as_me: failed program was:" >&5
28350 sed 's/^/| /' conftest.$ac_ext >&5
28352 ( exit $ac_status )
28353 ac_cv_header_png_h=no
28355 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28361 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
28362 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
28363 { echo "$as_me:$LINENO: checking for png.h" >&5
28364 echo $ECHO_N "checking for png.h... $ECHO_C" >&6; }
28365 if test "${ac_cv_header_png_h+set}" = set; then
28366 echo $ECHO_N "(cached) $ECHO_C" >&6
28368 cat >conftest.$ac_ext <<_ACEOF
28371 cat confdefs.h >>conftest.$ac_ext
28372 cat >>conftest.$ac_ext <<_ACEOF
28373 /* end confdefs.h. */
28378 rm -f conftest.$ac_objext
28379 if { (ac_try="$ac_compile"
28380 case "(($ac_try" in
28381 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
28382 *) ac_try_echo
=$ac_try;;
28384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28385 (eval "$ac_compile") 2>conftest.er1
28387 grep -v '^ *+' conftest.er1
>conftest.err
28389 cat conftest.err
>&5
28390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28391 (exit $ac_status); } && {
28392 test -z "$ac_c_werror_flag" ||
28393 test ! -s conftest.err
28394 } && test -s conftest.
$ac_objext; then
28395 ac_cv_header_png_h
=yes
28397 echo "$as_me: failed program was:" >&5
28398 sed 's/^/| /' conftest.
$ac_ext >&5
28400 ac_cv_header_png_h
=no
28403 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
28405 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
28406 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
28410 if test "$ac_cv_header_png_h" = "yes"; then
28411 { echo "$as_me:$LINENO: checking for png_sig_cmp in -lpng" >&5
28412 echo $ECHO_N "checking for png_sig_cmp in -lpng... $ECHO_C" >&6; }
28413 if test "${ac_cv_lib_png_png_sig_cmp+set}" = set; then
28414 echo $ECHO_N "(cached) $ECHO_C" >&6
28416 ac_check_lib_save_LIBS
=$LIBS
28417 LIBS
="-lpng -lz -lm $LIBS"
28418 cat >conftest.
$ac_ext <<_ACEOF
28421 cat confdefs.h
>>conftest.
$ac_ext
28422 cat >>conftest.
$ac_ext <<_ACEOF
28423 /* end confdefs.h. */
28425 /* Override any GCC internal prototype to avoid an error.
28426 Use char because int might match the return type of a GCC
28427 builtin and then its argument prototype would still apply. */
28431 char png_sig_cmp ();
28435 return png_sig_cmp ();
28440 rm -f conftest.
$ac_objext conftest
$ac_exeext
28441 if { (ac_try
="$ac_link"
28442 case "(($ac_try" in
28443 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
28444 *) ac_try_echo=$ac_try;;
28446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28447 (eval "$ac_link") 2>conftest.er1
28449 grep -v '^ *+' conftest.er1 >conftest.err
28451 cat conftest.err >&5
28452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28453 (exit $ac_status); } && {
28454 test -z "$ac_c_werror_flag" ||
28455 test ! -s conftest.err
28456 } && test -s conftest$ac_exeext &&
28457 $as_test_x conftest$ac_exeext; then
28458 ac_cv_lib_png_png_sig_cmp=yes
28460 echo "$as_me: failed program was:" >&5
28461 sed 's/^/| /' conftest.$ac_ext >&5
28463 ac_cv_lib_png_png_sig_cmp=no
28466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28467 conftest$ac_exeext conftest.$ac_ext
28468 LIBS=$ac_check_lib_save_LIBS
28470 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_sig_cmp" >&5
28471 echo "${ECHO_T}$ac_cv_lib_png_png_sig_cmp" >&6; }
28472 if test $ac_cv_lib_png_png_sig_cmp = yes; then
28473 PNG_LINK=" -lpng -lz"
28478 if test "x$PNG_LINK" = "x" ; then
28479 if test "$wxUSE_LIBPNG" = "sys" ; then
28480 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
28481 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
28482 { (exit 1); exit 1; }; }
28484 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
28485 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
28486 wxUSE_LIBPNG=builtin
28497 if test "$wxUSE_LIBJPEG" != "no" ; then
28498 cat >>confdefs.h <<\_ACEOF
28499 #define wxUSE_LIBJPEG 1
28503 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
28504 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
28505 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
28509 if test "$wxUSE_MGL" != 1 ; then
28510 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
28511 { echo "$as_me:$LINENO: checking for jpeglib.h" >&5
28512 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; }
28513 if test "${ac_cv_header_jpeglib_h+set}" = set; then
28514 echo $ECHO_N "(cached) $ECHO_C" >&6
28516 cat >conftest.$ac_ext <<_ACEOF
28519 cat confdefs.h >>conftest.$ac_ext
28520 cat >>conftest.$ac_ext <<_ACEOF
28521 /* end confdefs.h. */
28523 #undef HAVE_STDLIB_H
28525 #include <jpeglib.h>
28536 rm -f conftest.$ac_objext
28537 if { (ac_try="$ac_compile"
28538 case "(($ac_try" in
28539 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
28540 *) ac_try_echo
=$ac_try;;
28542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28543 (eval "$ac_compile") 2>conftest.er1
28545 grep -v '^ *+' conftest.er1
>conftest.err
28547 cat conftest.err
>&5
28548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28549 (exit $ac_status); } && {
28550 test -z "$ac_c_werror_flag" ||
28551 test ! -s conftest.err
28552 } && test -s conftest.
$ac_objext; then
28553 ac_cv_header_jpeglib_h
=yes
28555 echo "$as_me: failed program was:" >&5
28556 sed 's/^/| /' conftest.
$ac_ext >&5
28558 ac_cv_header_jpeglib_h
=no
28562 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
28566 { echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
28567 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; }
28569 if test "$ac_cv_header_jpeglib_h" = "yes"; then
28570 { echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
28571 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6; }
28572 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
28573 echo $ECHO_N "(cached) $ECHO_C" >&6
28575 ac_check_lib_save_LIBS
=$LIBS
28576 LIBS
="-ljpeg $LIBS"
28577 cat >conftest.
$ac_ext <<_ACEOF
28580 cat confdefs.h
>>conftest.
$ac_ext
28581 cat >>conftest.
$ac_ext <<_ACEOF
28582 /* end confdefs.h. */
28584 /* Override any GCC internal prototype to avoid an error.
28585 Use char because int might match the return type of a GCC
28586 builtin and then its argument prototype would still apply. */
28590 char jpeg_read_header ();
28594 return jpeg_read_header ();
28599 rm -f conftest.
$ac_objext conftest
$ac_exeext
28600 if { (ac_try
="$ac_link"
28601 case "(($ac_try" in
28602 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
28603 *) ac_try_echo=$ac_try;;
28605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28606 (eval "$ac_link") 2>conftest.er1
28608 grep -v '^ *+' conftest.er1 >conftest.err
28610 cat conftest.err >&5
28611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28612 (exit $ac_status); } && {
28613 test -z "$ac_c_werror_flag" ||
28614 test ! -s conftest.err
28615 } && test -s conftest$ac_exeext &&
28616 $as_test_x conftest$ac_exeext; then
28617 ac_cv_lib_jpeg_jpeg_read_header=yes
28619 echo "$as_me: failed program was:" >&5
28620 sed 's/^/| /' conftest.$ac_ext >&5
28622 ac_cv_lib_jpeg_jpeg_read_header=no
28625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28626 conftest$ac_exeext conftest.$ac_ext
28627 LIBS=$ac_check_lib_save_LIBS
28629 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
28630 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
28631 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
28632 JPEG_LINK=" -ljpeg"
28637 if test "x$JPEG_LINK" = "x" ; then
28638 if test "$wxUSE_LIBJPEG" = "sys" ; then
28639 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
28640 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
28641 { (exit 1); exit 1; }; }
28643 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
28644 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
28645 wxUSE_LIBJPEG=builtin
28650 if test "$wxUSE_MSW" = 1; then
28651 { echo "$as_me:$LINENO: checking for boolean" >&5
28652 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
28653 if test "${ac_cv_type_boolean+set}" = set; then
28654 echo $ECHO_N "(cached) $ECHO_C" >&6
28656 cat >conftest.$ac_ext <<_ACEOF
28659 cat confdefs.h >>conftest.$ac_ext
28660 cat >>conftest.$ac_ext <<_ACEOF
28661 /* end confdefs.h. */
28662 #include <windows.h>
28664 typedef boolean ac__type_new_;
28668 if ((ac__type_new_ *) 0)
28670 if (sizeof (ac__type_new_))
28676 rm -f conftest.$ac_objext
28677 if { (ac_try="$ac_compile"
28678 case "(($ac_try" in
28679 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
28680 *) ac_try_echo
=$ac_try;;
28682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28683 (eval "$ac_compile") 2>conftest.er1
28685 grep -v '^ *+' conftest.er1
>conftest.err
28687 cat conftest.err
>&5
28688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28689 (exit $ac_status); } && {
28690 test -z "$ac_c_werror_flag" ||
28691 test ! -s conftest.err
28692 } && test -s conftest.
$ac_objext; then
28693 ac_cv_type_boolean
=yes
28695 echo "$as_me: failed program was:" >&5
28696 sed 's/^/| /' conftest.
$ac_ext >&5
28698 ac_cv_type_boolean
=no
28701 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
28703 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
28704 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
28705 if test $ac_cv_type_boolean = yes; then
28707 cat >>confdefs.h
<<_ACEOF
28708 #define HAVE_BOOLEAN 1
28712 { echo "$as_me:$LINENO: checking for boolean" >&5
28713 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
28714 if test "${ac_cv_type_boolean+set}" = set; then
28715 echo $ECHO_N "(cached) $ECHO_C" >&6
28717 cat >conftest.
$ac_ext <<_ACEOF
28720 cat confdefs.h
>>conftest.
$ac_ext
28721 cat >>conftest.
$ac_ext <<_ACEOF
28722 /* end confdefs.h. */
28724 #undef HAVE_BOOLEAN
28726 #include <jpeglib.h>
28729 typedef boolean ac__type_new_;
28733 if ((ac__type_new_ *) 0)
28735 if (sizeof (ac__type_new_))
28741 rm -f conftest.
$ac_objext
28742 if { (ac_try
="$ac_compile"
28743 case "(($ac_try" in
28744 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
28745 *) ac_try_echo=$ac_try;;
28747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28748 (eval "$ac_compile") 2>conftest.er1
28750 grep -v '^ *+' conftest.er1 >conftest.err
28752 cat conftest.err >&5
28753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28754 (exit $ac_status); } && {
28755 test -z "$ac_c_werror_flag" ||
28756 test ! -s conftest.err
28757 } && test -s conftest.$ac_objext; then
28758 ac_cv_type_boolean=yes
28760 echo "$as_me: failed program was:" >&5
28761 sed 's/^/| /' conftest.$ac_ext >&5
28763 ac_cv_type_boolean=no
28766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28768 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
28769 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
28771 # The cast to long int works around a bug in the HP C Compiler
28772 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
28773 # declarations like `int a3
[[(sizeof
(unsigned char
)) >= 0]];'.
28774 # This bug is HP SR number 8606223364.
28775 { echo "$as_me:$LINENO: checking size of boolean" >&5
28776 echo $ECHO_N "checking size of boolean... $ECHO_C" >&6; }
28777 if test "${ac_cv_sizeof_boolean+set}" = set; then
28778 echo $ECHO_N "(cached) $ECHO_C" >&6
28780 if test "$cross_compiling" = yes; then
28781 # Depending upon the size, compute the lo and hi bounds.
28782 cat >conftest.$ac_ext <<_ACEOF
28785 cat confdefs.h >>conftest.$ac_ext
28786 cat >>conftest.$ac_ext <<_ACEOF
28787 /* end confdefs.h. */
28789 #undef HAVE_BOOLEAN
28791 #include <jpeglib.h>
28794 typedef boolean ac__type_sizeof_;
28798 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
28805 rm -f conftest.$ac_objext
28806 if { (ac_try="$ac_compile"
28807 case "(($ac_try" in
28808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28809 *) ac_try_echo=$ac_try;;
28811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28812 (eval "$ac_compile") 2>conftest.er1
28814 grep -v '^
*+' conftest.er1 >conftest.err
28816 cat conftest.err >&5
28817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28818 (exit $ac_status); } && {
28819 test -z "$ac_c_werror_flag" ||
28820 test ! -s conftest.err
28821 } && test -s conftest.$ac_objext; then
28824 cat >conftest.$ac_ext <<_ACEOF
28827 cat confdefs.h >>conftest.$ac_ext
28828 cat >>conftest.$ac_ext <<_ACEOF
28829 /* end confdefs.h. */
28831 #undef HAVE_BOOLEAN
28833 #include <jpeglib.h>
28836 typedef boolean ac__type_sizeof_;
28840 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
28847 rm -f conftest.$ac_objext
28848 if { (ac_try="$ac_compile"
28849 case "(($ac_try" in
28850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28851 *) ac_try_echo=$ac_try;;
28853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28854 (eval "$ac_compile") 2>conftest.er1
28856 grep -v '^
*+' conftest.er1 >conftest.err
28858 cat conftest.err >&5
28859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28860 (exit $ac_status); } && {
28861 test -z "$ac_c_werror_flag" ||
28862 test ! -s conftest.err
28863 } && test -s conftest.$ac_objext; then
28864 ac_hi=$ac_mid; break
28866 echo "$as_me: failed program was:" >&5
28867 sed 's
/^
/| /' conftest.$ac_ext >&5
28869 ac_lo=`expr $ac_mid + 1`
28870 if test $ac_lo -le $ac_mid; then
28874 ac_mid=`expr 2 '*' $ac_mid + 1`
28877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28880 echo "$as_me: failed program was:" >&5
28881 sed 's
/^
/| /' conftest.$ac_ext >&5
28883 cat >conftest.$ac_ext <<_ACEOF
28886 cat confdefs.h >>conftest.$ac_ext
28887 cat >>conftest.$ac_ext <<_ACEOF
28888 /* end confdefs.h. */
28890 #undef HAVE_BOOLEAN
28892 #include <jpeglib.h>
28895 typedef boolean ac__type_sizeof_;
28899 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
28906 rm -f conftest.$ac_objext
28907 if { (ac_try="$ac_compile"
28908 case "(($ac_try" in
28909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28910 *) ac_try_echo=$ac_try;;
28912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28913 (eval "$ac_compile") 2>conftest.er1
28915 grep -v '^
*+' conftest.er1 >conftest.err
28917 cat conftest.err >&5
28918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28919 (exit $ac_status); } && {
28920 test -z "$ac_c_werror_flag" ||
28921 test ! -s conftest.err
28922 } && test -s conftest.$ac_objext; then
28925 cat >conftest.$ac_ext <<_ACEOF
28928 cat confdefs.h >>conftest.$ac_ext
28929 cat >>conftest.$ac_ext <<_ACEOF
28930 /* end confdefs.h. */
28932 #undef HAVE_BOOLEAN
28934 #include <jpeglib.h>
28937 typedef boolean ac__type_sizeof_;
28941 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
28948 rm -f conftest.$ac_objext
28949 if { (ac_try="$ac_compile"
28950 case "(($ac_try" in
28951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28952 *) ac_try_echo=$ac_try;;
28954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28955 (eval "$ac_compile") 2>conftest.er1
28957 grep -v '^
*+' conftest.er1 >conftest.err
28959 cat conftest.err >&5
28960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28961 (exit $ac_status); } && {
28962 test -z "$ac_c_werror_flag" ||
28963 test ! -s conftest.err
28964 } && test -s conftest.$ac_objext; then
28965 ac_lo=$ac_mid; break
28967 echo "$as_me: failed program was:" >&5
28968 sed 's
/^
/| /' conftest.$ac_ext >&5
28970 ac_hi=`expr '(' $ac_mid ')' - 1`
28971 if test $ac_mid -le $ac_hi; then
28975 ac_mid=`expr 2 '*' $ac_mid`
28978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28981 echo "$as_me: failed program was:" >&5
28982 sed 's
/^
/| /' conftest.$ac_ext >&5
28987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28991 # Binary search between lo and hi bounds.
28992 while test "x$ac_lo" != "x$ac_hi"; do
28993 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
28994 cat >conftest.$ac_ext <<_ACEOF
28997 cat confdefs.h >>conftest.$ac_ext
28998 cat >>conftest.$ac_ext <<_ACEOF
28999 /* end confdefs.h. */
29001 #undef HAVE_BOOLEAN
29003 #include <jpeglib.h>
29006 typedef boolean ac__type_sizeof_;
29010 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
29017 rm -f conftest.$ac_objext
29018 if { (ac_try="$ac_compile"
29019 case "(($ac_try" in
29020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29021 *) ac_try_echo=$ac_try;;
29023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29024 (eval "$ac_compile") 2>conftest.er1
29026 grep -v '^
*+' conftest.er1 >conftest.err
29028 cat conftest.err >&5
29029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29030 (exit $ac_status); } && {
29031 test -z "$ac_c_werror_flag" ||
29032 test ! -s conftest.err
29033 } && test -s conftest.$ac_objext; then
29036 echo "$as_me: failed program was:" >&5
29037 sed 's
/^
/| /' conftest.$ac_ext >&5
29039 ac_lo=`expr '(' $ac_mid ')' + 1`
29042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29045 ?*) ac_cv_sizeof_boolean=$ac_lo;;
29046 '') if test "$ac_cv_type_boolean" = yes; then
29047 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
29048 See \`config.log' for more details.
" >&5
29049 echo "$as_me: error
: cannot compute sizeof
(boolean
)
29050 See \
`config.log' for more details." >&2;}
29051 { (exit 77); exit 77; }; }
29053 ac_cv_sizeof_boolean=0
29057 cat >conftest.$ac_ext <<_ACEOF
29060 cat confdefs.h >>conftest.$ac_ext
29061 cat >>conftest.$ac_ext <<_ACEOF
29062 /* end confdefs.h. */
29064 #undef HAVE_BOOLEAN
29066 #include <jpeglib.h>
29069 typedef boolean ac__type_sizeof_;
29070 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
29071 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
29073 #include <stdlib.h>
29078 FILE *f = fopen ("conftest.val", "w");
29081 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
29083 long int i = longval ();
29084 if (i != ((long int) (sizeof (ac__type_sizeof_))))
29086 fprintf (f, "%ld\n", i);
29090 unsigned long int i = ulongval ();
29091 if (i != ((long int) (sizeof (ac__type_sizeof_))))
29093 fprintf (f, "%lu\n", i);
29095 return ferror (f) || fclose (f) != 0;
29101 rm -f conftest$ac_exeext
29102 if { (ac_try="$ac_link"
29103 case "(($ac_try" in
29104 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
29105 *) ac_try_echo
=$ac_try;;
29107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29108 (eval "$ac_link") 2>&5
29110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29111 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
29112 { (case "(($ac_try" in
29113 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
29114 *) ac_try_echo=$ac_try;;
29116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29117 (eval "$ac_try") 2>&5
29119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29120 (exit $ac_status); }; }; then
29121 ac_cv_sizeof_boolean=`cat conftest.val
`
29123 echo "$as_me: program exited with status $ac_status" >&5
29124 echo "$as_me: failed program was:" >&5
29125 sed 's/^/| /' conftest.$ac_ext >&5
29127 ( exit $ac_status )
29128 if test "$ac_cv_type_boolean" = yes; then
29129 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
29130 See \`config.log
' for more details." >&5
29131 echo "$as_me: error: cannot compute sizeof (boolean)
29132 See \`config.log' for more details.
" >&2;}
29133 { (exit 77); exit 77; }; }
29135 ac_cv_sizeof_boolean=0
29138 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29142 { echo "$as_me:$LINENO: result
: $ac_cv_sizeof_boolean" >&5
29143 echo "${ECHO_T}$ac_cv_sizeof_boolean" >&6; }
29147 cat >>confdefs.h <<_ACEOF
29148 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
29152 cat >>confdefs.h <<_ACEOF
29153 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
29167 TIFF_PREREQ_LINKS=-lm
29168 if test "$wxUSE_LIBTIFF" != "no
" ; then
29169 cat >>confdefs.h <<\_ACEOF
29170 #define wxUSE_LIBTIFF 1
29174 if test "$wxUSE_LIBTIFF" = "sys
" -o "$wxUSE_LIBTIFF" = "yes" ; then
29175 if test "$wxUSE_LIBJPEG" = "sys
"; then
29176 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
29178 if test "$wxUSE_ZLIB" = "sys
"; then
29179 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
29181 { echo "$as_me:$LINENO: checking
for tiffio.h
" >&5
29182 echo $ECHO_N "checking
for tiffio.h...
$ECHO_C" >&6; }
29183 if test "${ac_cv_header_tiffio_h+set}" = set; then
29184 echo $ECHO_N "(cached
) $ECHO_C" >&6
29186 cat >conftest.$ac_ext <<_ACEOF
29189 cat confdefs.h >>conftest.$ac_ext
29190 cat >>conftest.$ac_ext <<_ACEOF
29191 /* end confdefs.h. */
29195 #include <tiffio.h>
29197 rm -f conftest.$ac_objext
29198 if { (ac_try="$ac_compile"
29199 case "(($ac_try" in
29200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29201 *) ac_try_echo=$ac_try;;
29203 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
29204 (eval "$ac_compile") 2>conftest.er1
29206 grep -v '^ *+' conftest.er1 >conftest.err
29208 cat conftest.err >&5
29209 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
29210 (exit $ac_status); } && {
29211 test -z "$ac_c_werror_flag" ||
29212 test ! -s conftest.err
29213 } && test -s conftest.$ac_objext; then
29214 ac_cv_header_tiffio_h=yes
29216 echo "$as_me: failed program was
:" >&5
29217 sed 's/^/| /' conftest.$ac_ext >&5
29219 ac_cv_header_tiffio_h=no
29222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29224 { echo "$as_me:$LINENO: result
: $ac_cv_header_tiffio_h" >&5
29225 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
29226 if test $ac_cv_header_tiffio_h = yes; then
29228 { echo "$as_me:$LINENO: checking
for TIFFError
in -ltiff" >&5
29229 echo $ECHO_N "checking
for TIFFError
in -ltiff...
$ECHO_C" >&6; }
29230 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
29231 echo $ECHO_N "(cached
) $ECHO_C" >&6
29233 ac_check_lib_save_LIBS=$LIBS
29234 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
29235 cat >conftest.$ac_ext <<_ACEOF
29238 cat confdefs.h >>conftest.$ac_ext
29239 cat >>conftest.$ac_ext <<_ACEOF
29240 /* end confdefs.h. */
29242 /* Override any GCC internal prototype to avoid an error.
29243 Use char because int might match the return type of a GCC
29244 builtin and then its argument prototype would still apply. */
29252 return TIFFError ();
29257 rm -f conftest.$ac_objext conftest$ac_exeext
29258 if { (ac_try="$ac_link"
29259 case "(($ac_try" in
29260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29261 *) ac_try_echo=$ac_try;;
29263 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
29264 (eval "$ac_link") 2>conftest.er1
29266 grep -v '^ *+' conftest.er1 >conftest.err
29268 cat conftest.err >&5
29269 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
29270 (exit $ac_status); } && {
29271 test -z "$ac_c_werror_flag" ||
29272 test ! -s conftest.err
29273 } && test -s conftest$ac_exeext &&
29274 $as_test_x conftest$ac_exeext; then
29275 ac_cv_lib_tiff_TIFFError=yes
29277 echo "$as_me: failed program was
:" >&5
29278 sed 's/^/| /' conftest.$ac_ext >&5
29280 ac_cv_lib_tiff_TIFFError=no
29283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29284 conftest$ac_exeext conftest.$ac_ext
29285 LIBS=$ac_check_lib_save_LIBS
29287 { echo "$as_me:$LINENO: result
: $ac_cv_lib_tiff_TIFFError" >&5
29288 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6; }
29289 if test $ac_cv_lib_tiff_TIFFError = yes; then
29290 TIFF_LINK=" -ltiff"
29298 if test "x
$TIFF_LINK" = "x
" ; then
29299 if test "$wxUSE_LIBTIFF" = "sys
" ; then
29300 { { echo "$as_me:$LINENO: error
: system tiff library not found
! Use
--with-libtiff=builtin to use built
-in version
" >&5
29301 echo "$as_me: error
: system tiff library not found
! Use
--with-libtiff=builtin to use built
-in version
" >&2;}
29302 { (exit 1); exit 1; }; }
29304 { echo "$as_me:$LINENO: WARNING
: system tiff library not found
, will use built
-in instead
" >&5
29305 echo "$as_me: WARNING
: system tiff library not found
, will use built
-in instead
" >&2;}
29306 wxUSE_LIBTIFF=builtin
29312 if test "$wxUSE_LIBTIFF" = "builtin" ; then
29313 if test "$wxUSE_LIBJPEG" = "no
"; then
29314 ac_configure_args="$ac_configure_args --disable-jpeg"
29316 subdirs="$subdirs src
/tiff
"
29322 if test "$wxUSE_EXPAT" != "no
"; then
29324 cat >>confdefs.h <<\_ACEOF
29325 #define wxUSE_EXPAT 1
29328 cat >>confdefs.h <<\_ACEOF
29329 #define wxUSE_XML 1
29333 if test "$wxUSE_EXPAT" = "sys
" -o "$wxUSE_EXPAT" = "yes" ; then
29334 { echo "$as_me:$LINENO: checking
for expat.h
" >&5
29335 echo $ECHO_N "checking
for expat.h...
$ECHO_C" >&6; }
29336 if test "${ac_cv_header_expat_h+set}" = set; then
29337 echo $ECHO_N "(cached
) $ECHO_C" >&6
29339 cat >conftest.$ac_ext <<_ACEOF
29342 cat confdefs.h >>conftest.$ac_ext
29343 cat >>conftest.$ac_ext <<_ACEOF
29344 /* end confdefs.h. */
29349 rm -f conftest.$ac_objext
29350 if { (ac_try="$ac_compile"
29351 case "(($ac_try" in
29352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29353 *) ac_try_echo=$ac_try;;
29355 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
29356 (eval "$ac_compile") 2>conftest.er1
29358 grep -v '^ *+' conftest.er1 >conftest.err
29360 cat conftest.err >&5
29361 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
29362 (exit $ac_status); } && {
29363 test -z "$ac_c_werror_flag" ||
29364 test ! -s conftest.err
29365 } && test -s conftest.$ac_objext; then
29366 ac_cv_header_expat_h=yes
29368 echo "$as_me: failed program was
:" >&5
29369 sed 's/^/| /' conftest.$ac_ext >&5
29371 ac_cv_header_expat_h=no
29374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29376 { echo "$as_me:$LINENO: result
: $ac_cv_header_expat_h" >&5
29377 echo "${ECHO_T}$ac_cv_header_expat_h" >&6; }
29378 if test $ac_cv_header_expat_h = yes; then
29383 if test "x
$found_expat_h" = "x1
"; then
29384 { echo "$as_me:$LINENO: checking
if expat.h is valid C
++ header
" >&5
29385 echo $ECHO_N "checking
if expat.h is valid C
++ header...
$ECHO_C" >&6; }
29386 if test "${wx_cv_expat_is_not_broken+set}" = set; then
29387 echo $ECHO_N "(cached
) $ECHO_C" >&6
29391 ac_cpp='$CXXCPP $CPPFLAGS'
29392 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29393 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29394 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29396 cat >conftest.$ac_ext <<_ACEOF
29399 cat confdefs.h >>conftest.$ac_ext
29400 cat >>conftest.$ac_ext <<_ACEOF
29401 /* end confdefs.h. */
29411 rm -f conftest.$ac_objext
29412 if { (ac_try="$ac_compile"
29413 case "(($ac_try" in
29414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29415 *) ac_try_echo=$ac_try;;
29417 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
29418 (eval "$ac_compile") 2>conftest.er1
29420 grep -v '^ *+' conftest.er1 >conftest.err
29422 cat conftest.err >&5
29423 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
29424 (exit $ac_status); } && {
29425 test -z "$ac_cxx_werror_flag" ||
29426 test ! -s conftest.err
29427 } && test -s conftest.$ac_objext; then
29428 wx_cv_expat_is_not_broken=yes
29430 echo "$as_me: failed program was
:" >&5
29431 sed 's/^/| /' conftest.$ac_ext >&5
29433 wx_cv_expat_is_not_broken=no
29437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29439 ac_cpp='$CPP $CPPFLAGS'
29440 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29441 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29442 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29447 { echo "$as_me:$LINENO: result
: $wx_cv_expat_is_not_broken" >&5
29448 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6; }
29449 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
29450 { echo "$as_me:$LINENO: checking
for XML_ParserCreate
in -lexpat" >&5
29451 echo $ECHO_N "checking
for XML_ParserCreate
in -lexpat...
$ECHO_C" >&6; }
29452 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
29453 echo $ECHO_N "(cached
) $ECHO_C" >&6
29455 ac_check_lib_save_LIBS=$LIBS
29456 LIBS="-lexpat $LIBS"
29457 cat >conftest.$ac_ext <<_ACEOF
29460 cat confdefs.h >>conftest.$ac_ext
29461 cat >>conftest.$ac_ext <<_ACEOF
29462 /* end confdefs.h. */
29464 /* Override any GCC internal prototype to avoid an error.
29465 Use char because int might match the return type of a GCC
29466 builtin and then its argument prototype would still apply. */
29470 char XML_ParserCreate ();
29474 return XML_ParserCreate ();
29479 rm -f conftest.$ac_objext conftest$ac_exeext
29480 if { (ac_try="$ac_link"
29481 case "(($ac_try" in
29482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29483 *) ac_try_echo=$ac_try;;
29485 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
29486 (eval "$ac_link") 2>conftest.er1
29488 grep -v '^ *+' conftest.er1 >conftest.err
29490 cat conftest.err >&5
29491 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
29492 (exit $ac_status); } && {
29493 test -z "$ac_c_werror_flag" ||
29494 test ! -s conftest.err
29495 } && test -s conftest$ac_exeext &&
29496 $as_test_x conftest$ac_exeext; then
29497 ac_cv_lib_expat_XML_ParserCreate=yes
29499 echo "$as_me: failed program was
:" >&5
29500 sed 's/^/| /' conftest.$ac_ext >&5
29502 ac_cv_lib_expat_XML_ParserCreate=no
29505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29506 conftest$ac_exeext conftest.$ac_ext
29507 LIBS=$ac_check_lib_save_LIBS
29509 { echo "$as_me:$LINENO: result
: $ac_cv_lib_expat_XML_ParserCreate" >&5
29510 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6; }
29511 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
29512 EXPAT_LINK=" -lexpat"
29517 if test "x
$EXPAT_LINK" = "x
" ; then
29518 if test "$wxUSE_EXPAT" = "sys
" ; then
29519 { { echo "$as_me:$LINENO: error
: system expat library not found
! Use
--with-expat=builtin to use built
-in version
" >&5
29520 echo "$as_me: error
: system expat library not found
! Use
--with-expat=builtin to use built
-in version
" >&2;}
29521 { (exit 1); exit 1; }; }
29523 { echo "$as_me:$LINENO: WARNING
: system expat library not found
, will use built
-in instead
" >&5
29524 echo "$as_me: WARNING
: system expat library not found
, will use built
-in instead
" >&2;}
29525 wxUSE_EXPAT=builtin
29531 if test "$wxUSE_EXPAT" = "builtin" ; then
29532 subdirs="$subdirs src
/expat
"
29539 if test "$wxUSE_LIBMSPACK" != "no
"; then
29540 { echo "$as_me:$LINENO: checking
for mspack.h
" >&5
29541 echo $ECHO_N "checking
for mspack.h...
$ECHO_C" >&6; }
29542 if test "${ac_cv_header_mspack_h+set}" = set; then
29543 echo $ECHO_N "(cached
) $ECHO_C" >&6
29545 cat >conftest.$ac_ext <<_ACEOF
29548 cat confdefs.h >>conftest.$ac_ext
29549 cat >>conftest.$ac_ext <<_ACEOF
29550 /* end confdefs.h. */
29553 #include <mspack.h>
29555 rm -f conftest.$ac_objext
29556 if { (ac_try="$ac_compile"
29557 case "(($ac_try" in
29558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29559 *) ac_try_echo=$ac_try;;
29561 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
29562 (eval "$ac_compile") 2>conftest.er1
29564 grep -v '^ *+' conftest.er1 >conftest.err
29566 cat conftest.err >&5
29567 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
29568 (exit $ac_status); } && {
29569 test -z "$ac_c_werror_flag" ||
29570 test ! -s conftest.err
29571 } && test -s conftest.$ac_objext; then
29572 ac_cv_header_mspack_h=yes
29574 echo "$as_me: failed program was
:" >&5
29575 sed 's/^/| /' conftest.$ac_ext >&5
29577 ac_cv_header_mspack_h=no
29580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29582 { echo "$as_me:$LINENO: result
: $ac_cv_header_mspack_h" >&5
29583 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6; }
29584 if test $ac_cv_header_mspack_h = yes; then
29589 if test "x
$found_mspack_h" = "x1
"; then
29590 { echo "$as_me:$LINENO: checking
for mspack_create_chm_decompressor
in -lmspack" >&5
29591 echo $ECHO_N "checking
for mspack_create_chm_decompressor
in -lmspack...
$ECHO_C" >&6; }
29592 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
29593 echo $ECHO_N "(cached
) $ECHO_C" >&6
29595 ac_check_lib_save_LIBS=$LIBS
29596 LIBS="-lmspack $LIBS"
29597 cat >conftest.$ac_ext <<_ACEOF
29600 cat confdefs.h >>conftest.$ac_ext
29601 cat >>conftest.$ac_ext <<_ACEOF
29602 /* end confdefs.h. */
29604 /* Override any GCC internal prototype to avoid an error.
29605 Use char because int might match the return type of a GCC
29606 builtin and then its argument prototype would still apply. */
29610 char mspack_create_chm_decompressor ();
29614 return mspack_create_chm_decompressor ();
29619 rm -f conftest.$ac_objext conftest$ac_exeext
29620 if { (ac_try="$ac_link"
29621 case "(($ac_try" in
29622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29623 *) ac_try_echo=$ac_try;;
29625 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
29626 (eval "$ac_link") 2>conftest.er1
29628 grep -v '^ *+' conftest.er1 >conftest.err
29630 cat conftest.err >&5
29631 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
29632 (exit $ac_status); } && {
29633 test -z "$ac_c_werror_flag" ||
29634 test ! -s conftest.err
29635 } && test -s conftest$ac_exeext &&
29636 $as_test_x conftest$ac_exeext; then
29637 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
29639 echo "$as_me: failed program was
:" >&5
29640 sed 's/^/| /' conftest.$ac_ext >&5
29642 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
29645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29646 conftest$ac_exeext conftest.$ac_ext
29647 LIBS=$ac_check_lib_save_LIBS
29649 { echo "$as_me:$LINENO: result
: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
29650 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
29651 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
29652 MSPACK_LINK=" -lmspack"
29656 if test "x
$MSPACK_LINK" = "x
" ; then
29661 if test "$wxUSE_LIBMSPACK" != "no
"; then
29662 cat >>confdefs.h <<\_ACEOF
29663 #define wxUSE_LIBMSPACK 1
29677 if test "$USE_WIN32" = 1 ; then
29679 for ac_header in w32api.h
29681 as_ac_Header=`echo "ac_cv_header_
$ac_header" | $as_tr_sh`
29682 { echo "$as_me:$LINENO: checking
for $ac_header" >&5
29683 echo $ECHO_N "checking
for $ac_header...
$ECHO_C" >&6; }
29684 if { as_var=$as_ac_Header; eval "test \"\
${$as_var+set}\" = set"; }; then
29685 echo $ECHO_N "(cached
) $ECHO_C" >&6
29687 cat >conftest.$ac_ext <<_ACEOF
29690 cat confdefs.h >>conftest.$ac_ext
29691 cat >>conftest.$ac_ext <<_ACEOF
29692 /* end confdefs.h. */
29695 #include <$ac_header>
29697 rm -f conftest.$ac_objext
29698 if { (ac_try="$ac_compile"
29699 case "(($ac_try" in
29700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29701 *) ac_try_echo=$ac_try;;
29703 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
29704 (eval "$ac_compile") 2>conftest.er1
29706 grep -v '^ *+' conftest.er1 >conftest.err
29708 cat conftest.err >&5
29709 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
29710 (exit $ac_status); } && {
29711 test -z "$ac_c_werror_flag" ||
29712 test ! -s conftest.err
29713 } && test -s conftest.$ac_objext; then
29714 eval "$as_ac_Header=yes"
29716 echo "$as_me: failed program was
:" >&5
29717 sed 's/^/| /' conftest.$ac_ext >&5
29719 eval "$as_ac_Header=no
"
29722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29724 ac_res=`eval echo '${'$as_ac_Header'}'`
29725 { echo "$as_me:$LINENO: result
: $ac_res" >&5
29726 echo "${ECHO_T}$ac_res" >&6; }
29727 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29728 cat >>confdefs.h <<_ACEOF
29729 #define `echo "HAVE_
$ac_header" | $as_tr_cpp` 1
29736 { echo "$as_me:$LINENO: checking
for windows.h
" >&5
29737 echo $ECHO_N "checking
for windows.h...
$ECHO_C" >&6; }
29738 if test "${ac_cv_header_windows_h+set}" = set; then
29739 echo $ECHO_N "(cached
) $ECHO_C" >&6
29741 cat >conftest.$ac_ext <<_ACEOF
29744 cat confdefs.h >>conftest.$ac_ext
29745 cat >>conftest.$ac_ext <<_ACEOF
29746 /* end confdefs.h. */
29749 #include <windows.h>
29751 rm -f conftest.$ac_objext
29752 if { (ac_try="$ac_compile"
29753 case "(($ac_try" in
29754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29755 *) ac_try_echo=$ac_try;;
29757 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
29758 (eval "$ac_compile") 2>conftest.er1
29760 grep -v '^ *+' conftest.er1 >conftest.err
29762 cat conftest.err >&5
29763 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
29764 (exit $ac_status); } && {
29765 test -z "$ac_c_werror_flag" ||
29766 test ! -s conftest.err
29767 } && test -s conftest.$ac_objext; then
29768 ac_cv_header_windows_h=yes
29770 echo "$as_me: failed program was
:" >&5
29771 sed 's/^/| /' conftest.$ac_ext >&5
29773 ac_cv_header_windows_h=no
29776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29778 { echo "$as_me:$LINENO: result
: $ac_cv_header_windows_h" >&5
29779 echo "${ECHO_T}$ac_cv_header_windows_h" >&6; }
29780 if test $ac_cv_header_windows_h = yes; then
29784 { { echo "$as_me:$LINENO: error
: please
set CFLAGS to contain the location of windows.h
" >&5
29785 echo "$as_me: error
: please
set CFLAGS to contain the location of windows.h
" >&2;}
29786 { (exit 1); exit 1; }; }
29792 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32"
29794 x86_64-*-mingw32* )
29795 WINDRES_CPU_DEFINE="--define WX_CPU_AMD64
"
29798 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
29799 LIBS="$LIBS -loleacc"
29804 LIBS="$LIBS -lkernel32 -luser32"
29807 RESFLAGS="--include-dir \
$(top_srcdir)/include
--include-dir \
$(top_srcdir)/\
$(program_dir) --define __WIN32__
--define __WIN95__
--define __GNUWIN32__
$WINDRES_CPU_DEFINE"
29808 RESPROGRAMOBJ="\
$(PROGRAM)_resources.o
"
29810 WXCONFIG_RESFLAGS="--define __WIN32__
--define __WIN95__
--define __GNUWIN32__
$WINDRES_CPU_DEFINE"
29812 WIN32INSTALL=win32install
29814 { echo "$as_me:$LINENO: checking
for pbt.h
" >&5
29815 echo $ECHO_N "checking
for pbt.h...
$ECHO_C" >&6; }
29816 if test "${ac_cv_header_pbt_h+set}" = set; then
29817 echo $ECHO_N "(cached
) $ECHO_C" >&6
29819 cat >conftest.$ac_ext <<_ACEOF
29822 cat confdefs.h >>conftest.$ac_ext
29823 cat >>conftest.$ac_ext <<_ACEOF
29824 /* end confdefs.h. */
29829 rm -f conftest.$ac_objext
29830 if { (ac_try="$ac_compile"
29831 case "(($ac_try" in
29832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29833 *) ac_try_echo=$ac_try;;
29835 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
29836 (eval "$ac_compile") 2>conftest.er1
29838 grep -v '^ *+' conftest.er1 >conftest.err
29840 cat conftest.err >&5
29841 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
29842 (exit $ac_status); } && {
29843 test -z "$ac_c_werror_flag" ||
29844 test ! -s conftest.err
29845 } && test -s conftest.$ac_objext; then
29846 ac_cv_header_pbt_h=yes
29848 echo "$as_me: failed program was
:" >&5
29849 sed 's/^/| /' conftest.$ac_ext >&5
29851 ac_cv_header_pbt_h=no
29854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29856 { echo "$as_me:$LINENO: result
: $ac_cv_header_pbt_h" >&5
29857 echo "${ECHO_T}$ac_cv_header_pbt_h" >&6; }
29858 if test $ac_cv_header_pbt_h = yes; then
29861 cat >>confdefs.h <<\_ACEOF
29862 #define NEED_PBT_H 1
29870 if test "$wxUSE_GUI" = "yes"; then
29879 if test "$wxUSE_OLD_COCOA" = 1 ; then
29880 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
29881 { echo "$as_me:$LINENO: WARNING
: Printing not supported under wxCocoa yet
, disabled
" >&5
29882 echo "$as_me: WARNING
: Printing not supported under wxCocoa yet
, disabled
" >&2;}
29883 wxUSE_PRINTING_ARCHITECTURE=no
29885 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
29886 { echo "$as_me:$LINENO: WARNING
: Drag and Drop not supported under wxCocoa yet
, disabled
" >&5
29887 echo "$as_me: WARNING
: Drag and Drop not supported under wxCocoa yet
, disabled
" >&2;}
29888 wxUSE_DRAG_AND_DROP=no
29890 if test "$wxUSE_DRAGIMAGE" = "yes"; then
29891 { echo "$as_me:$LINENO: WARNING
: wxDragImage not supported under wxCocoa yet
, disabled
" >&5
29892 echo "$as_me: WARNING
: wxDragImage not supported under wxCocoa yet
, disabled
" >&2;}
29897 if test "$wxUSE_MSW" = 1 ; then
29903 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows
-mwindows"
29907 if test "$wxUSE_GTK" = 1; then
29908 { echo "$as_me:$LINENO: checking
for GTK
+ version
" >&5
29909 echo $ECHO_N "checking
for GTK
+ version...
$ECHO_C" >&6; }
29911 gtk_version_cached=1
29912 if test "${wx_cv_lib_gtk+set}" = set; then
29913 echo $ECHO_N "(cached
) $ECHO_C" >&6
29916 gtk_version_cached=0
29917 { echo "$as_me:$LINENO: result
: " >&5
29918 echo "${ECHO_T}" >&6; }
29921 if test "$wxUSE_THREADS" = "yes"; then
29922 GTK_MODULES=gthread
29926 if test "x
$wxGTK_VERSION" != "x1
"
29930 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
29935 # Check whether --enable-gtktest was given.
29936 if test "${enable_gtktest+set}" = set; then
29937 enableval=$enable_gtktest;
29943 pkg_config_args=gtk+-2.0
29944 for module in . $GTK_MODULES
29948 pkg_config_args="$pkg_config_args gthread
-2.0
"
29955 # Extract the first word of "pkg
-config", so it can be a program name with args.
29956 set dummy pkg-config; ac_word=$2
29957 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
29958 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
29959 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29960 echo $ECHO_N "(cached
) $ECHO_C" >&6
29962 case $PKG_CONFIG in
29964 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
29967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29968 for as_dir in $PATH
29971 test -z "$as_dir" && as_dir=.
29972 for ac_exec_ext in '' $ac_executable_extensions; do
29973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29974 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29975 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
29982 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no
"
29986 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
29987 if test -n "$PKG_CONFIG"; then
29988 { echo "$as_me:$LINENO: result
: $PKG_CONFIG" >&5
29989 echo "${ECHO_T}$PKG_CONFIG" >&6; }
29991 { echo "$as_me:$LINENO: result
: no
" >&5
29992 echo "${ECHO_T}no
" >&6; }
29997 if test x$PKG_CONFIG != xno ; then
29998 if pkg-config --atleast-pkgconfig-version 0.7 ; then
30001 echo "*** pkg
-config too old
; version
0.7 or better required.
"
30009 min_gtk_version=2.4.0
30010 { echo "$as_me:$LINENO: checking
for GTK
+ - version
>= $min_gtk_version" >&5
30011 echo $ECHO_N "checking
for GTK
+ - version
>= $min_gtk_version...
$ECHO_C" >&6; }
30013 if test x$PKG_CONFIG != xno ; then
30014 ## don't try to run the test against uninstalled libtool libs
30015 if $PKG_CONFIG --uninstalled $pkg_config_args; then
30016 echo "Will use uninstalled version of GTK
+ found
in PKG_CONFIG_PATH
"
30020 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
30027 if test x"$no_gtk" = x ; then
30028 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
30029 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
30030 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30031 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
30032 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30033 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
30034 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30035 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
30036 if test "x
$enable_gtktest" = "xyes
" ; then
30037 ac_save_CFLAGS="$CFLAGS"
30038 ac_save_LIBS="$LIBS"
30039 CFLAGS="$CFLAGS $GTK_CFLAGS"
30040 LIBS="$GTK_LIBS $LIBS"
30042 if test "$cross_compiling" = yes; then
30043 echo $ac_n "cross compiling
; assumed OK...
$ac_c"
30045 cat >conftest.$ac_ext <<_ACEOF
30048 cat confdefs.h >>conftest.$ac_ext
30049 cat >>conftest.$ac_ext <<_ACEOF
30050 /* end confdefs.h. */
30052 #include <gtk/gtk.h>
30054 #include <stdlib.h>
30059 int major, minor, micro;
30062 system ("touch conf.gtktest
");
30064 /* HP/UX 9 (%@#!) writes to sscanf strings */
30065 tmp_version = g_strdup("$min_gtk_version");
30066 if (sscanf(tmp_version, "%d.
%d.
%d
", &major, &minor, µ) != 3) {
30067 printf("%s
, bad version string
\n", "$min_gtk_version");
30071 if ((gtk_major_version != $gtk_config_major_version) ||
30072 (gtk_minor_version != $gtk_config_minor_version) ||
30073 (gtk_micro_version != $gtk_config_micro_version))
30075 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned
%d.
%d.
%d
, but GTK
+ (%d.
%d.
%d
)\n",
30076 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30077 gtk_major_version, gtk_minor_version, gtk_micro_version);
30078 printf ("*** was found
! If pkg
-config was correct
, then it is best
\n");
30079 printf ("*** to remove the old version of GTK
+. You may also be able to fix the error
\n");
30080 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable
, or by editing
\n");
30081 printf("*** /etc
/ld.so.conf. Make sure you have run ldconfig
if that is
\n");
30082 printf("*** required on your system.
\n");
30083 printf("*** If pkg
-config was wrong
, set the environment variable PKG_CONFIG_PATH
\n");
30084 printf("*** to point to the correct configuration files
\n");
30086 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30087 (gtk_minor_version != GTK_MINOR_VERSION) ||
30088 (gtk_micro_version != GTK_MICRO_VERSION))
30090 printf("*** GTK
+ header files
(version
%d.
%d.
%d
) do not match
\n",
30091 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30092 printf("*** library
(version
%d.
%d.
%d
)\n",
30093 gtk_major_version, gtk_minor_version, gtk_micro_version);
30097 if ((gtk_major_version > major) ||
30098 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30099 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30105 printf("\n*** An old version of GTK
+ (%d.
%d.
%d
) was found.
\n",
30106 gtk_major_version, gtk_minor_version, gtk_micro_version);
30107 printf("*** You need a version of GTK
+ newer than
%d.
%d.
%d. The latest version of
\n",
30108 major, minor, micro);
30109 printf("*** GTK
+ is always available from
ftp://ftp.gtk.org.
\n");
30111 printf("*** If you have already installed a sufficiently new version
, this error
\n");
30112 printf("*** probably means that the wrong copy of the pkg
-config shell
script is
\n");
30113 printf("*** being found. The easiest way to fix this is to remove the old version
\n");
30114 printf("*** of GTK
+, but you can also
set the PKG_CONFIG environment to point to the
\n");
30115 printf("*** correct copy of pkg
-config.
(In this
case, you will have to
\n");
30116 printf("*** modify your LD_LIBRARY_PATH enviroment variable
, or edit
/etc
/ld.so.conf
\n");
30117 printf("*** so that the correct libraries are found
at run
-time))\n");
30124 rm -f conftest$ac_exeext
30125 if { (ac_try="$ac_link"
30126 case "(($ac_try" in
30127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30128 *) ac_try_echo=$ac_try;;
30130 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
30131 (eval "$ac_link") 2>&5
30133 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
30134 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30135 { (case "(($ac_try" in
30136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30137 *) ac_try_echo=$ac_try;;
30139 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
30140 (eval "$ac_try") 2>&5
30142 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
30143 (exit $ac_status); }; }; then
30146 echo "$as_me: program exited with status
$ac_status" >&5
30147 echo "$as_me: failed program was
:" >&5
30148 sed 's/^/| /' conftest.$ac_ext >&5
30150 ( exit $ac_status )
30153 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30157 CFLAGS="$ac_save_CFLAGS"
30158 LIBS="$ac_save_LIBS"
30161 if test "x
$no_gtk" = x ; then
30162 { echo "$as_me:$LINENO: result
: yes (version
$gtk_config_major_version.
$gtk_config_minor_version.
$gtk_config_micro_version)" >&5
30163 echo "${ECHO_T}yes (version
$gtk_config_major_version.
$gtk_config_minor_version.
$gtk_config_micro_version)" >&6; }
30166 { echo "$as_me:$LINENO: result
: no
" >&5
30167 echo "${ECHO_T}no
" >&6; }
30168 if test "$PKG_CONFIG" = "no
" ; then
30169 echo "*** A new enough version of pkg
-config was not found.
"
30170 echo "*** See http
://pkgconfig.sourceforge.net
"
30172 if test -f conf.gtktest ; then
30175 echo "*** Could not run GTK
+ test program
, checking why...
"
30176 ac_save_CFLAGS="$CFLAGS"
30177 ac_save_LIBS="$LIBS"
30178 CFLAGS="$CFLAGS $GTK_CFLAGS"
30179 LIBS="$LIBS $GTK_LIBS"
30180 cat >conftest.$ac_ext <<_ACEOF
30183 cat confdefs.h >>conftest.$ac_ext
30184 cat >>conftest.$ac_ext <<_ACEOF
30185 /* end confdefs.h. */
30187 #include <gtk/gtk.h>
30193 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30198 rm -f conftest.$ac_objext conftest$ac_exeext
30199 if { (ac_try="$ac_link"
30200 case "(($ac_try" in
30201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30202 *) ac_try_echo=$ac_try;;
30204 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
30205 (eval "$ac_link") 2>conftest.er1
30207 grep -v '^ *+' conftest.er1 >conftest.err
30209 cat conftest.err >&5
30210 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
30211 (exit $ac_status); } && {
30212 test -z "$ac_c_werror_flag" ||
30213 test ! -s conftest.err
30214 } && test -s conftest$ac_exeext &&
30215 $as_test_x conftest$ac_exeext; then
30216 echo "*** The
test program compiled
, but did not run. This usually means
"
30217 echo "*** that the run
-time linker is not finding GTK
+ or finding the wrong
"
30218 echo "*** version of GTK
+. If it is not finding GTK
+, you
'll need to set your"
30219 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
30220 echo "*** to the installed location Also, make sure you have run ldconfig if that"
30221 echo "*** is required on your system"
30223 echo "*** If you have an old version installed, it is best to remove it, although"
30224 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
30226 echo "$as_me: failed program was:" >&5
30227 sed 's
/^
/| /' conftest.$ac_ext >&5
30229 echo "*** The test program failed to compile or link. See the file config.log for the"
30230 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
30233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30234 conftest$ac_exeext conftest.$ac_ext
30235 CFLAGS="$ac_save_CFLAGS"
30236 LIBS="$ac_save_LIBS"
30249 if test -z "$wx_cv_lib_gtk"; then
30250 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
30252 # Check whether --with-gtk-prefix was given.
30253 if test "${with_gtk_prefix+set}" = set; then
30254 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
30256 gtk_config_prefix=""
30260 # Check whether --with-gtk-exec-prefix was given.
30261 if test "${with_gtk_exec_prefix+set}" = set; then
30262 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
30264 gtk_config_exec_prefix=""
30267 # Check whether --enable-gtktest was given.
30268 if test "${enable_gtktest+set}" = set; then
30269 enableval=$enable_gtktest;
30275 for module in . $GTK_MODULES
30279 gtk_config_args="$gtk_config_args gthread"
30284 if test x$gtk_config_exec_prefix != x ; then
30285 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
30286 if test x${GTK_CONFIG+set} != xset ; then
30287 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
30290 if test x$gtk_config_prefix != x ; then
30291 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
30292 if test x${GTK_CONFIG+set} != xset ; then
30293 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
30297 # Extract the first word of "gtk-config", so it can be a program name with args.
30298 set dummy gtk-config; ac_word=$2
30299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30301 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
30302 echo $ECHO_N "(cached) $ECHO_C" >&6
30304 case $GTK_CONFIG in
30306 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
30309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30310 for as_dir in $PATH
30313 test -z "$as_dir" && as_dir=.
30314 for ac_exec_ext in '' $ac_executable_extensions; do
30315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30316 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30324 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
30328 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
30329 if test -n "$GTK_CONFIG"; then
30330 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
30331 echo "${ECHO_T}$GTK_CONFIG" >&6; }
30333 { echo "$as_me:$LINENO: result: no" >&5
30334 echo "${ECHO_T}no" >&6; }
30338 min_gtk_version=1.2.7
30339 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
30340 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
30342 if test "$GTK_CONFIG" = "no" ; then
30345 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
30346 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
30347 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
30348 sed 's
/\
([0-9]*\
).\
([0-9]*\
).\
([0-9]*\
)/\
1/'`
30349 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
30350 sed 's
/\
([0-9]*\
).\
([0-9]*\
).\
([0-9]*\
)/\
2/'`
30351 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
30352 sed 's
/\
([0-9]*\
).\
([0-9]*\
).\
([0-9]*\
)/\
3/'`
30353 if test "x$enable_gtktest" = "xyes" ; then
30354 ac_save_CFLAGS="$CFLAGS"
30355 ac_save_LIBS="$LIBS"
30356 CFLAGS="$CFLAGS $GTK_CFLAGS"
30357 LIBS="$GTK_LIBS $LIBS"
30359 if test "$cross_compiling" = yes; then
30360 echo $ac_n "cross compiling; assumed OK... $ac_c"
30362 cat >conftest.$ac_ext <<_ACEOF
30365 cat confdefs.h >>conftest.$ac_ext
30366 cat >>conftest.$ac_ext <<_ACEOF
30367 /* end confdefs.h. */
30369 #include <gtk/gtk.h>
30371 #include <stdlib.h>
30376 int major, minor, micro;
30379 system ("touch conf.gtktest");
30381 /* HP/UX 9 (%@#!) writes to sscanf strings */
30382 tmp_version = g_strdup("$min_gtk_version");
30383 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
30384 printf("%s, bad version string\n", "$min_gtk_version");
30388 if ((gtk_major_version != $gtk_config_major_version) ||
30389 (gtk_minor_version != $gtk_config_minor_version) ||
30390 (gtk_micro_version != $gtk_config_micro_version))
30392 printf("\n*** 'gtk
-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
30393 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30394 gtk_major_version, gtk_minor_version, gtk_micro_version);
30395 printf ("*** was found! If gtk-config was correct, then it is best\n");
30396 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
30397 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
30398 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
30399 printf("*** required on your system.\n");
30400 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
30401 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
30402 printf("*** before re-running configure\n");
30404 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
30405 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30406 (gtk_minor_version != GTK_MINOR_VERSION) ||
30407 (gtk_micro_version != GTK_MICRO_VERSION))
30409 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
30410 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30411 printf("*** library (version %d.%d.%d)\n",
30412 gtk_major_version, gtk_minor_version, gtk_micro_version);
30414 #endif /* defined (GTK_MAJOR_VERSION) ... */
30417 if ((gtk_major_version > major) ||
30418 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30419 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30425 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
30426 gtk_major_version, gtk_minor_version, gtk_micro_version);
30427 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
30428 major, minor, micro);
30429 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
30431 printf("*** If you have already installed a sufficiently new version, this error\n");
30432 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
30433 printf("*** being found. The easiest way to fix this is to remove the old version\n");
30434 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
30435 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
30436 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
30437 printf("*** so that the correct libraries are found at run-time))\n");
30444 rm -f conftest$ac_exeext
30445 if { (ac_try="$ac_link"
30446 case "(($ac_try" in
30447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30448 *) ac_try_echo=$ac_try;;
30450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30451 (eval "$ac_link") 2>&5
30453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30454 (exit $ac_status); } && { ac_try='.
/conftest
$ac_exeext'
30455 { (case "(($ac_try" in
30456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30457 *) ac_try_echo=$ac_try;;
30459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30460 (eval "$ac_try") 2>&5
30462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30463 (exit $ac_status); }; }; then
30466 echo "$as_me: program exited with status $ac_status" >&5
30467 echo "$as_me: failed program was:" >&5
30468 sed 's
/^
/| /' conftest.$ac_ext >&5
30470 ( exit $ac_status )
30473 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30477 CFLAGS="$ac_save_CFLAGS"
30478 LIBS="$ac_save_LIBS"
30481 if test "x$no_gtk" = x ; then
30482 { echo "$as_me:$LINENO: result: yes" >&5
30483 echo "${ECHO_T}yes" >&6; }
30484 wx_cv_lib_gtk=1.2.7
30486 { echo "$as_me:$LINENO: result: no" >&5
30487 echo "${ECHO_T}no" >&6; }
30488 if test "$GTK_CONFIG" = "no" ; then
30489 echo "*** The gtk-config script installed by GTK could not be found"
30490 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
30491 echo "*** your path, or set the GTK_CONFIG environment variable to the"
30492 echo "*** full path to gtk-config."
30494 if test -f conf.gtktest ; then
30497 echo "*** Could not run GTK test program, checking why..."
30498 CFLAGS="$CFLAGS $GTK_CFLAGS"
30499 LIBS="$LIBS $GTK_LIBS"
30500 cat >conftest.$ac_ext <<_ACEOF
30503 cat confdefs.h >>conftest.$ac_ext
30504 cat >>conftest.$ac_ext <<_ACEOF
30505 /* end confdefs.h. */
30507 #include <gtk/gtk.h>
30513 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30518 rm -f conftest.$ac_objext conftest$ac_exeext
30519 if { (ac_try="$ac_link"
30520 case "(($ac_try" in
30521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30522 *) ac_try_echo=$ac_try;;
30524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30525 (eval "$ac_link") 2>conftest.er1
30527 grep -v '^
*+' conftest.er1 >conftest.err
30529 cat conftest.err >&5
30530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30531 (exit $ac_status); } && {
30532 test -z "$ac_c_werror_flag" ||
30533 test ! -s conftest.err
30534 } && test -s conftest$ac_exeext &&
30535 $as_test_x conftest$ac_exeext; then
30536 echo "*** The test program compiled, but did not run. This usually means"
30537 echo "*** that the run-time linker is not finding GTK or finding the wrong"
30538 echo "*** version of GTK. If it is not finding GTK, you'll need to
set your
"
30539 echo "*** LD_LIBRARY_PATH environment variable
, or edit
/etc
/ld.so.conf to point
"
30540 echo "*** to the installed location Also
, make sure you have run ldconfig
if that
"
30541 echo "*** is required on your system
"
30543 echo "*** If you have an old version installed
, it is best to remove it
, although
"
30544 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
"
30546 echo "*** If you have a RedHat
5.0 system
, you should remove the GTK package that
"
30547 echo "*** came with the system with the
command"
30549 echo "*** rpm
--erase --nodeps gtk gtk
-devel"
30551 echo "$as_me: failed program was
:" >&5
30552 sed 's/^/| /' conftest.$ac_ext >&5
30554 echo "*** The
test program failed to compile or link. See the
file config.log
for the
"
30555 echo "*** exact error that occured. This usually means GTK was incorrectly installed
"
30556 echo "*** or that you have moved GTK since it was installed. In the latter
case, you
"
30557 echo "*** may want to edit the gtk
-config script: $GTK_CONFIG"
30560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30561 conftest$ac_exeext conftest.$ac_ext
30562 CFLAGS="$ac_save_CFLAGS"
30563 LIBS="$ac_save_LIBS"
30575 if test -z "$wx_cv_lib_gtk"; then
30577 # Check whether --with-gtk-prefix was given.
30578 if test "${with_gtk_prefix+set}" = set; then
30579 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
30581 gtk_config_prefix=""
30585 # Check whether --with-gtk-exec-prefix was given.
30586 if test "${with_gtk_exec_prefix+set}" = set; then
30587 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
30589 gtk_config_exec_prefix=""
30592 # Check whether --enable-gtktest was given.
30593 if test "${enable_gtktest+set}" = set; then
30594 enableval=$enable_gtktest;
30600 for module in . $GTK_MODULES
30604 gtk_config_args="$gtk_config_args gthread
"
30609 if test x$gtk_config_exec_prefix != x ; then
30610 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
30611 if test x${GTK_CONFIG+set} != xset ; then
30612 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
30615 if test x$gtk_config_prefix != x ; then
30616 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
30617 if test x${GTK_CONFIG+set} != xset ; then
30618 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
30622 # Extract the first word of "gtk
-config", so it can be a program name with args.
30623 set dummy gtk-config; ac_word=$2
30624 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
30625 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
30626 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
30627 echo $ECHO_N "(cached
) $ECHO_C" >&6
30629 case $GTK_CONFIG in
30631 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
30634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30635 for as_dir in $PATH
30638 test -z "$as_dir" && as_dir=.
30639 for ac_exec_ext in '' $ac_executable_extensions; do
30640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30641 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30642 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
30649 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no
"
30653 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
30654 if test -n "$GTK_CONFIG"; then
30655 { echo "$as_me:$LINENO: result
: $GTK_CONFIG" >&5
30656 echo "${ECHO_T}$GTK_CONFIG" >&6; }
30658 { echo "$as_me:$LINENO: result
: no
" >&5
30659 echo "${ECHO_T}no
" >&6; }
30663 min_gtk_version=1.2.3
30664 { echo "$as_me:$LINENO: checking
for GTK
- version
>= $min_gtk_version" >&5
30665 echo $ECHO_N "checking
for GTK
- version
>= $min_gtk_version...
$ECHO_C" >&6; }
30667 if test "$GTK_CONFIG" = "no
" ; then
30670 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
30671 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
30672 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
30673 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
30674 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
30675 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
30676 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
30677 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
30678 if test "x
$enable_gtktest" = "xyes
" ; then
30679 ac_save_CFLAGS="$CFLAGS"
30680 ac_save_LIBS="$LIBS"
30681 CFLAGS="$CFLAGS $GTK_CFLAGS"
30682 LIBS="$GTK_LIBS $LIBS"
30684 if test "$cross_compiling" = yes; then
30685 echo $ac_n "cross compiling
; assumed OK...
$ac_c"
30687 cat >conftest.$ac_ext <<_ACEOF
30690 cat confdefs.h >>conftest.$ac_ext
30691 cat >>conftest.$ac_ext <<_ACEOF
30692 /* end confdefs.h. */
30694 #include <gtk/gtk.h>
30696 #include <stdlib.h>
30701 int major, minor, micro;
30704 system ("touch conf.gtktest
");
30706 /* HP/UX 9 (%@#!) writes to sscanf strings */
30707 tmp_version = g_strdup("$min_gtk_version");
30708 if (sscanf(tmp_version, "%d.
%d.
%d
", &major, &minor, µ) != 3) {
30709 printf("%s
, bad version string
\n", "$min_gtk_version");
30713 if ((gtk_major_version != $gtk_config_major_version) ||
30714 (gtk_minor_version != $gtk_config_minor_version) ||
30715 (gtk_micro_version != $gtk_config_micro_version))
30717 printf("\n*** 'gtk-config --version' returned
%d.
%d.
%d
, but GTK
+ (%d.
%d.
%d
)\n",
30718 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30719 gtk_major_version, gtk_minor_version, gtk_micro_version);
30720 printf ("*** was found
! If gtk
-config was correct
, then it is best
\n");
30721 printf ("*** to remove the old version of GTK
+. You may also be able to fix the error
\n");
30722 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable
, or by editing
\n");
30723 printf("*** /etc
/ld.so.conf. Make sure you have run ldconfig
if that is
\n");
30724 printf("*** required on your system.
\n");
30725 printf("*** If gtk
-config was wrong
, set the environment variable GTK_CONFIG
\n");
30726 printf("*** to point to the correct copy of gtk
-config, and remove the
file config.cache
\n");
30727 printf("*** before re
-running configure
\n");
30729 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
30730 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30731 (gtk_minor_version != GTK_MINOR_VERSION) ||
30732 (gtk_micro_version != GTK_MICRO_VERSION))
30734 printf("*** GTK
+ header files
(version
%d.
%d.
%d
) do not match
\n",
30735 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30736 printf("*** library
(version
%d.
%d.
%d
)\n",
30737 gtk_major_version, gtk_minor_version, gtk_micro_version);
30739 #endif /* defined (GTK_MAJOR_VERSION) ... */
30742 if ((gtk_major_version > major) ||
30743 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30744 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30750 printf("\n*** An old version of GTK
+ (%d.
%d.
%d
) was found.
\n",
30751 gtk_major_version, gtk_minor_version, gtk_micro_version);
30752 printf("*** You need a version of GTK
+ newer than
%d.
%d.
%d. The latest version of
\n",
30753 major, minor, micro);
30754 printf("*** GTK
+ is always available from
ftp://ftp.gtk.org.
\n");
30756 printf("*** If you have already installed a sufficiently new version
, this error
\n");
30757 printf("*** probably means that the wrong copy of the gtk
-config shell
script is
\n");
30758 printf("*** being found. The easiest way to fix this is to remove the old version
\n");
30759 printf("*** of GTK
+, but you can also
set the GTK_CONFIG environment to point to the
\n");
30760 printf("*** correct copy of gtk
-config.
(In this
case, you will have to
\n");
30761 printf("*** modify your LD_LIBRARY_PATH enviroment variable
, or edit
/etc
/ld.so.conf
\n");
30762 printf("*** so that the correct libraries are found
at run
-time))\n");
30769 rm -f conftest$ac_exeext
30770 if { (ac_try="$ac_link"
30771 case "(($ac_try" in
30772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30773 *) ac_try_echo=$ac_try;;
30775 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
30776 (eval "$ac_link") 2>&5
30778 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
30779 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30780 { (case "(($ac_try" in
30781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30782 *) ac_try_echo=$ac_try;;
30784 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
30785 (eval "$ac_try") 2>&5
30787 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
30788 (exit $ac_status); }; }; then
30791 echo "$as_me: program exited with status
$ac_status" >&5
30792 echo "$as_me: failed program was
:" >&5
30793 sed 's/^/| /' conftest.$ac_ext >&5
30795 ( exit $ac_status )
30798 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30802 CFLAGS="$ac_save_CFLAGS"
30803 LIBS="$ac_save_LIBS"
30806 if test "x
$no_gtk" = x ; then
30807 { echo "$as_me:$LINENO: result
: yes" >&5
30808 echo "${ECHO_T}yes" >&6; }
30809 wx_cv_lib_gtk=1.2.3
30811 { echo "$as_me:$LINENO: result
: no
" >&5
30812 echo "${ECHO_T}no
" >&6; }
30813 if test "$GTK_CONFIG" = "no
" ; then
30814 echo "*** The gtk
-config script installed by GTK could not be found
"
30815 echo "*** If GTK was installed
in PREFIX
, make sure PREFIX
/bin is
in"
30816 echo "*** your path
, or
set the GTK_CONFIG environment variable to the
"
30817 echo "*** full path to gtk
-config.
"
30819 if test -f conf.gtktest ; then
30822 echo "*** Could not run GTK
test program
, checking why...
"
30823 CFLAGS="$CFLAGS $GTK_CFLAGS"
30824 LIBS="$LIBS $GTK_LIBS"
30825 cat >conftest.$ac_ext <<_ACEOF
30828 cat confdefs.h >>conftest.$ac_ext
30829 cat >>conftest.$ac_ext <<_ACEOF
30830 /* end confdefs.h. */
30832 #include <gtk/gtk.h>
30838 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30843 rm -f conftest.$ac_objext conftest$ac_exeext
30844 if { (ac_try="$ac_link"
30845 case "(($ac_try" in
30846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30847 *) ac_try_echo=$ac_try;;
30849 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
30850 (eval "$ac_link") 2>conftest.er1
30852 grep -v '^ *+' conftest.er1 >conftest.err
30854 cat conftest.err >&5
30855 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
30856 (exit $ac_status); } && {
30857 test -z "$ac_c_werror_flag" ||
30858 test ! -s conftest.err
30859 } && test -s conftest$ac_exeext &&
30860 $as_test_x conftest$ac_exeext; then
30861 echo "*** The
test program compiled
, but did not run. This usually means
"
30862 echo "*** that the run
-time linker is not finding GTK or finding the wrong
"
30863 echo "*** version of GTK. If it is not finding GTK
, you
'll need to set your"
30864 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
30865 echo "*** to the installed location Also, make sure you have run ldconfig if that"
30866 echo "*** is required on your system"
30868 echo "*** If you have an old version installed, it is best to remove it, although"
30869 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
30871 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
30872 echo "*** came with the system with the command"
30874 echo "*** rpm --erase --nodeps gtk gtk-devel"
30876 echo "$as_me: failed program was:" >&5
30877 sed 's
/^
/| /' conftest.$ac_ext >&5
30879 echo "*** The test program failed to compile or link. See the file config.log for the"
30880 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
30881 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
30882 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
30885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30886 conftest$ac_exeext conftest.$ac_ext
30887 CFLAGS="$ac_save_CFLAGS"
30888 LIBS="$ac_save_LIBS"
30903 if test -z "$wx_cv_lib_gtk"; then
30906 GTK_LIBS="$GTK_LIBS -lX11"
30908 wx_cv_cflags_gtk=$GTK_CFLAGS
30909 wx_cv_libs_gtk=$GTK_LIBS
30916 if test "$gtk_version_cached" = 1; then
30917 { echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
30918 echo "${ECHO_T}$wx_cv_lib_gtk" >&6; }
30921 case "$wx_cv_lib_gtk" in
30928 *) { { echo "$as_me:$LINENO: error:
30929 The development files for GTK+ were not found. For GTK+ 2, please
30930 ensure that pkg-config is in the path and that gtk+-2.0.pc is
30931 installed. For GTK+ 1.2 please check that gtk-config is in the path,
30932 and that the version is 1.2.3 or above. Also check that the
30933 libraries returned by 'pkg
-config gtk
+-2.0
--libs' or 'gtk
-config
30934 --libs' are in the LD_LIBRARY_PATH or equivalent.
30936 echo "$as_me: error:
30937 The development files for GTK+ were not found. For GTK+ 2, please
30938 ensure that pkg-config is in the path and that gtk+-2.0.pc is
30939 installed. For GTK+ 1.2 please check that gtk-config is in the path,
30940 and that the version is 1.2.3 or above. Also check that the
30941 libraries returned by 'pkg
-config gtk
+-2.0
--libs' or 'gtk
-config
30942 --libs' are in the LD_LIBRARY_PATH or equivalent.
30944 { (exit 1); exit 1; }; }
30948 if test "$WXGTK2" = 1; then
30949 save_CFLAGS="$CFLAGS"
30951 CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
30952 LIBS="$LIBS $wx_cv_libs_gtk"
30954 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.18" >&5
30955 echo $ECHO_N "checking if GTK+ is version >= 2.18... $ECHO_C" >&6; }
30956 cat >conftest.$ac_ext <<_ACEOF
30959 cat confdefs.h >>conftest.$ac_ext
30960 cat >>conftest.$ac_ext <<_ACEOF
30961 /* end confdefs.h. */
30963 #include <gtk/gtk.h>
30969 #if !GTK_CHECK_VERSION(2,18,0)
30977 rm -f conftest.$ac_objext
30978 if { (ac_try="$ac_compile"
30979 case "(($ac_try" in
30980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30981 *) ac_try_echo=$ac_try;;
30983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30984 (eval "$ac_compile") 2>conftest.er1
30986 grep -v '^
*+' conftest.er1 >conftest.err
30988 cat conftest.err >&5
30989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30990 (exit $ac_status); } && {
30991 test -z "$ac_c_werror_flag" ||
30992 test ! -s conftest.err
30993 } && test -s conftest.$ac_objext; then
30995 cat >>confdefs.h <<\_ACEOF
30996 #define __WXGTK218__ 1
30999 cat >>confdefs.h <<\_ACEOF
31000 #define __WXGTK210__ 1
31003 cat >>confdefs.h <<\_ACEOF
31004 #define __WXGTK26__ 1
31007 { echo "$as_me:$LINENO: result: yes" >&5
31008 echo "${ECHO_T}yes" >&6; }
31012 echo "$as_me: failed program was:" >&5
31013 sed 's
/^
/| /' conftest.$ac_ext >&5
31016 { echo "$as_me:$LINENO: result: no" >&5
31017 echo "${ECHO_T}no" >&6; }
31022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31024 if test "$ac_wxgtk218" = 0; then
31025 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.10" >&5
31026 echo $ECHO_N "checking if GTK+ is version >= 2.10... $ECHO_C" >&6; }
31027 cat >conftest.$ac_ext <<_ACEOF
31030 cat confdefs.h >>conftest.$ac_ext
31031 cat >>conftest.$ac_ext <<_ACEOF
31032 /* end confdefs.h. */
31034 #include <gtk/gtk.h>
31040 #if !GTK_CHECK_VERSION(2,10,0)
31048 rm -f conftest.$ac_objext
31049 if { (ac_try="$ac_compile"
31050 case "(($ac_try" in
31051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31052 *) ac_try_echo=$ac_try;;
31054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31055 (eval "$ac_compile") 2>conftest.er1
31057 grep -v '^
*+' conftest.er1 >conftest.err
31059 cat conftest.err >&5
31060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31061 (exit $ac_status); } && {
31062 test -z "$ac_c_werror_flag" ||
31063 test ! -s conftest.err
31064 } && test -s conftest.$ac_objext; then
31066 cat >>confdefs.h <<\_ACEOF
31067 #define __WXGTK210__ 1
31070 cat >>confdefs.h <<\_ACEOF
31071 #define __WXGTK26__ 1
31074 { echo "$as_me:$LINENO: result: yes" >&5
31075 echo "${ECHO_T}yes" >&6; }
31079 echo "$as_me: failed program was:" >&5
31080 sed 's
/^
/| /' conftest.$ac_ext >&5
31083 { echo "$as_me:$LINENO: result: no" >&5
31084 echo "${ECHO_T}no" >&6; }
31089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31091 if test "$ac_wxgtk210" = 0; then
31092 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
31093 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6; }
31094 cat >conftest.$ac_ext <<_ACEOF
31097 cat confdefs.h >>conftest.$ac_ext
31098 cat >>conftest.$ac_ext <<_ACEOF
31099 /* end confdefs.h. */
31101 #include <gtk/gtk.h>
31107 #if !GTK_CHECK_VERSION(2,6,0)
31115 rm -f conftest.$ac_objext
31116 if { (ac_try="$ac_compile"
31117 case "(($ac_try" in
31118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31119 *) ac_try_echo=$ac_try;;
31121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31122 (eval "$ac_compile") 2>conftest.er1
31124 grep -v '^
*+' conftest.er1 >conftest.err
31126 cat conftest.err >&5
31127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31128 (exit $ac_status); } && {
31129 test -z "$ac_c_werror_flag" ||
31130 test ! -s conftest.err
31131 } && test -s conftest.$ac_objext; then
31133 cat >>confdefs.h <<\_ACEOF
31134 #define __WXGTK26__ 1
31137 { echo "$as_me:$LINENO: result: yes" >&5
31138 echo "${ECHO_T}yes" >&6; }
31142 echo "$as_me: failed program was:" >&5
31143 sed 's
/^
/| /' conftest.$ac_ext >&5
31146 { echo "$as_me:$LINENO: result: no" >&5
31147 echo "${ECHO_T}no" >&6; }
31152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31156 CFLAGS="$save_CFLAGS"
31159 if test "$wxUSE_UNICODE" = "yes"; then
31160 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
31161 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
31165 { echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
31166 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6; }
31167 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
31168 echo $ECHO_N "(cached) $ECHO_C" >&6
31170 ac_check_lib_save_LIBS=$LIBS
31172 cat >conftest.$ac_ext <<_ACEOF
31175 cat confdefs.h >>conftest.$ac_ext
31176 cat >>conftest.$ac_ext <<_ACEOF
31177 /* end confdefs.h. */
31179 /* Override any GCC internal prototype to avoid an error.
31180 Use char because int might match the return type of a GCC
31181 builtin and then its argument prototype would still apply. */
31185 char gdk_im_open ();
31189 return gdk_im_open ();
31194 rm -f conftest.$ac_objext conftest$ac_exeext
31195 if { (ac_try="$ac_link"
31196 case "(($ac_try" in
31197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31198 *) ac_try_echo=$ac_try;;
31200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31201 (eval "$ac_link") 2>conftest.er1
31203 grep -v '^
*+' conftest.er1 >conftest.err
31205 cat conftest.err >&5
31206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31207 (exit $ac_status); } && {
31208 test -z "$ac_c_werror_flag" ||
31209 test ! -s conftest.err
31210 } && test -s conftest$ac_exeext &&
31211 $as_test_x conftest$ac_exeext; then
31212 ac_cv_lib_gdk_gdk_im_open=yes
31214 echo "$as_me: failed program was:" >&5
31215 sed 's
/^
/| /' conftest.$ac_ext >&5
31217 ac_cv_lib_gdk_gdk_im_open=no
31220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31221 conftest$ac_exeext conftest.$ac_ext
31222 LIBS=$ac_check_lib_save_LIBS
31224 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
31225 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6; }
31226 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
31227 cat >>confdefs.h <<\_ACEOF
31234 if test "$USE_DARWIN" != 1; then
31236 for ac_func in poll
31238 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31239 { echo "$as_me:$LINENO: checking for $ac_func" >&5
31240 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
31241 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
31242 echo $ECHO_N "(cached) $ECHO_C" >&6
31244 cat >conftest.$ac_ext <<_ACEOF
31247 cat confdefs.h >>conftest.$ac_ext
31248 cat >>conftest.$ac_ext <<_ACEOF
31249 /* end confdefs.h. */
31250 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31251 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31252 #define $ac_func innocuous_$ac_func
31254 /* System header to define __stub macros and hopefully few prototypes,
31255 which can conflict with char $ac_func (); below.
31256 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31257 <limits.h> exists even on freestanding compilers. */
31260 # include <limits.h>
31262 # include <assert.h>
31267 /* Override any GCC internal prototype to avoid an error.
31268 Use char because int might match the return type of a GCC
31269 builtin and then its argument prototype would still apply. */
31274 /* The GNU C library defines this for functions which it implements
31275 to always fail with ENOSYS. Some functions are actually named
31276 something starting with __ and the normal name is an alias. */
31277 #if defined __stub_$ac_func || defined __stub___$ac_func
31284 return $ac_func ();
31289 rm -f conftest.$ac_objext conftest$ac_exeext
31290 if { (ac_try="$ac_link"
31291 case "(($ac_try" in
31292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31293 *) ac_try_echo=$ac_try;;
31295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31296 (eval "$ac_link") 2>conftest.er1
31298 grep -v '^
*+' conftest.er1 >conftest.err
31300 cat conftest.err >&5
31301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31302 (exit $ac_status); } && {
31303 test -z "$ac_c_werror_flag" ||
31304 test ! -s conftest.err
31305 } && test -s conftest$ac_exeext &&
31306 $as_test_x conftest$ac_exeext; then
31307 eval "$as_ac_var=yes"
31309 echo "$as_me: failed program was:" >&5
31310 sed 's
/^
/| /' conftest.$ac_ext >&5
31312 eval "$as_ac_var=no"
31315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31316 conftest$ac_exeext conftest.$ac_ext
31318 ac_res=`eval echo '${'$as_ac_var'}'`
31319 { echo "$as_me:$LINENO: result: $ac_res" >&5
31320 echo "${ECHO_T}$ac_res" >&6; }
31321 if test `eval echo '${'$as_ac_var'}'` = yes; then
31322 cat >>confdefs.h <<_ACEOF
31323 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31332 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
31333 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
31334 AFMINSTALL=afminstall
31338 if test "$wxUSE_GPE" = "yes"; then
31339 { echo "$as_me:$LINENO: checking for gpewidget library" >&5
31340 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6; }
31343 for ac_dir in $SEARCH_LIB
31345 for ac_extension in a so sl dylib dll.a; do
31346 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
31347 ac_find_libraries=$ac_dir
31353 if test "$ac_find_libraries" != "" ; then
31355 if test "$ac_find_libraries" = "default location"; then
31358 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
31360 if test $result = 0; then
31363 ac_path_to_link=" -L$ac_find_libraries"
31367 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
31369 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
31370 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
31372 { echo "$as_me:$LINENO: result: not found" >&5
31373 echo "${ECHO_T}not found" >&6; }
31379 if test "$wxUSE_MGL" = 1; then
31380 { echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
31381 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6; }
31382 if test "x$MGL_ROOT" = x ; then
31383 { echo "$as_me:$LINENO: result: not found" >&5
31384 echo "${ECHO_T}not found" >&6; }
31385 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
31386 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
31387 { (exit 1); exit 1; }; }
31389 { echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
31390 echo "${ECHO_T}$MGL_ROOT" >&6; }
31393 { echo "$as_me:$LINENO: checking for libmgl location" >&5
31394 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6; }
31397 if test "x$wxUSE_SHARED" = xyes ; then
31398 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
31400 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
31404 mgl_os_candidates="dos32/dj2"
31407 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
31408 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
31409 { (exit 1); exit 1; }; }
31415 for mgl_os_i in $mgl_os_candidates ; do
31416 if test "x$mgl_os" = x ; then
31417 if test "$wxUSE_DEBUG_FLAG" = yes ; then
31418 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
31419 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
31424 if test "x$mgl_lib_type" = x ; then
31425 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
31426 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
31427 mgl_lib_type=release
31434 if test "x$mgl_os" = x ; then
31435 { echo "$as_me:$LINENO: result: not found" >&5
31436 echo "${ECHO_T}not found" >&6; }
31437 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
31438 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
31439 { (exit 1); exit 1; }; }
31441 { echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
31442 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6; }
31444 wxUSE_UNIVERSAL="yes"
31446 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
31447 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
31449 AFMINSTALL=afminstall
31454 if test "$wxUSE_DFB" = 1; then
31457 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
31458 if test -n "$ac_tool_prefix"; then
31459 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
31460 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
31461 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31463 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
31464 echo $ECHO_N "(cached) $ECHO_C" >&6
31466 case $PKG_CONFIG in
31468 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
31471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31472 for as_dir in $PATH
31475 test -z "$as_dir" && as_dir=.
31476 for ac_exec_ext in '' $ac_executable_extensions; do
31477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31478 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31489 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
31490 if test -n "$PKG_CONFIG"; then
31491 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
31492 echo "${ECHO_T}$PKG_CONFIG" >&6; }
31494 { echo "$as_me:$LINENO: result: no" >&5
31495 echo "${ECHO_T}no" >&6; }
31500 if test -z "$ac_cv_path_PKG_CONFIG"; then
31501 ac_pt_PKG_CONFIG=$PKG_CONFIG
31502 # Extract the first word of "pkg-config", so it can be a program name with args.
31503 set dummy pkg-config; ac_word=$2
31504 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31505 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31506 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
31507 echo $ECHO_N "(cached) $ECHO_C" >&6
31509 case $ac_pt_PKG_CONFIG in
31511 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
31514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31515 for as_dir in $PATH
31518 test -z "$as_dir" && as_dir=.
31519 for ac_exec_ext in '' $ac_executable_extensions; do
31520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31521 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31532 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
31533 if test -n "$ac_pt_PKG_CONFIG"; then
31534 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
31535 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
31537 { echo "$as_me:$LINENO: result: no" >&5
31538 echo "${ECHO_T}no" >&6; }
31541 if test "x$ac_pt_PKG_CONFIG" = x; then
31544 case $cross_compiling:$ac_tool_warned in
31546 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31547 whose name does not start with the host triplet. If you think this
31548 configuration is useful to you, please write to autoconf@gnu.org." >&5
31549 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31550 whose name does not start with the host triplet. If you think this
31551 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31552 ac_tool_warned=yes ;;
31554 PKG_CONFIG=$ac_pt_PKG_CONFIG
31557 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
31561 if test -n "$PKG_CONFIG"; then
31562 _pkg_min_version=0.9.0
31563 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
31564 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
31565 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
31566 { echo "$as_me:$LINENO: result: yes" >&5
31567 echo "${ECHO_T}yes" >&6; }
31569 { echo "$as_me:$LINENO: result: no" >&5
31570 echo "${ECHO_T}no" >&6; }
31578 { echo "$as_me:$LINENO: checking for DIRECTFB" >&5
31579 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6; }
31581 if test -n "$PKG_CONFIG"; then
31582 if test -n "$DIRECTFB_CFLAGS"; then
31583 pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
31585 if test -n "$PKG_CONFIG" && \
31586 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
31587 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
31589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31590 (exit $ac_status); }; then
31591 pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
31599 if test -n "$PKG_CONFIG"; then
31600 if test -n "$DIRECTFB_LIBS"; then
31601 pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
31603 if test -n "$PKG_CONFIG" && \
31604 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
31605 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
31607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31608 (exit $ac_status); }; then
31609 pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
31620 if test $pkg_failed = yes; then
31622 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31623 _pkg_short_errors_supported=yes
31625 _pkg_short_errors_supported=no
31627 if test $_pkg_short_errors_supported = yes; then
31628 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
31630 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
31632 # Put the nasty error message in config.log where it belongs
31633 echo "$DIRECTFB_PKG_ERRORS" >&5
31636 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
31637 echo "$as_me: error: DirectFB not found." >&2;}
31638 { (exit 1); exit 1; }; }
31641 elif test $pkg_failed = untried; then
31643 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
31644 echo "$as_me: error: DirectFB not found." >&2;}
31645 { (exit 1); exit 1; }; }
31649 DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
31650 DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
31651 { echo "$as_me:$LINENO: result: yes" >&5
31652 echo "${ECHO_T}yes" >&6; }
31654 wxUSE_UNIVERSAL="yes"
31655 TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
31656 GUI_TK_LIBRARY="$DIRECTFB_LIBS"
31663 if test "$wxUSE_MICROWIN" = 1; then
31664 { echo "$as_me:$LINENO: checking for MicroWindows" >&5
31665 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6; }
31666 if test "x$MICROWINDOWS" = x ; then
31667 { echo "$as_me:$LINENO: result: not found" >&5
31668 echo "${ECHO_T}not found" >&6; }
31669 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
31670 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
31671 { (exit 1); exit 1; }; }
31673 { echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
31674 echo "${ECHO_T}$MICROWINDOWS" >&6; }
31677 if test -f $MICROWINDOWS/lib/libmwin.a; then
31678 { echo "$as_me:$LINENO: result: MicroWindows' libraries found.
" >&5
31679 echo "${ECHO_T}MicroWindows
' libraries found." >&6; }
31681 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
31682 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
31683 { (exit 1); exit 1; }; }
31686 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
31687 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
31689 wxUSE_UNIVERSAL="yes"
31691 AFMINSTALL=afminstall
31693 GUIDIST=MICROWIN_DIST
31695 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
31698 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
31699 { echo "$as_me:$LINENO: checking for X" >&5
31700 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
31703 # Check whether --with-x was given.
31704 if test "${with_x+set}" = set; then
31708 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
31709 if test "x$with_x" = xno; then
31710 # The user explicitly disabled X.
31713 case $x_includes,$x_libraries in #(
31714 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
31715 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
31716 { (exit 1); exit 1; }; };; #(
31717 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
31718 echo $ECHO_N "(cached) $ECHO_C" >&6
31720 # One or both of the vars are not set, and there is no cached value.
31721 ac_x_includes=no ac_x_libraries=no
31722 rm -f -r conftest.dir
31723 if mkdir conftest.dir; then
31725 cat >Imakefile <<'_ACEOF'
31727 @echo incroot='${INCROOT}'
31729 @echo usrlibdir='${USRLIBDIR}'
31731 @echo libdir='${LIBDIR}'
31733 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
31734 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
31735 for ac_var in incroot usrlibdir libdir; do
31736 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
31738 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
31739 for ac_extension in a so sl; do
31740 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
31741 test -f "$ac_im_libdir/libX11.$ac_extension"; then
31742 ac_im_usrlibdir=$ac_im_libdir; break
31745 # Screen out bogus values from the imake configuration. They are
31746 # bogus both because they are the default anyway, and because
31747 # using them would break gcc on systems where it needs fixed includes.
31748 case $ac_im_incroot in
31749 /usr/include) ac_x_includes= ;;
31750 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
31752 case $ac_im_usrlibdir in
31753 /usr/lib | /lib) ;;
31754 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
31758 rm -f -r conftest.dir
31761 # Standard set of common directories for X headers.
31762 # Check X11 before X11Rn because it is often a symlink to the current release.
31774 /usr
/local
/X
11/include
31775 /usr
/local
/X
11R
6/include
31776 /usr
/local
/X
11R
5/include
31777 /usr
/local
/X
11R
4/include
31779 /usr
/local
/include
/X11
31780 /usr
/local
/include
/X11R6
31781 /usr
/local
/include
/X11R5
31782 /usr
/local
/include
/X11R4
31786 /usr
/XFree
86/include
/X11
31790 /usr
/unsupported
/include
31791 /usr
/athena
/include
31792 /usr
/local
/x
11r
5/include
31793 /usr
/lpp
/Xamples
/include
31795 /usr
/openwin
/include
31796 /usr
/openwin
/share
/include
'
31798 if test "$ac_x_includes" = no; then
31799 # Guess where to find include files, by looking for Xlib.h.
31800 # First, try using that file with no special directory specified.
31801 cat >conftest.$ac_ext <<_ACEOF
31804 cat confdefs.h >>conftest.$ac_ext
31805 cat >>conftest.$ac_ext <<_ACEOF
31806 /* end confdefs.h. */
31807 #include <X11/Xlib.h>
31809 if { (ac_try="$ac_cpp conftest.$ac_ext"
31810 case "(($ac_try" in
31811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31812 *) ac_try_echo=$ac_try;;
31814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31815 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31817 grep -v '^
*+' conftest.er1 >conftest.err
31819 cat conftest.err >&5
31820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31821 (exit $ac_status); } >/dev/null && {
31822 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31823 test ! -s conftest.err
31825 # We can compile using X headers with no special include directory.
31828 echo "$as_me: failed program was:" >&5
31829 sed 's
/^
/| /' conftest.$ac_ext >&5
31831 for ac_dir in $ac_x_header_dirs; do
31832 if test -r "$ac_dir/X11/Xlib.h"; then
31833 ac_x_includes=$ac_dir
31839 rm -f conftest.err conftest.$ac_ext
31840 fi # $ac_x_includes = no
31842 if test "$ac_x_libraries" = no; then
31843 # Check for the libraries.
31844 # See if we find them without any special options.
31845 # Don't add to
$LIBS permanently.
31848 cat >conftest.
$ac_ext <<_ACEOF
31851 cat confdefs.h
>>conftest.
$ac_ext
31852 cat >>conftest.
$ac_ext <<_ACEOF
31853 /* end confdefs.h. */
31854 #include <X11/Xlib.h>
31863 rm -f conftest.
$ac_objext conftest
$ac_exeext
31864 if { (ac_try
="$ac_link"
31865 case "(($ac_try" in
31866 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
31867 *) ac_try_echo=$ac_try;;
31869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31870 (eval "$ac_link") 2>conftest.er1
31872 grep -v '^ *+' conftest.er1 >conftest.err
31874 cat conftest.err >&5
31875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31876 (exit $ac_status); } && {
31877 test -z "$ac_c_werror_flag" ||
31878 test ! -s conftest.err
31879 } && test -s conftest$ac_exeext &&
31880 $as_test_x conftest$ac_exeext; then
31882 # We can link X programs with no special library path.
31885 echo "$as_me: failed program was:" >&5
31886 sed 's/^/| /' conftest.$ac_ext >&5
31889 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s
/include
/lib
/g
`
31891 # Don't even attempt the hair of trying to link an X program!
31892 for ac_extension in a so sl; do
31893 if test -r "$ac_dir/libX11.$ac_extension"; then
31894 ac_x_libraries=$ac_dir
31901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31902 conftest$ac_exeext conftest.$ac_ext
31903 fi # $ac_x_libraries = no
31905 case $ac_x_includes,$ac_x_libraries in #(
31906 no,* | *,no | *\'*)
31907 # Didn't find X, or a directory has "'" in its name.
31908 ac_cv_have_x="have_x=no";; #(
31910 # Record where we found X for the cache.
31911 ac_cv_have_x="have_x=yes\
31912 ac_x_includes='$ac_x_includes'\
31913 ac_x_libraries='$ac_x_libraries'"
31919 eval "$ac_cv_have_x"
31922 if test "$have_x" != yes; then
31923 { echo "$as_me:$LINENO: result: $have_x" >&5
31924 echo "${ECHO_T}$have_x" >&6; }
31927 # If each of the values was on the command line, it overrides each guess.
31928 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
31929 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
31930 # Update the cache value to reflect the command line values.
31931 ac_cv_have_x="have_x=yes\
31932 ac_x_includes='$x_includes'\
31933 ac_x_libraries='$x_libraries'"
31934 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
31935 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
31938 if test "$no_x" = yes; then
31939 # Not all programs may use this symbol, but it does not hurt to define it.
31941 cat >>confdefs.h <<\_ACEOF
31942 #define X_DISPLAY_MISSING 1
31945 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
31947 if test -n "$x_includes"; then
31948 X_CFLAGS="$X_CFLAGS -I$x_includes"
31951 # It would also be nice to do this for all -L options, not just this one.
31952 if test -n "$x_libraries"; then
31953 X_LIBS="$X_LIBS -L$x_libraries"
31954 # For Solaris; some versions of Sun CC require a space after -R and
31955 # others require no space. Words are not sufficient . . . .
31956 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
31957 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
31958 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
31959 ac_xsave_c_werror_flag=$ac_c_werror_flag
31960 ac_c_werror_flag=yes
31961 cat >conftest.$ac_ext <<_ACEOF
31964 cat confdefs.h >>conftest.$ac_ext
31965 cat >>conftest.$ac_ext <<_ACEOF
31966 /* end confdefs.h. */
31976 rm -f conftest.$ac_objext conftest$ac_exeext
31977 if { (ac_try="$ac_link"
31978 case "(($ac_try" in
31979 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
31980 *) ac_try_echo
=$ac_try;;
31982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31983 (eval "$ac_link") 2>conftest.er1
31985 grep -v '^ *+' conftest.er1
>conftest.err
31987 cat conftest.err
>&5
31988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31989 (exit $ac_status); } && {
31990 test -z "$ac_c_werror_flag" ||
31991 test ! -s conftest.err
31992 } && test -s conftest
$ac_exeext &&
31993 $as_test_x conftest
$ac_exeext; then
31994 { echo "$as_me:$LINENO: result: no" >&5
31995 echo "${ECHO_T}no" >&6; }
31996 X_LIBS
="$X_LIBS -R$x_libraries"
31998 echo "$as_me: failed program was:" >&5
31999 sed 's/^/| /' conftest.
$ac_ext >&5
32001 LIBS
="$ac_xsave_LIBS -R $x_libraries"
32002 cat >conftest.
$ac_ext <<_ACEOF
32005 cat confdefs.h
>>conftest.
$ac_ext
32006 cat >>conftest.
$ac_ext <<_ACEOF
32007 /* end confdefs.h. */
32017 rm -f conftest.
$ac_objext conftest
$ac_exeext
32018 if { (ac_try
="$ac_link"
32019 case "(($ac_try" in
32020 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
32021 *) ac_try_echo=$ac_try;;
32023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32024 (eval "$ac_link") 2>conftest.er1
32026 grep -v '^ *+' conftest.er1 >conftest.err
32028 cat conftest.err >&5
32029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32030 (exit $ac_status); } && {
32031 test -z "$ac_c_werror_flag" ||
32032 test ! -s conftest.err
32033 } && test -s conftest$ac_exeext &&
32034 $as_test_x conftest$ac_exeext; then
32035 { echo "$as_me:$LINENO: result: yes" >&5
32036 echo "${ECHO_T}yes" >&6; }
32037 X_LIBS="$X_LIBS -R $x_libraries"
32039 echo "$as_me: failed program was:" >&5
32040 sed 's/^/| /' conftest.$ac_ext >&5
32042 { echo "$as_me:$LINENO: result: neither works" >&5
32043 echo "${ECHO_T}neither works" >&6; }
32046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32047 conftest$ac_exeext conftest.$ac_ext
32050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32051 conftest$ac_exeext conftest.$ac_ext
32052 ac_c_werror_flag=$ac_xsave_c_werror_flag
32053 LIBS=$ac_xsave_LIBS
32056 # Check for system-dependent libraries X programs must link with.
32057 # Do this before checking for the system-independent R6 libraries
32058 # (-lICE), since we may need -lsocket or whatever for X linking.
32060 if test "$ISC" = yes; then
32061 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
32063 # Martyn Johnson says this is needed for Ultrix, if the X
32064 # libraries were built with DECnet support. And Karl Berry says
32065 # the Alpha needs dnet_stub (dnet does not exist).
32066 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
32067 cat >conftest.$ac_ext <<_ACEOF
32070 cat confdefs.h >>conftest.$ac_ext
32071 cat >>conftest.$ac_ext <<_ACEOF
32072 /* end confdefs.h. */
32074 /* Override any GCC internal prototype to avoid an error.
32075 Use char because int might match the return type of a GCC
32076 builtin and then its argument prototype would still apply. */
32080 char XOpenDisplay ();
32084 return XOpenDisplay ();
32089 rm -f conftest.$ac_objext conftest$ac_exeext
32090 if { (ac_try="$ac_link"
32091 case "(($ac_try" in
32092 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
32093 *) ac_try_echo
=$ac_try;;
32095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32096 (eval "$ac_link") 2>conftest.er1
32098 grep -v '^ *+' conftest.er1
>conftest.err
32100 cat conftest.err
>&5
32101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32102 (exit $ac_status); } && {
32103 test -z "$ac_c_werror_flag" ||
32104 test ! -s conftest.err
32105 } && test -s conftest
$ac_exeext &&
32106 $as_test_x conftest
$ac_exeext; then
32109 echo "$as_me: failed program was:" >&5
32110 sed 's/^/| /' conftest.
$ac_ext >&5
32112 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
32113 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
32114 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
32115 echo $ECHO_N "(cached) $ECHO_C" >&6
32117 ac_check_lib_save_LIBS
=$LIBS
32118 LIBS
="-ldnet $LIBS"
32119 cat >conftest.
$ac_ext <<_ACEOF
32122 cat confdefs.h
>>conftest.
$ac_ext
32123 cat >>conftest.
$ac_ext <<_ACEOF
32124 /* end confdefs.h. */
32126 /* Override any GCC internal prototype to avoid an error.
32127 Use char because int might match the return type of a GCC
32128 builtin and then its argument prototype would still apply. */
32136 return dnet_ntoa ();
32141 rm -f conftest.
$ac_objext conftest
$ac_exeext
32142 if { (ac_try
="$ac_link"
32143 case "(($ac_try" in
32144 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
32145 *) ac_try_echo=$ac_try;;
32147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32148 (eval "$ac_link") 2>conftest.er1
32150 grep -v '^ *+' conftest.er1 >conftest.err
32152 cat conftest.err >&5
32153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32154 (exit $ac_status); } && {
32155 test -z "$ac_c_werror_flag" ||
32156 test ! -s conftest.err
32157 } && test -s conftest$ac_exeext &&
32158 $as_test_x conftest$ac_exeext; then
32159 ac_cv_lib_dnet_dnet_ntoa=yes
32161 echo "$as_me: failed program was:" >&5
32162 sed 's/^/| /' conftest.$ac_ext >&5
32164 ac_cv_lib_dnet_dnet_ntoa=no
32167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32168 conftest$ac_exeext conftest.$ac_ext
32169 LIBS=$ac_check_lib_save_LIBS
32171 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
32172 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
32173 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
32174 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
32177 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
32178 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
32179 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
32180 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
32181 echo $ECHO_N "(cached) $ECHO_C" >&6
32183 ac_check_lib_save_LIBS=$LIBS
32184 LIBS="-ldnet_stub $LIBS"
32185 cat >conftest.$ac_ext <<_ACEOF
32188 cat confdefs.h >>conftest.$ac_ext
32189 cat >>conftest.$ac_ext <<_ACEOF
32190 /* end confdefs.h. */
32192 /* Override any GCC internal prototype to avoid an error.
32193 Use char because int might match the return type of a GCC
32194 builtin and then its argument prototype would still apply. */
32202 return dnet_ntoa ();
32207 rm -f conftest.$ac_objext conftest$ac_exeext
32208 if { (ac_try="$ac_link"
32209 case "(($ac_try" in
32210 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
32211 *) ac_try_echo
=$ac_try;;
32213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32214 (eval "$ac_link") 2>conftest.er1
32216 grep -v '^ *+' conftest.er1
>conftest.err
32218 cat conftest.err
>&5
32219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32220 (exit $ac_status); } && {
32221 test -z "$ac_c_werror_flag" ||
32222 test ! -s conftest.err
32223 } && test -s conftest
$ac_exeext &&
32224 $as_test_x conftest
$ac_exeext; then
32225 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
32227 echo "$as_me: failed program was:" >&5
32228 sed 's/^/| /' conftest.
$ac_ext >&5
32230 ac_cv_lib_dnet_stub_dnet_ntoa
=no
32233 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
32234 conftest
$ac_exeext conftest.
$ac_ext
32235 LIBS
=$ac_check_lib_save_LIBS
32237 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
32238 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
32239 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
32240 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
32246 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
32247 conftest
$ac_exeext conftest.
$ac_ext
32248 LIBS
="$ac_xsave_LIBS"
32250 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
32251 # to get the SysV transport functions.
32252 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
32254 # The nsl library prevents programs from opening the X display
32255 # on Irix 5.2, according to T.E. Dickey.
32256 # The functions gethostbyname, getservbyname, and inet_addr are
32257 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
32258 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
32259 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
32260 if test "${ac_cv_func_gethostbyname+set}" = set; then
32261 echo $ECHO_N "(cached) $ECHO_C" >&6
32263 cat >conftest.
$ac_ext <<_ACEOF
32266 cat confdefs.h
>>conftest.
$ac_ext
32267 cat >>conftest.
$ac_ext <<_ACEOF
32268 /* end confdefs.h. */
32269 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
32270 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32271 #define gethostbyname innocuous_gethostbyname
32273 /* System header to define __stub macros and hopefully few prototypes,
32274 which can conflict with char gethostbyname (); below.
32275 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32276 <limits.h> exists even on freestanding compilers. */
32279 # include <limits.h>
32281 # include <assert.h>
32284 #undef gethostbyname
32286 /* Override any GCC internal prototype to avoid an error.
32287 Use char because int might match the return type of a GCC
32288 builtin and then its argument prototype would still apply. */
32292 char gethostbyname ();
32293 /* The GNU C library defines this for functions which it implements
32294 to always fail with ENOSYS. Some functions are actually named
32295 something starting with __ and the normal name is an alias. */
32296 #if defined __stub_gethostbyname || defined __stub___gethostbyname
32303 return gethostbyname ();
32308 rm -f conftest.
$ac_objext conftest
$ac_exeext
32309 if { (ac_try
="$ac_link"
32310 case "(($ac_try" in
32311 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
32312 *) ac_try_echo=$ac_try;;
32314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32315 (eval "$ac_link") 2>conftest.er1
32317 grep -v '^ *+' conftest.er1 >conftest.err
32319 cat conftest.err >&5
32320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32321 (exit $ac_status); } && {
32322 test -z "$ac_c_werror_flag" ||
32323 test ! -s conftest.err
32324 } && test -s conftest$ac_exeext &&
32325 $as_test_x conftest$ac_exeext; then
32326 ac_cv_func_gethostbyname=yes
32328 echo "$as_me: failed program was:" >&5
32329 sed 's/^/| /' conftest.$ac_ext >&5
32331 ac_cv_func_gethostbyname=no
32334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32335 conftest$ac_exeext conftest.$ac_ext
32337 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
32338 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
32340 if test $ac_cv_func_gethostbyname = no; then
32341 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
32342 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
32343 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
32344 echo $ECHO_N "(cached) $ECHO_C" >&6
32346 ac_check_lib_save_LIBS=$LIBS
32348 cat >conftest.$ac_ext <<_ACEOF
32351 cat confdefs.h >>conftest.$ac_ext
32352 cat >>conftest.$ac_ext <<_ACEOF
32353 /* end confdefs.h. */
32355 /* Override any GCC internal prototype to avoid an error.
32356 Use char because int might match the return type of a GCC
32357 builtin and then its argument prototype would still apply. */
32361 char gethostbyname ();
32365 return gethostbyname ();
32370 rm -f conftest.$ac_objext conftest$ac_exeext
32371 if { (ac_try="$ac_link"
32372 case "(($ac_try" in
32373 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
32374 *) ac_try_echo
=$ac_try;;
32376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32377 (eval "$ac_link") 2>conftest.er1
32379 grep -v '^ *+' conftest.er1
>conftest.err
32381 cat conftest.err
>&5
32382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32383 (exit $ac_status); } && {
32384 test -z "$ac_c_werror_flag" ||
32385 test ! -s conftest.err
32386 } && test -s conftest
$ac_exeext &&
32387 $as_test_x conftest
$ac_exeext; then
32388 ac_cv_lib_nsl_gethostbyname
=yes
32390 echo "$as_me: failed program was:" >&5
32391 sed 's/^/| /' conftest.
$ac_ext >&5
32393 ac_cv_lib_nsl_gethostbyname
=no
32396 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
32397 conftest
$ac_exeext conftest.
$ac_ext
32398 LIBS
=$ac_check_lib_save_LIBS
32400 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
32401 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
32402 if test $ac_cv_lib_nsl_gethostbyname = yes; then
32403 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
32406 if test $ac_cv_lib_nsl_gethostbyname = no
; then
32407 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
32408 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
32409 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
32410 echo $ECHO_N "(cached) $ECHO_C" >&6
32412 ac_check_lib_save_LIBS
=$LIBS
32414 cat >conftest.
$ac_ext <<_ACEOF
32417 cat confdefs.h
>>conftest.
$ac_ext
32418 cat >>conftest.
$ac_ext <<_ACEOF
32419 /* end confdefs.h. */
32421 /* Override any GCC internal prototype to avoid an error.
32422 Use char because int might match the return type of a GCC
32423 builtin and then its argument prototype would still apply. */
32427 char gethostbyname ();
32431 return gethostbyname ();
32436 rm -f conftest.
$ac_objext conftest
$ac_exeext
32437 if { (ac_try
="$ac_link"
32438 case "(($ac_try" in
32439 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
32440 *) ac_try_echo=$ac_try;;
32442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32443 (eval "$ac_link") 2>conftest.er1
32445 grep -v '^ *+' conftest.er1 >conftest.err
32447 cat conftest.err >&5
32448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32449 (exit $ac_status); } && {
32450 test -z "$ac_c_werror_flag" ||
32451 test ! -s conftest.err
32452 } && test -s conftest$ac_exeext &&
32453 $as_test_x conftest$ac_exeext; then
32454 ac_cv_lib_bsd_gethostbyname=yes
32456 echo "$as_me: failed program was:" >&5
32457 sed 's/^/| /' conftest.$ac_ext >&5
32459 ac_cv_lib_bsd_gethostbyname=no
32462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32463 conftest$ac_exeext conftest.$ac_ext
32464 LIBS=$ac_check_lib_save_LIBS
32466 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
32467 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
32468 if test $ac_cv_lib_bsd_gethostbyname = yes; then
32469 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
32475 # lieder@skyler.mavd.honeywell.com says without -lsocket,
32476 # socket/setsockopt and other routines are undefined under SCO ODT
32477 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
32478 # on later versions), says Simon Leinen: it contains gethostby*
32479 # variants that don't use the name server (or something). -lsocket
32480 # must be given before -lnsl if both are needed. We assume that
32481 # if connect needs -lnsl, so does gethostbyname.
32482 { echo "$as_me:$LINENO: checking for connect" >&5
32483 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
32484 if test "${ac_cv_func_connect+set}" = set; then
32485 echo $ECHO_N "(cached) $ECHO_C" >&6
32487 cat >conftest.$ac_ext <<_ACEOF
32490 cat confdefs.h >>conftest.$ac_ext
32491 cat >>conftest.$ac_ext <<_ACEOF
32492 /* end confdefs.h. */
32493 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
32494 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32495 #define connect innocuous_connect
32497 /* System header to define __stub macros and hopefully few prototypes,
32498 which can conflict with char connect (); below.
32499 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32500 <limits.h> exists even on freestanding compilers. */
32503 # include <limits.h>
32505 # include <assert.h>
32510 /* Override any GCC internal prototype to avoid an error.
32511 Use char because int might match the return type of a GCC
32512 builtin and then its argument prototype would still apply. */
32517 /* The GNU C library defines this for functions which it implements
32518 to always fail with ENOSYS. Some functions are actually named
32519 something starting with __ and the normal name is an alias. */
32520 #if defined __stub_connect || defined __stub___connect
32532 rm -f conftest.$ac_objext conftest$ac_exeext
32533 if { (ac_try="$ac_link"
32534 case "(($ac_try" in
32535 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
32536 *) ac_try_echo
=$ac_try;;
32538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32539 (eval "$ac_link") 2>conftest.er1
32541 grep -v '^ *+' conftest.er1
>conftest.err
32543 cat conftest.err
>&5
32544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32545 (exit $ac_status); } && {
32546 test -z "$ac_c_werror_flag" ||
32547 test ! -s conftest.err
32548 } && test -s conftest
$ac_exeext &&
32549 $as_test_x conftest
$ac_exeext; then
32550 ac_cv_func_connect
=yes
32552 echo "$as_me: failed program was:" >&5
32553 sed 's/^/| /' conftest.
$ac_ext >&5
32555 ac_cv_func_connect
=no
32558 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
32559 conftest
$ac_exeext conftest.
$ac_ext
32561 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
32562 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
32564 if test $ac_cv_func_connect = no
; then
32565 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
32566 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
32567 if test "${ac_cv_lib_socket_connect+set}" = set; then
32568 echo $ECHO_N "(cached) $ECHO_C" >&6
32570 ac_check_lib_save_LIBS
=$LIBS
32571 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
32572 cat >conftest.
$ac_ext <<_ACEOF
32575 cat confdefs.h
>>conftest.
$ac_ext
32576 cat >>conftest.
$ac_ext <<_ACEOF
32577 /* end confdefs.h. */
32579 /* Override any GCC internal prototype to avoid an error.
32580 Use char because int might match the return type of a GCC
32581 builtin and then its argument prototype would still apply. */
32594 rm -f conftest.
$ac_objext conftest
$ac_exeext
32595 if { (ac_try
="$ac_link"
32596 case "(($ac_try" in
32597 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
32598 *) ac_try_echo=$ac_try;;
32600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32601 (eval "$ac_link") 2>conftest.er1
32603 grep -v '^ *+' conftest.er1 >conftest.err
32605 cat conftest.err >&5
32606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32607 (exit $ac_status); } && {
32608 test -z "$ac_c_werror_flag" ||
32609 test ! -s conftest.err
32610 } && test -s conftest$ac_exeext &&
32611 $as_test_x conftest$ac_exeext; then
32612 ac_cv_lib_socket_connect=yes
32614 echo "$as_me: failed program was:" >&5
32615 sed 's/^/| /' conftest.$ac_ext >&5
32617 ac_cv_lib_socket_connect=no
32620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32621 conftest$ac_exeext conftest.$ac_ext
32622 LIBS=$ac_check_lib_save_LIBS
32624 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
32625 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
32626 if test $ac_cv_lib_socket_connect = yes; then
32627 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
32632 # Guillermo Gomez says -lposix is necessary on A/UX.
32633 { echo "$as_me:$LINENO: checking for remove" >&5
32634 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
32635 if test "${ac_cv_func_remove+set}" = set; then
32636 echo $ECHO_N "(cached) $ECHO_C" >&6
32638 cat >conftest.$ac_ext <<_ACEOF
32641 cat confdefs.h >>conftest.$ac_ext
32642 cat >>conftest.$ac_ext <<_ACEOF
32643 /* end confdefs.h. */
32644 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
32645 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32646 #define remove innocuous_remove
32648 /* System header to define __stub macros and hopefully few prototypes,
32649 which can conflict with char remove (); below.
32650 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32651 <limits.h> exists even on freestanding compilers. */
32654 # include <limits.h>
32656 # include <assert.h>
32661 /* Override any GCC internal prototype to avoid an error.
32662 Use char because int might match the return type of a GCC
32663 builtin and then its argument prototype would still apply. */
32668 /* The GNU C library defines this for functions which it implements
32669 to always fail with ENOSYS. Some functions are actually named
32670 something starting with __ and the normal name is an alias. */
32671 #if defined __stub_remove || defined __stub___remove
32683 rm -f conftest.$ac_objext conftest$ac_exeext
32684 if { (ac_try="$ac_link"
32685 case "(($ac_try" in
32686 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
32687 *) ac_try_echo
=$ac_try;;
32689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32690 (eval "$ac_link") 2>conftest.er1
32692 grep -v '^ *+' conftest.er1
>conftest.err
32694 cat conftest.err
>&5
32695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32696 (exit $ac_status); } && {
32697 test -z "$ac_c_werror_flag" ||
32698 test ! -s conftest.err
32699 } && test -s conftest
$ac_exeext &&
32700 $as_test_x conftest
$ac_exeext; then
32701 ac_cv_func_remove
=yes
32703 echo "$as_me: failed program was:" >&5
32704 sed 's/^/| /' conftest.
$ac_ext >&5
32706 ac_cv_func_remove
=no
32709 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
32710 conftest
$ac_exeext conftest.
$ac_ext
32712 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
32713 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
32715 if test $ac_cv_func_remove = no
; then
32716 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
32717 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
32718 if test "${ac_cv_lib_posix_remove+set}" = set; then
32719 echo $ECHO_N "(cached) $ECHO_C" >&6
32721 ac_check_lib_save_LIBS
=$LIBS
32722 LIBS
="-lposix $LIBS"
32723 cat >conftest.
$ac_ext <<_ACEOF
32726 cat confdefs.h
>>conftest.
$ac_ext
32727 cat >>conftest.
$ac_ext <<_ACEOF
32728 /* end confdefs.h. */
32730 /* Override any GCC internal prototype to avoid an error.
32731 Use char because int might match the return type of a GCC
32732 builtin and then its argument prototype would still apply. */
32745 rm -f conftest.
$ac_objext conftest
$ac_exeext
32746 if { (ac_try
="$ac_link"
32747 case "(($ac_try" in
32748 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
32749 *) ac_try_echo=$ac_try;;
32751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32752 (eval "$ac_link") 2>conftest.er1
32754 grep -v '^ *+' conftest.er1 >conftest.err
32756 cat conftest.err >&5
32757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32758 (exit $ac_status); } && {
32759 test -z "$ac_c_werror_flag" ||
32760 test ! -s conftest.err
32761 } && test -s conftest$ac_exeext &&
32762 $as_test_x conftest$ac_exeext; then
32763 ac_cv_lib_posix_remove=yes
32765 echo "$as_me: failed program was:" >&5
32766 sed 's/^/| /' conftest.$ac_ext >&5
32768 ac_cv_lib_posix_remove=no
32771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32772 conftest$ac_exeext conftest.$ac_ext
32773 LIBS=$ac_check_lib_save_LIBS
32775 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
32776 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
32777 if test $ac_cv_lib_posix_remove = yes; then
32778 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
32783 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
32784 { echo "$as_me:$LINENO: checking for shmat" >&5
32785 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
32786 if test "${ac_cv_func_shmat+set}" = set; then
32787 echo $ECHO_N "(cached) $ECHO_C" >&6
32789 cat >conftest.$ac_ext <<_ACEOF
32792 cat confdefs.h >>conftest.$ac_ext
32793 cat >>conftest.$ac_ext <<_ACEOF
32794 /* end confdefs.h. */
32795 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
32796 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32797 #define shmat innocuous_shmat
32799 /* System header to define __stub macros and hopefully few prototypes,
32800 which can conflict with char shmat (); below.
32801 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32802 <limits.h> exists even on freestanding compilers. */
32805 # include <limits.h>
32807 # include <assert.h>
32812 /* Override any GCC internal prototype to avoid an error.
32813 Use char because int might match the return type of a GCC
32814 builtin and then its argument prototype would still apply. */
32819 /* The GNU C library defines this for functions which it implements
32820 to always fail with ENOSYS. Some functions are actually named
32821 something starting with __ and the normal name is an alias. */
32822 #if defined __stub_shmat || defined __stub___shmat
32834 rm -f conftest.$ac_objext conftest$ac_exeext
32835 if { (ac_try="$ac_link"
32836 case "(($ac_try" in
32837 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
32838 *) ac_try_echo
=$ac_try;;
32840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32841 (eval "$ac_link") 2>conftest.er1
32843 grep -v '^ *+' conftest.er1
>conftest.err
32845 cat conftest.err
>&5
32846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32847 (exit $ac_status); } && {
32848 test -z "$ac_c_werror_flag" ||
32849 test ! -s conftest.err
32850 } && test -s conftest
$ac_exeext &&
32851 $as_test_x conftest
$ac_exeext; then
32852 ac_cv_func_shmat
=yes
32854 echo "$as_me: failed program was:" >&5
32855 sed 's/^/| /' conftest.
$ac_ext >&5
32857 ac_cv_func_shmat
=no
32860 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
32861 conftest
$ac_exeext conftest.
$ac_ext
32863 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
32864 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
32866 if test $ac_cv_func_shmat = no
; then
32867 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
32868 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
32869 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
32870 echo $ECHO_N "(cached) $ECHO_C" >&6
32872 ac_check_lib_save_LIBS
=$LIBS
32874 cat >conftest.
$ac_ext <<_ACEOF
32877 cat confdefs.h
>>conftest.
$ac_ext
32878 cat >>conftest.
$ac_ext <<_ACEOF
32879 /* end confdefs.h. */
32881 /* Override any GCC internal prototype to avoid an error.
32882 Use char because int might match the return type of a GCC
32883 builtin and then its argument prototype would still apply. */
32896 rm -f conftest.
$ac_objext conftest
$ac_exeext
32897 if { (ac_try
="$ac_link"
32898 case "(($ac_try" in
32899 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
32900 *) ac_try_echo=$ac_try;;
32902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32903 (eval "$ac_link") 2>conftest.er1
32905 grep -v '^ *+' conftest.er1 >conftest.err
32907 cat conftest.err >&5
32908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32909 (exit $ac_status); } && {
32910 test -z "$ac_c_werror_flag" ||
32911 test ! -s conftest.err
32912 } && test -s conftest$ac_exeext &&
32913 $as_test_x conftest$ac_exeext; then
32914 ac_cv_lib_ipc_shmat=yes
32916 echo "$as_me: failed program was:" >&5
32917 sed 's/^/| /' conftest.$ac_ext >&5
32919 ac_cv_lib_ipc_shmat=no
32922 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32923 conftest$ac_exeext conftest.$ac_ext
32924 LIBS=$ac_check_lib_save_LIBS
32926 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
32927 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
32928 if test $ac_cv_lib_ipc_shmat = yes; then
32929 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
32935 # Check for libraries that X11R6 Xt/Xaw programs need.
32936 ac_save_LDFLAGS=$LDFLAGS
32937 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
32938 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
32939 # check for ICE first), but we must link in the order -lSM -lICE or
32940 # we get undefined symbols. So assume we have SM if we have ICE.
32941 # These have to be linked with before -lX11, unlike the other
32942 # libraries we check for below, so use a different variable.
32943 # John Interrante, Karl Berry
32944 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
32945 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
32946 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
32947 echo $ECHO_N "(cached) $ECHO_C" >&6
32949 ac_check_lib_save_LIBS=$LIBS
32950 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
32951 cat >conftest.$ac_ext <<_ACEOF
32954 cat confdefs.h >>conftest.$ac_ext
32955 cat >>conftest.$ac_ext <<_ACEOF
32956 /* end confdefs.h. */
32958 /* Override any GCC internal prototype to avoid an error.
32959 Use char because int might match the return type of a GCC
32960 builtin and then its argument prototype would still apply. */
32964 char IceConnectionNumber ();
32968 return IceConnectionNumber ();
32973 rm -f conftest.$ac_objext conftest$ac_exeext
32974 if { (ac_try="$ac_link"
32975 case "(($ac_try" in
32976 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
32977 *) ac_try_echo
=$ac_try;;
32979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32980 (eval "$ac_link") 2>conftest.er1
32982 grep -v '^ *+' conftest.er1
>conftest.err
32984 cat conftest.err
>&5
32985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32986 (exit $ac_status); } && {
32987 test -z "$ac_c_werror_flag" ||
32988 test ! -s conftest.err
32989 } && test -s conftest
$ac_exeext &&
32990 $as_test_x conftest
$ac_exeext; then
32991 ac_cv_lib_ICE_IceConnectionNumber
=yes
32993 echo "$as_me: failed program was:" >&5
32994 sed 's/^/| /' conftest.
$ac_ext >&5
32996 ac_cv_lib_ICE_IceConnectionNumber
=no
32999 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
33000 conftest
$ac_exeext conftest.
$ac_ext
33001 LIBS
=$ac_check_lib_save_LIBS
33003 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
33004 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
33005 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
33006 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
33009 LDFLAGS
=$ac_save_LDFLAGS
33014 if test "$no_x" = "yes"; then
33015 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
33016 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
33017 { (exit 1); exit 1; }; }
33020 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
33021 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
33022 AFMINSTALL
=afminstall
33023 COMPILED_X_PROGRAM
=0
33027 if test "$wxUSE_X11" = 1; then
33028 if test "$wxUSE_NANOX" = "yes"; then
33029 { echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
33030 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6; }
33031 if test "x$MICROWIN" = x
; then
33032 { echo "$as_me:$LINENO: result: not found" >&5
33033 echo "${ECHO_T}not found" >&6; }
33034 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
33035 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
33036 { (exit 1); exit 1; }; }
33038 { echo "$as_me:$LINENO: result: $MICROWIN" >&5
33039 echo "${ECHO_T}$MICROWIN" >&6; }
33040 cat >>confdefs.h
<<\_ACEOF
33041 #define wxUSE_NANOX 1
33047 if test "$wxUSE_UNICODE" = "yes"; then
33050 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33051 if test -n "$ac_tool_prefix"; then
33052 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
33053 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
33054 { echo "$as_me:$LINENO: checking for $ac_word" >&5
33055 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33056 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
33057 echo $ECHO_N "(cached) $ECHO_C" >&6
33059 case $PKG_CONFIG in
33061 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
33064 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33065 for as_dir
in $PATH
33068 test -z "$as_dir" && as_dir
=.
33069 for ac_exec_ext
in '' $ac_executable_extensions; do
33070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33071 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
33072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33082 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
33083 if test -n "$PKG_CONFIG"; then
33084 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
33085 echo "${ECHO_T}$PKG_CONFIG" >&6; }
33087 { echo "$as_me:$LINENO: result: no" >&5
33088 echo "${ECHO_T}no" >&6; }
33093 if test -z "$ac_cv_path_PKG_CONFIG"; then
33094 ac_pt_PKG_CONFIG
=$PKG_CONFIG
33095 # Extract the first word of "pkg-config", so it can be a program name with args.
33096 set dummy pkg
-config; ac_word
=$2
33097 { echo "$as_me:$LINENO: checking for $ac_word" >&5
33098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33099 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
33100 echo $ECHO_N "(cached) $ECHO_C" >&6
33102 case $ac_pt_PKG_CONFIG in
33104 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
33107 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33108 for as_dir
in $PATH
33111 test -z "$as_dir" && as_dir
=.
33112 for ac_exec_ext
in '' $ac_executable_extensions; do
33113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33114 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
33115 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33125 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
33126 if test -n "$ac_pt_PKG_CONFIG"; then
33127 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
33128 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
33130 { echo "$as_me:$LINENO: result: no" >&5
33131 echo "${ECHO_T}no" >&6; }
33134 if test "x$ac_pt_PKG_CONFIG" = x
; then
33137 case $cross_compiling:$ac_tool_warned in
33139 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
33140 whose name does not start with the host triplet. If you think this
33141 configuration is useful to you, please write to autoconf@gnu.org." >&5
33142 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
33143 whose name does not start with the host triplet. If you think this
33144 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
33145 ac_tool_warned
=yes ;;
33147 PKG_CONFIG
=$ac_pt_PKG_CONFIG
33150 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
33154 if test -n "$PKG_CONFIG"; then
33155 _pkg_min_version
=0.9.0
33156 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
33157 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
33158 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
33159 { echo "$as_me:$LINENO: result: yes" >&5
33160 echo "${ECHO_T}yes" >&6; }
33162 { echo "$as_me:$LINENO: result: no" >&5
33163 echo "${ECHO_T}no" >&6; }
33171 { echo "$as_me:$LINENO: checking for PANGOX" >&5
33172 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6; }
33174 if test -n "$PKG_CONFIG"; then
33175 if test -n "$PANGOX_CFLAGS"; then
33176 pkg_cv_PANGOX_CFLAGS
="$PANGOX_CFLAGS"
33178 if test -n "$PKG_CONFIG" && \
33179 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
33180 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
33182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33183 (exit $ac_status); }; then
33184 pkg_cv_PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
33192 if test -n "$PKG_CONFIG"; then
33193 if test -n "$PANGOX_LIBS"; then
33194 pkg_cv_PANGOX_LIBS
="$PANGOX_LIBS"
33196 if test -n "$PKG_CONFIG" && \
33197 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
33198 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
33200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33201 (exit $ac_status); }; then
33202 pkg_cv_PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
33213 if test $pkg_failed = yes; then
33215 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33216 _pkg_short_errors_supported
=yes
33218 _pkg_short_errors_supported
=no
33220 if test $_pkg_short_errors_supported = yes; then
33221 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
33223 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
33225 # Put the nasty error message in config.log where it belongs
33226 echo "$PANGOX_PKG_ERRORS" >&5
33229 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
33230 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
33231 { (exit 1); exit 1; }; }
33234 elif test $pkg_failed = untried
; then
33236 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
33237 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
33238 { (exit 1); exit 1; }; }
33242 PANGOX_CFLAGS
=$pkg_cv_PANGOX_CFLAGS
33243 PANGOX_LIBS
=$pkg_cv_PANGOX_LIBS
33244 { echo "$as_me:$LINENO: result: yes" >&5
33245 echo "${ECHO_T}yes" >&6; }
33247 CFLAGS
="$PANGOX_CFLAGS $CFLAGS"
33248 CXXFLAGS
="$PANGOX_CFLAGS $CXXFLAGS"
33249 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
33254 { echo "$as_me:$LINENO: checking for PANGOFT2" >&5
33255 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6; }
33257 if test -n "$PKG_CONFIG"; then
33258 if test -n "$PANGOFT2_CFLAGS"; then
33259 pkg_cv_PANGOFT2_CFLAGS
="$PANGOFT2_CFLAGS"
33261 if test -n "$PKG_CONFIG" && \
33262 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
33263 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
33265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33266 (exit $ac_status); }; then
33267 pkg_cv_PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
33275 if test -n "$PKG_CONFIG"; then
33276 if test -n "$PANGOFT2_LIBS"; then
33277 pkg_cv_PANGOFT2_LIBS
="$PANGOFT2_LIBS"
33279 if test -n "$PKG_CONFIG" && \
33280 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
33281 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
33283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33284 (exit $ac_status); }; then
33285 pkg_cv_PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
33296 if test $pkg_failed = yes; then
33298 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33299 _pkg_short_errors_supported
=yes
33301 _pkg_short_errors_supported
=no
33303 if test $_pkg_short_errors_supported = yes; then
33304 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
33306 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
33308 # Put the nasty error message in config.log where it belongs
33309 echo "$PANGOFT2_PKG_ERRORS" >&5
33312 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
33313 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
33314 wxUSE_PRINTING_ARCHITECTURE
="no"
33317 elif test $pkg_failed = untried
; then
33319 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
33320 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
33321 wxUSE_PRINTING_ARCHITECTURE
="no"
33325 PANGOFT2_CFLAGS
=$pkg_cv_PANGOFT2_CFLAGS
33326 PANGOFT2_LIBS
=$pkg_cv_PANGOFT2_LIBS
33327 { echo "$as_me:$LINENO: result: yes" >&5
33328 echo "${ECHO_T}yes" >&6; }
33330 CFLAGS
="$PANGOFT2_CFLAGS $CFLAGS"
33331 CXXFLAGS
="$PANGOFT2_CFLAGS $CXXFLAGS"
33332 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
33337 { echo "$as_me:$LINENO: checking for PANGOXFT" >&5
33338 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6; }
33340 if test -n "$PKG_CONFIG"; then
33341 if test -n "$PANGOXFT_CFLAGS"; then
33342 pkg_cv_PANGOXFT_CFLAGS
="$PANGOXFT_CFLAGS"
33344 if test -n "$PKG_CONFIG" && \
33345 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
33346 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
33348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33349 (exit $ac_status); }; then
33350 pkg_cv_PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
33358 if test -n "$PKG_CONFIG"; then
33359 if test -n "$PANGOXFT_LIBS"; then
33360 pkg_cv_PANGOXFT_LIBS
="$PANGOXFT_LIBS"
33362 if test -n "$PKG_CONFIG" && \
33363 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
33364 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
33366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33367 (exit $ac_status); }; then
33368 pkg_cv_PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
33379 if test $pkg_failed = yes; then
33381 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33382 _pkg_short_errors_supported
=yes
33384 _pkg_short_errors_supported
=no
33386 if test $_pkg_short_errors_supported = yes; then
33387 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
33389 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
33391 # Put the nasty error message in config.log where it belongs
33392 echo "$PANGOXFT_PKG_ERRORS" >&5
33395 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
33396 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
33399 elif test $pkg_failed = untried
; then
33401 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
33402 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
33406 PANGOXFT_CFLAGS
=$pkg_cv_PANGOXFT_CFLAGS
33407 PANGOXFT_LIBS
=$pkg_cv_PANGOXFT_LIBS
33408 { echo "$as_me:$LINENO: result: yes" >&5
33409 echo "${ECHO_T}yes" >&6; }
33411 cat >>confdefs.h
<<\_ACEOF
33412 #define HAVE_PANGO_XFT 1
33415 CFLAGS
="$PANGOXFT_CFLAGS $CFLAGS"
33416 CXXFLAGS
="$PANGOXFT_CFLAGS $CXXFLAGS"
33417 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
33421 LIBS
="$LIBS $PANGOX_LIBS"
33423 for ac_func
in pango_font_family_is_monospace
33425 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33426 { echo "$as_me:$LINENO: checking for $ac_func" >&5
33427 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
33428 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
33429 echo $ECHO_N "(cached) $ECHO_C" >&6
33431 cat >conftest.
$ac_ext <<_ACEOF
33434 cat confdefs.h
>>conftest.
$ac_ext
33435 cat >>conftest.
$ac_ext <<_ACEOF
33436 /* end confdefs.h. */
33437 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33438 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33439 #define $ac_func innocuous_$ac_func
33441 /* System header to define __stub macros and hopefully few prototypes,
33442 which can conflict with char $ac_func (); below.
33443 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33444 <limits.h> exists even on freestanding compilers. */
33447 # include <limits.h>
33449 # include <assert.h>
33454 /* Override any GCC internal prototype to avoid an error.
33455 Use char because int might match the return type of a GCC
33456 builtin and then its argument prototype would still apply. */
33461 /* The GNU C library defines this for functions which it implements
33462 to always fail with ENOSYS. Some functions are actually named
33463 something starting with __ and the normal name is an alias. */
33464 #if defined __stub_$ac_func || defined __stub___$ac_func
33471 return $ac_func ();
33476 rm -f conftest.
$ac_objext conftest
$ac_exeext
33477 if { (ac_try
="$ac_link"
33478 case "(($ac_try" in
33479 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
33480 *) ac_try_echo=$ac_try;;
33482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33483 (eval "$ac_link") 2>conftest.er1
33485 grep -v '^ *+' conftest.er1 >conftest.err
33487 cat conftest.err >&5
33488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33489 (exit $ac_status); } && {
33490 test -z "$ac_c_werror_flag" ||
33491 test ! -s conftest.err
33492 } && test -s conftest$ac_exeext &&
33493 $as_test_x conftest$ac_exeext; then
33494 eval "$as_ac_var=yes"
33496 echo "$as_me: failed program was:" >&5
33497 sed 's/^/| /' conftest.$ac_ext >&5
33499 eval "$as_ac_var=no"
33502 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33503 conftest$ac_exeext conftest.$ac_ext
33505 ac_res=`eval echo '${'$as_ac_var'}'`
33506 { echo "$as_me:$LINENO: result: $ac_res" >&5
33507 echo "${ECHO_T}$ac_res" >&6; }
33508 if test `eval echo '${'$as_ac_var'}'` = yes; then
33509 cat >>confdefs.h <<_ACEOF
33510 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33519 wxUSE_UNIVERSAL="yes"
33521 if test "$wxUSE_NANOX" = "yes"; then
33522 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
33523 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"
33524 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
33526 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
33533 if test "$wxUSE_MOTIF" = 1; then
33534 { echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
33535 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6; }
33538 for ac_dir in $SEARCH_INCLUDE /usr/include
33540 if test -f "$ac_dir/Xm/Xm.h"; then
33541 ac_find_includes=$ac_dir
33546 if test "$ac_find_includes" != "" ; then
33547 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
33548 echo "${ECHO_T}found in $ac_find_includes" >&6; }
33550 if test "x$ac_find_includes" = "x/usr/include"; then
33551 ac_path_to_include=""
33553 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
33555 if test $result = 0; then
33556 ac_path_to_include=""
33558 ac_path_to_include=" -I$ac_find_includes"
33562 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
33564 save_CFLAGS=$CFLAGS
33565 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33567 cat >conftest.$ac_ext <<_ACEOF
33570 cat confdefs.h >>conftest.$ac_ext
33571 cat >>conftest.$ac_ext <<_ACEOF
33572 /* end confdefs.h. */
33581 version = xmUseVersion;
33587 rm -f conftest.$ac_objext
33588 if { (ac_try="$ac_compile"
33589 case "(($ac_try" in
33590 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
33591 *) ac_try_echo
=$ac_try;;
33593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33594 (eval "$ac_compile") 2>conftest.er1
33596 grep -v '^ *+' conftest.er1
>conftest.err
33598 cat conftest.err
>&5
33599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33600 (exit $ac_status); } && {
33601 test -z "$ac_c_werror_flag" ||
33602 test ! -s conftest.err
33603 } && test -s conftest.
$ac_objext; then
33605 { echo "$as_me:$LINENO: result: found in default search path" >&5
33606 echo "${ECHO_T}found in default search path" >&6; }
33607 COMPILED_X_PROGRAM
=1
33610 echo "$as_me: failed program was:" >&5
33611 sed 's/^/| /' conftest.
$ac_ext >&5
33614 { echo "$as_me:$LINENO: result: no" >&5
33615 echo "${ECHO_T}no" >&6; }
33616 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
33617 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
33618 { (exit 1); exit 1; }; }
33623 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
33625 CFLAGS
=$save_CFLAGS
33629 { echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
33630 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6; }
33633 for ac_dir
in $SEARCH_LIB
33635 for ac_extension
in a so sl dylib dll.a
; do
33636 if test -f "$ac_dir/libXm.$ac_extension"; then
33637 ac_find_libraries
=$ac_dir
33644 if test "x$ac_find_libraries" != "x" ; then
33645 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
33646 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
33649 if test "$ac_find_libraries" = "default location"; then
33652 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
33654 if test $result = 0; then
33657 ac_path_to_link
=" -L$ac_find_libraries"
33661 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
33663 save_CFLAGS
=$CFLAGS
33664 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
33666 LIBS
="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
33668 cat >conftest.
$ac_ext <<_ACEOF
33671 cat confdefs.h
>>conftest.
$ac_ext
33672 cat >>conftest.
$ac_ext <<_ACEOF
33673 /* end confdefs.h. */
33682 version = xmUseVersion;
33688 rm -f conftest.
$ac_objext conftest
$ac_exeext
33689 if { (ac_try
="$ac_link"
33690 case "(($ac_try" in
33691 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
33692 *) ac_try_echo=$ac_try;;
33694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33695 (eval "$ac_link") 2>conftest.er1
33697 grep -v '^ *+' conftest.er1 >conftest.err
33699 cat conftest.err >&5
33700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33701 (exit $ac_status); } && {
33702 test -z "$ac_c_werror_flag" ||
33703 test ! -s conftest.err
33704 } && test -s conftest$ac_exeext &&
33705 $as_test_x conftest$ac_exeext; then
33707 { echo "$as_me:$LINENO: result: found in default search path" >&5
33708 echo "${ECHO_T}found in default search path" >&6; }
33709 COMPILED_X_PROGRAM=1
33712 echo "$as_me: failed program was:" >&5
33713 sed 's/^/| /' conftest.$ac_ext >&5
33716 { echo "$as_me:$LINENO: result: no" >&5
33717 echo "${ECHO_T}no" >&6; }
33718 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
33719 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
33720 { (exit 1); exit 1; }; }
33725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33726 conftest$ac_exeext conftest.$ac_ext
33728 CFLAGS=$save_CFLAGS
33732 { echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
33733 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6; }
33737 for libp in "" " -lXp"; do
33738 if test "$libs_found" = 0; then
33739 for libsm_ice in "" " -lSM -lICE"; do
33740 if test "$libs_found" = 0; then
33742 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
33743 save_CFLAGS=$CFLAGS
33744 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33746 cat >conftest.$ac_ext <<_ACEOF
33749 cat confdefs.h >>conftest.$ac_ext
33750 cat >>conftest.$ac_ext <<_ACEOF
33751 /* end confdefs.h. */
33754 #include <Xm/List.h>
33760 XmString string = NULL;
33763 XmListAddItem(w, string, position);
33769 rm -f conftest.$ac_objext conftest$ac_exeext
33770 if { (ac_try="$ac_link"
33771 case "(($ac_try" in
33772 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
33773 *) ac_try_echo
=$ac_try;;
33775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33776 (eval "$ac_link") 2>conftest.er1
33778 grep -v '^ *+' conftest.er1
>conftest.err
33780 cat conftest.err
>&5
33781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33782 (exit $ac_status); } && {
33783 test -z "$ac_c_werror_flag" ||
33784 test ! -s conftest.err
33785 } && test -s conftest
$ac_exeext &&
33786 $as_test_x conftest
$ac_exeext; then
33789 libsm_ice_link
="$libsm_ice"
33790 { echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
33791 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6; }
33795 echo "$as_me: failed program was:" >&5
33796 sed 's/^/| /' conftest.
$ac_ext >&5
33802 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
33803 conftest
$ac_exeext conftest.
$ac_ext
33806 CFLAGS
=$save_CFLAGS
33812 if test "$libs_found" = 0; then
33813 { echo "$as_me:$LINENO: result: can't find the right libraries" >&5
33814 echo "${ECHO_T}can't find the right libraries" >&6; }
33815 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
33816 echo "$as_me: error: can't link a simple motif program" >&2;}
33817 { (exit 1); exit 1; }; }
33820 { echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
33821 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6; }
33822 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
33823 echo $ECHO_N "(cached) $ECHO_C" >&6
33825 ac_check_lib_save_LIBS
=$LIBS
33827 cat >conftest.
$ac_ext <<_ACEOF
33830 cat confdefs.h
>>conftest.
$ac_ext
33831 cat >>conftest.
$ac_ext <<_ACEOF
33832 /* end confdefs.h. */
33834 /* Override any GCC internal prototype to avoid an error.
33835 Use char because int might match the return type of a GCC
33836 builtin and then its argument prototype would still apply. */
33840 char SgCreateList ();
33844 return SgCreateList ();
33849 rm -f conftest.
$ac_objext conftest
$ac_exeext
33850 if { (ac_try
="$ac_link"
33851 case "(($ac_try" in
33852 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
33853 *) ac_try_echo=$ac_try;;
33855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33856 (eval "$ac_link") 2>conftest.er1
33858 grep -v '^ *+' conftest.er1 >conftest.err
33860 cat conftest.err >&5
33861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33862 (exit $ac_status); } && {
33863 test -z "$ac_c_werror_flag" ||
33864 test ! -s conftest.err
33865 } && test -s conftest$ac_exeext &&
33866 $as_test_x conftest$ac_exeext; then
33867 ac_cv_lib_Sgm_SgCreateList=yes
33869 echo "$as_me: failed program was:" >&5
33870 sed 's/^/| /' conftest.$ac_ext >&5
33872 ac_cv_lib_Sgm_SgCreateList=no
33875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33876 conftest$ac_exeext conftest.$ac_ext
33877 LIBS=$ac_check_lib_save_LIBS
33879 { echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
33880 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6; }
33881 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
33882 libsgm_link=" -lSgm"
33886 save_CFLAGS=$CFLAGS
33887 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33889 { echo "$as_me:$LINENO: checking for Motif 2" >&5
33890 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6; }
33891 if test "${wx_cv_lib_motif2+set}" = set; then
33892 echo $ECHO_N "(cached) $ECHO_C" >&6
33894 cat >conftest.$ac_ext <<_ACEOF
33897 cat confdefs.h >>conftest.$ac_ext
33898 cat >>conftest.$ac_ext <<_ACEOF
33899 /* end confdefs.h. */
33907 #if XmVersion < 2000
33915 rm -f conftest.$ac_objext
33916 if { (ac_try="$ac_compile"
33917 case "(($ac_try" in
33918 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
33919 *) ac_try_echo
=$ac_try;;
33921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33922 (eval "$ac_compile") 2>conftest.er1
33924 grep -v '^ *+' conftest.er1
>conftest.err
33926 cat conftest.err
>&5
33927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33928 (exit $ac_status); } && {
33929 test -z "$ac_c_werror_flag" ||
33930 test ! -s conftest.err
33931 } && test -s conftest.
$ac_objext; then
33932 wx_cv_lib_motif2
="yes"
33934 echo "$as_me: failed program was:" >&5
33935 sed 's/^/| /' conftest.
$ac_ext >&5
33937 wx_cv_lib_motif2
="no"
33940 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
33942 { echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
33943 echo "${ECHO_T}$wx_cv_lib_motif2" >&6; }
33944 if test "$wx_cv_lib_motif2" = "yes"; then
33945 cat >>confdefs.h
<<\_ACEOF
33946 #define __WXMOTIF20__ 1
33950 cat >>confdefs.h
<<\_ACEOF
33951 #define __WXMOTIF20__ 0
33956 { echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
33957 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6; }
33958 if test "${wx_cv_lib_lesstif+set}" = set; then
33959 echo $ECHO_N "(cached) $ECHO_C" >&6
33961 cat >conftest.
$ac_ext <<_ACEOF
33964 cat confdefs.h
>>conftest.
$ac_ext
33965 cat >>conftest.
$ac_ext <<_ACEOF
33966 /* end confdefs.h. */
33974 #if !defined(LesstifVersion) || LesstifVersion <= 0
33982 rm -f conftest.
$ac_objext
33983 if { (ac_try
="$ac_compile"
33984 case "(($ac_try" in
33985 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
33986 *) ac_try_echo=$ac_try;;
33988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33989 (eval "$ac_compile") 2>conftest.er1
33991 grep -v '^ *+' conftest.er1 >conftest.err
33993 cat conftest.err >&5
33994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33995 (exit $ac_status); } && {
33996 test -z "$ac_c_werror_flag" ||
33997 test ! -s conftest.err
33998 } && test -s conftest.$ac_objext; then
33999 wx_cv_lib_lesstif="yes"
34001 echo "$as_me: failed program was:" >&5
34002 sed 's/^/| /' conftest.$ac_ext >&5
34004 wx_cv_lib_lesstif="no"
34007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34010 { echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
34011 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6; }
34012 if test "$wx_cv_lib_lesstif" = "yes"; then
34013 cat >>confdefs.h <<\_ACEOF
34014 #define __WXLESSTIF__ 1
34018 cat >>confdefs.h <<\_ACEOF
34019 #define __WXLESSTIF__ 0
34024 CFLAGS=$save_CFLAGS
34026 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
34031 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
34032 if test "$wxUSE_LIBXPM" = "sys"; then
34033 { echo "$as_me:$LINENO: checking for Xpm library" >&5
34034 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6; }
34037 for ac_dir in $SEARCH_LIB
34039 for ac_extension in a so sl dylib dll.a; do
34040 if test -f "$ac_dir/libXpm.$ac_extension"; then
34041 ac_find_libraries=$ac_dir
34047 if test "$ac_find_libraries" != "" ; then
34049 if test "$ac_find_libraries" = "default location"; then
34052 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
34054 if test $result = 0; then
34057 ac_path_to_link=" -L$ac_find_libraries"
34061 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
34062 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
34063 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
34065 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
34066 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
34067 if test "${wx_cv_x11_xpm_h+set}" = set; then
34068 echo $ECHO_N "(cached) $ECHO_C" >&6
34071 save_CFLAGS=$CFLAGS
34072 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34074 cat >conftest.$ac_ext <<_ACEOF
34077 cat confdefs.h >>conftest.$ac_ext
34078 cat >>conftest.$ac_ext <<_ACEOF
34079 /* end confdefs.h. */
34081 #include <X11/xpm.h>
34088 version = XpmLibraryVersion();
34094 rm -f conftest.$ac_objext
34095 if { (ac_try="$ac_compile"
34096 case "(($ac_try" in
34097 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
34098 *) ac_try_echo
=$ac_try;;
34100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34101 (eval "$ac_compile") 2>conftest.er1
34103 grep -v '^ *+' conftest.er1
>conftest.err
34105 cat conftest.err
>&5
34106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34107 (exit $ac_status); } && {
34108 test -z "$ac_c_werror_flag" ||
34109 test ! -s conftest.err
34110 } && test -s conftest.
$ac_objext; then
34111 wx_cv_x11_xpm_h
=yes
34113 echo "$as_me: failed program was:" >&5
34114 sed 's/^/| /' conftest.
$ac_ext >&5
34120 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
34122 CFLAGS
=$save_CFLAGS
34126 { echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
34127 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6; }
34129 if test $wx_cv_x11_xpm_h = "yes"; then
34130 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
34131 cat >>confdefs.h
<<\_ACEOF
34132 #define wxHAVE_LIB_XPM 1
34136 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
34137 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
34143 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
34144 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
34145 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
34146 echo $ECHO_N "(cached) $ECHO_C" >&6
34148 ac_check_lib_save_LIBS
=$LIBS
34149 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
34150 cat >conftest.
$ac_ext <<_ACEOF
34153 cat confdefs.h
>>conftest.
$ac_ext
34154 cat >>conftest.
$ac_ext <<_ACEOF
34155 /* end confdefs.h. */
34157 /* Override any GCC internal prototype to avoid an error.
34158 Use char because int might match the return type of a GCC
34159 builtin and then its argument prototype would still apply. */
34163 char XShapeQueryExtension ();
34167 return XShapeQueryExtension ();
34172 rm -f conftest.
$ac_objext conftest
$ac_exeext
34173 if { (ac_try
="$ac_link"
34174 case "(($ac_try" in
34175 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
34176 *) ac_try_echo=$ac_try;;
34178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34179 (eval "$ac_link") 2>conftest.er1
34181 grep -v '^ *+' conftest.er1 >conftest.err
34183 cat conftest.err >&5
34184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34185 (exit $ac_status); } && {
34186 test -z "$ac_c_werror_flag" ||
34187 test ! -s conftest.err
34188 } && test -s conftest$ac_exeext &&
34189 $as_test_x conftest$ac_exeext; then
34190 ac_cv_lib_Xext_XShapeQueryExtension=yes
34192 echo "$as_me: failed program was:" >&5
34193 sed 's/^/| /' conftest.$ac_ext >&5
34195 ac_cv_lib_Xext_XShapeQueryExtension=no
34198 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34199 conftest$ac_exeext conftest.$ac_ext
34200 LIBS=$ac_check_lib_save_LIBS
34202 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
34203 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
34204 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
34206 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
34212 if test "$wxHAVE_XEXT_LIB" = 1; then
34213 save_CFLAGS="$CFLAGS"
34214 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34216 { echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
34217 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6; }
34218 cat >conftest.$ac_ext <<_ACEOF
34221 cat confdefs.h >>conftest.$ac_ext
34222 cat >>conftest.$ac_ext <<_ACEOF
34223 /* end confdefs.h. */
34225 #include <X11/Xlib.h>
34226 #include <X11/extensions/shape.h>
34232 int dummy1, dummy2;
34233 XShapeQueryExtension((Display*)NULL,
34234 (int*)NULL, (int*)NULL);
34240 rm -f conftest.$ac_objext
34241 if { (ac_try="$ac_compile"
34242 case "(($ac_try" in
34243 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
34244 *) ac_try_echo
=$ac_try;;
34246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34247 (eval "$ac_compile") 2>conftest.er1
34249 grep -v '^ *+' conftest.er1
>conftest.err
34251 cat conftest.err
>&5
34252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34253 (exit $ac_status); } && {
34254 test -z "$ac_c_werror_flag" ||
34255 test ! -s conftest.err
34256 } && test -s conftest.
$ac_objext; then
34258 cat >>confdefs.h
<<\_ACEOF
34259 #define HAVE_XSHAPE 1
34262 { echo "$as_me:$LINENO: result: found" >&5
34263 echo "${ECHO_T}found" >&6; }
34266 echo "$as_me: failed program was:" >&5
34267 sed 's/^/| /' conftest.
$ac_ext >&5
34270 { echo "$as_me:$LINENO: result: not found" >&5
34271 echo "${ECHO_T}not found" >&6; }
34275 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
34276 CFLAGS
="$save_CFLAGS"
34281 if test "$wxUSE_OSX_CARBON" = 1; then
34282 { echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
34283 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6; }
34284 if test "$GCC" = yes; then
34285 { echo "$as_me:$LINENO: result: gcc" >&5
34286 echo "${ECHO_T}gcc" >&6; }
34287 CPPFLAGS_PASCAL
="-fpascal-strings"
34288 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
34289 { echo "$as_me:$LINENO: result: xlc" >&5
34290 echo "${ECHO_T}xlc" >&6; }
34291 CPPFLAGS_PASCAL
="-qmacpstr"
34293 { echo "$as_me:$LINENO: result: none" >&5
34294 echo "${ECHO_T}none" >&6; }
34297 if test "x$wxUSE_UNIX" = "xyes"; then
34298 CPPFLAGS
="$CPPFLAGS_PASCAL -I/Developer/Headers/FlatCarbon $CPPFLAGS"
34300 CPPFLAGS
="$CPPFLAGS_PASCAL -DTARGET_CARBON $CPPFLAGS"
34304 GUIDIST
=OSX_CARBON_DIST
34305 WXBASEPORT
="_carbon"
34307 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
34310 if test "$wxUSE_OSX_COCOA" = 1; then
34312 GUIDIST
=OSX_COCOA_DIST
34314 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
34317 if test "$wxUSE_OSX_IPHONE" = 1; then
34321 if test "$wxUSE_OLD_COCOA" = 1; then
34326 if test "$wxUSE_PM" = 1; then
34329 { echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
34330 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6; }
34331 if test "${wx_cv_spbcdata+set}" = set; then
34332 echo $ECHO_N "(cached) $ECHO_C" >&6
34335 cat >conftest.
$ac_ext <<_ACEOF
34338 cat confdefs.h
>>conftest.
$ac_ext
34339 cat >>conftest.
$ac_ext <<_ACEOF
34340 /* end confdefs.h. */
34355 rm -f conftest.
$ac_objext
34356 if { (ac_try
="$ac_compile"
34357 case "(($ac_try" in
34358 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
34359 *) ac_try_echo=$ac_try;;
34361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34362 (eval "$ac_compile") 2>conftest.er1
34364 grep -v '^ *+' conftest.er1 >conftest.err
34366 cat conftest.err >&5
34367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34368 (exit $ac_status); } && {
34369 test -z "$ac_c_werror_flag" ||
34370 test ! -s conftest.err
34371 } && test -s conftest.$ac_objext; then
34374 echo "$as_me: failed program was:" >&5
34375 sed 's/^/| /' conftest.$ac_ext >&5
34381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34385 { echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
34386 echo "${ECHO_T}$wx_cv_spbcdata" >&6; }
34388 if test $wx_cv_spbcdata = "yes"; then
34389 cat >>confdefs.h <<\_ACEOF
34390 #define HAVE_SPBCDATA 1
34396 if test "$TOOLKIT" = "PM" ; then
34399 TOOLKIT_DIR=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
34402 if test "$wxUSE_UNIVERSAL" = "yes"; then
34403 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
34407 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
34408 DISTDIR="wx\$(TOOLKIT)"
34414 if test "$USE_WIN32" = 1 ; then
34418 GUIDIST="BASE_DIST"
34424 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
34425 if test "$USE_UNIX" = 1 -a "$wxUSE_DARWIN" != 1 ; then
34426 wxUSE_UNICODE_UTF8=yes
34427 elif test "$USE_OS2" = 1 ; then
34428 wxUSE_UNICODE_UTF8=yes
34430 wxUSE_UNICODE_UTF8=no
34435 if test "$wxUSE_GUI" = "yes"; then
34436 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
34438 for ac_header in X11/Xlib.h
34440 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34441 { echo "$as_me:$LINENO: checking for $ac_header" >&5
34442 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
34443 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
34444 echo $ECHO_N "(cached) $ECHO_C" >&6
34446 cat >conftest.$ac_ext <<_ACEOF
34449 cat confdefs.h >>conftest.$ac_ext
34450 cat >>conftest.$ac_ext <<_ACEOF
34451 /* end confdefs.h. */
34454 #include <$ac_header>
34456 rm -f conftest.$ac_objext
34457 if { (ac_try="$ac_compile"
34458 case "(($ac_try" in
34459 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
34460 *) ac_try_echo
=$ac_try;;
34462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34463 (eval "$ac_compile") 2>conftest.er1
34465 grep -v '^ *+' conftest.er1
>conftest.err
34467 cat conftest.err
>&5
34468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34469 (exit $ac_status); } && {
34470 test -z "$ac_c_werror_flag" ||
34471 test ! -s conftest.err
34472 } && test -s conftest.
$ac_objext; then
34473 eval "$as_ac_Header=yes"
34475 echo "$as_me: failed program was:" >&5
34476 sed 's/^/| /' conftest.
$ac_ext >&5
34478 eval "$as_ac_Header=no"
34481 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
34483 ac_res
=`eval echo '${'$as_ac_Header'}'`
34484 { echo "$as_me:$LINENO: result: $ac_res" >&5
34485 echo "${ECHO_T}$ac_res" >&6; }
34486 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34487 cat >>confdefs.h
<<_ACEOF
34488 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34496 for ac_header
in X
11/XKBlib.h
34498 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34499 { echo "$as_me:$LINENO: checking for $ac_header" >&5
34500 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
34501 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
34502 echo $ECHO_N "(cached) $ECHO_C" >&6
34504 cat >conftest.
$ac_ext <<_ACEOF
34507 cat confdefs.h
>>conftest.
$ac_ext
34508 cat >>conftest.
$ac_ext <<_ACEOF
34509 /* end confdefs.h. */
34511 #if HAVE_X11_XLIB_H
34512 #include <X11/Xlib.h>
34516 #include <$ac_header>
34518 rm -f conftest.
$ac_objext
34519 if { (ac_try
="$ac_compile"
34520 case "(($ac_try" in
34521 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
34522 *) ac_try_echo=$ac_try;;
34524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34525 (eval "$ac_compile") 2>conftest.er1
34527 grep -v '^ *+' conftest.er1 >conftest.err
34529 cat conftest.err >&5
34530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34531 (exit $ac_status); } && {
34532 test -z "$ac_c_werror_flag" ||
34533 test ! -s conftest.err
34534 } && test -s conftest.$ac_objext; then
34535 eval "$as_ac_Header=yes"
34537 echo "$as_me: failed program was:" >&5
34538 sed 's/^/| /' conftest.$ac_ext >&5
34540 eval "$as_ac_Header=no"
34543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34545 ac_res=`eval echo '${'$as_ac_Header'}'`
34546 { echo "$as_me:$LINENO: result: $ac_res" >&5
34547 echo "${ECHO_T}$ac_res" >&6; }
34548 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34549 cat >>confdefs.h <<_ACEOF
34550 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34563 if test "$wxUSE_DISPLAY" = "yes"; then
34564 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK1" = 1; then
34565 { echo "$as_me:$LINENO: checking for Xinerama" >&5
34566 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6; }
34569 for ac_dir in $SEARCH_LIB
34571 for ac_extension in a so sl dylib dll.a; do
34572 if test -f "$ac_dir/libXinerama.$ac_extension"; then
34573 ac_find_libraries=$ac_dir
34579 if test "$ac_find_libraries" != "" ; then
34581 if test "$ac_find_libraries" = "default location"; then
34584 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34586 if test $result = 0; then
34589 ac_path_to_link=" -L$ac_find_libraries"
34593 if test "$ac_path_to_link" != " -L/usr/lib" ; then
34594 LDFLAGS="$LDFLAGS $ac_path_to_link"
34597 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
34598 { echo "$as_me:$LINENO: result: yes" >&5
34599 echo "${ECHO_T}yes" >&6; }
34601 { echo "$as_me:$LINENO: result: no" >&5
34602 echo "${ECHO_T}no" >&6; }
34603 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
34604 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
34607 elif test "$wxUSE_MSW" = 1; then
34608 { echo "$as_me:$LINENO: checking for ddraw.h" >&5
34609 echo $ECHO_N "checking for ddraw.h... $ECHO_C" >&6; }
34610 if test "${ac_cv_header_ddraw_h+set}" = set; then
34611 echo $ECHO_N "(cached) $ECHO_C" >&6
34613 cat >conftest.$ac_ext <<_ACEOF
34616 cat confdefs.h >>conftest.$ac_ext
34617 cat >>conftest.$ac_ext <<_ACEOF
34618 /* end confdefs.h. */
34619 #include <windows.h>
34623 rm -f conftest.$ac_objext
34624 if { (ac_try="$ac_compile"
34625 case "(($ac_try" in
34626 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
34627 *) ac_try_echo
=$ac_try;;
34629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34630 (eval "$ac_compile") 2>conftest.er1
34632 grep -v '^ *+' conftest.er1
>conftest.err
34634 cat conftest.err
>&5
34635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34636 (exit $ac_status); } && {
34637 test -z "$ac_c_werror_flag" ||
34638 test ! -s conftest.err
34639 } && test -s conftest.
$ac_objext; then
34640 ac_cv_header_ddraw_h
=yes
34642 echo "$as_me: failed program was:" >&5
34643 sed 's/^/| /' conftest.
$ac_ext >&5
34645 ac_cv_header_ddraw_h
=no
34648 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
34650 { echo "$as_me:$LINENO: result: $ac_cv_header_ddraw_h" >&5
34651 echo "${ECHO_T}$ac_cv_header_ddraw_h" >&6; }
34657 if test "$wxUSE_DISPLAY" = "yes"; then
34658 if test "$USE_XINERAMA" = 1 -o "$wxUSE_GTK" = 1; then
34659 { echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
34660 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6; }
34663 for ac_dir
in $SEARCH_LIB
34665 for ac_extension
in a so sl dylib dll.a
; do
34666 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
34667 ac_find_libraries
=$ac_dir
34673 if test "$ac_find_libraries" != "" ; then
34674 { echo "$as_me:$LINENO: result: yes" >&5
34675 echo "${ECHO_T}yes" >&6; }
34677 for ac_header
in X
11/extensions
/xf86vmode.h
34679 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34680 { echo "$as_me:$LINENO: checking for $ac_header" >&5
34681 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
34682 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
34683 echo $ECHO_N "(cached) $ECHO_C" >&6
34685 cat >conftest.
$ac_ext <<_ACEOF
34688 cat confdefs.h
>>conftest.
$ac_ext
34689 cat >>conftest.
$ac_ext <<_ACEOF
34690 /* end confdefs.h. */
34692 #if HAVE_X11_XLIB_H
34693 #include <X11/Xlib.h>
34697 #include <$ac_header>
34699 rm -f conftest.
$ac_objext
34700 if { (ac_try
="$ac_compile"
34701 case "(($ac_try" in
34702 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
34703 *) ac_try_echo=$ac_try;;
34705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34706 (eval "$ac_compile") 2>conftest.er1
34708 grep -v '^ *+' conftest.er1 >conftest.err
34710 cat conftest.err >&5
34711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34712 (exit $ac_status); } && {
34713 test -z "$ac_c_werror_flag" ||
34714 test ! -s conftest.err
34715 } && test -s conftest.$ac_objext; then
34716 eval "$as_ac_Header=yes"
34718 echo "$as_me: failed program was:" >&5
34719 sed 's/^/| /' conftest.$ac_ext >&5
34721 eval "$as_ac_Header=no"
34724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34726 ac_res=`eval echo '${'$as_ac_Header'}'`
34727 { echo "$as_me:$LINENO: result: $ac_res" >&5
34728 echo "${ECHO_T}$ac_res" >&6; }
34729 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34730 cat >>confdefs.h <<_ACEOF
34731 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34734 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
34741 { echo "$as_me:$LINENO: result: no" >&5
34742 echo "${ECHO_T}no" >&6; }
34747 if test "$wxUSE_DETECT_SM" = "yes"; then
34748 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1; then
34749 { echo "$as_me:$LINENO: checking for -lSM - X11 session management" >&5
34750 echo $ECHO_N "checking for -lSM - X11 session management... $ECHO_C" >&6; }
34753 for ac_dir in $SEARCH_LIB
34755 for ac_extension in a so sl dylib dll.a; do
34756 if test -f "$ac_dir/libSM.$ac_extension"; then
34757 ac_find_libraries=$ac_dir
34763 if test "$ac_find_libraries" != "" ; then
34765 if test "$ac_find_libraries" = "default location"; then
34768 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34770 if test $result = 0; then
34773 ac_path_to_link=" -L$ac_find_libraries"
34777 if test "$ac_path_to_link" != " -L/usr/lib" ; then
34778 LDFLAGS="$LDFLAGS $ac_path_to_link"
34780 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
34781 { echo "$as_me:$LINENO: result: yes" >&5
34782 echo "${ECHO_T}yes" >&6; }
34784 { echo "$as_me:$LINENO: result: no" >&5
34785 echo "${ECHO_T}no" >&6; }
34786 { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
34787 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
34788 wxUSE_DETECT_SM="no"
34791 wxUSE_DETECT_SM="no"
34798 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
34801 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
34802 OPENGL_LIBS="-framework OpenGL -framework AGL"
34803 elif test "$wxUSE_MSW" = 1; then
34804 OPENGL_LIBS="-lopengl32 -lglu32"
34805 elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK2" = 1 -o "$wxUSE_GTK" = 1; then
34807 { echo "$as_me:$LINENO: checking for OpenGL headers" >&5
34808 echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6; }
34811 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include
34813 if test -f "$ac_dir/GL/gl.h"; then
34814 ac_find_includes=$ac_dir
34819 if test "$ac_find_includes" != "" ; then
34820 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
34821 echo "${ECHO_T}found in $ac_find_includes" >&6; }
34823 if test "x$ac_find_includes" = "x/usr/include"; then
34824 ac_path_to_include=""
34826 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
34828 if test $result = 0; then
34829 ac_path_to_include=""
34831 ac_path_to_include=" -I$ac_find_includes"
34835 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
34837 { echo "$as_me:$LINENO: result: not found" >&5
34838 echo "${ECHO_T}not found" >&6; }
34841 { echo "$as_me:$LINENO: checking for GL/gl.h" >&5
34842 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
34843 if test "${ac_cv_header_GL_gl_h+set}" = set; then
34844 echo $ECHO_N "(cached) $ECHO_C" >&6
34846 cat >conftest.$ac_ext <<_ACEOF
34849 cat confdefs.h >>conftest.$ac_ext
34850 cat >>conftest.$ac_ext <<_ACEOF
34851 /* end confdefs.h. */
34856 rm -f conftest.$ac_objext
34857 if { (ac_try="$ac_compile"
34858 case "(($ac_try" in
34859 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
34860 *) ac_try_echo
=$ac_try;;
34862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34863 (eval "$ac_compile") 2>conftest.er1
34865 grep -v '^ *+' conftest.er1
>conftest.err
34867 cat conftest.err
>&5
34868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34869 (exit $ac_status); } && {
34870 test -z "$ac_c_werror_flag" ||
34871 test ! -s conftest.err
34872 } && test -s conftest.
$ac_objext; then
34873 ac_cv_header_GL_gl_h
=yes
34875 echo "$as_me: failed program was:" >&5
34876 sed 's/^/| /' conftest.
$ac_ext >&5
34878 ac_cv_header_GL_gl_h
=no
34881 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
34883 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
34884 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
34885 if test $ac_cv_header_GL_gl_h = yes; then
34887 { echo "$as_me:$LINENO: checking for GL/glu.h" >&5
34888 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6; }
34889 if test "${ac_cv_header_GL_glu_h+set}" = set; then
34890 echo $ECHO_N "(cached) $ECHO_C" >&6
34892 cat >conftest.
$ac_ext <<_ACEOF
34895 cat confdefs.h
>>conftest.
$ac_ext
34896 cat >>conftest.
$ac_ext <<_ACEOF
34897 /* end confdefs.h. */
34900 #include <GL/glu.h>
34902 rm -f conftest.
$ac_objext
34903 if { (ac_try
="$ac_compile"
34904 case "(($ac_try" in
34905 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
34906 *) ac_try_echo=$ac_try;;
34908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34909 (eval "$ac_compile") 2>conftest.er1
34911 grep -v '^ *+' conftest.er1 >conftest.err
34913 cat conftest.err >&5
34914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34915 (exit $ac_status); } && {
34916 test -z "$ac_c_werror_flag" ||
34917 test ! -s conftest.err
34918 } && test -s conftest.$ac_objext; then
34919 ac_cv_header_GL_glu_h=yes
34921 echo "$as_me: failed program was:" >&5
34922 sed 's/^/| /' conftest.$ac_ext >&5
34924 ac_cv_header_GL_glu_h=no
34927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34929 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
34930 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6; }
34931 if test $ac_cv_header_GL_glu_h = yes; then
34935 { echo "$as_me:$LINENO: checking for -lGL" >&5
34936 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
34939 for ac_dir in $SEARCH_LIB /opt/graphics/OpenGL/lib
34941 for ac_extension in a so sl dylib dll.a; do
34942 if test -f "$ac_dir/libGL.$ac_extension"; then
34943 ac_find_libraries=$ac_dir
34949 if test "$ac_find_libraries" != "" ; then
34950 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
34951 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
34954 if test "$ac_find_libraries" = "default location"; then
34957 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34959 if test $result = 0; then
34962 ac_path_to_link=" -L$ac_find_libraries"
34966 if test "$ac_path_to_link" != " -L/usr/lib" ; then
34967 LDFLAGS_GL="$ac_path_to_link"
34970 { echo "$as_me:$LINENO: checking for -lGLU" >&5
34971 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
34974 for ac_dir in $SEARCH_LIB
34976 for ac_extension in a so sl dylib dll.a; do
34977 if test -f "$ac_dir/libGLU.$ac_extension"; then
34978 ac_find_libraries=$ac_dir
34984 if test "$ac_find_libraries" != "" ; then
34986 if test "$ac_find_libraries" = "default location"; then
34989 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34991 if test $result = 0; then
34994 ac_path_to_link=" -L$ac_find_libraries"
34998 if test "$ac_path_to_link" != " -L/usr/lib" -a \
34999 "$ac_path_to_link" != "$LDFLAGS_GL"; then
35000 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
35004 OPENGL_LIBS="-lGL -lGLU"
35005 { echo "$as_me:$LINENO: result: yes" >&5
35006 echo "${ECHO_T}yes" >&6; }
35008 { echo "$as_me:$LINENO: result: no" >&5
35009 echo "${ECHO_T}no" >&6; }
35012 { echo "$as_me:$LINENO: result: no" >&5
35013 echo "${ECHO_T}no" >&6; }
35016 if test "$found_gl" != 1; then
35017 { echo "$as_me:$LINENO: checking for -lMesaGL" >&5
35018 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6; }
35021 for ac_dir in $SEARCH_LIB
35023 for ac_extension in a so sl dylib dll.a; do
35024 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
35025 ac_find_libraries=$ac_dir
35031 if test "$ac_find_libraries" != "" ; then
35033 if test "$ac_find_libraries" = "default location"; then
35036 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
35038 if test $result = 0; then
35041 ac_path_to_link=" -L$ac_find_libraries"
35045 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
35046 OPENGL_LIBS="-lMesaGL -lMesaGLU"
35047 { echo "$as_me:$LINENO: result: yes" >&5
35048 echo "${ECHO_T}yes" >&6; }
35050 { echo "$as_me:$LINENO: result: no" >&5
35051 echo "${ECHO_T}no" >&6; }
35063 if test "x$OPENGL_LIBS" = "x"; then
35064 if test "$wxUSE_OPENGL" = "yes"; then
35065 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
35066 echo "$as_me: error: OpenGL libraries not available" >&2;}
35067 { (exit 1); exit 1; }; }
35069 { echo "$as_me:$LINENO: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
35070 echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
35076 { echo "$as_me:$LINENO: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
35077 echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
35081 if test "$wxUSE_OPENGL" = "auto"; then
35085 if test "$wxUSE_OPENGL" = "yes"; then
35087 cat >>confdefs.h <<\_ACEOF
35088 #define wxUSE_OPENGL 1
35091 cat >>confdefs.h <<\_ACEOF
35092 #define wxUSE_GLCANVAS 1
35095 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
35100 if test -n "$TOOLKIT" ; then
35101 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
35106 if test "$wxUSE_SHARED" = "yes"; then
35110 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
35111 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
35116 if test "$wxUSE_SHARED" = "yes"; then
35120 *-*-cygwin* | *-*-mingw* )
35121 wx_cv_version_script=no
35125 { echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
35126 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6; }
35127 if test "${wx_cv_version_script+set}" = set; then
35128 echo $ECHO_N "(cached) $ECHO_C" >&6
35131 echo "VER_1 { *; };" >conftest.sym
35132 echo "int main() { return 0; }" >conftest.cpp
35135 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
35136 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
35137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35138 (eval $ac_try) 2>&5
35140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35141 (exit $ac_status); }; } ; then
35142 if test -s conftest.stderr ; then
35143 wx_cv_version_script=no
35145 wx_cv_version_script=yes
35148 wx_cv_version_script=no
35151 if test $wx_cv_version_script = yes
35153 echo "struct B { virtual ~B() { } }; \
35154 struct D : public B { }; \
35155 void F() { D d; }" > conftest.cpp
35158 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
35159 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
35160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35161 (eval $ac_try) 2>&5
35163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35164 (exit $ac_status); }; } &&
35166 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
35167 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
35168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35169 (eval $ac_try) 2>&5
35171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35172 (exit $ac_status); }; }
35175 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
35176 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
35177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35178 (eval $ac_try) 2>&5
35180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35181 (exit $ac_status); }; }
35183 wx_cv_version_script=yes
35185 wx_cv_version_script=no
35190 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
35191 rm -f conftest1.output conftest2.output conftest3.output
35194 { echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
35195 echo "${ECHO_T}$wx_cv_version_script" >&6; }
35197 if test $wx_cv_version_script = yes ; then
35198 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
35204 if test "$wxUSE_VISIBILITY" != "no"; then
35207 if test -n "$GCC"; then
35208 CFLAGS_VISIBILITY="-fvisibility=hidden"
35209 CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
35210 { echo "$as_me:$LINENO: checking for symbols visibility support" >&5
35211 echo $ECHO_N "checking for symbols visibility support... $ECHO_C" >&6; }
35212 if test "${wx_cv_cc_visibility+set}" = set; then
35213 echo $ECHO_N "(cached) $ECHO_C" >&6
35216 wx_save_CXXFLAGS="$CXXFLAGS"
35217 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
35219 ac_cpp='$CXXCPP $CPPFLAGS'
35220 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35221 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35222 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35224 cat >conftest.$ac_ext <<_ACEOF
35227 cat confdefs.h >>conftest.$ac_ext
35228 cat >>conftest.$ac_ext <<_ACEOF
35229 /* end confdefs.h. */
35231 /* we need gcc >= 4.0, older versions with visibility support
35232 didn't have class visibility: */
35233 #if defined(__GNUC__) && __GNUC__ < 4
35234 error this gcc is too old;
35237 /* visibility only makes sense for ELF shared libs: */
35238 #if !defined(__ELF__) && !defined(__APPLE__)
35239 error this platform has no visibility;
35242 /* at the time of Xcode 4.1 / Clang 3, Clang++ still didn't have the bugs sorted out: */
35243 #if defined(__clang__)
35244 clang compiler is still broken w.r.t. visibility;
35247 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
35248 extern __attribute__((__visibility__("default"))) int exportedvar;
35249 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
35250 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
35251 class __attribute__((__visibility__("default"))) Foo {
35263 rm -f conftest.$ac_objext
35264 if { (ac_try="$ac_compile"
35265 case "(($ac_try" in
35266 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
35267 *) ac_try_echo
=$ac_try;;
35269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35270 (eval "$ac_compile") 2>conftest.er1
35272 grep -v '^ *+' conftest.er1
>conftest.err
35274 cat conftest.err
>&5
35275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35276 (exit $ac_status); } && {
35277 test -z "$ac_cxx_werror_flag" ||
35278 test ! -s conftest.err
35279 } && test -s conftest.
$ac_objext; then
35280 wx_cv_cc_visibility
=yes
35282 echo "$as_me: failed program was:" >&5
35283 sed 's/^/| /' conftest.
$ac_ext >&5
35285 wx_cv_cc_visibility
=no
35288 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35290 ac_cpp
='$CPP $CPPFLAGS'
35291 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35292 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35293 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35295 CXXFLAGS
="$wx_save_CXXFLAGS"
35298 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility" >&5
35299 echo "${ECHO_T}$wx_cv_cc_visibility" >&6; }
35300 if test $wx_cv_cc_visibility = yes; then
35301 { echo "$as_me:$LINENO: checking for broken libstdc++ visibility" >&5
35302 echo $ECHO_N "checking for broken libstdc++ visibility... $ECHO_C" >&6; }
35303 if test "${wx_cv_cc_broken_libstdcxx_visibility+set}" = set; then
35304 echo $ECHO_N "(cached) $ECHO_C" >&6
35307 wx_save_CXXFLAGS
="$CXXFLAGS"
35308 wx_save_LDFLAGS
="$LDFLAGS"
35309 CXXFLAGS
="$CXXFLAGS $CXXFLAGS_VISIBILITY"
35310 LDFLAGS
="$LDFLAGS -shared -fPIC"
35312 ac_cpp
='$CXXCPP $CPPFLAGS'
35313 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35314 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35315 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35317 cat >conftest.
$ac_ext <<_ACEOF
35320 cat confdefs.h
>>conftest.
$ac_ext
35321 cat >>conftest.
$ac_ext <<_ACEOF
35322 /* end confdefs.h. */
35330 std::string s("hello");
35337 rm -f conftest.
$ac_objext conftest
$ac_exeext
35338 if { (ac_try
="$ac_link"
35339 case "(($ac_try" in
35340 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
35341 *) ac_try_echo=$ac_try;;
35343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35344 (eval "$ac_link") 2>conftest.er1
35346 grep -v '^ *+' conftest.er1 >conftest.err
35348 cat conftest.err >&5
35349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35350 (exit $ac_status); } && {
35351 test -z "$ac_cxx_werror_flag" ||
35352 test ! -s conftest.err
35353 } && test -s conftest$ac_exeext &&
35354 $as_test_x conftest$ac_exeext; then
35355 wx_cv_cc_broken_libstdcxx_visibility=no
35357 echo "$as_me: failed program was:" >&5
35358 sed 's/^/| /' conftest.$ac_ext >&5
35360 wx_cv_cc_broken_libstdcxx_visibility=yes
35363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35364 conftest$ac_exeext conftest.$ac_ext
35366 ac_cpp='$CPP $CPPFLAGS'
35367 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35368 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35369 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35371 CXXFLAGS="$wx_save_CXXFLAGS"
35372 LDFLAGS="$wx_save_LDFLAGS"
35375 { echo "$as_me:$LINENO: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
35376 echo "${ECHO_T}$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
35378 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
35379 { echo "$as_me:$LINENO: checking whether we can work around it" >&5
35380 echo $ECHO_N "checking whether we can work around it... $ECHO_C" >&6; }
35381 if test "${wx_cv_cc_visibility_workaround+set}" = set; then
35382 echo $ECHO_N "(cached) $ECHO_C" >&6
35386 ac_cpp='$CXXCPP $CPPFLAGS'
35387 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35388 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35389 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35391 cat >conftest.$ac_ext <<_ACEOF
35394 cat confdefs.h >>conftest.$ac_ext
35395 cat >>conftest.$ac_ext <<_ACEOF
35396 /* end confdefs.h. */
35398 #pragma GCC visibility push(default)
35400 #pragma GCC visibility pop
35406 std::string s("hello");
35413 rm -f conftest.$ac_objext conftest$ac_exeext
35414 if { (ac_try="$ac_link"
35415 case "(($ac_try" in
35416 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
35417 *) ac_try_echo
=$ac_try;;
35419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35420 (eval "$ac_link") 2>conftest.er1
35422 grep -v '^ *+' conftest.er1
>conftest.err
35424 cat conftest.err
>&5
35425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35426 (exit $ac_status); } && {
35427 test -z "$ac_cxx_werror_flag" ||
35428 test ! -s conftest.err
35429 } && test -s conftest
$ac_exeext &&
35430 $as_test_x conftest
$ac_exeext; then
35431 wx_cv_cc_visibility_workaround
=no
35433 echo "$as_me: failed program was:" >&5
35434 sed 's/^/| /' conftest.
$ac_ext >&5
35436 wx_cv_cc_visibility_workaround
=yes
35439 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
35440 conftest
$ac_exeext conftest.
$ac_ext
35442 ac_cpp
='$CPP $CPPFLAGS'
35443 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35444 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35445 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35450 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility_workaround" >&5
35451 echo "${ECHO_T}$wx_cv_cc_visibility_workaround" >&6; }
35453 if test $wx_cv_cc_visibility_workaround = no
; then
35454 wx_cv_cc_visibility
=no
35459 if test $wx_cv_cc_visibility = yes; then
35460 cat >>confdefs.h
<<\_ACEOF
35461 #define HAVE_VISIBILITY 1
35464 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
35465 cat >>confdefs.h
<<\_ACEOF
35466 #define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1
35471 CFLAGS_VISIBILITY
=""
35472 CXXFLAGS_VISIBILITY
=""
35480 if test "x$SUNCXX" = xyes
; then
35481 SAMPLES_RPATH_FLAG
="-R\$(wx_top_builddir)/lib"
35482 WXCONFIG_RPATH
="-R\$libdir"
35485 *-*-linux* | *-*-gnu* )
35486 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(wx_top_builddir)/lib"
35487 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
35492 CPPFLAGS
="-isystem /usr/openwin/include $CPPFLAGS"
35494 saveLdflags
="$LDFLAGS"
35495 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
35496 { echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
35497 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6; }
35498 cat >conftest.
$ac_ext <<_ACEOF
35501 cat confdefs.h
>>conftest.
$ac_ext
35502 cat >>conftest.
$ac_ext <<_ACEOF
35503 /* end confdefs.h. */
35513 rm -f conftest.
$ac_objext conftest
$ac_exeext
35514 if { (ac_try
="$ac_link"
35515 case "(($ac_try" in
35516 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
35517 *) ac_try_echo=$ac_try;;
35519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35520 (eval "$ac_link") 2>conftest.er1
35522 grep -v '^ *+' conftest.er1 >conftest.err
35524 cat conftest.err >&5
35525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35526 (exit $ac_status); } && {
35527 test -z "$ac_c_werror_flag" ||
35528 test ! -s conftest.err
35529 } && test -s conftest$ac_exeext &&
35530 $as_test_x conftest$ac_exeext; then
35532 { echo "$as_me:$LINENO: result: yes" >&5
35533 echo "${ECHO_T}yes" >&6; }
35534 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
35535 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
35538 echo "$as_me: failed program was:" >&5
35539 sed 's/^/| /' conftest.$ac_ext >&5
35542 { echo "$as_me:$LINENO: result: no" >&5
35543 echo "${ECHO_T}no" >&6; }
35544 { echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
35545 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6; }
35546 LDFLAGS="$saveLdflags -Wl,-R,/"
35547 cat >conftest.$ac_ext <<_ACEOF
35550 cat confdefs.h >>conftest.$ac_ext
35551 cat >>conftest.$ac_ext <<_ACEOF
35552 /* end confdefs.h. */
35562 rm -f conftest.$ac_objext conftest$ac_exeext
35563 if { (ac_try="$ac_link"
35564 case "(($ac_try" in
35565 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
35566 *) ac_try_echo
=$ac_try;;
35568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35569 (eval "$ac_link") 2>conftest.er1
35571 grep -v '^ *+' conftest.er1
>conftest.err
35573 cat conftest.err
>&5
35574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35575 (exit $ac_status); } && {
35576 test -z "$ac_c_werror_flag" ||
35577 test ! -s conftest.err
35578 } && test -s conftest
$ac_exeext &&
35579 $as_test_x conftest
$ac_exeext; then
35581 { echo "$as_me:$LINENO: result: yes" >&5
35582 echo "${ECHO_T}yes" >&6; }
35583 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(wx_top_builddir)/lib"
35584 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
35587 echo "$as_me: failed program was:" >&5
35588 sed 's/^/| /' conftest.
$ac_ext >&5
35591 { echo "$as_me:$LINENO: result: no" >&5
35592 echo "${ECHO_T}no" >&6; }
35596 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
35597 conftest
$ac_exeext conftest.
$ac_ext
35601 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
35602 conftest
$ac_exeext conftest.
$ac_ext
35603 LDFLAGS
="$saveLdflags"
35607 install_name_tool
=`which ${HOST_PREFIX}install_name_tool`
35608 if test "$install_name_tool" -a -x "$install_name_tool"; then
35609 DYLIB_RPATH_POSTLINK
="${HOST_PREFIX}install_name_tool -id \$@ \$@"
35610 cat <<EOF >change-install-names
35612 libnames=\`cd \${2} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
35613 for i in \${libnames} ; do
35614 ${HOST_PREFIX}install_name_tool -id \${3}/\${i} \${1}/\${i}
35615 for dep in \${libnames} ; do
35616 ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${3}/\${dep} \${1}/\${i}
35620 chmod +x change
-install-names
35621 DYLIB_RPATH_INSTALL
="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \$(wx_top_builddir)/lib \${libdir}"
35624 HEADER_PAD_OPTION
="-headerpad_max_install_names"
35627 *-*-cygwin* | *-*-mingw32* )
35631 SAMPLES_RPATH_FLAG
="-Wl,+b,\$(wx_top_builddir)/lib"
35632 WXCONFIG_RPATH
="-Wl,+b,\$libdir"
35638 WXCONFIG_ONLY_CPPFLAGS
="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
35640 if test $wxUSE_RPATH = "no"; then
35641 SAMPLES_RPATH_FLAG
=''
35642 DYLIB_PATH_POSTLINK
=''
35650 config_linkage_component
="-static"
35657 lib_unicode_suffix
=
35659 if test "$wxUSE_UNICODE" = "yes"; then
35660 lib_unicode_suffix
=u
35661 WX_CHARTYPE
="unicode"
35665 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
35666 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
35669 if test "$wxUSE_DEBUG_INFO" = "yes"; then
35673 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
35675 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
35677 TOOLCHAIN_FULLNAME
="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
35680 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
35681 WX_LIBRARY_BASENAME_NOGUI
="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35683 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35685 if test "${TOOLKIT_DIR}" = "os2"; then
35686 WX_LIBRARY_BASENAME_GUI
="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35688 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35693 if test "$wxUSE_OLD_COCOA" = 1; then
35696 ac_cpp
='$CPP $CPPFLAGS'
35697 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35698 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35699 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35703 { echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
35704 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6; }
35705 cat >conftest.
$ac_ext <<_ACEOF
35708 cat confdefs.h
>>conftest.
$ac_ext
35709 cat >>conftest.
$ac_ext <<_ACEOF
35710 /* end confdefs.h. */
35711 #include <AppKit/NSEvent.h>
35712 #include <CoreFoundation/CoreFoundation.h>
35722 rm -f conftest.
$ac_objext
35723 if { (ac_try
="$ac_compile"
35724 case "(($ac_try" in
35725 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
35726 *) ac_try_echo=$ac_try;;
35728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35729 (eval "$ac_compile") 2>conftest.er1
35731 grep -v '^ *+' conftest.er1 >conftest.err
35733 cat conftest.err >&5
35734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35735 (exit $ac_status); } && {
35736 test -z "$ac_c_werror_flag" ||
35737 test ! -s conftest.err
35738 } && test -s conftest.$ac_objext; then
35739 { echo "$as_me:$LINENO: result: no" >&5
35740 echo "${ECHO_T}no" >&6; }
35742 echo "$as_me: failed program was:" >&5
35743 sed 's/^/| /' conftest.$ac_ext >&5
35745 { echo "$as_me:$LINENO: result: yes" >&5
35746 echo "${ECHO_T}yes" >&6; }
35747 { echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
35748 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6; }
35749 cat >conftest.$ac_ext <<_ACEOF
35752 cat confdefs.h >>conftest.$ac_ext
35753 cat >>conftest.$ac_ext <<_ACEOF
35754 /* end confdefs.h. */
35755 #define __Point__ 1
35756 #include <AppKit/NSEvent.h>
35757 #include <CoreFoundation/CoreFoundation.h>
35767 rm -f conftest.$ac_objext
35768 if { (ac_try="$ac_compile"
35769 case "(($ac_try" in
35770 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
35771 *) ac_try_echo
=$ac_try;;
35773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35774 (eval "$ac_compile") 2>conftest.er1
35776 grep -v '^ *+' conftest.er1
>conftest.err
35778 cat conftest.err
>&5
35779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35780 (exit $ac_status); } && {
35781 test -z "$ac_c_werror_flag" ||
35782 test ! -s conftest.err
35783 } && test -s conftest.
$ac_objext; then
35784 { echo "$as_me:$LINENO: result: yes" >&5
35785 echo "${ECHO_T}yes" >&6; }
35786 cat >>confdefs.h
<<\_ACEOF
35787 #define __Point__ 1
35792 echo "$as_me: failed program was:" >&5
35793 sed 's/^/| /' conftest.
$ac_ext >&5
35795 { { echo "$as_me:$LINENO: error: no
35796 See \`config.log' for more details." >&5
35797 echo "$as_me: error: no
35798 See \`config.log' for more details." >&2;}
35799 { (exit 1); exit 1; }; }
35803 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35807 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35809 ac_cpp
='$CPP $CPPFLAGS'
35810 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35811 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35812 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35817 { echo "$as_me:$LINENO: checking for mode_t" >&5
35818 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
35819 if test "${ac_cv_type_mode_t+set}" = set; then
35820 echo $ECHO_N "(cached) $ECHO_C" >&6
35822 cat >conftest.
$ac_ext <<_ACEOF
35825 cat confdefs.h
>>conftest.
$ac_ext
35826 cat >>conftest.
$ac_ext <<_ACEOF
35827 /* end confdefs.h. */
35828 $ac_includes_default
35829 typedef mode_t ac__type_new_;
35833 if ((ac__type_new_ *) 0)
35835 if (sizeof (ac__type_new_))
35841 rm -f conftest.
$ac_objext
35842 if { (ac_try
="$ac_compile"
35843 case "(($ac_try" in
35844 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
35845 *) ac_try_echo=$ac_try;;
35847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35848 (eval "$ac_compile") 2>conftest.er1
35850 grep -v '^ *+' conftest.er1 >conftest.err
35852 cat conftest.err >&5
35853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35854 (exit $ac_status); } && {
35855 test -z "$ac_c_werror_flag" ||
35856 test ! -s conftest.err
35857 } && test -s conftest.$ac_objext; then
35858 ac_cv_type_mode_t=yes
35860 echo "$as_me: failed program was:" >&5
35861 sed 's/^/| /' conftest.$ac_ext >&5
35863 ac_cv_type_mode_t=no
35866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35868 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
35869 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
35870 if test $ac_cv_type_mode_t = yes; then
35874 cat >>confdefs.h <<_ACEOF
35880 { echo "$as_me:$LINENO: checking for off_t" >&5
35881 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
35882 if test "${ac_cv_type_off_t+set}" = set; then
35883 echo $ECHO_N "(cached) $ECHO_C" >&6
35885 cat >conftest.$ac_ext <<_ACEOF
35888 cat confdefs.h >>conftest.$ac_ext
35889 cat >>conftest.$ac_ext <<_ACEOF
35890 /* end confdefs.h. */
35891 $ac_includes_default
35892 typedef off_t ac__type_new_;
35896 if ((ac__type_new_ *) 0)
35898 if (sizeof (ac__type_new_))
35904 rm -f conftest.$ac_objext
35905 if { (ac_try="$ac_compile"
35906 case "(($ac_try" in
35907 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
35908 *) ac_try_echo
=$ac_try;;
35910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35911 (eval "$ac_compile") 2>conftest.er1
35913 grep -v '^ *+' conftest.er1
>conftest.err
35915 cat conftest.err
>&5
35916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35917 (exit $ac_status); } && {
35918 test -z "$ac_c_werror_flag" ||
35919 test ! -s conftest.err
35920 } && test -s conftest.
$ac_objext; then
35921 ac_cv_type_off_t
=yes
35923 echo "$as_me: failed program was:" >&5
35924 sed 's/^/| /' conftest.
$ac_ext >&5
35926 ac_cv_type_off_t
=no
35929 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35931 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
35932 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
35933 if test $ac_cv_type_off_t = yes; then
35937 cat >>confdefs.h
<<_ACEOF
35938 #define off_t long int
35943 { echo "$as_me:$LINENO: checking for pid_t" >&5
35944 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
35945 if test "${ac_cv_type_pid_t+set}" = set; then
35946 echo $ECHO_N "(cached) $ECHO_C" >&6
35948 cat >conftest.
$ac_ext <<_ACEOF
35951 cat confdefs.h
>>conftest.
$ac_ext
35952 cat >>conftest.
$ac_ext <<_ACEOF
35953 /* end confdefs.h. */
35954 $ac_includes_default
35955 typedef pid_t ac__type_new_;
35959 if ((ac__type_new_ *) 0)
35961 if (sizeof (ac__type_new_))
35967 rm -f conftest.
$ac_objext
35968 if { (ac_try
="$ac_compile"
35969 case "(($ac_try" in
35970 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
35971 *) ac_try_echo=$ac_try;;
35973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35974 (eval "$ac_compile") 2>conftest.er1
35976 grep -v '^ *+' conftest.er1 >conftest.err
35978 cat conftest.err >&5
35979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35980 (exit $ac_status); } && {
35981 test -z "$ac_c_werror_flag" ||
35982 test ! -s conftest.err
35983 } && test -s conftest.$ac_objext; then
35984 ac_cv_type_pid_t=yes
35986 echo "$as_me: failed program was:" >&5
35987 sed 's/^/| /' conftest.$ac_ext >&5
35989 ac_cv_type_pid_t=no
35992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35994 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
35995 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
35996 if test $ac_cv_type_pid_t = yes; then
36000 cat >>confdefs.h <<_ACEOF
36006 { echo "$as_me:$LINENO: checking for size_t" >&5
36007 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
36008 if test "${ac_cv_type_size_t+set}" = set; then
36009 echo $ECHO_N "(cached) $ECHO_C" >&6
36011 cat >conftest.$ac_ext <<_ACEOF
36014 cat confdefs.h >>conftest.$ac_ext
36015 cat >>conftest.$ac_ext <<_ACEOF
36016 /* end confdefs.h. */
36017 $ac_includes_default
36018 typedef size_t ac__type_new_;
36022 if ((ac__type_new_ *) 0)
36024 if (sizeof (ac__type_new_))
36030 rm -f conftest.$ac_objext
36031 if { (ac_try="$ac_compile"
36032 case "(($ac_try" in
36033 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
36034 *) ac_try_echo
=$ac_try;;
36036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36037 (eval "$ac_compile") 2>conftest.er1
36039 grep -v '^ *+' conftest.er1
>conftest.err
36041 cat conftest.err
>&5
36042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36043 (exit $ac_status); } && {
36044 test -z "$ac_c_werror_flag" ||
36045 test ! -s conftest.err
36046 } && test -s conftest.
$ac_objext; then
36047 ac_cv_type_size_t
=yes
36049 echo "$as_me: failed program was:" >&5
36050 sed 's/^/| /' conftest.
$ac_ext >&5
36052 ac_cv_type_size_t
=no
36055 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
36057 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
36058 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
36059 if test $ac_cv_type_size_t = yes; then
36063 cat >>confdefs.h
<<_ACEOF
36064 #define size_t unsigned int
36070 { echo "$as_me:$LINENO: checking for ssize_t" >&5
36071 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
36072 if test "${ac_cv_type_ssize_t+set}" = set; then
36073 echo $ECHO_N "(cached) $ECHO_C" >&6
36075 cat >conftest.
$ac_ext <<_ACEOF
36078 cat confdefs.h
>>conftest.
$ac_ext
36079 cat >>conftest.
$ac_ext <<_ACEOF
36080 /* end confdefs.h. */
36081 $ac_includes_default
36082 typedef ssize_t ac__type_new_;
36086 if ((ac__type_new_ *) 0)
36088 if (sizeof (ac__type_new_))
36094 rm -f conftest.
$ac_objext
36095 if { (ac_try
="$ac_compile"
36096 case "(($ac_try" in
36097 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
36098 *) ac_try_echo=$ac_try;;
36100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36101 (eval "$ac_compile") 2>conftest.er1
36103 grep -v '^ *+' conftest.er1 >conftest.err
36105 cat conftest.err >&5
36106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36107 (exit $ac_status); } && {
36108 test -z "$ac_c_werror_flag" ||
36109 test ! -s conftest.err
36110 } && test -s conftest.$ac_objext; then
36111 ac_cv_type_ssize_t=yes
36113 echo "$as_me: failed program was:" >&5
36114 sed 's/^/| /' conftest.$ac_ext >&5
36116 ac_cv_type_ssize_t=no
36119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36121 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
36122 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
36123 if test $ac_cv_type_ssize_t = yes; then
36125 cat >>confdefs.h <<_ACEOF
36126 #define HAVE_SSIZE_T 1
36134 ac_cpp='$CXXCPP $CPPFLAGS'
36135 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36136 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36137 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36138 { echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
36139 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6; }
36140 if test "${wx_cv_size_t_is_uint+set}" = set; then
36141 echo $ECHO_N "(cached) $ECHO_C" >&6
36144 cat >conftest.$ac_ext <<_ACEOF
36147 cat confdefs.h >>conftest.$ac_ext
36148 cat >>conftest.$ac_ext <<_ACEOF
36149 /* end confdefs.h. */
36150 #include <stddef.h>
36157 struct Foo { void foo(size_t); void foo(unsigned int); };
36165 rm -f conftest.$ac_objext
36166 if { (ac_try="$ac_compile"
36167 case "(($ac_try" in
36168 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
36169 *) ac_try_echo
=$ac_try;;
36171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36172 (eval "$ac_compile") 2>conftest.er1
36174 grep -v '^ *+' conftest.er1
>conftest.err
36176 cat conftest.err
>&5
36177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36178 (exit $ac_status); } && {
36179 test -z "$ac_cxx_werror_flag" ||
36180 test ! -s conftest.err
36181 } && test -s conftest.
$ac_objext; then
36182 wx_cv_size_t_is_uint
=no
36184 echo "$as_me: failed program was:" >&5
36185 sed 's/^/| /' conftest.
$ac_ext >&5
36187 wx_cv_size_t_is_uint
=yes
36191 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
36195 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
36196 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6; }
36198 if test "$wx_cv_size_t_is_uint" = "yes"; then
36199 cat >>confdefs.h
<<\_ACEOF
36200 #define wxSIZE_T_IS_UINT 1
36204 { echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
36205 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6; }
36206 if test "${wx_cv_size_t_is_ulong+set}" = set; then
36207 echo $ECHO_N "(cached) $ECHO_C" >&6
36209 cat >conftest.
$ac_ext <<_ACEOF
36212 cat confdefs.h
>>conftest.
$ac_ext
36213 cat >>conftest.
$ac_ext <<_ACEOF
36214 /* end confdefs.h. */
36215 #include <stddef.h>
36222 struct Foo { void foo(size_t); void foo(unsigned long); };
36230 rm -f conftest.
$ac_objext
36231 if { (ac_try
="$ac_compile"
36232 case "(($ac_try" in
36233 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
36234 *) ac_try_echo=$ac_try;;
36236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36237 (eval "$ac_compile") 2>conftest.er1
36239 grep -v '^ *+' conftest.er1 >conftest.err
36241 cat conftest.err >&5
36242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36243 (exit $ac_status); } && {
36244 test -z "$ac_cxx_werror_flag" ||
36245 test ! -s conftest.err
36246 } && test -s conftest.$ac_objext; then
36247 wx_cv_size_t_is_ulong=no
36249 echo "$as_me: failed program was:" >&5
36250 sed 's/^/| /' conftest.$ac_ext >&5
36252 wx_cv_size_t_is_ulong=yes
36256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36259 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
36260 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6; }
36262 if test "$wx_cv_size_t_is_ulong" = "yes"; then
36263 cat >>confdefs.h <<\_ACEOF
36264 #define wxSIZE_T_IS_ULONG 1
36270 { echo "$as_me:$LINENO: checking if wchar_t is separate type" >&5
36271 echo $ECHO_N "checking if wchar_t is separate type... $ECHO_C" >&6; }
36272 if test "${wx_cv_wchar_t_is_separate_type+set}" = set; then
36273 echo $ECHO_N "(cached) $ECHO_C" >&6
36275 cat >conftest.$ac_ext <<_ACEOF
36278 cat confdefs.h >>conftest.$ac_ext
36279 cat >>conftest.$ac_ext <<_ACEOF
36280 /* end confdefs.h. */
36288 struct Foo { void foo(wchar_t);
36289 void foo(unsigned short);
36290 void foo(unsigned int);
36291 void foo(unsigned long); };
36299 rm -f conftest.$ac_objext
36300 if { (ac_try="$ac_compile"
36301 case "(($ac_try" in
36302 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
36303 *) ac_try_echo
=$ac_try;;
36305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36306 (eval "$ac_compile") 2>conftest.er1
36308 grep -v '^ *+' conftest.er1
>conftest.err
36310 cat conftest.err
>&5
36311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36312 (exit $ac_status); } && {
36313 test -z "$ac_cxx_werror_flag" ||
36314 test ! -s conftest.err
36315 } && test -s conftest.
$ac_objext; then
36316 wx_cv_wchar_t_is_separate_type
=yes
36318 echo "$as_me: failed program was:" >&5
36319 sed 's/^/| /' conftest.
$ac_ext >&5
36321 wx_cv_wchar_t_is_separate_type
=no
36325 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
36328 { echo "$as_me:$LINENO: result: $wx_cv_wchar_t_is_separate_type" >&5
36329 echo "${ECHO_T}$wx_cv_wchar_t_is_separate_type" >&6; }
36331 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
36332 cat >>confdefs.h
<<\_ACEOF
36333 #define wxWCHAR_T_IS_REAL_TYPE 1
36337 cat >>confdefs.h
<<\_ACEOF
36338 #define wxWCHAR_T_IS_REAL_TYPE 0
36344 ac_cpp
='$CPP $CPPFLAGS'
36345 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36346 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36347 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
36350 { echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
36351 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6; }
36352 if test "${wx_cv_struct_pw_gecos+set}" = set; then
36353 echo $ECHO_N "(cached) $ECHO_C" >&6
36356 cat >conftest.
$ac_ext <<_ACEOF
36359 cat confdefs.h
>>conftest.
$ac_ext
36360 cat >>conftest.
$ac_ext <<_ACEOF
36361 /* end confdefs.h. */
36375 rm -f conftest.
$ac_objext
36376 if { (ac_try
="$ac_compile"
36377 case "(($ac_try" in
36378 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
36379 *) ac_try_echo=$ac_try;;
36381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36382 (eval "$ac_compile") 2>conftest.er1
36384 grep -v '^ *+' conftest.er1 >conftest.err
36386 cat conftest.err >&5
36387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36388 (exit $ac_status); } && {
36389 test -z "$ac_c_werror_flag" ||
36390 test ! -s conftest.err
36391 } && test -s conftest.$ac_objext; then
36393 wx_cv_struct_pw_gecos=yes
36396 echo "$as_me: failed program was:" >&5
36397 sed 's/^/| /' conftest.$ac_ext >&5
36400 wx_cv_struct_pw_gecos=no
36405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36409 { echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
36410 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6; }
36412 if test "$wx_cv_struct_pw_gecos" = "yes"; then
36413 cat >>confdefs.h <<\_ACEOF
36414 #define HAVE_PW_GECOS 1
36423 for ac_func in wcslen
36425 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36426 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36427 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36428 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36429 echo $ECHO_N "(cached) $ECHO_C" >&6
36431 cat >conftest.$ac_ext <<_ACEOF
36434 cat confdefs.h >>conftest.$ac_ext
36435 cat >>conftest.$ac_ext <<_ACEOF
36436 /* end confdefs.h. */
36437 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36438 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36439 #define $ac_func innocuous_$ac_func
36441 /* System header to define __stub macros and hopefully few prototypes,
36442 which can conflict with char $ac_func (); below.
36443 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36444 <limits.h> exists even on freestanding compilers. */
36447 # include <limits.h>
36449 # include <assert.h>
36454 /* Override any GCC internal prototype to avoid an error.
36455 Use char because int might match the return type of a GCC
36456 builtin and then its argument prototype would still apply. */
36461 /* The GNU C library defines this for functions which it implements
36462 to always fail with ENOSYS. Some functions are actually named
36463 something starting with __ and the normal name is an alias. */
36464 #if defined __stub_$ac_func || defined __stub___$ac_func
36471 return $ac_func ();
36476 rm -f conftest.$ac_objext conftest$ac_exeext
36477 if { (ac_try="$ac_link"
36478 case "(($ac_try" in
36479 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
36480 *) ac_try_echo
=$ac_try;;
36482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36483 (eval "$ac_link") 2>conftest.er1
36485 grep -v '^ *+' conftest.er1
>conftest.err
36487 cat conftest.err
>&5
36488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36489 (exit $ac_status); } && {
36490 test -z "$ac_c_werror_flag" ||
36491 test ! -s conftest.err
36492 } && test -s conftest
$ac_exeext &&
36493 $as_test_x conftest
$ac_exeext; then
36494 eval "$as_ac_var=yes"
36496 echo "$as_me: failed program was:" >&5
36497 sed 's/^/| /' conftest.
$ac_ext >&5
36499 eval "$as_ac_var=no"
36502 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
36503 conftest
$ac_exeext conftest.
$ac_ext
36505 ac_res
=`eval echo '${'$as_ac_var'}'`
36506 { echo "$as_me:$LINENO: result: $ac_res" >&5
36507 echo "${ECHO_T}$ac_res" >&6; }
36508 if test `eval echo '${'$as_ac_var'}'` = yes; then
36509 cat >>confdefs.h
<<_ACEOF
36510 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36517 if test "$WCSLEN_FOUND" = 0; then
36518 if test "$TOOLKIT" = "MSW"; then
36519 { echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
36520 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6; }
36521 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
36522 echo $ECHO_N "(cached) $ECHO_C" >&6
36524 ac_check_lib_save_LIBS
=$LIBS
36525 LIBS
="-lmsvcrt $LIBS"
36526 cat >conftest.
$ac_ext <<_ACEOF
36529 cat confdefs.h
>>conftest.
$ac_ext
36530 cat >>conftest.
$ac_ext <<_ACEOF
36531 /* end confdefs.h. */
36533 /* Override any GCC internal prototype to avoid an error.
36534 Use char because int might match the return type of a GCC
36535 builtin and then its argument prototype would still apply. */
36548 rm -f conftest.
$ac_objext conftest
$ac_exeext
36549 if { (ac_try
="$ac_link"
36550 case "(($ac_try" in
36551 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
36552 *) ac_try_echo=$ac_try;;
36554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36555 (eval "$ac_link") 2>conftest.er1
36557 grep -v '^ *+' conftest.er1 >conftest.err
36559 cat conftest.err >&5
36560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36561 (exit $ac_status); } && {
36562 test -z "$ac_c_werror_flag" ||
36563 test ! -s conftest.err
36564 } && test -s conftest$ac_exeext &&
36565 $as_test_x conftest$ac_exeext; then
36566 ac_cv_lib_msvcrt_wcslen=yes
36568 echo "$as_me: failed program was:" >&5
36569 sed 's/^/| /' conftest.$ac_ext >&5
36571 ac_cv_lib_msvcrt_wcslen=no
36574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36575 conftest$ac_exeext conftest.$ac_ext
36576 LIBS=$ac_check_lib_save_LIBS
36578 { echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
36579 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6; }
36580 if test $ac_cv_lib_msvcrt_wcslen = yes; then
36585 { echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
36586 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6; }
36587 if test "${ac_cv_lib_w_wcslen+set}" = set; then
36588 echo $ECHO_N "(cached) $ECHO_C" >&6
36590 ac_check_lib_save_LIBS=$LIBS
36592 cat >conftest.$ac_ext <<_ACEOF
36595 cat confdefs.h >>conftest.$ac_ext
36596 cat >>conftest.$ac_ext <<_ACEOF
36597 /* end confdefs.h. */
36599 /* Override any GCC internal prototype to avoid an error.
36600 Use char because int might match the return type of a GCC
36601 builtin and then its argument prototype would still apply. */
36614 rm -f conftest.$ac_objext conftest$ac_exeext
36615 if { (ac_try="$ac_link"
36616 case "(($ac_try" in
36617 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
36618 *) ac_try_echo
=$ac_try;;
36620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36621 (eval "$ac_link") 2>conftest.er1
36623 grep -v '^ *+' conftest.er1
>conftest.err
36625 cat conftest.err
>&5
36626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36627 (exit $ac_status); } && {
36628 test -z "$ac_c_werror_flag" ||
36629 test ! -s conftest.err
36630 } && test -s conftest
$ac_exeext &&
36631 $as_test_x conftest
$ac_exeext; then
36632 ac_cv_lib_w_wcslen
=yes
36634 echo "$as_me: failed program was:" >&5
36635 sed 's/^/| /' conftest.
$ac_ext >&5
36637 ac_cv_lib_w_wcslen
=no
36640 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
36641 conftest
$ac_exeext conftest.
$ac_ext
36642 LIBS
=$ac_check_lib_save_LIBS
36644 { echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
36645 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6; }
36646 if test $ac_cv_lib_w_wcslen = yes; then
36656 if test "$WCSLEN_FOUND" = 1; then
36657 cat >>confdefs.h
<<\_ACEOF
36658 #define HAVE_WCSLEN 1
36669 for ac_func
in wcsdup wcsftime strnlen wcsnlen wcscasecmp wcsncasecmp
36671 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36672 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36673 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36674 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36675 echo $ECHO_N "(cached) $ECHO_C" >&6
36677 cat >conftest.
$ac_ext <<_ACEOF
36680 cat confdefs.h
>>conftest.
$ac_ext
36681 cat >>conftest.
$ac_ext <<_ACEOF
36682 /* end confdefs.h. */
36683 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36684 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36685 #define $ac_func innocuous_$ac_func
36687 /* System header to define __stub macros and hopefully few prototypes,
36688 which can conflict with char $ac_func (); below.
36689 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36690 <limits.h> exists even on freestanding compilers. */
36693 # include <limits.h>
36695 # include <assert.h>
36700 /* Override any GCC internal prototype to avoid an error.
36701 Use char because int might match the return type of a GCC
36702 builtin and then its argument prototype would still apply. */
36707 /* The GNU C library defines this for functions which it implements
36708 to always fail with ENOSYS. Some functions are actually named
36709 something starting with __ and the normal name is an alias. */
36710 #if defined __stub_$ac_func || defined __stub___$ac_func
36717 return $ac_func ();
36722 rm -f conftest.
$ac_objext conftest
$ac_exeext
36723 if { (ac_try
="$ac_link"
36724 case "(($ac_try" in
36725 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
36726 *) ac_try_echo=$ac_try;;
36728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36729 (eval "$ac_link") 2>conftest.er1
36731 grep -v '^ *+' conftest.er1 >conftest.err
36733 cat conftest.err >&5
36734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36735 (exit $ac_status); } && {
36736 test -z "$ac_c_werror_flag" ||
36737 test ! -s conftest.err
36738 } && test -s conftest$ac_exeext &&
36739 $as_test_x conftest$ac_exeext; then
36740 eval "$as_ac_var=yes"
36742 echo "$as_me: failed program was:" >&5
36743 sed 's/^/| /' conftest.$ac_ext >&5
36745 eval "$as_ac_var=no"
36748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36749 conftest$ac_exeext conftest.$ac_ext
36751 ac_res=`eval echo '${'$as_ac_var'}'`
36752 { echo "$as_me:$LINENO: result: $ac_res" >&5
36753 echo "${ECHO_T}$ac_res" >&6; }
36754 if test `eval echo '${'$as_ac_var'}'` = yes; then
36755 cat >>confdefs.h <<_ACEOF
36756 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36763 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
36764 CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
36767 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
36768 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
36769 if test "${ac_cv_type_mbstate_t+set}" = set; then
36770 echo $ECHO_N "(cached) $ECHO_C" >&6
36772 cat >conftest.$ac_ext <<_ACEOF
36775 cat confdefs.h >>conftest.$ac_ext
36776 cat >>conftest.$ac_ext <<_ACEOF
36777 /* end confdefs.h. */
36780 typedef mbstate_t ac__type_new_;
36784 if ((ac__type_new_ *) 0)
36786 if (sizeof (ac__type_new_))
36792 rm -f conftest.$ac_objext
36793 if { (ac_try="$ac_compile"
36794 case "(($ac_try" in
36795 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
36796 *) ac_try_echo
=$ac_try;;
36798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36799 (eval "$ac_compile") 2>conftest.er1
36801 grep -v '^ *+' conftest.er1
>conftest.err
36803 cat conftest.err
>&5
36804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36805 (exit $ac_status); } && {
36806 test -z "$ac_c_werror_flag" ||
36807 test ! -s conftest.err
36808 } && test -s conftest.
$ac_objext; then
36809 ac_cv_type_mbstate_t
=yes
36811 echo "$as_me: failed program was:" >&5
36812 sed 's/^/| /' conftest.
$ac_ext >&5
36814 ac_cv_type_mbstate_t
=no
36817 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
36819 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
36820 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
36821 if test $ac_cv_type_mbstate_t = yes; then
36823 cat >>confdefs.h
<<_ACEOF
36824 #define HAVE_MBSTATE_T 1
36828 for ac_func
in wcsrtombs
36830 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36831 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36832 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36833 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36834 echo $ECHO_N "(cached) $ECHO_C" >&6
36836 cat >conftest.
$ac_ext <<_ACEOF
36839 cat confdefs.h
>>conftest.
$ac_ext
36840 cat >>conftest.
$ac_ext <<_ACEOF
36841 /* end confdefs.h. */
36842 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36843 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36844 #define $ac_func innocuous_$ac_func
36846 /* System header to define __stub macros and hopefully few prototypes,
36847 which can conflict with char $ac_func (); below.
36848 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36849 <limits.h> exists even on freestanding compilers. */
36852 # include <limits.h>
36854 # include <assert.h>
36859 /* Override any GCC internal prototype to avoid an error.
36860 Use char because int might match the return type of a GCC
36861 builtin and then its argument prototype would still apply. */
36866 /* The GNU C library defines this for functions which it implements
36867 to always fail with ENOSYS. Some functions are actually named
36868 something starting with __ and the normal name is an alias. */
36869 #if defined __stub_$ac_func || defined __stub___$ac_func
36876 return $ac_func ();
36881 rm -f conftest.
$ac_objext conftest
$ac_exeext
36882 if { (ac_try
="$ac_link"
36883 case "(($ac_try" in
36884 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
36885 *) ac_try_echo=$ac_try;;
36887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36888 (eval "$ac_link") 2>conftest.er1
36890 grep -v '^ *+' conftest.er1 >conftest.err
36892 cat conftest.err >&5
36893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36894 (exit $ac_status); } && {
36895 test -z "$ac_c_werror_flag" ||
36896 test ! -s conftest.err
36897 } && test -s conftest$ac_exeext &&
36898 $as_test_x conftest$ac_exeext; then
36899 eval "$as_ac_var=yes"
36901 echo "$as_me: failed program was:" >&5
36902 sed 's/^/| /' conftest.$ac_ext >&5
36904 eval "$as_ac_var=no"
36907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36908 conftest$ac_exeext conftest.$ac_ext
36910 ac_res=`eval echo '${'$as_ac_var'}'`
36911 { echo "$as_me:$LINENO: result: $ac_res" >&5
36912 echo "${ECHO_T}$ac_res" >&6; }
36913 if test `eval echo '${'$as_ac_var'}'` = yes; then
36914 cat >>confdefs.h <<_ACEOF
36915 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36927 for ac_func in snprintf vsnprintf vsscanf
36929 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36930 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36931 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36932 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36933 echo $ECHO_N "(cached) $ECHO_C" >&6
36935 cat >conftest.$ac_ext <<_ACEOF
36938 cat confdefs.h >>conftest.$ac_ext
36939 cat >>conftest.$ac_ext <<_ACEOF
36940 /* end confdefs.h. */
36941 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36943 #define $ac_func innocuous_$ac_func
36945 /* System header to define __stub macros and hopefully few prototypes,
36946 which can conflict with char $ac_func (); below.
36947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36948 <limits.h> exists even on freestanding compilers. */
36951 # include <limits.h>
36953 # include <assert.h>
36958 /* Override any GCC internal prototype to avoid an error.
36959 Use char because int might match the return type of a GCC
36960 builtin and then its argument prototype would still apply. */
36965 /* The GNU C library defines this for functions which it implements
36966 to always fail with ENOSYS. Some functions are actually named
36967 something starting with __ and the normal name is an alias. */
36968 #if defined __stub_$ac_func || defined __stub___$ac_func
36975 return $ac_func ();
36980 rm -f conftest.$ac_objext conftest$ac_exeext
36981 if { (ac_try="$ac_link"
36982 case "(($ac_try" in
36983 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
36984 *) ac_try_echo
=$ac_try;;
36986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36987 (eval "$ac_link") 2>conftest.er1
36989 grep -v '^ *+' conftest.er1
>conftest.err
36991 cat conftest.err
>&5
36992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36993 (exit $ac_status); } && {
36994 test -z "$ac_c_werror_flag" ||
36995 test ! -s conftest.err
36996 } && test -s conftest
$ac_exeext &&
36997 $as_test_x conftest
$ac_exeext; then
36998 eval "$as_ac_var=yes"
37000 echo "$as_me: failed program was:" >&5
37001 sed 's/^/| /' conftest.
$ac_ext >&5
37003 eval "$as_ac_var=no"
37006 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
37007 conftest
$ac_exeext conftest.
$ac_ext
37009 ac_res
=`eval echo '${'$as_ac_var'}'`
37010 { echo "$as_me:$LINENO: result: $ac_res" >&5
37011 echo "${ECHO_T}$ac_res" >&6; }
37012 if test `eval echo '${'$as_ac_var'}'` = yes; then
37013 cat >>confdefs.h
<<_ACEOF
37014 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37022 ac_cpp
='$CXXCPP $CPPFLAGS'
37023 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37024 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37025 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
37027 if test "$ac_cv_func_vsnprintf" = "yes"; then
37028 { echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
37029 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6; }
37030 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
37031 echo $ECHO_N "(cached) $ECHO_C" >&6
37034 cat >conftest.
$ac_ext <<_ACEOF
37037 cat confdefs.h
>>conftest.
$ac_ext
37038 cat >>conftest.
$ac_ext <<_ACEOF
37039 /* end confdefs.h. */
37042 #include <stdarg.h>
37044 #if __MSL__ >= 0x6000
37046 using namespace std;
37056 vsnprintf(buf, 10u, "%s", ap);
37062 rm -f conftest.
$ac_objext
37063 if { (ac_try
="$ac_compile"
37064 case "(($ac_try" in
37065 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
37066 *) ac_try_echo=$ac_try;;
37068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37069 (eval "$ac_compile") 2>conftest.er1
37071 grep -v '^ *+' conftest.er1 >conftest.err
37073 cat conftest.err >&5
37074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37075 (exit $ac_status); } && {
37076 test -z "$ac_cxx_werror_flag" ||
37077 test ! -s conftest.err
37078 } && test -s conftest.$ac_objext; then
37079 wx_cv_func_vsnprintf_decl=yes
37081 echo "$as_me: failed program was:" >&5
37082 sed 's/^/| /' conftest.$ac_ext >&5
37084 wx_cv_func_vsnprintf_decl=no
37088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37092 { echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
37093 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6; }
37095 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
37096 cat >>confdefs.h <<\_ACEOF
37097 #define HAVE_VSNPRINTF_DECL 1
37101 { echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
37102 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6; }
37103 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
37104 echo $ECHO_N "(cached) $ECHO_C" >&6
37107 cat >conftest.$ac_ext <<_ACEOF
37110 cat confdefs.h >>conftest.$ac_ext
37111 cat >>conftest.$ac_ext <<_ACEOF
37112 /* end confdefs.h. */
37115 #include <stdarg.h>
37117 #if __MSL__ >= 0x6000
37119 using namespace std;
37129 const char *fmt = "%s";
37130 vsnprintf(buf, 10u, fmt, ap);
37136 rm -f conftest.$ac_objext
37137 if { (ac_try="$ac_compile"
37138 case "(($ac_try" in
37139 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
37140 *) ac_try_echo
=$ac_try;;
37142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37143 (eval "$ac_compile") 2>conftest.er1
37145 grep -v '^ *+' conftest.er1
>conftest.err
37147 cat conftest.err
>&5
37148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37149 (exit $ac_status); } && {
37150 test -z "$ac_cxx_werror_flag" ||
37151 test ! -s conftest.err
37152 } && test -s conftest.
$ac_objext; then
37153 wx_cv_func_broken_vsnprintf_decl
=no
37155 echo "$as_me: failed program was:" >&5
37156 sed 's/^/| /' conftest.
$ac_ext >&5
37158 wx_cv_func_broken_vsnprintf_decl
=yes
37162 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
37166 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
37167 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6; }
37169 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
37170 cat >>confdefs.h
<<\_ACEOF
37171 #define HAVE_BROKEN_VSNPRINTF_DECL 1
37178 if test "$ac_cv_func_snprintf" = "yes"; then
37179 { echo "$as_me:$LINENO: checking for snprintf declaration" >&5
37180 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6; }
37181 if test "${wx_cv_func_snprintf_decl+set}" = set; then
37182 echo $ECHO_N "(cached) $ECHO_C" >&6
37185 cat >conftest.
$ac_ext <<_ACEOF
37188 cat confdefs.h
>>conftest.
$ac_ext
37189 cat >>conftest.
$ac_ext <<_ACEOF
37190 /* end confdefs.h. */
37193 #include <stdarg.h>
37195 #if __MSL__ >= 0x6000
37197 using namespace std;
37206 snprintf(buf, 10u, "%s", "wx");
37212 rm -f conftest.
$ac_objext
37213 if { (ac_try
="$ac_compile"
37214 case "(($ac_try" in
37215 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
37216 *) ac_try_echo=$ac_try;;
37218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37219 (eval "$ac_compile") 2>conftest.er1
37221 grep -v '^ *+' conftest.er1 >conftest.err
37223 cat conftest.err >&5
37224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37225 (exit $ac_status); } && {
37226 test -z "$ac_cxx_werror_flag" ||
37227 test ! -s conftest.err
37228 } && test -s conftest.$ac_objext; then
37229 wx_cv_func_snprintf_decl=yes
37231 echo "$as_me: failed program was:" >&5
37232 sed 's/^/| /' conftest.$ac_ext >&5
37234 wx_cv_func_snprintf_decl=no
37238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37242 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
37243 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6; }
37245 if test "$wx_cv_func_snprintf_decl" = "yes"; then
37246 cat >>confdefs.h <<\_ACEOF
37247 #define HAVE_SNPRINTF_DECL 1
37252 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
37254 { echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
37255 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6; }
37256 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
37257 echo $ECHO_N "(cached) $ECHO_C" >&6
37260 if test "$cross_compiling" = yes; then
37262 { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
37263 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
37264 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
37265 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
37266 wx_cv_func_snprintf_pos_params=no
37270 cat >conftest.$ac_ext <<_ACEOF
37273 cat confdefs.h >>conftest.$ac_ext
37274 cat >>conftest.$ac_ext <<_ACEOF
37275 /* end confdefs.h. */
37282 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
37283 if (strcmp ("2 3 1", buffer) == 0)
37289 rm -f conftest$ac_exeext
37290 if { (ac_try="$ac_link"
37291 case "(($ac_try" in
37292 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
37293 *) ac_try_echo
=$ac_try;;
37295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37296 (eval "$ac_link") 2>&5
37298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37299 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
37300 { (case "(($ac_try" in
37301 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
37302 *) ac_try_echo=$ac_try;;
37304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37305 (eval "$ac_try") 2>&5
37307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37308 (exit $ac_status); }; }; then
37309 wx_cv_func_snprintf_pos_params=no
37311 echo "$as_me: program exited with status $ac_status" >&5
37312 echo "$as_me: failed program was:" >&5
37313 sed 's/^/| /' conftest.$ac_ext >&5
37315 ( exit $ac_status )
37316 wx_cv_func_snprintf_pos_params=yes
37318 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
37325 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
37326 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6; }
37328 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
37329 cat >>confdefs.h <<\_ACEOF
37330 #define HAVE_UNIX98_PRINTF 1
37337 if test "$ac_cv_func_vsscanf" = "yes"; then
37338 { echo "$as_me:$LINENO: checking for vsscanf declaration" >&5
37339 echo $ECHO_N "checking for vsscanf declaration... $ECHO_C" >&6; }
37340 if test "${wx_cv_func_vsscanf_decl+set}" = set; then
37341 echo $ECHO_N "(cached) $ECHO_C" >&6
37344 cat >conftest.$ac_ext <<_ACEOF
37347 cat confdefs.h >>conftest.$ac_ext
37348 cat >>conftest.$ac_ext <<_ACEOF
37349 /* end confdefs.h. */
37352 #include <stdarg.h>
37354 #if __MSL__ >= 0x6000
37356 using namespace std;
37366 vsscanf(buf, "%s", args);
37372 rm -f conftest.$ac_objext
37373 if { (ac_try="$ac_compile"
37374 case "(($ac_try" in
37375 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
37376 *) ac_try_echo
=$ac_try;;
37378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37379 (eval "$ac_compile") 2>conftest.er1
37381 grep -v '^ *+' conftest.er1
>conftest.err
37383 cat conftest.err
>&5
37384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37385 (exit $ac_status); } && {
37386 test -z "$ac_cxx_werror_flag" ||
37387 test ! -s conftest.err
37388 } && test -s conftest.
$ac_objext; then
37389 wx_cv_func_vsscanf_decl
=yes
37391 echo "$as_me: failed program was:" >&5
37392 sed 's/^/| /' conftest.
$ac_ext >&5
37394 wx_cv_func_vsscanf_decl
=no
37398 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
37402 { echo "$as_me:$LINENO: result: $wx_cv_func_vsscanf_decl" >&5
37403 echo "${ECHO_T}$wx_cv_func_vsscanf_decl" >&6; }
37405 if test "$wx_cv_func_vsscanf_decl" = "yes"; then
37406 cat >>confdefs.h
<<\_ACEOF
37407 #define HAVE_VSSCANF_DECL 1
37413 ac_cpp
='$CPP $CPPFLAGS'
37414 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37415 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37416 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
37419 if test "$wxUSE_UNICODE" = yes; then
37421 wchar_headers
="#include <stdio.h>
37422 #include <wchar.h>"
37426 for ac_header
in widec.h
37428 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
37429 { echo "$as_me:$LINENO: checking for $ac_header" >&5
37430 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
37431 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
37432 echo $ECHO_N "(cached) $ECHO_C" >&6
37434 cat >conftest.
$ac_ext <<_ACEOF
37437 cat confdefs.h
>>conftest.
$ac_ext
37438 cat >>conftest.
$ac_ext <<_ACEOF
37439 /* end confdefs.h. */
37440 $ac_includes_default
37442 #include <$ac_header>
37444 rm -f conftest.
$ac_objext
37445 if { (ac_try
="$ac_compile"
37446 case "(($ac_try" in
37447 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
37448 *) ac_try_echo=$ac_try;;
37450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37451 (eval "$ac_compile") 2>conftest.er1
37453 grep -v '^ *+' conftest.er1 >conftest.err
37455 cat conftest.err >&5
37456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37457 (exit $ac_status); } && {
37458 test -z "$ac_c_werror_flag" ||
37459 test ! -s conftest.err
37460 } && test -s conftest.$ac_objext; then
37461 eval "$as_ac_Header=yes"
37463 echo "$as_me: failed program was:" >&5
37464 sed 's/^/| /' conftest.$ac_ext >&5
37466 eval "$as_ac_Header=no"
37469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37471 ac_res=`eval echo '${'$as_ac_Header'}'`
37472 { echo "$as_me:$LINENO: result: $ac_res" >&5
37473 echo "${ECHO_T}$ac_res" >&6; }
37474 if test `eval echo '${'$as_ac_Header'}'` = yes; then
37475 cat >>confdefs.h <<_ACEOF
37476 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
37483 if test "$ac_cv_header_widec_h" = "yes"; then
37484 wchar_headers="$wchar_headers
37485 #include <widec.h>"
37490 for wx_func in putws fputws wprintf vswprintf vswscanf
37492 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37493 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37494 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37495 echo $ECHO_N "(cached) $ECHO_C" >&6
37498 cat >conftest.$ac_ext <<_ACEOF
37502 cat confdefs.h >>conftest.$ac_ext
37503 cat >>conftest.$ac_ext <<_ACEOF
37504 /* end confdefs.h. */
37507 $ac_includes_default
37523 rm -f conftest.$ac_objext conftest$ac_exeext
37524 if { (ac_try="$ac_link"
37525 case "(($ac_try" in
37526 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
37527 *) ac_try_echo
=$ac_try;;
37529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37530 (eval "$ac_link") 2>conftest.er1
37532 grep -v '^ *+' conftest.er1
>conftest.err
37534 cat conftest.err
>&5
37535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37536 (exit $ac_status); } && {
37537 test -z "$ac_c_werror_flag" ||
37538 test ! -s conftest.err
37539 } && test -s conftest
$ac_exeext &&
37540 $as_test_x conftest
$ac_exeext; then
37541 eval wx_cv_func_
$wx_func=yes
37543 echo "$as_me: failed program was:" >&5
37544 sed 's/^/| /' conftest.
$ac_ext >&5
37546 eval wx_cv_func_
$wx_func=no
37549 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
37550 conftest
$ac_exeext conftest.
$ac_ext
37553 ac_res
=`eval echo '${'wx_cv_func_$wx_func'}'`
37554 { echo "$as_me:$LINENO: result: $ac_res" >&5
37555 echo "${ECHO_T}$ac_res" >&6; }
37557 if eval test \
$wx_cv_func_$wx_func = yes
37559 cat >>confdefs.h
<<_ACEOF
37560 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37571 { echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
37572 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6; }
37573 cat >conftest.
$ac_ext <<_ACEOF
37576 cat confdefs.h
>>conftest.
$ac_ext
37577 cat >>conftest.
$ac_ext <<_ACEOF
37578 /* end confdefs.h. */
37588 rm -f conftest.
$ac_objext
37589 if { (ac_try
="$ac_compile"
37590 case "(($ac_try" in
37591 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
37592 *) ac_try_echo=$ac_try;;
37594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37595 (eval "$ac_compile") 2>conftest.er1
37597 grep -v '^ *+' conftest.er1 >conftest.err
37599 cat conftest.err >&5
37600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37601 (exit $ac_status); } && {
37602 test -z "$ac_c_werror_flag" ||
37603 test ! -s conftest.err
37604 } && test -s conftest.$ac_objext; then
37605 { echo "$as_me:$LINENO: result: yes" >&5
37606 echo "${ECHO_T}yes" >&6; }
37607 cat >>confdefs.h <<\_ACEOF
37608 #define HAVE__VSNWPRINTF 1
37612 echo "$as_me: failed program was:" >&5
37613 sed 's/^/| /' conftest.$ac_ext >&5
37615 { echo "$as_me:$LINENO: result: no" >&5
37616 echo "${ECHO_T}no" >&6; }
37619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
37622 if test "$wxUSE_FILE" = "yes"; then
37624 for wx_func in fsync
37626 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37627 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37628 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37629 echo $ECHO_N "(cached) $ECHO_C" >&6
37632 cat >conftest.$ac_ext <<_ACEOF
37636 cat confdefs.h >>conftest.$ac_ext
37637 cat >>conftest.$ac_ext <<_ACEOF
37638 /* end confdefs.h. */
37641 $ac_includes_default
37657 rm -f conftest.$ac_objext conftest$ac_exeext
37658 if { (ac_try="$ac_link"
37659 case "(($ac_try" in
37660 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
37661 *) ac_try_echo
=$ac_try;;
37663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37664 (eval "$ac_link") 2>conftest.er1
37666 grep -v '^ *+' conftest.er1
>conftest.err
37668 cat conftest.err
>&5
37669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37670 (exit $ac_status); } && {
37671 test -z "$ac_c_werror_flag" ||
37672 test ! -s conftest.err
37673 } && test -s conftest
$ac_exeext &&
37674 $as_test_x conftest
$ac_exeext; then
37675 eval wx_cv_func_
$wx_func=yes
37677 echo "$as_me: failed program was:" >&5
37678 sed 's/^/| /' conftest.
$ac_ext >&5
37680 eval wx_cv_func_
$wx_func=no
37683 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
37684 conftest
$ac_exeext conftest.
$ac_ext
37687 ac_res
=`eval echo '${'wx_cv_func_$wx_func'}'`
37688 { echo "$as_me:$LINENO: result: $ac_res" >&5
37689 echo "${ECHO_T}$ac_res" >&6; }
37691 if eval test \
$wx_cv_func_$wx_func = yes
37693 cat >>confdefs.h
<<_ACEOF
37694 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37707 ac_cpp
='$CXXCPP $CPPFLAGS'
37708 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37709 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37710 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
37713 for wx_func
in round
37715 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37716 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37717 if { as_var
=wx_cv_func_
$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37718 echo $ECHO_N "(cached) $ECHO_C" >&6
37721 cat >conftest.
$ac_ext <<_ACEOF
37725 cat confdefs.h
>>conftest.
$ac_ext
37726 cat >>conftest.
$ac_ext <<_ACEOF
37727 /* end confdefs.h. */
37730 $ac_includes_default
37746 rm -f conftest.
$ac_objext conftest
$ac_exeext
37747 if { (ac_try
="$ac_link"
37748 case "(($ac_try" in
37749 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
37750 *) ac_try_echo=$ac_try;;
37752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37753 (eval "$ac_link") 2>conftest.er1
37755 grep -v '^ *+' conftest.er1 >conftest.err
37757 cat conftest.err >&5
37758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37759 (exit $ac_status); } && {
37760 test -z "$ac_cxx_werror_flag" ||
37761 test ! -s conftest.err
37762 } && test -s conftest$ac_exeext &&
37763 $as_test_x conftest$ac_exeext; then
37764 eval wx_cv_func_$wx_func=yes
37766 echo "$as_me: failed program was:" >&5
37767 sed 's/^/| /' conftest.$ac_ext >&5
37769 eval wx_cv_func_$wx_func=no
37772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37773 conftest$ac_exeext conftest.$ac_ext
37776 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
37777 { echo "$as_me:$LINENO: result: $ac_res" >&5
37778 echo "${ECHO_T}$ac_res" >&6; }
37780 if eval test \$wx_cv_func_$wx_func = yes
37782 cat >>confdefs.h <<_ACEOF
37783 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37794 ac_cpp='$CPP $CPPFLAGS'
37795 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37796 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37797 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37800 if test "$TOOLKIT" != "MSW"; then
37802 if test "$wxUSE_LIBICONV" != "no" ; then
37806 # Check whether --with-libiconv-prefix was given.
37807 if test "${with_libiconv_prefix+set}" = set; then
37808 withval=$with_libiconv_prefix;
37809 for dir in `echo "$withval" | tr : ' '`; do
37810 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
37811 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
37817 { echo "$as_me:$LINENO: checking for iconv" >&5
37818 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
37819 if test "${am_cv_func_iconv+set}" = set; then
37820 echo $ECHO_N "(cached) $ECHO_C" >&6
37823 am_cv_func_iconv="no, consider installing GNU libiconv"
37825 cat >conftest.$ac_ext <<_ACEOF
37828 cat confdefs.h >>conftest.$ac_ext
37829 cat >>conftest.$ac_ext <<_ACEOF
37830 /* end confdefs.h. */
37831 #include <stdlib.h>
37836 iconv_t cd = iconv_open("","");
37837 iconv(cd,NULL,NULL,NULL,NULL);
37843 rm -f conftest.$ac_objext conftest$ac_exeext
37844 if { (ac_try="$ac_link"
37845 case "(($ac_try" in
37846 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
37847 *) ac_try_echo
=$ac_try;;
37849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37850 (eval "$ac_link") 2>conftest.er1
37852 grep -v '^ *+' conftest.er1
>conftest.err
37854 cat conftest.err
>&5
37855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37856 (exit $ac_status); } && {
37857 test -z "$ac_c_werror_flag" ||
37858 test ! -s conftest.err
37859 } && test -s conftest
$ac_exeext &&
37860 $as_test_x conftest
$ac_exeext; then
37861 am_cv_func_iconv
=yes
37863 echo "$as_me: failed program was:" >&5
37864 sed 's/^/| /' conftest.
$ac_ext >&5
37869 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
37870 conftest
$ac_exeext conftest.
$ac_ext
37871 if test "$am_cv_func_iconv" != yes; then
37872 am_save_LIBS
="$LIBS"
37873 LIBS
="$LIBS -liconv"
37874 cat >conftest.
$ac_ext <<_ACEOF
37877 cat confdefs.h
>>conftest.
$ac_ext
37878 cat >>conftest.
$ac_ext <<_ACEOF
37879 /* end confdefs.h. */
37880 #include <stdlib.h>
37885 iconv_t cd = iconv_open("","");
37886 iconv(cd,NULL,NULL,NULL,NULL);
37892 rm -f conftest.
$ac_objext conftest
$ac_exeext
37893 if { (ac_try
="$ac_link"
37894 case "(($ac_try" in
37895 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
37896 *) ac_try_echo=$ac_try;;
37898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37899 (eval "$ac_link") 2>conftest.er1
37901 grep -v '^ *+' conftest.er1 >conftest.err
37903 cat conftest.err >&5
37904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37905 (exit $ac_status); } && {
37906 test -z "$ac_c_werror_flag" ||
37907 test ! -s conftest.err
37908 } && test -s conftest$ac_exeext &&
37909 $as_test_x conftest$ac_exeext; then
37910 am_cv_lib_iconv=yes
37911 am_cv_func_iconv=yes
37913 echo "$as_me: failed program was:" >&5
37914 sed 's/^/| /' conftest.$ac_ext >&5
37919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37920 conftest$ac_exeext conftest.$ac_ext
37921 LIBS="$am_save_LIBS"
37925 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
37926 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
37927 if test "$am_cv_func_iconv" = yes; then
37929 cat >>confdefs.h <<\_ACEOF
37930 #define HAVE_ICONV 1
37933 { echo "$as_me:$LINENO: checking if iconv needs const" >&5
37934 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6; }
37935 if test "${wx_cv_func_iconv_const+set}" = set; then
37936 echo $ECHO_N "(cached) $ECHO_C" >&6
37938 cat >conftest.$ac_ext <<_ACEOF
37941 cat confdefs.h >>conftest.$ac_ext
37942 cat >>conftest.$ac_ext <<_ACEOF
37943 /* end confdefs.h. */
37945 #include <stdlib.h>
37951 #if defined(__STDC__) || defined(__cplusplus)
37952 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
37965 rm -f conftest.$ac_objext
37966 if { (ac_try="$ac_compile"
37967 case "(($ac_try" in
37968 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
37969 *) ac_try_echo
=$ac_try;;
37971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37972 (eval "$ac_compile") 2>conftest.er1
37974 grep -v '^ *+' conftest.er1
>conftest.err
37976 cat conftest.err
>&5
37977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37978 (exit $ac_status); } && {
37979 test -z "$ac_c_werror_flag" ||
37980 test ! -s conftest.err
37981 } && test -s conftest.
$ac_objext; then
37982 wx_cv_func_iconv_const
="no"
37984 echo "$as_me: failed program was:" >&5
37985 sed 's/^/| /' conftest.
$ac_ext >&5
37987 wx_cv_func_iconv_const
="yes"
37991 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
37994 { echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
37995 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6; }
37998 if test "x$wx_cv_func_iconv_const" = "xyes"; then
37999 iconv_const
="const"
38003 cat >>confdefs.h
<<_ACEOF
38004 #define ICONV_CONST $iconv_const
38009 if test "$am_cv_lib_iconv" = yes; then
38014 LIBS
="$LIBICONV $LIBS"
38017 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
38019 for ac_func
in sigaction
38021 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38022 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38023 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38024 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38025 echo $ECHO_N "(cached) $ECHO_C" >&6
38027 cat >conftest.
$ac_ext <<_ACEOF
38030 cat confdefs.h
>>conftest.
$ac_ext
38031 cat >>conftest.
$ac_ext <<_ACEOF
38032 /* end confdefs.h. */
38033 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38034 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38035 #define $ac_func innocuous_$ac_func
38037 /* System header to define __stub macros and hopefully few prototypes,
38038 which can conflict with char $ac_func (); below.
38039 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38040 <limits.h> exists even on freestanding compilers. */
38043 # include <limits.h>
38045 # include <assert.h>
38050 /* Override any GCC internal prototype to avoid an error.
38051 Use char because int might match the return type of a GCC
38052 builtin and then its argument prototype would still apply. */
38057 /* The GNU C library defines this for functions which it implements
38058 to always fail with ENOSYS. Some functions are actually named
38059 something starting with __ and the normal name is an alias. */
38060 #if defined __stub_$ac_func || defined __stub___$ac_func
38067 return $ac_func ();
38072 rm -f conftest.
$ac_objext conftest
$ac_exeext
38073 if { (ac_try
="$ac_link"
38074 case "(($ac_try" in
38075 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
38076 *) ac_try_echo=$ac_try;;
38078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38079 (eval "$ac_link") 2>conftest.er1
38081 grep -v '^ *+' conftest.er1 >conftest.err
38083 cat conftest.err >&5
38084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38085 (exit $ac_status); } && {
38086 test -z "$ac_c_werror_flag" ||
38087 test ! -s conftest.err
38088 } && test -s conftest$ac_exeext &&
38089 $as_test_x conftest$ac_exeext; then
38090 eval "$as_ac_var=yes"
38092 echo "$as_me: failed program was:" >&5
38093 sed 's/^/| /' conftest.$ac_ext >&5
38095 eval "$as_ac_var=no"
38098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38099 conftest$ac_exeext conftest.$ac_ext
38101 ac_res=`eval echo '${'$as_ac_var'}'`
38102 { echo "$as_me:$LINENO: result: $ac_res" >&5
38103 echo "${ECHO_T}$ac_res" >&6; }
38104 if test `eval echo '${'$as_ac_var'}'` = yes; then
38105 cat >>confdefs.h <<_ACEOF
38106 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38113 if test "$ac_cv_func_sigaction" = "no"; then
38114 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
38115 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
38116 wxUSE_ON_FATAL_EXCEPTION=no
38119 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
38120 { echo "$as_me:$LINENO: checking for sa_handler type" >&5
38121 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6; }
38122 if test "${wx_cv_type_sa_handler+set}" = set; then
38123 echo $ECHO_N "(cached) $ECHO_C" >&6
38127 ac_cpp='$CXXCPP $CPPFLAGS'
38128 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38129 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38130 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38132 cat >conftest.$ac_ext <<_ACEOF
38135 cat confdefs.h >>conftest.$ac_ext
38136 cat >>conftest.$ac_ext <<_ACEOF
38137 /* end confdefs.h. */
38138 #include <signal.h>
38143 extern void testSigHandler(int);
38145 struct sigaction sa;
38146 sa.sa_handler = testSigHandler;
38152 rm -f conftest.$ac_objext
38153 if { (ac_try="$ac_compile"
38154 case "(($ac_try" in
38155 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
38156 *) ac_try_echo
=$ac_try;;
38158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38159 (eval "$ac_compile") 2>conftest.er1
38161 grep -v '^ *+' conftest.er1
>conftest.err
38163 cat conftest.err
>&5
38164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38165 (exit $ac_status); } && {
38166 test -z "$ac_cxx_werror_flag" ||
38167 test ! -s conftest.err
38168 } && test -s conftest.
$ac_objext; then
38170 wx_cv_type_sa_handler
=int
38173 echo "$as_me: failed program was:" >&5
38174 sed 's/^/| /' conftest.
$ac_ext >&5
38177 wx_cv_type_sa_handler
=void
38181 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
38183 ac_cpp
='$CPP $CPPFLAGS'
38184 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38185 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38186 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
38190 { echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
38191 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6; }
38193 cat >>confdefs.h
<<_ACEOF
38194 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
38200 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
38201 { echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
38202 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6; }
38203 if test "${wx_cv_func_backtrace+set}" = set; then
38204 echo $ECHO_N "(cached) $ECHO_C" >&6
38208 ac_cpp
='$CXXCPP $CPPFLAGS'
38209 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38210 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38211 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
38213 cat >conftest.
$ac_ext <<_ACEOF
38216 cat confdefs.h
>>conftest.
$ac_ext
38217 cat >>conftest.
$ac_ext <<_ACEOF
38218 /* end confdefs.h. */
38219 #include <execinfo.h>
38227 backtrace(trace, 1);
38228 messages = backtrace_symbols(trace, 1);
38234 rm -f conftest.
$ac_objext
38235 if { (ac_try
="$ac_compile"
38236 case "(($ac_try" in
38237 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
38238 *) ac_try_echo=$ac_try;;
38240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38241 (eval "$ac_compile") 2>conftest.er1
38243 grep -v '^ *+' conftest.er1 >conftest.err
38245 cat conftest.err >&5
38246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38247 (exit $ac_status); } && {
38248 test -z "$ac_cxx_werror_flag" ||
38249 test ! -s conftest.err
38250 } && test -s conftest.$ac_objext; then
38251 wx_cv_func_backtrace=yes
38253 echo "$as_me: failed program was:" >&5
38254 sed 's/^/| /' conftest.$ac_ext >&5
38256 wx_cv_func_backtrace=no
38260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38262 ac_cpp='$CPP $CPPFLAGS'
38263 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38264 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38265 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38270 { echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
38271 echo "${ECHO_T}$wx_cv_func_backtrace" >&6; }
38274 if test "$wx_cv_func_backtrace" = "no"; then
38275 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
38276 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
38277 wxUSE_STACKWALKER=no
38279 { echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
38280 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6; }
38281 if test "${wx_cv_func_cxa_demangle+set}" = set; then
38282 echo $ECHO_N "(cached) $ECHO_C" >&6
38286 ac_cpp='$CXXCPP $CPPFLAGS'
38287 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38288 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38289 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38291 cat >conftest.$ac_ext <<_ACEOF
38294 cat confdefs.h >>conftest.$ac_ext
38295 cat >>conftest.$ac_ext <<_ACEOF
38296 /* end confdefs.h. */
38297 #include <cxxabi.h>
38303 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
38309 rm -f conftest.$ac_objext conftest$ac_exeext
38310 if { (ac_try="$ac_link"
38311 case "(($ac_try" in
38312 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
38313 *) ac_try_echo
=$ac_try;;
38315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38316 (eval "$ac_link") 2>conftest.er1
38318 grep -v '^ *+' conftest.er1
>conftest.err
38320 cat conftest.err
>&5
38321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38322 (exit $ac_status); } && {
38323 test -z "$ac_cxx_werror_flag" ||
38324 test ! -s conftest.err
38325 } && test -s conftest
$ac_exeext &&
38326 $as_test_x conftest
$ac_exeext; then
38327 wx_cv_func_cxa_demangle
=yes
38329 echo "$as_me: failed program was:" >&5
38330 sed 's/^/| /' conftest.
$ac_ext >&5
38332 wx_cv_func_cxa_demangle
=no
38336 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
38337 conftest
$ac_exeext conftest.
$ac_ext
38339 ac_cpp
='$CPP $CPPFLAGS'
38340 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38341 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38342 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
38347 { echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
38348 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6; }
38350 if test "$wx_cv_func_cxa_demangle" = "yes"; then
38351 cat >>confdefs.h
<<\_ACEOF
38352 #define HAVE_CXA_DEMANGLE 1
38359 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
38360 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
38361 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
38362 wxUSE_STACKWALKER
=no
38368 for ac_func
in mkstemp mktemp
38370 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38371 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38372 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38373 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38374 echo $ECHO_N "(cached) $ECHO_C" >&6
38376 cat >conftest.
$ac_ext <<_ACEOF
38379 cat confdefs.h
>>conftest.
$ac_ext
38380 cat >>conftest.
$ac_ext <<_ACEOF
38381 /* end confdefs.h. */
38382 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38383 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38384 #define $ac_func innocuous_$ac_func
38386 /* System header to define __stub macros and hopefully few prototypes,
38387 which can conflict with char $ac_func (); below.
38388 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38389 <limits.h> exists even on freestanding compilers. */
38392 # include <limits.h>
38394 # include <assert.h>
38399 /* Override any GCC internal prototype to avoid an error.
38400 Use char because int might match the return type of a GCC
38401 builtin and then its argument prototype would still apply. */
38406 /* The GNU C library defines this for functions which it implements
38407 to always fail with ENOSYS. Some functions are actually named
38408 something starting with __ and the normal name is an alias. */
38409 #if defined __stub_$ac_func || defined __stub___$ac_func
38416 return $ac_func ();
38421 rm -f conftest.
$ac_objext conftest
$ac_exeext
38422 if { (ac_try
="$ac_link"
38423 case "(($ac_try" in
38424 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
38425 *) ac_try_echo=$ac_try;;
38427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38428 (eval "$ac_link") 2>conftest.er1
38430 grep -v '^ *+' conftest.er1 >conftest.err
38432 cat conftest.err >&5
38433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38434 (exit $ac_status); } && {
38435 test -z "$ac_c_werror_flag" ||
38436 test ! -s conftest.err
38437 } && test -s conftest$ac_exeext &&
38438 $as_test_x conftest$ac_exeext; then
38439 eval "$as_ac_var=yes"
38441 echo "$as_me: failed program was:" >&5
38442 sed 's/^/| /' conftest.$ac_ext >&5
38444 eval "$as_ac_var=no"
38447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38448 conftest$ac_exeext conftest.$ac_ext
38450 ac_res=`eval echo '${'$as_ac_var'}'`
38451 { echo "$as_me:$LINENO: result: $ac_res" >&5
38452 echo "${ECHO_T}$ac_res" >&6; }
38453 if test `eval echo '${'$as_ac_var'}'` = yes; then
38454 cat >>confdefs.h <<_ACEOF
38455 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38462 { echo "$as_me:$LINENO: checking for statfs" >&5
38463 echo $ECHO_N "checking for statfs... $ECHO_C" >&6; }
38464 if test "${wx_cv_func_statfs+set}" = set; then
38465 echo $ECHO_N "(cached) $ECHO_C" >&6
38467 cat >conftest.$ac_ext <<_ACEOF
38470 cat confdefs.h >>conftest.$ac_ext
38471 cat >>conftest.$ac_ext <<_ACEOF
38472 /* end confdefs.h. */
38474 #if defined(__BSD__)
38475 #include <sys/param.h>
38476 #include <sys/mount.h>
38478 #include <sys/vfs.h>
38496 rm -f conftest.$ac_objext
38497 if { (ac_try="$ac_compile"
38498 case "(($ac_try" in
38499 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
38500 *) ac_try_echo
=$ac_try;;
38502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38503 (eval "$ac_compile") 2>conftest.er1
38505 grep -v '^ *+' conftest.er1
>conftest.err
38507 cat conftest.err
>&5
38508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38509 (exit $ac_status); } && {
38510 test -z "$ac_c_werror_flag" ||
38511 test ! -s conftest.err
38512 } && test -s conftest.
$ac_objext; then
38513 wx_cv_func_statfs
=yes
38515 echo "$as_me: failed program was:" >&5
38516 sed 's/^/| /' conftest.
$ac_ext >&5
38518 wx_cv_func_statfs
=no
38522 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
38525 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
38526 echo "${ECHO_T}$wx_cv_func_statfs" >&6; }
38528 if test "$wx_cv_func_statfs" = "yes"; then
38529 { echo "$as_me:$LINENO: checking for statfs declaration" >&5
38530 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6; }
38531 if test "${wx_cv_func_statfs_decl+set}" = set; then
38532 echo $ECHO_N "(cached) $ECHO_C" >&6
38535 ac_cpp
='$CXXCPP $CPPFLAGS'
38536 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38537 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38538 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
38540 cat >conftest.
$ac_ext <<_ACEOF
38543 cat confdefs.h
>>conftest.
$ac_ext
38544 cat >>conftest.
$ac_ext <<_ACEOF
38545 /* end confdefs.h. */
38547 #if defined(__BSD__)
38548 #include <sys/param.h>
38549 #include <sys/mount.h>
38551 #include <sys/vfs.h>
38565 rm -f conftest.
$ac_objext
38566 if { (ac_try
="$ac_compile"
38567 case "(($ac_try" in
38568 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
38569 *) ac_try_echo=$ac_try;;
38571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38572 (eval "$ac_compile") 2>conftest.er1
38574 grep -v '^ *+' conftest.er1 >conftest.err
38576 cat conftest.err >&5
38577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38578 (exit $ac_status); } && {
38579 test -z "$ac_cxx_werror_flag" ||
38580 test ! -s conftest.err
38581 } && test -s conftest.$ac_objext; then
38582 wx_cv_func_statfs_decl=yes
38584 echo "$as_me: failed program was:" >&5
38585 sed 's/^/| /' conftest.$ac_ext >&5
38587 wx_cv_func_statfs_decl=no
38591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38593 ac_cpp='$CPP $CPPFLAGS'
38594 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38595 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38596 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38600 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
38601 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6; }
38603 if test "$wx_cv_func_statfs_decl" = "yes"; then
38604 cat >>confdefs.h <<\_ACEOF
38605 #define HAVE_STATFS_DECL 1
38610 wx_cv_type_statvfs_t="struct statfs"
38611 cat >>confdefs.h <<\_ACEOF
38612 #define HAVE_STATFS 1
38616 { echo "$as_me:$LINENO: checking for statvfs" >&5
38617 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6; }
38618 if test "${wx_cv_func_statvfs+set}" = set; then
38619 echo $ECHO_N "(cached) $ECHO_C" >&6
38621 cat >conftest.$ac_ext <<_ACEOF
38624 cat confdefs.h >>conftest.$ac_ext
38625 cat >>conftest.$ac_ext <<_ACEOF
38626 /* end confdefs.h. */
38628 #include <stddef.h>
38629 #include <sys/statvfs.h>
38635 statvfs("/", NULL);
38641 rm -f conftest.$ac_objext
38642 if { (ac_try="$ac_compile"
38643 case "(($ac_try" in
38644 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
38645 *) ac_try_echo
=$ac_try;;
38647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38648 (eval "$ac_compile") 2>conftest.er1
38650 grep -v '^ *+' conftest.er1
>conftest.err
38652 cat conftest.err
>&5
38653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38654 (exit $ac_status); } && {
38655 test -z "$ac_c_werror_flag" ||
38656 test ! -s conftest.err
38657 } && test -s conftest.
$ac_objext; then
38658 wx_cv_func_statvfs
=yes
38660 echo "$as_me: failed program was:" >&5
38661 sed 's/^/| /' conftest.
$ac_ext >&5
38663 wx_cv_func_statvfs
=no
38667 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
38670 { echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
38671 echo "${ECHO_T}$wx_cv_func_statvfs" >&6; }
38673 if test "$wx_cv_func_statvfs" = "yes"; then
38674 { echo "$as_me:$LINENO: checking for statvfs argument type" >&5
38675 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6; }
38676 if test "${wx_cv_type_statvfs_t+set}" = set; then
38677 echo $ECHO_N "(cached) $ECHO_C" >&6
38680 ac_cpp
='$CXXCPP $CPPFLAGS'
38681 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38682 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38683 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
38685 cat >conftest.
$ac_ext <<_ACEOF
38688 cat confdefs.h
>>conftest.
$ac_ext
38689 cat >>conftest.
$ac_ext <<_ACEOF
38690 /* end confdefs.h. */
38692 #include <sys/statvfs.h>
38709 rm -f conftest.
$ac_objext
38710 if { (ac_try
="$ac_compile"
38711 case "(($ac_try" in
38712 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
38713 *) ac_try_echo=$ac_try;;
38715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38716 (eval "$ac_compile") 2>conftest.er1
38718 grep -v '^ *+' conftest.er1 >conftest.err
38720 cat conftest.err >&5
38721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38722 (exit $ac_status); } && {
38723 test -z "$ac_cxx_werror_flag" ||
38724 test ! -s conftest.err
38725 } && test -s conftest.$ac_objext; then
38726 wx_cv_type_statvfs_t=statvfs_t
38728 echo "$as_me: failed program was:" >&5
38729 sed 's/^/| /' conftest.$ac_ext >&5
38732 cat >conftest.$ac_ext <<_ACEOF
38735 cat confdefs.h >>conftest.$ac_ext
38736 cat >>conftest.$ac_ext <<_ACEOF
38737 /* end confdefs.h. */
38739 #include <sys/statvfs.h>
38756 rm -f conftest.$ac_objext
38757 if { (ac_try="$ac_compile"
38758 case "(($ac_try" in
38759 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
38760 *) ac_try_echo
=$ac_try;;
38762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38763 (eval "$ac_compile") 2>conftest.er1
38765 grep -v '^ *+' conftest.er1
>conftest.err
38767 cat conftest.err
>&5
38768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38769 (exit $ac_status); } && {
38770 test -z "$ac_cxx_werror_flag" ||
38771 test ! -s conftest.err
38772 } && test -s conftest.
$ac_objext; then
38773 wx_cv_type_statvfs_t
="struct statvfs"
38775 echo "$as_me: failed program was:" >&5
38776 sed 's/^/| /' conftest.
$ac_ext >&5
38778 wx_cv_type_statvfs_t
="unknown"
38782 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
38787 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
38789 ac_cpp
='$CPP $CPPFLAGS'
38790 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38791 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38792 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
38796 { echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
38797 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6; }
38799 if test "$wx_cv_type_statvfs_t" != "unknown"; then
38800 cat >>confdefs.h
<<\_ACEOF
38801 #define HAVE_STATVFS 1
38806 wx_cv_type_statvfs_t
="unknown"
38810 if test "$wx_cv_type_statvfs_t" != "unknown"; then
38811 cat >>confdefs.h
<<_ACEOF
38812 #define WX_STATFS_T $wx_cv_type_statvfs_t
38816 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
38817 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
38820 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
38823 for ac_func
in fcntl flock
38825 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38826 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38827 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38828 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38829 echo $ECHO_N "(cached) $ECHO_C" >&6
38831 cat >conftest.
$ac_ext <<_ACEOF
38834 cat confdefs.h
>>conftest.
$ac_ext
38835 cat >>conftest.
$ac_ext <<_ACEOF
38836 /* end confdefs.h. */
38837 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38838 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38839 #define $ac_func innocuous_$ac_func
38841 /* System header to define __stub macros and hopefully few prototypes,
38842 which can conflict with char $ac_func (); below.
38843 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38844 <limits.h> exists even on freestanding compilers. */
38847 # include <limits.h>
38849 # include <assert.h>
38854 /* Override any GCC internal prototype to avoid an error.
38855 Use char because int might match the return type of a GCC
38856 builtin and then its argument prototype would still apply. */
38861 /* The GNU C library defines this for functions which it implements
38862 to always fail with ENOSYS. Some functions are actually named
38863 something starting with __ and the normal name is an alias. */
38864 #if defined __stub_$ac_func || defined __stub___$ac_func
38871 return $ac_func ();
38876 rm -f conftest.
$ac_objext conftest
$ac_exeext
38877 if { (ac_try
="$ac_link"
38878 case "(($ac_try" in
38879 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
38880 *) ac_try_echo=$ac_try;;
38882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38883 (eval "$ac_link") 2>conftest.er1
38885 grep -v '^ *+' conftest.er1 >conftest.err
38887 cat conftest.err >&5
38888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38889 (exit $ac_status); } && {
38890 test -z "$ac_c_werror_flag" ||
38891 test ! -s conftest.err
38892 } && test -s conftest$ac_exeext &&
38893 $as_test_x conftest$ac_exeext; then
38894 eval "$as_ac_var=yes"
38896 echo "$as_me: failed program was:" >&5
38897 sed 's/^/| /' conftest.$ac_ext >&5
38899 eval "$as_ac_var=no"
38902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38903 conftest$ac_exeext conftest.$ac_ext
38905 ac_res=`eval echo '${'$as_ac_var'}'`
38906 { echo "$as_me:$LINENO: result: $ac_res" >&5
38907 echo "${ECHO_T}$ac_res" >&6; }
38908 if test `eval echo '${'$as_ac_var'}'` = yes; then
38909 cat >>confdefs.h <<_ACEOF
38910 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38917 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
38918 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
38919 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
38920 wxUSE_SNGLINST_CHECKER=no
38926 for ac_func in setenv putenv
38928 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38929 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38930 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38931 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38932 echo $ECHO_N "(cached) $ECHO_C" >&6
38934 cat >conftest.$ac_ext <<_ACEOF
38937 cat confdefs.h >>conftest.$ac_ext
38938 cat >>conftest.$ac_ext <<_ACEOF
38939 /* end confdefs.h. */
38940 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38941 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38942 #define $ac_func innocuous_$ac_func
38944 /* System header to define __stub macros and hopefully few prototypes,
38945 which can conflict with char $ac_func (); below.
38946 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38947 <limits.h> exists even on freestanding compilers. */
38950 # include <limits.h>
38952 # include <assert.h>
38957 /* Override any GCC internal prototype to avoid an error.
38958 Use char because int might match the return type of a GCC
38959 builtin and then its argument prototype would still apply. */
38964 /* The GNU C library defines this for functions which it implements
38965 to always fail with ENOSYS. Some functions are actually named
38966 something starting with __ and the normal name is an alias. */
38967 #if defined __stub_$ac_func || defined __stub___$ac_func
38974 return $ac_func ();
38979 rm -f conftest.$ac_objext conftest$ac_exeext
38980 if { (ac_try="$ac_link"
38981 case "(($ac_try" in
38982 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
38983 *) ac_try_echo
=$ac_try;;
38985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38986 (eval "$ac_link") 2>conftest.er1
38988 grep -v '^ *+' conftest.er1
>conftest.err
38990 cat conftest.err
>&5
38991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38992 (exit $ac_status); } && {
38993 test -z "$ac_c_werror_flag" ||
38994 test ! -s conftest.err
38995 } && test -s conftest
$ac_exeext &&
38996 $as_test_x conftest
$ac_exeext; then
38997 eval "$as_ac_var=yes"
38999 echo "$as_me: failed program was:" >&5
39000 sed 's/^/| /' conftest.
$ac_ext >&5
39002 eval "$as_ac_var=no"
39005 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
39006 conftest
$ac_exeext conftest.
$ac_ext
39008 ac_res
=`eval echo '${'$as_ac_var'}'`
39009 { echo "$as_me:$LINENO: result: $ac_res" >&5
39010 echo "${ECHO_T}$ac_res" >&6; }
39011 if test `eval echo '${'$as_ac_var'}'` = yes; then
39012 cat >>confdefs.h
<<_ACEOF
39013 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39019 if test "$ac_cv_func_setenv" = "yes"; then
39021 for ac_func
in unsetenv
39023 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39024 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39025 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39026 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39027 echo $ECHO_N "(cached) $ECHO_C" >&6
39029 cat >conftest.
$ac_ext <<_ACEOF
39032 cat confdefs.h
>>conftest.
$ac_ext
39033 cat >>conftest.
$ac_ext <<_ACEOF
39034 /* end confdefs.h. */
39035 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39036 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39037 #define $ac_func innocuous_$ac_func
39039 /* System header to define __stub macros and hopefully few prototypes,
39040 which can conflict with char $ac_func (); below.
39041 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39042 <limits.h> exists even on freestanding compilers. */
39045 # include <limits.h>
39047 # include <assert.h>
39052 /* Override any GCC internal prototype to avoid an error.
39053 Use char because int might match the return type of a GCC
39054 builtin and then its argument prototype would still apply. */
39059 /* The GNU C library defines this for functions which it implements
39060 to always fail with ENOSYS. Some functions are actually named
39061 something starting with __ and the normal name is an alias. */
39062 #if defined __stub_$ac_func || defined __stub___$ac_func
39069 return $ac_func ();
39074 rm -f conftest.
$ac_objext conftest
$ac_exeext
39075 if { (ac_try
="$ac_link"
39076 case "(($ac_try" in
39077 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
39078 *) ac_try_echo=$ac_try;;
39080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39081 (eval "$ac_link") 2>conftest.er1
39083 grep -v '^ *+' conftest.er1 >conftest.err
39085 cat conftest.err >&5
39086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39087 (exit $ac_status); } && {
39088 test -z "$ac_c_werror_flag" ||
39089 test ! -s conftest.err
39090 } && test -s conftest$ac_exeext &&
39091 $as_test_x conftest$ac_exeext; then
39092 eval "$as_ac_var=yes"
39094 echo "$as_me: failed program was:" >&5
39095 sed 's/^/| /' conftest.$ac_ext >&5
39097 eval "$as_ac_var=no"
39100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39101 conftest$ac_exeext conftest.$ac_ext
39103 ac_res=`eval echo '${'$as_ac_var'}'`
39104 { echo "$as_me:$LINENO: result: $ac_res" >&5
39105 echo "${ECHO_T}$ac_res" >&6; }
39106 if test `eval echo '${'$as_ac_var'}'` = yes; then
39107 cat >>confdefs.h <<_ACEOF
39108 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39116 HAVE_SOME_SLEEP_FUNC=0
39117 if test "$USE_BEOS" = 1; then
39118 cat >>confdefs.h <<\_ACEOF
39119 #define HAVE_SLEEP 1
39122 HAVE_SOME_SLEEP_FUNC=1
39125 if test "$USE_DARWIN" = 1; then
39126 cat >>confdefs.h <<\_ACEOF
39127 #define HAVE_USLEEP 1
39130 HAVE_SOME_SLEEP_FUNC=1
39133 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
39136 for ac_func in nanosleep
39138 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39139 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39140 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39141 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39142 echo $ECHO_N "(cached) $ECHO_C" >&6
39144 cat >conftest.$ac_ext <<_ACEOF
39147 cat confdefs.h >>conftest.$ac_ext
39148 cat >>conftest.$ac_ext <<_ACEOF
39149 /* end confdefs.h. */
39150 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39151 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39152 #define $ac_func innocuous_$ac_func
39154 /* System header to define __stub macros and hopefully few prototypes,
39155 which can conflict with char $ac_func (); below.
39156 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39157 <limits.h> exists even on freestanding compilers. */
39160 # include <limits.h>
39162 # include <assert.h>
39167 /* Override any GCC internal prototype to avoid an error.
39168 Use char because int might match the return type of a GCC
39169 builtin and then its argument prototype would still apply. */
39174 /* The GNU C library defines this for functions which it implements
39175 to always fail with ENOSYS. Some functions are actually named
39176 something starting with __ and the normal name is an alias. */
39177 #if defined __stub_$ac_func || defined __stub___$ac_func
39184 return $ac_func ();
39189 rm -f conftest.$ac_objext conftest$ac_exeext
39190 if { (ac_try="$ac_link"
39191 case "(($ac_try" in
39192 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
39193 *) ac_try_echo
=$ac_try;;
39195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39196 (eval "$ac_link") 2>conftest.er1
39198 grep -v '^ *+' conftest.er1
>conftest.err
39200 cat conftest.err
>&5
39201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39202 (exit $ac_status); } && {
39203 test -z "$ac_c_werror_flag" ||
39204 test ! -s conftest.err
39205 } && test -s conftest
$ac_exeext &&
39206 $as_test_x conftest
$ac_exeext; then
39207 eval "$as_ac_var=yes"
39209 echo "$as_me: failed program was:" >&5
39210 sed 's/^/| /' conftest.
$ac_ext >&5
39212 eval "$as_ac_var=no"
39215 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
39216 conftest
$ac_exeext conftest.
$ac_ext
39218 ac_res
=`eval echo '${'$as_ac_var'}'`
39219 { echo "$as_me:$LINENO: result: $ac_res" >&5
39220 echo "${ECHO_T}$ac_res" >&6; }
39221 if test `eval echo '${'$as_ac_var'}'` = yes; then
39222 cat >>confdefs.h
<<_ACEOF
39223 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39225 cat >>confdefs.h
<<\_ACEOF
39226 #define HAVE_NANOSLEEP 1
39231 { echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
39232 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6; }
39233 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
39234 echo $ECHO_N "(cached) $ECHO_C" >&6
39236 ac_check_lib_save_LIBS
=$LIBS
39237 LIBS
="-lposix4 $LIBS"
39238 cat >conftest.
$ac_ext <<_ACEOF
39241 cat confdefs.h
>>conftest.
$ac_ext
39242 cat >>conftest.
$ac_ext <<_ACEOF
39243 /* end confdefs.h. */
39245 /* Override any GCC internal prototype to avoid an error.
39246 Use char because int might match the return type of a GCC
39247 builtin and then its argument prototype would still apply. */
39255 return nanosleep ();
39260 rm -f conftest.
$ac_objext conftest
$ac_exeext
39261 if { (ac_try
="$ac_link"
39262 case "(($ac_try" in
39263 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
39264 *) ac_try_echo=$ac_try;;
39266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39267 (eval "$ac_link") 2>conftest.er1
39269 grep -v '^ *+' conftest.er1 >conftest.err
39271 cat conftest.err >&5
39272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39273 (exit $ac_status); } && {
39274 test -z "$ac_c_werror_flag" ||
39275 test ! -s conftest.err
39276 } && test -s conftest$ac_exeext &&
39277 $as_test_x conftest$ac_exeext; then
39278 ac_cv_lib_posix4_nanosleep=yes
39280 echo "$as_me: failed program was:" >&5
39281 sed 's/^/| /' conftest.$ac_ext >&5
39283 ac_cv_lib_posix4_nanosleep=no
39286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39287 conftest$ac_exeext conftest.$ac_ext
39288 LIBS=$ac_check_lib_save_LIBS
39290 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
39291 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6; }
39292 if test $ac_cv_lib_posix4_nanosleep = yes; then
39294 cat >>confdefs.h <<\_ACEOF
39295 #define HAVE_NANOSLEEP 1
39298 POSIX4_LINK=" -lposix4"
39303 for wx_func in usleep
39305 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39306 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39307 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39308 echo $ECHO_N "(cached) $ECHO_C" >&6
39311 cat >conftest.$ac_ext <<_ACEOF
39315 cat confdefs.h >>conftest.$ac_ext
39316 cat >>conftest.$ac_ext <<_ACEOF
39317 /* end confdefs.h. */
39320 $ac_includes_default
39336 rm -f conftest.$ac_objext conftest$ac_exeext
39337 if { (ac_try="$ac_link"
39338 case "(($ac_try" in
39339 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
39340 *) ac_try_echo
=$ac_try;;
39342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39343 (eval "$ac_link") 2>conftest.er1
39345 grep -v '^ *+' conftest.er1
>conftest.err
39347 cat conftest.err
>&5
39348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39349 (exit $ac_status); } && {
39350 test -z "$ac_c_werror_flag" ||
39351 test ! -s conftest.err
39352 } && test -s conftest
$ac_exeext &&
39353 $as_test_x conftest
$ac_exeext; then
39354 eval wx_cv_func_
$wx_func=yes
39356 echo "$as_me: failed program was:" >&5
39357 sed 's/^/| /' conftest.
$ac_ext >&5
39359 eval wx_cv_func_
$wx_func=no
39362 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
39363 conftest
$ac_exeext conftest.
$ac_ext
39366 ac_res
=`eval echo '${'wx_cv_func_$wx_func'}'`
39367 { echo "$as_me:$LINENO: result: $ac_res" >&5
39368 echo "${ECHO_T}$ac_res" >&6; }
39370 if eval test \
$wx_cv_func_$wx_func = yes
39372 cat >>confdefs.h
<<_ACEOF
39373 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39379 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
39380 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
39397 for wx_func
in uname
39399 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39400 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39401 if { as_var
=wx_cv_func_
$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39402 echo $ECHO_N "(cached) $ECHO_C" >&6
39405 cat >conftest.
$ac_ext <<_ACEOF
39409 cat confdefs.h
>>conftest.
$ac_ext
39410 cat >>conftest.
$ac_ext <<_ACEOF
39411 /* end confdefs.h. */
39413 #include <sys/utsname.h>
39414 $ac_includes_default
39430 rm -f conftest.
$ac_objext conftest
$ac_exeext
39431 if { (ac_try
="$ac_link"
39432 case "(($ac_try" in
39433 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
39434 *) ac_try_echo=$ac_try;;
39436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39437 (eval "$ac_link") 2>conftest.er1
39439 grep -v '^ *+' conftest.er1 >conftest.err
39441 cat conftest.err >&5
39442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39443 (exit $ac_status); } && {
39444 test -z "$ac_c_werror_flag" ||
39445 test ! -s conftest.err
39446 } && test -s conftest$ac_exeext &&
39447 $as_test_x conftest$ac_exeext; then
39448 eval wx_cv_func_$wx_func=yes
39450 echo "$as_me: failed program was:" >&5
39451 sed 's/^/| /' conftest.$ac_ext >&5
39453 eval wx_cv_func_$wx_func=no
39456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39457 conftest$ac_exeext conftest.$ac_ext
39460 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39461 { echo "$as_me:$LINENO: result: $ac_res" >&5
39462 echo "${ECHO_T}$ac_res" >&6; }
39464 if eval test \$wx_cv_func_$wx_func = yes
39466 cat >>confdefs.h <<_ACEOF
39467 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39477 if test "$wx_cv_func_uname" != yes; then
39479 for wx_func in gethostname
39481 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39482 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39483 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39484 echo $ECHO_N "(cached) $ECHO_C" >&6
39487 cat >conftest.$ac_ext <<_ACEOF
39491 cat confdefs.h >>conftest.$ac_ext
39492 cat >>conftest.$ac_ext <<_ACEOF
39493 /* end confdefs.h. */
39496 $ac_includes_default
39512 rm -f conftest.$ac_objext conftest$ac_exeext
39513 if { (ac_try="$ac_link"
39514 case "(($ac_try" in
39515 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
39516 *) ac_try_echo
=$ac_try;;
39518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39519 (eval "$ac_link") 2>conftest.er1
39521 grep -v '^ *+' conftest.er1
>conftest.err
39523 cat conftest.err
>&5
39524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39525 (exit $ac_status); } && {
39526 test -z "$ac_c_werror_flag" ||
39527 test ! -s conftest.err
39528 } && test -s conftest
$ac_exeext &&
39529 $as_test_x conftest
$ac_exeext; then
39530 eval wx_cv_func_
$wx_func=yes
39532 echo "$as_me: failed program was:" >&5
39533 sed 's/^/| /' conftest.
$ac_ext >&5
39535 eval wx_cv_func_
$wx_func=no
39538 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
39539 conftest
$ac_exeext conftest.
$ac_ext
39542 ac_res
=`eval echo '${'wx_cv_func_$wx_func'}'`
39543 { echo "$as_me:$LINENO: result: $ac_res" >&5
39544 echo "${ECHO_T}$ac_res" >&6; }
39546 if eval test \
$wx_cv_func_$wx_func = yes
39548 cat >>confdefs.h
<<_ACEOF
39549 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39562 for wx_func
in strtok_r
39564 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39565 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39566 if { as_var
=wx_cv_func_
$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39567 echo $ECHO_N "(cached) $ECHO_C" >&6
39570 cat >conftest.
$ac_ext <<_ACEOF
39574 cat confdefs.h
>>conftest.
$ac_ext
39575 cat >>conftest.
$ac_ext <<_ACEOF
39576 /* end confdefs.h. */
39579 $ac_includes_default
39595 rm -f conftest.
$ac_objext conftest
$ac_exeext
39596 if { (ac_try
="$ac_link"
39597 case "(($ac_try" in
39598 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
39599 *) ac_try_echo=$ac_try;;
39601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39602 (eval "$ac_link") 2>conftest.er1
39604 grep -v '^ *+' conftest.er1 >conftest.err
39606 cat conftest.err >&5
39607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39608 (exit $ac_status); } && {
39609 test -z "$ac_c_werror_flag" ||
39610 test ! -s conftest.err
39611 } && test -s conftest$ac_exeext &&
39612 $as_test_x conftest$ac_exeext; then
39613 eval wx_cv_func_$wx_func=yes
39615 echo "$as_me: failed program was:" >&5
39616 sed 's/^/| /' conftest.$ac_ext >&5
39618 eval wx_cv_func_$wx_func=no
39621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39622 conftest$ac_exeext conftest.$ac_ext
39625 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39626 { echo "$as_me:$LINENO: result: $ac_res" >&5
39627 echo "${ECHO_T}$ac_res" >&6; }
39629 if eval test \$wx_cv_func_$wx_func = yes
39631 cat >>confdefs.h <<_ACEOF
39632 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39645 for ac_func in inet_addr
39647 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39648 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39649 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39650 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39651 echo $ECHO_N "(cached) $ECHO_C" >&6
39653 cat >conftest.$ac_ext <<_ACEOF
39656 cat confdefs.h >>conftest.$ac_ext
39657 cat >>conftest.$ac_ext <<_ACEOF
39658 /* end confdefs.h. */
39659 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39660 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39661 #define $ac_func innocuous_$ac_func
39663 /* System header to define __stub macros and hopefully few prototypes,
39664 which can conflict with char $ac_func (); below.
39665 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39666 <limits.h> exists even on freestanding compilers. */
39669 # include <limits.h>
39671 # include <assert.h>
39676 /* Override any GCC internal prototype to avoid an error.
39677 Use char because int might match the return type of a GCC
39678 builtin and then its argument prototype would still apply. */
39683 /* The GNU C library defines this for functions which it implements
39684 to always fail with ENOSYS. Some functions are actually named
39685 something starting with __ and the normal name is an alias. */
39686 #if defined __stub_$ac_func || defined __stub___$ac_func
39693 return $ac_func ();
39698 rm -f conftest.$ac_objext conftest$ac_exeext
39699 if { (ac_try="$ac_link"
39700 case "(($ac_try" in
39701 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
39702 *) ac_try_echo
=$ac_try;;
39704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39705 (eval "$ac_link") 2>conftest.er1
39707 grep -v '^ *+' conftest.er1
>conftest.err
39709 cat conftest.err
>&5
39710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39711 (exit $ac_status); } && {
39712 test -z "$ac_c_werror_flag" ||
39713 test ! -s conftest.err
39714 } && test -s conftest
$ac_exeext &&
39715 $as_test_x conftest
$ac_exeext; then
39716 eval "$as_ac_var=yes"
39718 echo "$as_me: failed program was:" >&5
39719 sed 's/^/| /' conftest.
$ac_ext >&5
39721 eval "$as_ac_var=no"
39724 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
39725 conftest
$ac_exeext conftest.
$ac_ext
39727 ac_res
=`eval echo '${'$as_ac_var'}'`
39728 { echo "$as_me:$LINENO: result: $ac_res" >&5
39729 echo "${ECHO_T}$ac_res" >&6; }
39730 if test `eval echo '${'$as_ac_var'}'` = yes; then
39731 cat >>confdefs.h
<<_ACEOF
39732 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39734 cat >>confdefs.h
<<\_ACEOF
39735 #define HAVE_INET_ADDR 1
39740 { echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
39741 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6; }
39742 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
39743 echo $ECHO_N "(cached) $ECHO_C" >&6
39745 ac_check_lib_save_LIBS
=$LIBS
39747 cat >conftest.
$ac_ext <<_ACEOF
39750 cat confdefs.h
>>conftest.
$ac_ext
39751 cat >>conftest.
$ac_ext <<_ACEOF
39752 /* end confdefs.h. */
39754 /* Override any GCC internal prototype to avoid an error.
39755 Use char because int might match the return type of a GCC
39756 builtin and then its argument prototype would still apply. */
39764 return inet_addr ();
39769 rm -f conftest.
$ac_objext conftest
$ac_exeext
39770 if { (ac_try
="$ac_link"
39771 case "(($ac_try" in
39772 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
39773 *) ac_try_echo=$ac_try;;
39775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39776 (eval "$ac_link") 2>conftest.er1
39778 grep -v '^ *+' conftest.er1 >conftest.err
39780 cat conftest.err >&5
39781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39782 (exit $ac_status); } && {
39783 test -z "$ac_c_werror_flag" ||
39784 test ! -s conftest.err
39785 } && test -s conftest$ac_exeext &&
39786 $as_test_x conftest$ac_exeext; then
39787 ac_cv_lib_nsl_inet_addr=yes
39789 echo "$as_me: failed program was:" >&5
39790 sed 's/^/| /' conftest.$ac_ext >&5
39792 ac_cv_lib_nsl_inet_addr=no
39795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39796 conftest$ac_exeext conftest.$ac_ext
39797 LIBS=$ac_check_lib_save_LIBS
39799 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
39800 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6; }
39801 if test $ac_cv_lib_nsl_inet_addr = yes; then
39805 { echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
39806 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6; }
39807 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
39808 echo $ECHO_N "(cached) $ECHO_C" >&6
39810 ac_check_lib_save_LIBS=$LIBS
39811 LIBS="-lresolv $LIBS"
39812 cat >conftest.$ac_ext <<_ACEOF
39815 cat confdefs.h >>conftest.$ac_ext
39816 cat >>conftest.$ac_ext <<_ACEOF
39817 /* end confdefs.h. */
39819 /* Override any GCC internal prototype to avoid an error.
39820 Use char because int might match the return type of a GCC
39821 builtin and then its argument prototype would still apply. */
39829 return inet_addr ();
39834 rm -f conftest.$ac_objext conftest$ac_exeext
39835 if { (ac_try="$ac_link"
39836 case "(($ac_try" in
39837 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
39838 *) ac_try_echo
=$ac_try;;
39840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39841 (eval "$ac_link") 2>conftest.er1
39843 grep -v '^ *+' conftest.er1
>conftest.err
39845 cat conftest.err
>&5
39846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39847 (exit $ac_status); } && {
39848 test -z "$ac_c_werror_flag" ||
39849 test ! -s conftest.err
39850 } && test -s conftest
$ac_exeext &&
39851 $as_test_x conftest
$ac_exeext; then
39852 ac_cv_lib_resolv_inet_addr
=yes
39854 echo "$as_me: failed program was:" >&5
39855 sed 's/^/| /' conftest.
$ac_ext >&5
39857 ac_cv_lib_resolv_inet_addr
=no
39860 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
39861 conftest
$ac_exeext conftest.
$ac_ext
39862 LIBS
=$ac_check_lib_save_LIBS
39864 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
39865 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6; }
39866 if test $ac_cv_lib_resolv_inet_addr = yes; then
39870 { echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
39871 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6; }
39872 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
39873 echo $ECHO_N "(cached) $ECHO_C" >&6
39875 ac_check_lib_save_LIBS
=$LIBS
39876 LIBS
="-lsocket $LIBS"
39877 cat >conftest.
$ac_ext <<_ACEOF
39880 cat confdefs.h
>>conftest.
$ac_ext
39881 cat >>conftest.
$ac_ext <<_ACEOF
39882 /* end confdefs.h. */
39884 /* Override any GCC internal prototype to avoid an error.
39885 Use char because int might match the return type of a GCC
39886 builtin and then its argument prototype would still apply. */
39894 return inet_addr ();
39899 rm -f conftest.
$ac_objext conftest
$ac_exeext
39900 if { (ac_try
="$ac_link"
39901 case "(($ac_try" in
39902 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
39903 *) ac_try_echo=$ac_try;;
39905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39906 (eval "$ac_link") 2>conftest.er1
39908 grep -v '^ *+' conftest.er1 >conftest.err
39910 cat conftest.err >&5
39911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39912 (exit $ac_status); } && {
39913 test -z "$ac_c_werror_flag" ||
39914 test ! -s conftest.err
39915 } && test -s conftest$ac_exeext &&
39916 $as_test_x conftest$ac_exeext; then
39917 ac_cv_lib_socket_inet_addr=yes
39919 echo "$as_me: failed program was:" >&5
39920 sed 's/^/| /' conftest.$ac_ext >&5
39922 ac_cv_lib_socket_inet_addr=no
39925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39926 conftest$ac_exeext conftest.$ac_ext
39927 LIBS=$ac_check_lib_save_LIBS
39929 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
39930 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6; }
39931 if test $ac_cv_lib_socket_inet_addr = yes; then
39951 for ac_func in inet_aton
39953 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39954 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39955 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39956 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39957 echo $ECHO_N "(cached) $ECHO_C" >&6
39959 cat >conftest.$ac_ext <<_ACEOF
39962 cat confdefs.h >>conftest.$ac_ext
39963 cat >>conftest.$ac_ext <<_ACEOF
39964 /* end confdefs.h. */
39965 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39966 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39967 #define $ac_func innocuous_$ac_func
39969 /* System header to define __stub macros and hopefully few prototypes,
39970 which can conflict with char $ac_func (); below.
39971 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39972 <limits.h> exists even on freestanding compilers. */
39975 # include <limits.h>
39977 # include <assert.h>
39982 /* Override any GCC internal prototype to avoid an error.
39983 Use char because int might match the return type of a GCC
39984 builtin and then its argument prototype would still apply. */
39989 /* The GNU C library defines this for functions which it implements
39990 to always fail with ENOSYS. Some functions are actually named
39991 something starting with __ and the normal name is an alias. */
39992 #if defined __stub_$ac_func || defined __stub___$ac_func
39999 return $ac_func ();
40004 rm -f conftest.$ac_objext conftest$ac_exeext
40005 if { (ac_try="$ac_link"
40006 case "(($ac_try" in
40007 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
40008 *) ac_try_echo
=$ac_try;;
40010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40011 (eval "$ac_link") 2>conftest.er1
40013 grep -v '^ *+' conftest.er1
>conftest.err
40015 cat conftest.err
>&5
40016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40017 (exit $ac_status); } && {
40018 test -z "$ac_c_werror_flag" ||
40019 test ! -s conftest.err
40020 } && test -s conftest
$ac_exeext &&
40021 $as_test_x conftest
$ac_exeext; then
40022 eval "$as_ac_var=yes"
40024 echo "$as_me: failed program was:" >&5
40025 sed 's/^/| /' conftest.
$ac_ext >&5
40027 eval "$as_ac_var=no"
40030 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
40031 conftest
$ac_exeext conftest.
$ac_ext
40033 ac_res
=`eval echo '${'$as_ac_var'}'`
40034 { echo "$as_me:$LINENO: result: $ac_res" >&5
40035 echo "${ECHO_T}$ac_res" >&6; }
40036 if test `eval echo '${'$as_ac_var'}'` = yes; then
40037 cat >>confdefs.h
<<_ACEOF
40038 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40040 cat >>confdefs.h
<<\_ACEOF
40041 #define HAVE_INET_ATON 1
40046 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
40047 { echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
40048 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6; }
40049 if { as_var
=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
40050 echo $ECHO_N "(cached) $ECHO_C" >&6
40052 ac_check_lib_save_LIBS
=$LIBS
40053 LIBS
="-l$INET_LINK $LIBS"
40054 cat >conftest.
$ac_ext <<_ACEOF
40057 cat confdefs.h
>>conftest.
$ac_ext
40058 cat >>conftest.
$ac_ext <<_ACEOF
40059 /* end confdefs.h. */
40061 /* Override any GCC internal prototype to avoid an error.
40062 Use char because int might match the return type of a GCC
40063 builtin and then its argument prototype would still apply. */
40071 return inet_aton ();
40076 rm -f conftest.
$ac_objext conftest
$ac_exeext
40077 if { (ac_try
="$ac_link"
40078 case "(($ac_try" in
40079 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
40080 *) ac_try_echo=$ac_try;;
40082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40083 (eval "$ac_link") 2>conftest.er1
40085 grep -v '^ *+' conftest.er1 >conftest.err
40087 cat conftest.err >&5
40088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40089 (exit $ac_status); } && {
40090 test -z "$ac_c_werror_flag" ||
40091 test ! -s conftest.err
40092 } && test -s conftest$ac_exeext &&
40093 $as_test_x conftest$ac_exeext; then
40094 eval "$as_ac_Lib=yes"
40096 echo "$as_me: failed program was:" >&5
40097 sed 's/^/| /' conftest.$ac_ext >&5
40099 eval "$as_ac_Lib=no"
40102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40103 conftest$ac_exeext conftest.$ac_ext
40104 LIBS=$ac_check_lib_save_LIBS
40106 ac_res=`eval echo '${'$as_ac_Lib'}'`
40107 { echo "$as_me:$LINENO: result: $ac_res" >&5
40108 echo "${ECHO_T}$ac_res" >&6; }
40109 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
40110 cat >>confdefs.h <<\_ACEOF
40111 #define HAVE_INET_ATON 1
40121 if test "x$INET_LINK" != "x"; then
40122 cat >>confdefs.h <<\_ACEOF
40123 #define HAVE_INET_ADDR 1
40126 INET_LINK=" -l$INET_LINK"
40130 for wx_func in fdopen
40132 { echo "$as_me:$LINENO: checking for $wx_func" >&5
40133 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40134 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40135 echo $ECHO_N "(cached) $ECHO_C" >&6
40138 cat >conftest.$ac_ext <<_ACEOF
40142 cat confdefs.h >>conftest.$ac_ext
40143 cat >>conftest.$ac_ext <<_ACEOF
40144 /* end confdefs.h. */
40147 $ac_includes_default
40163 rm -f conftest.$ac_objext conftest$ac_exeext
40164 if { (ac_try="$ac_link"
40165 case "(($ac_try" in
40166 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
40167 *) ac_try_echo
=$ac_try;;
40169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40170 (eval "$ac_link") 2>conftest.er1
40172 grep -v '^ *+' conftest.er1
>conftest.err
40174 cat conftest.err
>&5
40175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40176 (exit $ac_status); } && {
40177 test -z "$ac_c_werror_flag" ||
40178 test ! -s conftest.err
40179 } && test -s conftest
$ac_exeext &&
40180 $as_test_x conftest
$ac_exeext; then
40181 eval wx_cv_func_
$wx_func=yes
40183 echo "$as_me: failed program was:" >&5
40184 sed 's/^/| /' conftest.
$ac_ext >&5
40186 eval wx_cv_func_
$wx_func=no
40189 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
40190 conftest
$ac_exeext conftest.
$ac_ext
40193 ac_res
=`eval echo '${'wx_cv_func_$wx_func'}'`
40194 { echo "$as_me:$LINENO: result: $ac_res" >&5
40195 echo "${ECHO_T}$ac_res" >&6; }
40197 if eval test \
$wx_cv_func_$wx_func = yes
40199 cat >>confdefs.h
<<_ACEOF
40200 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40211 if test "$wxUSE_TARSTREAM" = "yes"; then
40213 for wx_func
in sysconf
40215 { echo "$as_me:$LINENO: checking for $wx_func" >&5
40216 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40217 if { as_var
=wx_cv_func_
$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40218 echo $ECHO_N "(cached) $ECHO_C" >&6
40221 cat >conftest.
$ac_ext <<_ACEOF
40225 cat confdefs.h
>>conftest.
$ac_ext
40226 cat >>conftest.
$ac_ext <<_ACEOF
40227 /* end confdefs.h. */
40230 $ac_includes_default
40246 rm -f conftest.
$ac_objext conftest
$ac_exeext
40247 if { (ac_try
="$ac_link"
40248 case "(($ac_try" in
40249 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
40250 *) ac_try_echo=$ac_try;;
40252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40253 (eval "$ac_link") 2>conftest.er1
40255 grep -v '^ *+' conftest.er1 >conftest.err
40257 cat conftest.err >&5
40258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40259 (exit $ac_status); } && {
40260 test -z "$ac_c_werror_flag" ||
40261 test ! -s conftest.err
40262 } && test -s conftest$ac_exeext &&
40263 $as_test_x conftest$ac_exeext; then
40264 eval wx_cv_func_$wx_func=yes
40266 echo "$as_me: failed program was:" >&5
40267 sed 's/^/| /' conftest.$ac_ext >&5
40269 eval wx_cv_func_$wx_func=no
40272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40273 conftest$ac_exeext conftest.$ac_ext
40276 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
40277 { echo "$as_me:$LINENO: result: $ac_res" >&5
40278 echo "${ECHO_T}$ac_res" >&6; }
40280 if eval test \$wx_cv_func_$wx_func = yes
40282 cat >>confdefs.h <<_ACEOF
40283 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40295 for wx_func in getpwuid_r
40297 { echo "$as_me:$LINENO: checking for $wx_func" >&5
40298 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40299 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40300 echo $ECHO_N "(cached) $ECHO_C" >&6
40303 cat >conftest.$ac_ext <<_ACEOF
40307 cat confdefs.h >>conftest.$ac_ext
40308 cat >>conftest.$ac_ext <<_ACEOF
40309 /* end confdefs.h. */
40315 $ac_includes_default
40325 struct passwd pw, *ppw;
40327 getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
40335 rm -f conftest.$ac_objext conftest$ac_exeext
40336 if { (ac_try="$ac_link"
40337 case "(($ac_try" in
40338 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
40339 *) ac_try_echo
=$ac_try;;
40341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40342 (eval "$ac_link") 2>conftest.er1
40344 grep -v '^ *+' conftest.er1
>conftest.err
40346 cat conftest.err
>&5
40347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40348 (exit $ac_status); } && {
40349 test -z "$ac_c_werror_flag" ||
40350 test ! -s conftest.err
40351 } && test -s conftest
$ac_exeext &&
40352 $as_test_x conftest
$ac_exeext; then
40353 eval wx_cv_func_
$wx_func=yes
40355 echo "$as_me: failed program was:" >&5
40356 sed 's/^/| /' conftest.
$ac_ext >&5
40358 eval wx_cv_func_
$wx_func=no
40361 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
40362 conftest
$ac_exeext conftest.
$ac_ext
40365 ac_res
=`eval echo '${'wx_cv_func_$wx_func'}'`
40366 { echo "$as_me:$LINENO: result: $ac_res" >&5
40367 echo "${ECHO_T}$ac_res" >&6; }
40369 if eval test \
$wx_cv_func_$wx_func = yes
40371 cat >>confdefs.h
<<_ACEOF
40372 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40384 for wx_func
in getgrgid_r
40386 { echo "$as_me:$LINENO: checking for $wx_func" >&5
40387 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40388 if { as_var
=wx_cv_func_
$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40389 echo $ECHO_N "(cached) $ECHO_C" >&6
40392 cat >conftest.
$ac_ext <<_ACEOF
40396 cat confdefs.h
>>conftest.
$ac_ext
40397 cat >>conftest.
$ac_ext <<_ACEOF
40398 /* end confdefs.h. */
40404 $ac_includes_default
40414 struct group grp, *pgrp;
40416 getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
40424 rm -f conftest.
$ac_objext conftest
$ac_exeext
40425 if { (ac_try
="$ac_link"
40426 case "(($ac_try" in
40427 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
40428 *) ac_try_echo=$ac_try;;
40430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40431 (eval "$ac_link") 2>conftest.er1
40433 grep -v '^ *+' conftest.er1 >conftest.err
40435 cat conftest.err >&5
40436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40437 (exit $ac_status); } && {
40438 test -z "$ac_c_werror_flag" ||
40439 test ! -s conftest.err
40440 } && test -s conftest$ac_exeext &&
40441 $as_test_x conftest$ac_exeext; then
40442 eval wx_cv_func_$wx_func=yes
40444 echo "$as_me: failed program was:" >&5
40445 sed 's/^/| /' conftest.$ac_ext >&5
40447 eval wx_cv_func_$wx_func=no
40450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40451 conftest$ac_exeext conftest.$ac_ext
40454 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
40455 { echo "$as_me:$LINENO: result: $ac_res" >&5
40456 echo "${ECHO_T}$ac_res" >&6; }
40458 if eval test \$wx_cv_func_$wx_func = yes
40460 cat >>confdefs.h <<_ACEOF
40461 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40477 cat >confcache <<\_ACEOF
40478 # This file is a shell script that caches the results of configure
40479 # tests run on this system so they can be shared between configure
40480 # scripts and configure runs, see configure's option --config-cache.
40481 # It is not useful on other systems. If it contains results you don't
40482 # want to keep, you may remove or edit it.
40484 # config.status only pays attention to the cache file if you give it
40485 # the --recheck option to rerun configure.
40487 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
40488 # loading this file, other *unset* `ac_cv_foo' will be assigned the
40489 # following values.
40493 # The following way of writing the cache mishandles newlines in values,
40494 # but we know of no workaround that is simple, portable, and efficient.
40495 # So, we kill variables containing newlines.
40496 # Ultrix sh set writes to stderr and can't be redirected directly,
40497 # and sets the high bit in the cache file unless we assign to the vars.
40499 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
40500 eval ac_val
=\$
$ac_var
40504 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
40505 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
40508 _
| IFS
| as_nl
) ;; #(
40509 *) $as_unset $ac_var ;;
40515 case $as_nl`(ac_space=' '; set) 2>&1` in #(
40516 *${as_nl}ac_space
=\
*)
40517 # `set' does not quote correctly, so add quotes (double-quote
40518 # substitution turns \\\\ into \\, and sed turns \\ into \).
40521 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
40524 # `set' quotes correctly as required by POSIX, so do not add quotes.
40525 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
40534 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
40536 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
40538 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
40539 if test -w "$cache_file"; then
40540 test "x$cache_file" != "x/dev/null" &&
40541 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
40542 echo "$as_me: updating cache $cache_file" >&6;}
40543 cat confcache
>$cache_file
40545 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
40546 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
40552 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
40558 if test "$wxUSE_THREADS" = "yes" ; then
40559 if test "$USE_BEOS" = 1; then
40560 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
40561 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
40566 if test "$wxUSE_THREADS" = "yes" ; then
40569 THREAD_OPTS
="-pthread"
40570 if test "x$SUNCXX" = xyes
; then
40571 THREAD_OPTS
="-mt lthread $THREAD_OPTS"
40575 *-*-solaris2* | *-*-sunos4* )
40576 if test "x$GCC" = "xyes"; then
40577 THREAD_OPTS
="-pthreads $THREAD_OPTS"
40581 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
40583 *-*-darwin* | *-*-cygwin* )
40587 THREAD_OPTS
="pthreads"
40590 if test "x$GCC" = "xyes"; then
40591 $CXX -dumpspecs | grep 'pthread:' >/dev
/null
||
40599 if test "x$GCC" = "xyes"; then
40609 if test "x$GCC" != "xyes"; then
40610 THREAD_OPTS
="-Ethread"
40617 THREAD_OPTS
="none pthread"
40621 THREAD_OPTS
="$THREAD_OPTS pthread none"
40626 for flag
in $THREAD_OPTS; do
40629 { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
40630 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; }
40634 { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
40635 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; }
40636 THREADS_CFLAGS
="$flag"
40640 { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
40641 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; }
40642 THREADS_LINK
="-l$flag"
40647 save_CFLAGS
="$CFLAGS"
40648 LIBS
="$THREADS_LINK $LIBS"
40649 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
40651 cat >conftest.
$ac_ext <<_ACEOF
40654 cat confdefs.h
>>conftest.
$ac_ext
40655 cat >>conftest.
$ac_ext <<_ACEOF
40656 /* end confdefs.h. */
40657 #include <pthread.h>
40661 pthread_create(0,0,0,0);
40666 rm -f conftest.
$ac_objext conftest
$ac_exeext
40667 if { (ac_try
="$ac_link"
40668 case "(($ac_try" in
40669 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
40670 *) ac_try_echo=$ac_try;;
40672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40673 (eval "$ac_link") 2>conftest.er1
40675 grep -v '^ *+' conftest.er1 >conftest.err
40677 cat conftest.err >&5
40678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40679 (exit $ac_status); } && {
40680 test -z "$ac_c_werror_flag" ||
40681 test ! -s conftest.err
40682 } && test -s conftest$ac_exeext &&
40683 $as_test_x conftest$ac_exeext; then
40686 echo "$as_me: failed program was:" >&5
40687 sed 's/^/| /' conftest.$ac_ext >&5
40692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40693 conftest$ac_exeext conftest.$ac_ext
40696 CFLAGS="$save_CFLAGS"
40698 { echo "$as_me:$LINENO: result: $THREADS_OK" >&5
40699 echo "${ECHO_T}$THREADS_OK" >&6; }
40700 if test "x$THREADS_OK" = "xyes"; then
40708 if test "x$THREADS_OK" != "xyes"; then
40710 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
40711 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
40713 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
40714 WXCONFIG_LDFLAGS="$THREADS_CFLAGS $WXCONFIG_LDFLAGS"
40715 LIBS="$THREADS_LINK $LIBS"
40717 { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
40718 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
40722 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
40723 WXCONFIG_LDFLAGS="-L/usr/lib/threads $WXCONFIG_LDFLAGS"
40724 flag="-D_THREAD_SAFE"
40727 flag="-D_THREAD_SAFE"
40730 flag="-D_REENTRANT"
40731 if test "x$GCC" != "xyes"; then
40732 flag="$flag -D_RWSTD_MULTI_THREAD"
40735 *solaris* | alpha*-osf*)
40736 flag="-D_REENTRANT"
40739 { echo "$as_me:$LINENO: result: ${flag}" >&5
40740 echo "${ECHO_T}${flag}" >&6; }
40741 if test "x$flag" != xno; then
40742 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
40745 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
40749 if test "$wxUSE_THREADS" = "yes" ; then
40751 for ac_func in thr_setconcurrency
40753 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40754 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40755 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40756 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40757 echo $ECHO_N "(cached) $ECHO_C" >&6
40759 cat >conftest.$ac_ext <<_ACEOF
40762 cat confdefs.h >>conftest.$ac_ext
40763 cat >>conftest.$ac_ext <<_ACEOF
40764 /* end confdefs.h. */
40765 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40766 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40767 #define $ac_func innocuous_$ac_func
40769 /* System header to define __stub macros and hopefully few prototypes,
40770 which can conflict with char $ac_func (); below.
40771 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40772 <limits.h> exists even on freestanding compilers. */
40775 # include <limits.h>
40777 # include <assert.h>
40782 /* Override any GCC internal prototype to avoid an error.
40783 Use char because int might match the return type of a GCC
40784 builtin and then its argument prototype would still apply. */
40789 /* The GNU C library defines this for functions which it implements
40790 to always fail with ENOSYS. Some functions are actually named
40791 something starting with __ and the normal name is an alias. */
40792 #if defined __stub_$ac_func || defined __stub___$ac_func
40799 return $ac_func ();
40804 rm -f conftest.$ac_objext conftest$ac_exeext
40805 if { (ac_try="$ac_link"
40806 case "(($ac_try" in
40807 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
40808 *) ac_try_echo
=$ac_try;;
40810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40811 (eval "$ac_link") 2>conftest.er1
40813 grep -v '^ *+' conftest.er1
>conftest.err
40815 cat conftest.err
>&5
40816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40817 (exit $ac_status); } && {
40818 test -z "$ac_c_werror_flag" ||
40819 test ! -s conftest.err
40820 } && test -s conftest
$ac_exeext &&
40821 $as_test_x conftest
$ac_exeext; then
40822 eval "$as_ac_var=yes"
40824 echo "$as_me: failed program was:" >&5
40825 sed 's/^/| /' conftest.
$ac_ext >&5
40827 eval "$as_ac_var=no"
40830 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
40831 conftest
$ac_exeext conftest.
$ac_ext
40833 ac_res
=`eval echo '${'$as_ac_var'}'`
40834 { echo "$as_me:$LINENO: result: $ac_res" >&5
40835 echo "${ECHO_T}$ac_res" >&6; }
40836 if test `eval echo '${'$as_ac_var'}'` = yes; then
40837 cat >>confdefs.h
<<_ACEOF
40838 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40845 { echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
40846 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6; }
40847 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
40848 echo $ECHO_N "(cached) $ECHO_C" >&6
40852 ac_cpp
='$CXXCPP $CPPFLAGS'
40853 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40854 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40855 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
40857 cat >conftest.
$ac_ext <<_ACEOF
40860 cat confdefs.h
>>conftest.
$ac_ext
40861 cat >>conftest.
$ac_ext <<_ACEOF
40862 /* end confdefs.h. */
40863 #include <pthread.h>
40864 void ThreadCleanupFunc(void *p);
40871 pthread_cleanup_push(ThreadCleanupFunc, p);
40872 pthread_cleanup_pop(0);
40878 rm -f conftest.
$ac_objext
40879 if { (ac_try
="$ac_compile"
40880 case "(($ac_try" in
40881 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
40882 *) ac_try_echo=$ac_try;;
40884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40885 (eval "$ac_compile") 2>conftest.er1
40887 grep -v '^ *+' conftest.er1 >conftest.err
40889 cat conftest.err >&5
40890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40891 (exit $ac_status); } && {
40892 test -z "$ac_cxx_werror_flag" ||
40893 test ! -s conftest.err
40894 } && test -s conftest.$ac_objext; then
40896 wx_cv_func_pthread_cleanup=yes
40899 echo "$as_me: failed program was:" >&5
40900 sed 's/^/| /' conftest.$ac_ext >&5
40903 wx_cv_func_pthread_cleanup=no
40908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40910 ac_cpp='$CPP $CPPFLAGS'
40911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40917 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
40918 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6; }
40919 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
40920 cat >>confdefs.h <<\_ACEOF
40921 #define wxHAVE_PTHREAD_CLEANUP 1
40927 for ac_header in sched.h
40929 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
40930 { echo "$as_me:$LINENO: checking for $ac_header" >&5
40931 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
40932 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40933 echo $ECHO_N "(cached) $ECHO_C" >&6
40935 cat >conftest.$ac_ext <<_ACEOF
40938 cat confdefs.h >>conftest.$ac_ext
40939 cat >>conftest.$ac_ext <<_ACEOF
40940 /* end confdefs.h. */
40941 $ac_includes_default
40943 #include <$ac_header>
40945 rm -f conftest.$ac_objext
40946 if { (ac_try="$ac_compile"
40947 case "(($ac_try" in
40948 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
40949 *) ac_try_echo
=$ac_try;;
40951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40952 (eval "$ac_compile") 2>conftest.er1
40954 grep -v '^ *+' conftest.er1
>conftest.err
40956 cat conftest.err
>&5
40957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40958 (exit $ac_status); } && {
40959 test -z "$ac_c_werror_flag" ||
40960 test ! -s conftest.err
40961 } && test -s conftest.
$ac_objext; then
40962 eval "$as_ac_Header=yes"
40964 echo "$as_me: failed program was:" >&5
40965 sed 's/^/| /' conftest.
$ac_ext >&5
40967 eval "$as_ac_Header=no"
40970 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
40972 ac_res
=`eval echo '${'$as_ac_Header'}'`
40973 { echo "$as_me:$LINENO: result: $ac_res" >&5
40974 echo "${ECHO_T}$ac_res" >&6; }
40975 if test `eval echo '${'$as_ac_Header'}'` = yes; then
40976 cat >>confdefs.h
<<_ACEOF
40977 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
40984 if test "$ac_cv_header_sched_h" = "yes"; then
40985 { echo "$as_me:$LINENO: checking for sched_yield" >&5
40986 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6; }
40987 if test "${ac_cv_func_sched_yield+set}" = set; then
40988 echo $ECHO_N "(cached) $ECHO_C" >&6
40990 cat >conftest.
$ac_ext <<_ACEOF
40993 cat confdefs.h
>>conftest.
$ac_ext
40994 cat >>conftest.
$ac_ext <<_ACEOF
40995 /* end confdefs.h. */
40996 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
40997 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40998 #define sched_yield innocuous_sched_yield
41000 /* System header to define __stub macros and hopefully few prototypes,
41001 which can conflict with char sched_yield (); below.
41002 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41003 <limits.h> exists even on freestanding compilers. */
41006 # include <limits.h>
41008 # include <assert.h>
41013 /* Override any GCC internal prototype to avoid an error.
41014 Use char because int might match the return type of a GCC
41015 builtin and then its argument prototype would still apply. */
41019 char sched_yield ();
41020 /* The GNU C library defines this for functions which it implements
41021 to always fail with ENOSYS. Some functions are actually named
41022 something starting with __ and the normal name is an alias. */
41023 #if defined __stub_sched_yield || defined __stub___sched_yield
41030 return sched_yield ();
41035 rm -f conftest.
$ac_objext conftest
$ac_exeext
41036 if { (ac_try
="$ac_link"
41037 case "(($ac_try" in
41038 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
41039 *) ac_try_echo=$ac_try;;
41041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41042 (eval "$ac_link") 2>conftest.er1
41044 grep -v '^ *+' conftest.er1 >conftest.err
41046 cat conftest.err >&5
41047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41048 (exit $ac_status); } && {
41049 test -z "$ac_c_werror_flag" ||
41050 test ! -s conftest.err
41051 } && test -s conftest$ac_exeext &&
41052 $as_test_x conftest$ac_exeext; then
41053 ac_cv_func_sched_yield=yes
41055 echo "$as_me: failed program was:" >&5
41056 sed 's/^/| /' conftest.$ac_ext >&5
41058 ac_cv_func_sched_yield=no
41061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41062 conftest$ac_exeext conftest.$ac_ext
41064 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
41065 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6; }
41066 if test $ac_cv_func_sched_yield = yes; then
41067 cat >>confdefs.h <<\_ACEOF
41068 #define HAVE_SCHED_YIELD 1
41073 { echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
41074 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6; }
41075 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
41076 echo $ECHO_N "(cached) $ECHO_C" >&6
41078 ac_check_lib_save_LIBS=$LIBS
41079 LIBS="-lposix4 $LIBS"
41080 cat >conftest.$ac_ext <<_ACEOF
41083 cat confdefs.h >>conftest.$ac_ext
41084 cat >>conftest.$ac_ext <<_ACEOF
41085 /* end confdefs.h. */
41087 /* Override any GCC internal prototype to avoid an error.
41088 Use char because int might match the return type of a GCC
41089 builtin and then its argument prototype would still apply. */
41093 char sched_yield ();
41097 return sched_yield ();
41102 rm -f conftest.$ac_objext conftest$ac_exeext
41103 if { (ac_try="$ac_link"
41104 case "(($ac_try" in
41105 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
41106 *) ac_try_echo
=$ac_try;;
41108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41109 (eval "$ac_link") 2>conftest.er1
41111 grep -v '^ *+' conftest.er1
>conftest.err
41113 cat conftest.err
>&5
41114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41115 (exit $ac_status); } && {
41116 test -z "$ac_c_werror_flag" ||
41117 test ! -s conftest.err
41118 } && test -s conftest
$ac_exeext &&
41119 $as_test_x conftest
$ac_exeext; then
41120 ac_cv_lib_posix4_sched_yield
=yes
41122 echo "$as_me: failed program was:" >&5
41123 sed 's/^/| /' conftest.
$ac_ext >&5
41125 ac_cv_lib_posix4_sched_yield
=no
41128 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
41129 conftest
$ac_exeext conftest.
$ac_ext
41130 LIBS
=$ac_check_lib_save_LIBS
41132 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
41133 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6; }
41134 if test $ac_cv_lib_posix4_sched_yield = yes; then
41135 cat >>confdefs.h
<<\_ACEOF
41136 #define HAVE_SCHED_YIELD 1
41138 POSIX4_LINK
=" -lposix4"
41140 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
41141 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
41152 { echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
41153 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6; }
41154 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
41155 echo $ECHO_N "(cached) $ECHO_C" >&6
41157 cat >conftest.
$ac_ext <<_ACEOF
41160 cat confdefs.h
>>conftest.
$ac_ext
41161 cat >>conftest.
$ac_ext <<_ACEOF
41162 /* end confdefs.h. */
41163 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
41164 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41165 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
41167 /* System header to define __stub macros and hopefully few prototypes,
41168 which can conflict with char pthread_attr_getschedpolicy (); below.
41169 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41170 <limits.h> exists even on freestanding compilers. */
41173 # include <limits.h>
41175 # include <assert.h>
41178 #undef pthread_attr_getschedpolicy
41180 /* Override any GCC internal prototype to avoid an error.
41181 Use char because int might match the return type of a GCC
41182 builtin and then its argument prototype would still apply. */
41186 char pthread_attr_getschedpolicy ();
41187 /* The GNU C library defines this for functions which it implements
41188 to always fail with ENOSYS. Some functions are actually named
41189 something starting with __ and the normal name is an alias. */
41190 #if defined __stub_pthread_attr_getschedpolicy || defined __stub___pthread_attr_getschedpolicy
41197 return pthread_attr_getschedpolicy ();
41202 rm -f conftest.
$ac_objext conftest
$ac_exeext
41203 if { (ac_try
="$ac_link"
41204 case "(($ac_try" in
41205 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
41206 *) ac_try_echo=$ac_try;;
41208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41209 (eval "$ac_link") 2>conftest.er1
41211 grep -v '^ *+' conftest.er1 >conftest.err
41213 cat conftest.err >&5
41214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41215 (exit $ac_status); } && {
41216 test -z "$ac_c_werror_flag" ||
41217 test ! -s conftest.err
41218 } && test -s conftest$ac_exeext &&
41219 $as_test_x conftest$ac_exeext; then
41220 ac_cv_func_pthread_attr_getschedpolicy=yes
41222 echo "$as_me: failed program was:" >&5
41223 sed 's/^/| /' conftest.$ac_ext >&5
41225 ac_cv_func_pthread_attr_getschedpolicy=no
41228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41229 conftest$ac_exeext conftest.$ac_ext
41231 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
41232 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6; }
41233 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
41234 { echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
41235 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6; }
41236 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
41237 echo $ECHO_N "(cached) $ECHO_C" >&6
41239 cat >conftest.$ac_ext <<_ACEOF
41242 cat confdefs.h >>conftest.$ac_ext
41243 cat >>conftest.$ac_ext <<_ACEOF
41244 /* end confdefs.h. */
41245 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
41246 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41247 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
41249 /* System header to define __stub macros and hopefully few prototypes,
41250 which can conflict with char pthread_attr_setschedparam (); below.
41251 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41252 <limits.h> exists even on freestanding compilers. */
41255 # include <limits.h>
41257 # include <assert.h>
41260 #undef pthread_attr_setschedparam
41262 /* Override any GCC internal prototype to avoid an error.
41263 Use char because int might match the return type of a GCC
41264 builtin and then its argument prototype would still apply. */
41268 char pthread_attr_setschedparam ();
41269 /* The GNU C library defines this for functions which it implements
41270 to always fail with ENOSYS. Some functions are actually named
41271 something starting with __ and the normal name is an alias. */
41272 #if defined __stub_pthread_attr_setschedparam || defined __stub___pthread_attr_setschedparam
41279 return pthread_attr_setschedparam ();
41284 rm -f conftest.$ac_objext conftest$ac_exeext
41285 if { (ac_try="$ac_link"
41286 case "(($ac_try" in
41287 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
41288 *) ac_try_echo
=$ac_try;;
41290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41291 (eval "$ac_link") 2>conftest.er1
41293 grep -v '^ *+' conftest.er1
>conftest.err
41295 cat conftest.err
>&5
41296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41297 (exit $ac_status); } && {
41298 test -z "$ac_c_werror_flag" ||
41299 test ! -s conftest.err
41300 } && test -s conftest
$ac_exeext &&
41301 $as_test_x conftest
$ac_exeext; then
41302 ac_cv_func_pthread_attr_setschedparam
=yes
41304 echo "$as_me: failed program was:" >&5
41305 sed 's/^/| /' conftest.
$ac_ext >&5
41307 ac_cv_func_pthread_attr_setschedparam
=no
41310 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
41311 conftest
$ac_exeext conftest.
$ac_ext
41313 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
41314 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6; }
41315 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
41316 { echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
41317 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6; }
41318 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
41319 echo $ECHO_N "(cached) $ECHO_C" >&6
41321 cat >conftest.
$ac_ext <<_ACEOF
41324 cat confdefs.h
>>conftest.
$ac_ext
41325 cat >>conftest.
$ac_ext <<_ACEOF
41326 /* end confdefs.h. */
41327 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
41328 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41329 #define sched_get_priority_max innocuous_sched_get_priority_max
41331 /* System header to define __stub macros and hopefully few prototypes,
41332 which can conflict with char sched_get_priority_max (); below.
41333 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41334 <limits.h> exists even on freestanding compilers. */
41337 # include <limits.h>
41339 # include <assert.h>
41342 #undef sched_get_priority_max
41344 /* Override any GCC internal prototype to avoid an error.
41345 Use char because int might match the return type of a GCC
41346 builtin and then its argument prototype would still apply. */
41350 char sched_get_priority_max ();
41351 /* The GNU C library defines this for functions which it implements
41352 to always fail with ENOSYS. Some functions are actually named
41353 something starting with __ and the normal name is an alias. */
41354 #if defined __stub_sched_get_priority_max || defined __stub___sched_get_priority_max
41361 return sched_get_priority_max ();
41366 rm -f conftest.
$ac_objext conftest
$ac_exeext
41367 if { (ac_try
="$ac_link"
41368 case "(($ac_try" in
41369 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
41370 *) ac_try_echo=$ac_try;;
41372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41373 (eval "$ac_link") 2>conftest.er1
41375 grep -v '^ *+' conftest.er1 >conftest.err
41377 cat conftest.err >&5
41378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41379 (exit $ac_status); } && {
41380 test -z "$ac_c_werror_flag" ||
41381 test ! -s conftest.err
41382 } && test -s conftest$ac_exeext &&
41383 $as_test_x conftest$ac_exeext; then
41384 ac_cv_func_sched_get_priority_max=yes
41386 echo "$as_me: failed program was:" >&5
41387 sed 's/^/| /' conftest.$ac_ext >&5
41389 ac_cv_func_sched_get_priority_max=no
41392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41393 conftest$ac_exeext conftest.$ac_ext
41395 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
41396 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6; }
41397 if test $ac_cv_func_sched_get_priority_max = yes; then
41400 { echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
41401 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6; }
41402 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
41403 echo $ECHO_N "(cached) $ECHO_C" >&6
41405 ac_check_lib_save_LIBS=$LIBS
41406 LIBS="-lposix4 $LIBS"
41407 cat >conftest.$ac_ext <<_ACEOF
41410 cat confdefs.h >>conftest.$ac_ext
41411 cat >>conftest.$ac_ext <<_ACEOF
41412 /* end confdefs.h. */
41414 /* Override any GCC internal prototype to avoid an error.
41415 Use char because int might match the return type of a GCC
41416 builtin and then its argument prototype would still apply. */
41420 char sched_get_priority_max ();
41424 return sched_get_priority_max ();
41429 rm -f conftest.$ac_objext conftest$ac_exeext
41430 if { (ac_try="$ac_link"
41431 case "(($ac_try" in
41432 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
41433 *) ac_try_echo
=$ac_try;;
41435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41436 (eval "$ac_link") 2>conftest.er1
41438 grep -v '^ *+' conftest.er1
>conftest.err
41440 cat conftest.err
>&5
41441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41442 (exit $ac_status); } && {
41443 test -z "$ac_c_werror_flag" ||
41444 test ! -s conftest.err
41445 } && test -s conftest
$ac_exeext &&
41446 $as_test_x conftest
$ac_exeext; then
41447 ac_cv_lib_posix4_sched_get_priority_max
=yes
41449 echo "$as_me: failed program was:" >&5
41450 sed 's/^/| /' conftest.
$ac_ext >&5
41452 ac_cv_lib_posix4_sched_get_priority_max
=no
41455 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
41456 conftest
$ac_exeext conftest.
$ac_ext
41457 LIBS
=$ac_check_lib_save_LIBS
41459 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
41460 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
41461 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
41464 POSIX4_LINK
=" -lposix4"
41478 if test "$HAVE_PRIOR_FUNCS" = 1; then
41479 cat >>confdefs.h
<<\_ACEOF
41480 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
41484 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
41485 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
41488 { echo "$as_me:$LINENO: checking for pthread_cancel" >&5
41489 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6; }
41490 if test "${ac_cv_func_pthread_cancel+set}" = set; then
41491 echo $ECHO_N "(cached) $ECHO_C" >&6
41493 cat >conftest.
$ac_ext <<_ACEOF
41496 cat confdefs.h
>>conftest.
$ac_ext
41497 cat >>conftest.
$ac_ext <<_ACEOF
41498 /* end confdefs.h. */
41499 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
41500 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41501 #define pthread_cancel innocuous_pthread_cancel
41503 /* System header to define __stub macros and hopefully few prototypes,
41504 which can conflict with char pthread_cancel (); below.
41505 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41506 <limits.h> exists even on freestanding compilers. */
41509 # include <limits.h>
41511 # include <assert.h>
41514 #undef pthread_cancel
41516 /* Override any GCC internal prototype to avoid an error.
41517 Use char because int might match the return type of a GCC
41518 builtin and then its argument prototype would still apply. */
41522 char pthread_cancel ();
41523 /* The GNU C library defines this for functions which it implements
41524 to always fail with ENOSYS. Some functions are actually named
41525 something starting with __ and the normal name is an alias. */
41526 #if defined __stub_pthread_cancel || defined __stub___pthread_cancel
41533 return pthread_cancel ();
41538 rm -f conftest.
$ac_objext conftest
$ac_exeext
41539 if { (ac_try
="$ac_link"
41540 case "(($ac_try" in
41541 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
41542 *) ac_try_echo=$ac_try;;
41544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41545 (eval "$ac_link") 2>conftest.er1
41547 grep -v '^ *+' conftest.er1 >conftest.err
41549 cat conftest.err >&5
41550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41551 (exit $ac_status); } && {
41552 test -z "$ac_c_werror_flag" ||
41553 test ! -s conftest.err
41554 } && test -s conftest$ac_exeext &&
41555 $as_test_x conftest$ac_exeext; then
41556 ac_cv_func_pthread_cancel=yes
41558 echo "$as_me: failed program was:" >&5
41559 sed 's/^/| /' conftest.$ac_ext >&5
41561 ac_cv_func_pthread_cancel=no
41564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41565 conftest$ac_exeext conftest.$ac_ext
41567 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
41568 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6; }
41569 if test $ac_cv_func_pthread_cancel = yes; then
41570 cat >>confdefs.h <<\_ACEOF
41571 #define HAVE_PTHREAD_CANCEL 1
41575 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
41576 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
41580 { echo "$as_me:$LINENO: checking for pthread_mutex_timedlock" >&5
41581 echo $ECHO_N "checking for pthread_mutex_timedlock... $ECHO_C" >&6; }
41582 if test "${ac_cv_func_pthread_mutex_timedlock+set}" = set; then
41583 echo $ECHO_N "(cached) $ECHO_C" >&6
41585 cat >conftest.$ac_ext <<_ACEOF
41588 cat confdefs.h >>conftest.$ac_ext
41589 cat >>conftest.$ac_ext <<_ACEOF
41590 /* end confdefs.h. */
41591 /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
41592 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41593 #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
41595 /* System header to define __stub macros and hopefully few prototypes,
41596 which can conflict with char pthread_mutex_timedlock (); below.
41597 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41598 <limits.h> exists even on freestanding compilers. */
41601 # include <limits.h>
41603 # include <assert.h>
41606 #undef pthread_mutex_timedlock
41608 /* Override any GCC internal prototype to avoid an error.
41609 Use char because int might match the return type of a GCC
41610 builtin and then its argument prototype would still apply. */
41614 char pthread_mutex_timedlock ();
41615 /* The GNU C library defines this for functions which it implements
41616 to always fail with ENOSYS. Some functions are actually named
41617 something starting with __ and the normal name is an alias. */
41618 #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
41625 return pthread_mutex_timedlock ();
41630 rm -f conftest.$ac_objext conftest$ac_exeext
41631 if { (ac_try="$ac_link"
41632 case "(($ac_try" in
41633 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
41634 *) ac_try_echo
=$ac_try;;
41636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41637 (eval "$ac_link") 2>conftest.er1
41639 grep -v '^ *+' conftest.er1
>conftest.err
41641 cat conftest.err
>&5
41642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41643 (exit $ac_status); } && {
41644 test -z "$ac_c_werror_flag" ||
41645 test ! -s conftest.err
41646 } && test -s conftest
$ac_exeext &&
41647 $as_test_x conftest
$ac_exeext; then
41648 ac_cv_func_pthread_mutex_timedlock
=yes
41650 echo "$as_me: failed program was:" >&5
41651 sed 's/^/| /' conftest.
$ac_ext >&5
41653 ac_cv_func_pthread_mutex_timedlock
=no
41656 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
41657 conftest
$ac_exeext conftest.
$ac_ext
41659 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_mutex_timedlock" >&5
41660 echo "${ECHO_T}$ac_cv_func_pthread_mutex_timedlock" >&6; }
41661 if test $ac_cv_func_pthread_mutex_timedlock = yes; then
41662 cat >>confdefs.h
<<\_ACEOF
41663 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
41667 { echo "$as_me:$LINENO: WARNING: wxMutex::LockTimeout() will not work" >&5
41668 echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
41672 { echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
41673 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6; }
41674 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
41675 echo $ECHO_N "(cached) $ECHO_C" >&6
41677 cat >conftest.
$ac_ext <<_ACEOF
41680 cat confdefs.h
>>conftest.
$ac_ext
41681 cat >>conftest.
$ac_ext <<_ACEOF
41682 /* end confdefs.h. */
41683 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
41684 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41685 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
41687 /* System header to define __stub macros and hopefully few prototypes,
41688 which can conflict with char pthread_attr_setstacksize (); below.
41689 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41690 <limits.h> exists even on freestanding compilers. */
41693 # include <limits.h>
41695 # include <assert.h>
41698 #undef pthread_attr_setstacksize
41700 /* Override any GCC internal prototype to avoid an error.
41701 Use char because int might match the return type of a GCC
41702 builtin and then its argument prototype would still apply. */
41706 char pthread_attr_setstacksize ();
41707 /* The GNU C library defines this for functions which it implements
41708 to always fail with ENOSYS. Some functions are actually named
41709 something starting with __ and the normal name is an alias. */
41710 #if defined __stub_pthread_attr_setstacksize || defined __stub___pthread_attr_setstacksize
41717 return pthread_attr_setstacksize ();
41722 rm -f conftest.
$ac_objext conftest
$ac_exeext
41723 if { (ac_try
="$ac_link"
41724 case "(($ac_try" in
41725 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
41726 *) ac_try_echo=$ac_try;;
41728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41729 (eval "$ac_link") 2>conftest.er1
41731 grep -v '^ *+' conftest.er1 >conftest.err
41733 cat conftest.err >&5
41734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41735 (exit $ac_status); } && {
41736 test -z "$ac_c_werror_flag" ||
41737 test ! -s conftest.err
41738 } && test -s conftest$ac_exeext &&
41739 $as_test_x conftest$ac_exeext; then
41740 ac_cv_func_pthread_attr_setstacksize=yes
41742 echo "$as_me: failed program was:" >&5
41743 sed 's/^/| /' conftest.$ac_ext >&5
41745 ac_cv_func_pthread_attr_setstacksize=no
41748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41749 conftest$ac_exeext conftest.$ac_ext
41751 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
41752 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6; }
41753 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
41754 cat >>confdefs.h <<\_ACEOF
41755 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
41762 { echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
41763 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6; }
41764 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
41765 echo $ECHO_N "(cached) $ECHO_C" >&6
41768 cat >conftest.$ac_ext <<_ACEOF
41771 cat confdefs.h >>conftest.$ac_ext
41772 cat >>conftest.$ac_ext <<_ACEOF
41773 /* end confdefs.h. */
41774 #include <pthread.h>
41779 pthread_mutexattr_t attr;
41780 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
41786 rm -f conftest.$ac_objext
41787 if { (ac_try="$ac_compile"
41788 case "(($ac_try" in
41789 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
41790 *) ac_try_echo
=$ac_try;;
41792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41793 (eval "$ac_compile") 2>conftest.er1
41795 grep -v '^ *+' conftest.er1
>conftest.err
41797 cat conftest.err
>&5
41798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41799 (exit $ac_status); } && {
41800 test -z "$ac_c_werror_flag" ||
41801 test ! -s conftest.err
41802 } && test -s conftest.
$ac_objext; then
41803 wx_cv_type_pthread_mutexattr_t
=yes
41805 echo "$as_me: failed program was:" >&5
41806 sed 's/^/| /' conftest.
$ac_ext >&5
41808 wx_cv_type_pthread_mutexattr_t
=no
41812 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
41815 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
41816 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6; }
41818 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
41819 cat >>confdefs.h
<<\_ACEOF
41820 #define HAVE_PTHREAD_MUTEXATTR_T 1
41824 { echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
41825 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6; }
41826 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
41827 echo $ECHO_N "(cached) $ECHO_C" >&6
41830 cat >conftest.
$ac_ext <<_ACEOF
41833 cat confdefs.h
>>conftest.
$ac_ext
41834 cat >>conftest.
$ac_ext <<_ACEOF
41835 /* end confdefs.h. */
41836 #include <pthread.h>
41841 pthread_mutexattr_t attr;
41842 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
41848 rm -f conftest.
$ac_objext
41849 if { (ac_try
="$ac_compile"
41850 case "(($ac_try" in
41851 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
41852 *) ac_try_echo=$ac_try;;
41854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41855 (eval "$ac_compile") 2>conftest.er1
41857 grep -v '^ *+' conftest.er1 >conftest.err
41859 cat conftest.err >&5
41860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41861 (exit $ac_status); } && {
41862 test -z "$ac_c_werror_flag" ||
41863 test ! -s conftest.err
41864 } && test -s conftest.$ac_objext; then
41865 wx_cv_func_pthread_mutexattr_settype_decl=yes
41867 echo "$as_me: failed program was:" >&5
41868 sed 's/^/| /' conftest.$ac_ext >&5
41870 wx_cv_func_pthread_mutexattr_settype_decl=no
41874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41877 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
41878 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
41879 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
41880 cat >>confdefs.h <<\_ACEOF
41881 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
41886 { echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
41887 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6; }
41888 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
41889 echo $ECHO_N "(cached) $ECHO_C" >&6
41892 cat >conftest.$ac_ext <<_ACEOF
41895 cat confdefs.h >>conftest.$ac_ext
41896 cat >>conftest.$ac_ext <<_ACEOF
41897 /* end confdefs.h. */
41898 #include <pthread.h>
41903 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
41909 rm -f conftest.$ac_objext
41910 if { (ac_try="$ac_compile"
41911 case "(($ac_try" in
41912 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
41913 *) ac_try_echo
=$ac_try;;
41915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41916 (eval "$ac_compile") 2>conftest.er1
41918 grep -v '^ *+' conftest.er1
>conftest.err
41920 cat conftest.err
>&5
41921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41922 (exit $ac_status); } && {
41923 test -z "$ac_c_werror_flag" ||
41924 test ! -s conftest.err
41925 } && test -s conftest.
$ac_objext; then
41927 wx_cv_type_pthread_rec_mutex_init
=yes
41930 echo "$as_me: failed program was:" >&5
41931 sed 's/^/| /' conftest.
$ac_ext >&5
41934 wx_cv_type_pthread_rec_mutex_init
=no
41939 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
41942 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
41943 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6; }
41944 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
41945 cat >>confdefs.h
<<\_ACEOF
41946 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
41950 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
41951 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
41955 if test "$wxUSE_COMPILER_TLS" = "auto"; then
41956 if test "$USE_NETBSD" = 1; then
41957 { echo "$as_me:$LINENO: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
41958 echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
41959 wxUSE_COMPILER_TLS
=no
41961 wxUSE_COMPILER_TLS
=yes
41965 if test "$wxUSE_COMPILER_TLS" = "yes"; then
41966 { echo "$as_me:$LINENO: checking for __thread keyword" >&5
41967 echo $ECHO_N "checking for __thread keyword... $ECHO_C" >&6; }
41968 if test "${wx_cv_cc___thread+set}" = set; then
41969 echo $ECHO_N "(cached) $ECHO_C" >&6
41972 cat >conftest.
$ac_ext <<_ACEOF
41975 cat confdefs.h
>>conftest.
$ac_ext
41976 cat >>conftest.
$ac_ext <<_ACEOF
41977 /* end confdefs.h. */
41978 #include <pthread.h>
41983 static __thread int n = 0;
41984 static __thread int *p = 0;
41990 rm -f conftest.
$ac_objext
41991 if { (ac_try
="$ac_compile"
41992 case "(($ac_try" in
41993 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
41994 *) ac_try_echo=$ac_try;;
41996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41997 (eval "$ac_compile") 2>conftest.er1
41999 grep -v '^ *+' conftest.er1 >conftest.err
42001 cat conftest.err >&5
42002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42003 (exit $ac_status); } && {
42004 test -z "$ac_c_werror_flag" ||
42005 test ! -s conftest.err
42006 } && test -s conftest.$ac_objext; then
42007 wx_cv_cc___thread=yes
42009 echo "$as_me: failed program was:" >&5
42010 sed 's/^/| /' conftest.$ac_ext >&5
42012 wx_cv_cc___thread=no
42016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42020 { echo "$as_me:$LINENO: result: $wx_cv_cc___thread" >&5
42021 echo "${ECHO_T}$wx_cv_cc___thread" >&6; }
42023 if test "$wx_cv_cc___thread" = "yes"; then
42029 { echo "$as_me:$LINENO: checking if gcc accepts -dumpversion option" >&5
42030 echo $ECHO_N "checking if gcc accepts -dumpversion option... $ECHO_C" >&6; }
42032 if test "x$GCC" = "xyes" ; then
42034 if test -z "" ; then
42036 ax_gcc_option_test="int main()
42043 ax_gcc_option_test=""
42048 # Dump the test program to file
42049 cat <<EOF > conftest.c
42050 $ax_gcc_option_test
42053 # Dump back the file to the log, useful for debugging purposes
42054 { ac_try='cat conftest.c 1>&5'
42055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42056 (eval $ac_try) 2>&5
42058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42059 (exit $ac_status); }; }
42061 if { ac_try='$CC -dumpversion -c conftest.c 1>&5'
42062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42063 (eval $ac_try) 2>&5
42065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42066 (exit $ac_status); }; } ; then
42068 { echo "$as_me:$LINENO: result: yes" >&5
42069 echo "${ECHO_T}yes" >&6; }
42071 ax_gcc_version_option=yes
42076 { echo "$as_me:$LINENO: result: no" >&5
42077 echo "${ECHO_T}no" >&6; }
42079 ax_gcc_version_option=no
42087 { echo "$as_me:$LINENO: result: no gcc available" >&5
42088 echo "${ECHO_T}no gcc available" >&6; }
42093 if test "x$GXX" = "xyes"; then
42095 if test "x$ax_gxx_version_option" != "no"; then
42097 { echo "$as_me:$LINENO: checking gxx version" >&5
42098 echo $ECHO_N "checking gxx version... $ECHO_C" >&6; }
42099 if test "${ax_cv_gxx_version+set}" = set; then
42100 echo $ECHO_N "(cached) $ECHO_C" >&6
42103 ax_cv_gxx_version="`$CXX -dumpversion`"
42104 if test "x$ax_cv_gxx_version" = "x"; then
42106 ax_cv_gxx_version=""
42112 { echo "$as_me:$LINENO: result: $ax_cv_gxx_version" >&5
42113 echo "${ECHO_T}$ax_cv_gxx_version" >&6; }
42114 GXX_VERSION=$ax_cv_gxx_version
42123 if test -n "$ax_cv_gxx_version"; then
42124 { echo "$as_me:$LINENO: checking whether __thread support in g++ is usable" >&5
42125 echo $ECHO_N "checking whether __thread support in g++ is usable... $ECHO_C" >&6; }
42126 case "$ax_cv_gxx_version" in
42128 { echo "$as_me:$LINENO: result: no, it's broken" >&5
42129 echo "${ECHO_T}no, it's broken" >&6; }
42130 wx_cv_cc___thread=no
42133 { echo "$as_me:$LINENO: result: yes, it works" >&5
42134 echo "${ECHO_T}yes, it works" >&6; }
42140 if test "$wx_cv_cc___thread" = "yes"; then
42141 cat >>confdefs.h <<\_ACEOF
42142 #define HAVE___THREAD_KEYWORD 1
42150 if test "$wxUSE_THREADS" = "yes" ; then
42152 x86_64-*-mingw32* )
42155 { echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
42156 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6; }
42157 if test "${wx_cv_cflags_mthread+set}" = set; then
42158 echo $ECHO_N "(cached) $ECHO_C" >&6
42161 CFLAGS_OLD="$CFLAGS"
42162 CFLAGS="-mthreads $CFLAGS"
42163 cat >conftest.$ac_ext <<_ACEOF
42166 cat confdefs.h >>conftest.$ac_ext
42167 cat >>conftest.$ac_ext <<_ACEOF
42168 /* end confdefs.h. */
42178 rm -f conftest.$ac_objext
42179 if { (ac_try="$ac_compile"
42180 case "(($ac_try" in
42181 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
42182 *) ac_try_echo
=$ac_try;;
42184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42185 (eval "$ac_compile") 2>conftest.er1
42187 grep -v '^ *+' conftest.er1
>conftest.err
42189 cat conftest.err
>&5
42190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42191 (exit $ac_status); } && {
42192 test -z "$ac_c_werror_flag" ||
42193 test ! -s conftest.err
42194 } && test -s conftest.
$ac_objext; then
42195 wx_cv_cflags_mthread
=yes
42197 echo "$as_me: failed program was:" >&5
42198 sed 's/^/| /' conftest.
$ac_ext >&5
42200 wx_cv_cflags_mthread
=no
42204 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
42208 { echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
42209 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6; }
42211 if test "$wx_cv_cflags_mthread" = "yes"; then
42212 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mthreads"
42213 LDFLAGS
="$LDFLAGS -mthreads"
42215 CFLAGS
="$CFLAGS_OLD"
42219 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
42220 LDFLAGS
="$LDFLAGS -Zmt"
42226 { echo "$as_me:$LINENO: checking for localtime_r" >&5
42227 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6; }
42228 if test "${ac_cv_func_localtime_r+set}" = set; then
42229 echo $ECHO_N "(cached) $ECHO_C" >&6
42231 cat >conftest.
$ac_ext <<_ACEOF
42234 cat confdefs.h
>>conftest.
$ac_ext
42235 cat >>conftest.
$ac_ext <<_ACEOF
42236 /* end confdefs.h. */
42237 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
42238 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42239 #define localtime_r innocuous_localtime_r
42241 /* System header to define __stub macros and hopefully few prototypes,
42242 which can conflict with char localtime_r (); below.
42243 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42244 <limits.h> exists even on freestanding compilers. */
42247 # include <limits.h>
42249 # include <assert.h>
42254 /* Override any GCC internal prototype to avoid an error.
42255 Use char because int might match the return type of a GCC
42256 builtin and then its argument prototype would still apply. */
42260 char localtime_r ();
42261 /* The GNU C library defines this for functions which it implements
42262 to always fail with ENOSYS. Some functions are actually named
42263 something starting with __ and the normal name is an alias. */
42264 #if defined __stub_localtime_r || defined __stub___localtime_r
42271 return localtime_r ();
42276 rm -f conftest.
$ac_objext conftest
$ac_exeext
42277 if { (ac_try
="$ac_link"
42278 case "(($ac_try" in
42279 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
42280 *) ac_try_echo=$ac_try;;
42282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42283 (eval "$ac_link") 2>conftest.er1
42285 grep -v '^ *+' conftest.er1 >conftest.err
42287 cat conftest.err >&5
42288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42289 (exit $ac_status); } && {
42290 test -z "$ac_c_werror_flag" ||
42291 test ! -s conftest.err
42292 } && test -s conftest$ac_exeext &&
42293 $as_test_x conftest$ac_exeext; then
42294 ac_cv_func_localtime_r=yes
42296 echo "$as_me: failed program was:" >&5
42297 sed 's/^/| /' conftest.$ac_ext >&5
42299 ac_cv_func_localtime_r=no
42302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42303 conftest$ac_exeext conftest.$ac_ext
42305 { echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
42306 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6; }
42307 if test $ac_cv_func_localtime_r = yes; then
42308 cat >>confdefs.h <<\_ACEOF
42309 #define HAVE_LOCALTIME_R 1
42314 { echo "$as_me:$LINENO: checking for gmtime_r" >&5
42315 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6; }
42316 if test "${ac_cv_func_gmtime_r+set}" = set; then
42317 echo $ECHO_N "(cached) $ECHO_C" >&6
42319 cat >conftest.$ac_ext <<_ACEOF
42322 cat confdefs.h >>conftest.$ac_ext
42323 cat >>conftest.$ac_ext <<_ACEOF
42324 /* end confdefs.h. */
42325 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
42326 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42327 #define gmtime_r innocuous_gmtime_r
42329 /* System header to define __stub macros and hopefully few prototypes,
42330 which can conflict with char gmtime_r (); below.
42331 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42332 <limits.h> exists even on freestanding compilers. */
42335 # include <limits.h>
42337 # include <assert.h>
42342 /* Override any GCC internal prototype to avoid an error.
42343 Use char because int might match the return type of a GCC
42344 builtin and then its argument prototype would still apply. */
42349 /* The GNU C library defines this for functions which it implements
42350 to always fail with ENOSYS. Some functions are actually named
42351 something starting with __ and the normal name is an alias. */
42352 #if defined __stub_gmtime_r || defined __stub___gmtime_r
42359 return gmtime_r ();
42364 rm -f conftest.$ac_objext conftest$ac_exeext
42365 if { (ac_try="$ac_link"
42366 case "(($ac_try" in
42367 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
42368 *) ac_try_echo
=$ac_try;;
42370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42371 (eval "$ac_link") 2>conftest.er1
42373 grep -v '^ *+' conftest.er1
>conftest.err
42375 cat conftest.err
>&5
42376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42377 (exit $ac_status); } && {
42378 test -z "$ac_c_werror_flag" ||
42379 test ! -s conftest.err
42380 } && test -s conftest
$ac_exeext &&
42381 $as_test_x conftest
$ac_exeext; then
42382 ac_cv_func_gmtime_r
=yes
42384 echo "$as_me: failed program was:" >&5
42385 sed 's/^/| /' conftest.
$ac_ext >&5
42387 ac_cv_func_gmtime_r
=no
42390 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
42391 conftest
$ac_exeext conftest.
$ac_ext
42393 { echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
42394 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6; }
42395 if test $ac_cv_func_gmtime_r = yes; then
42396 cat >>confdefs.h
<<\_ACEOF
42397 #define HAVE_GMTIME_R 1
42406 ac_cpp
='$CPP $CPPFLAGS'
42407 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42408 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42409 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
42411 { echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
42412 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6; }
42414 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
42415 echo $ECHO_N "(cached) $ECHO_C" >&6
42419 ################################################################
42421 ac_cv_func_which_gethostbyname_r
=unknown
42424 # ONE ARGUMENT (sanity check)
42427 # This should fail, as there is no variant of gethostbyname_r() that takes
42428 # a single argument. If it actually compiles, then we can assume that
42429 # netdb.h is not declaring the function, and the compiler is thereby
42430 # assuming an implicit prototype. In which case, we're out of luck.
42432 cat >conftest.
$ac_ext <<_ACEOF
42435 cat confdefs.h
>>conftest.
$ac_ext
42436 cat >>conftest.
$ac_ext <<_ACEOF
42437 /* end confdefs.h. */
42443 char *name = "www.gnu.org";
42444 (void)gethostbyname_r(name) /* ; */
42450 rm -f conftest.
$ac_objext
42451 if { (ac_try
="$ac_compile"
42452 case "(($ac_try" in
42453 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
42454 *) ac_try_echo=$ac_try;;
42456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42457 (eval "$ac_compile") 2>conftest.er1
42459 grep -v '^ *+' conftest.er1 >conftest.err
42461 cat conftest.err >&5
42462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42463 (exit $ac_status); } && {
42464 test -z "$ac_c_werror_flag" ||
42465 test ! -s conftest.err
42466 } && test -s conftest.$ac_objext; then
42467 ac_cv_func_which_gethostbyname_r=no
42469 echo "$as_me: failed program was:" >&5
42470 sed 's/^/| /' conftest.$ac_ext >&5
42475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42482 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
42484 cat >conftest.$ac_ext <<_ACEOF
42487 cat confdefs.h >>conftest.$ac_ext
42488 cat >>conftest.$ac_ext <<_ACEOF
42489 /* end confdefs.h. */
42495 char *name = "www.gnu.org";
42496 struct hostent ret, *retp;
42500 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
42506 rm -f conftest.$ac_objext
42507 if { (ac_try="$ac_compile"
42508 case "(($ac_try" in
42509 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
42510 *) ac_try_echo
=$ac_try;;
42512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42513 (eval "$ac_compile") 2>conftest.er1
42515 grep -v '^ *+' conftest.er1
>conftest.err
42517 cat conftest.err
>&5
42518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42519 (exit $ac_status); } && {
42520 test -z "$ac_c_werror_flag" ||
42521 test ! -s conftest.err
42522 } && test -s conftest.
$ac_objext; then
42523 ac_cv_func_which_gethostbyname_r
=six
42525 echo "$as_me: failed program was:" >&5
42526 sed 's/^/| /' conftest.
$ac_ext >&5
42531 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
42540 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
42542 cat >conftest.
$ac_ext <<_ACEOF
42545 cat confdefs.h
>>conftest.
$ac_ext
42546 cat >>conftest.
$ac_ext <<_ACEOF
42547 /* end confdefs.h. */
42553 char *name = "www.gnu.org";
42554 struct hostent ret;
42558 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
42564 rm -f conftest.
$ac_objext
42565 if { (ac_try
="$ac_compile"
42566 case "(($ac_try" in
42567 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
42568 *) ac_try_echo=$ac_try;;
42570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42571 (eval "$ac_compile") 2>conftest.er1
42573 grep -v '^ *+' conftest.er1 >conftest.err
42575 cat conftest.err >&5
42576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42577 (exit $ac_status); } && {
42578 test -z "$ac_c_werror_flag" ||
42579 test ! -s conftest.err
42580 } && test -s conftest.$ac_objext; then
42581 ac_cv_func_which_gethostbyname_r=five
42583 echo "$as_me: failed program was:" >&5
42584 sed 's/^/| /' conftest.$ac_ext >&5
42589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42595 # (e.g. AIX, HP-UX, Tru64)
42598 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
42600 cat >conftest.$ac_ext <<_ACEOF
42603 cat confdefs.h >>conftest.$ac_ext
42604 cat >>conftest.$ac_ext <<_ACEOF
42605 /* end confdefs.h. */
42611 char *name = "www.gnu.org";
42612 struct hostent ret;
42613 struct hostent_data data;
42614 (void)gethostbyname_r(name, &ret, &data) /* ; */
42620 rm -f conftest.$ac_objext
42621 if { (ac_try="$ac_compile"
42622 case "(($ac_try" in
42623 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
42624 *) ac_try_echo
=$ac_try;;
42626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42627 (eval "$ac_compile") 2>conftest.er1
42629 grep -v '^ *+' conftest.er1
>conftest.err
42631 cat conftest.err
>&5
42632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42633 (exit $ac_status); } && {
42634 test -z "$ac_c_werror_flag" ||
42635 test ! -s conftest.err
42636 } && test -s conftest.
$ac_objext; then
42637 ac_cv_func_which_gethostbyname_r
=three
42639 echo "$as_me: failed program was:" >&5
42640 sed 's/^/| /' conftest.
$ac_ext >&5
42645 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
42649 ################################################################
42654 case "$ac_cv_func_which_gethostbyname_r" in
42656 { echo "$as_me:$LINENO: result: three" >&5
42657 echo "${ECHO_T}three" >&6; }
42658 cat >>confdefs.h
<<\_ACEOF
42659 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
42665 { echo "$as_me:$LINENO: result: five" >&5
42666 echo "${ECHO_T}five" >&6; }
42667 cat >>confdefs.h
<<\_ACEOF
42668 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
42674 { echo "$as_me:$LINENO: result: six" >&5
42675 echo "${ECHO_T}six" >&6; }
42676 cat >>confdefs.h
<<\_ACEOF
42677 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
42683 { echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
42684 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6; }
42688 { echo "$as_me:$LINENO: result: can't tell" >&5
42689 echo "${ECHO_T}can't tell" >&6; }
42693 { { echo "$as_me:$LINENO: error: internal error" >&5
42694 echo "$as_me: error: internal error" >&2;}
42695 { (exit 1); exit 1; }; }
42700 ac_cpp
='$CPP $CPPFLAGS'
42701 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42702 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42703 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
42707 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
42708 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
42709 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
42710 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
42711 if test "${ac_cv_func_gethostbyname+set}" = set; then
42712 echo $ECHO_N "(cached) $ECHO_C" >&6
42714 cat >conftest.
$ac_ext <<_ACEOF
42717 cat confdefs.h
>>conftest.
$ac_ext
42718 cat >>conftest.
$ac_ext <<_ACEOF
42719 /* end confdefs.h. */
42720 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
42721 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42722 #define gethostbyname innocuous_gethostbyname
42724 /* System header to define __stub macros and hopefully few prototypes,
42725 which can conflict with char gethostbyname (); below.
42726 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42727 <limits.h> exists even on freestanding compilers. */
42730 # include <limits.h>
42732 # include <assert.h>
42735 #undef gethostbyname
42737 /* Override any GCC internal prototype to avoid an error.
42738 Use char because int might match the return type of a GCC
42739 builtin and then its argument prototype would still apply. */
42743 char gethostbyname ();
42744 /* The GNU C library defines this for functions which it implements
42745 to always fail with ENOSYS. Some functions are actually named
42746 something starting with __ and the normal name is an alias. */
42747 #if defined __stub_gethostbyname || defined __stub___gethostbyname
42754 return gethostbyname ();
42759 rm -f conftest.
$ac_objext conftest
$ac_exeext
42760 if { (ac_try
="$ac_link"
42761 case "(($ac_try" in
42762 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
42763 *) ac_try_echo=$ac_try;;
42765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42766 (eval "$ac_link") 2>conftest.er1
42768 grep -v '^ *+' conftest.er1 >conftest.err
42770 cat conftest.err >&5
42771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42772 (exit $ac_status); } && {
42773 test -z "$ac_c_werror_flag" ||
42774 test ! -s conftest.err
42775 } && test -s conftest$ac_exeext &&
42776 $as_test_x conftest$ac_exeext; then
42777 ac_cv_func_gethostbyname=yes
42779 echo "$as_me: failed program was:" >&5
42780 sed 's/^/| /' conftest.$ac_ext >&5
42782 ac_cv_func_gethostbyname=no
42785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42786 conftest$ac_exeext conftest.$ac_ext
42788 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
42789 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
42790 if test $ac_cv_func_gethostbyname = yes; then
42791 cat >>confdefs.h <<\_ACEOF
42792 #define HAVE_GETHOSTBYNAME 1
42799 { echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
42800 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6; }
42801 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
42802 echo $ECHO_N "(cached) $ECHO_C" >&6
42806 ac_cpp='$CXXCPP $CPPFLAGS'
42807 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42808 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42809 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42812 cat >conftest.$ac_ext <<_ACEOF
42815 cat confdefs.h >>conftest.$ac_ext
42816 cat >>conftest.$ac_ext <<_ACEOF
42817 /* end confdefs.h. */
42825 struct servent *se, *res;
42828 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
42834 rm -f conftest.$ac_objext
42835 if { (ac_try="$ac_compile"
42836 case "(($ac_try" in
42837 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
42838 *) ac_try_echo
=$ac_try;;
42840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42841 (eval "$ac_compile") 2>conftest.er1
42843 grep -v '^ *+' conftest.er1
>conftest.err
42845 cat conftest.err
>&5
42846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42847 (exit $ac_status); } && {
42848 test -z "$ac_cxx_werror_flag" ||
42849 test ! -s conftest.err
42850 } && test -s conftest.
$ac_objext; then
42851 ac_cv_func_which_getservbyname_r
=six
42853 echo "$as_me: failed program was:" >&5
42854 sed 's/^/| /' conftest.
$ac_ext >&5
42857 cat >conftest.
$ac_ext <<_ACEOF
42860 cat confdefs.h
>>conftest.
$ac_ext
42861 cat >>conftest.
$ac_ext <<_ACEOF
42862 /* end confdefs.h. */
42870 struct servent *se;
42873 (void) getservbyname_r(name, proto, se, buffer, buflen)
42879 rm -f conftest.
$ac_objext
42880 if { (ac_try
="$ac_compile"
42881 case "(($ac_try" in
42882 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
42883 *) ac_try_echo=$ac_try;;
42885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42886 (eval "$ac_compile") 2>conftest.er1
42888 grep -v '^ *+' conftest.er1 >conftest.err
42890 cat conftest.err >&5
42891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42892 (exit $ac_status); } && {
42893 test -z "$ac_cxx_werror_flag" ||
42894 test ! -s conftest.err
42895 } && test -s conftest.$ac_objext; then
42896 ac_cv_func_which_getservbyname_r=five
42898 echo "$as_me: failed program was:" >&5
42899 sed 's/^/| /' conftest.$ac_ext >&5
42902 cat >conftest.$ac_ext <<_ACEOF
42905 cat confdefs.h >>conftest.$ac_ext
42906 cat >>conftest.$ac_ext <<_ACEOF
42907 /* end confdefs.h. */
42915 struct servent *se;
42916 struct servent_data data;
42917 (void) getservbyname_r(name, proto, se, &data);
42923 rm -f conftest.$ac_objext
42924 if { (ac_try="$ac_compile"
42925 case "(($ac_try" in
42926 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
42927 *) ac_try_echo
=$ac_try;;
42929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42930 (eval "$ac_compile") 2>conftest.er1
42932 grep -v '^ *+' conftest.er1
>conftest.err
42934 cat conftest.err
>&5
42935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42936 (exit $ac_status); } && {
42937 test -z "$ac_cxx_werror_flag" ||
42938 test ! -s conftest.err
42939 } && test -s conftest.
$ac_objext; then
42940 ac_cv_func_which_getservbyname_r
=four
42942 echo "$as_me: failed program was:" >&5
42943 sed 's/^/| /' conftest.
$ac_ext >&5
42945 ac_cv_func_which_getservbyname_r
=no
42949 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
42954 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
42959 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
42961 ac_cpp
='$CPP $CPPFLAGS'
42962 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42963 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42964 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
42969 { echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
42970 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6; }
42972 if test $ac_cv_func_which_getservbyname_r = six
; then
42973 cat >>confdefs.h
<<\_ACEOF
42974 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
42977 elif test $ac_cv_func_which_getservbyname_r = five
; then
42978 cat >>confdefs.h
<<\_ACEOF
42979 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
42982 elif test $ac_cv_func_which_getservbyname_r = four
; then
42983 cat >>confdefs.h
<<\_ACEOF
42984 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
42990 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
42991 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
42993 for ac_func
in getservbyname
42995 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42996 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42997 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42998 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42999 echo $ECHO_N "(cached) $ECHO_C" >&6
43001 cat >conftest.
$ac_ext <<_ACEOF
43004 cat confdefs.h
>>conftest.
$ac_ext
43005 cat >>conftest.
$ac_ext <<_ACEOF
43006 /* end confdefs.h. */
43007 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43008 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43009 #define $ac_func innocuous_$ac_func
43011 /* System header to define __stub macros and hopefully few prototypes,
43012 which can conflict with char $ac_func (); below.
43013 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43014 <limits.h> exists even on freestanding compilers. */
43017 # include <limits.h>
43019 # include <assert.h>
43024 /* Override any GCC internal prototype to avoid an error.
43025 Use char because int might match the return type of a GCC
43026 builtin and then its argument prototype would still apply. */
43031 /* The GNU C library defines this for functions which it implements
43032 to always fail with ENOSYS. Some functions are actually named
43033 something starting with __ and the normal name is an alias. */
43034 #if defined __stub_$ac_func || defined __stub___$ac_func
43041 return $ac_func ();
43046 rm -f conftest.
$ac_objext conftest
$ac_exeext
43047 if { (ac_try
="$ac_link"
43048 case "(($ac_try" in
43049 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
43050 *) ac_try_echo=$ac_try;;
43052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43053 (eval "$ac_link") 2>conftest.er1
43055 grep -v '^ *+' conftest.er1 >conftest.err
43057 cat conftest.err >&5
43058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43059 (exit $ac_status); } && {
43060 test -z "$ac_c_werror_flag" ||
43061 test ! -s conftest.err
43062 } && test -s conftest$ac_exeext &&
43063 $as_test_x conftest$ac_exeext; then
43064 eval "$as_ac_var=yes"
43066 echo "$as_me: failed program was:" >&5
43067 sed 's/^/| /' conftest.$ac_ext >&5
43069 eval "$as_ac_var=no"
43072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43073 conftest$ac_exeext conftest.$ac_ext
43075 ac_res=`eval echo '${'$as_ac_var'}'`
43076 { echo "$as_me:$LINENO: result: $ac_res" >&5
43077 echo "${ECHO_T}$ac_res" >&6; }
43078 if test `eval echo '${'$as_ac_var'}'` = yes; then
43079 cat >>confdefs.h <<_ACEOF
43080 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43082 cat >>confdefs.h <<\_ACEOF
43083 #define HAVE_GETSERVBYNAME 1
43091 if test "$wxUSE_THREADS" = "yes"; then
43092 cat >>confdefs.h <<\_ACEOF
43093 #define wxUSE_THREADS 1
43097 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
43099 if test "$wx_cv_func_strtok_r" = "yes"; then
43100 { echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
43101 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6; }
43102 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
43103 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
43104 { echo "$as_me:$LINENO: result: yes" >&5
43105 echo "${ECHO_T}yes" >&6; }
43107 { echo "$as_me:$LINENO: result: no" >&5
43108 echo "${ECHO_T}no" >&6; }
43113 if test "$WXGTK2" = 1 ; then
43114 cat >>confdefs.h <<_ACEOF
43115 #define __WXGTK20__ $WXGTK2
43120 if test "$WXGTK127" = 1 ; then
43121 cat >>confdefs.h <<_ACEOF
43122 #define __WXGTK127__ $WXGTK127
43127 if test "$WXGPE" = 1 ; then
43128 cat >>confdefs.h <<_ACEOF
43129 #define __WXGPE__ $WXGPE
43135 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev
/null
`; then
43136 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
43137 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
43138 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
43142 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
43143 wxUSE_DEBUG_INFO=yes
43144 if test "$GCC" = yes; then
43145 DEBUG_CFLAGS="-ggdb"
43149 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
43150 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=0"
43152 if test "$wxUSE_GTK" = 1 ; then
43153 if test "x$wxGTK_VERSION" = "x1" ; then
43154 CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
43156 CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS"
43161 if test "$wxUSE_MEM_TRACING" = "yes" ; then
43162 cat >>confdefs.h <<\_ACEOF
43163 #define wxUSE_MEMORY_TRACING 1
43166 cat >>confdefs.h <<\_ACEOF
43167 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
43170 cat >>confdefs.h <<\_ACEOF
43171 #define wxUSE_DEBUG_NEW_ALWAYS 1
43174 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
43177 if test "$wxUSE_DMALLOC" = "yes" ; then
43178 DMALLOC_LIBS="-ldmallocthcxx"
43182 if test "$wxUSE_PROFILE" = "yes" ; then
43183 PROFILE_FLAGS=" -pg"
43186 if test "$GCC" = "yes" ; then
43187 if test "$wxUSE_NO_RTTI" = "yes" ; then
43188 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -DwxNO_RTTI -fno-rtti"
43190 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
43191 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
43193 if test "$wxUSE_PERMISSIVE" = "yes" ; then
43194 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
43199 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
43202 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
43208 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev
/null
`; then
43209 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
43210 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
43212 if test "$wxUSE_OPTIMISE" = "no" ; then
43213 if test "$GCC" = yes ; then
43214 OPTIMISE_CFLAGS="-O0"
43217 if test "$GCC" = yes ; then
43219 *-pc-os2_emx | *-pc-os2-emx )
43220 OPTIMISE_CFLAGS="-O2"
43223 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
43227 OPTIMISE_CFLAGS="-O"
43233 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
43234 cat >>confdefs.h <<\_ACEOF
43235 #define WXWIN_COMPATIBILITY_2_6 1
43239 WXWIN_COMPATIBILITY_2_8="yes"
43242 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
43243 cat >>confdefs.h <<\_ACEOF
43244 #define WXWIN_COMPATIBILITY_2_8 1
43250 if test "$wxUSE_GUI" = "yes"; then
43251 cat >>confdefs.h <<\_ACEOF
43252 #define wxUSE_GUI 1
43259 if test "$wxUSE_UNIX" = "yes"; then
43260 cat >>confdefs.h <<\_ACEOF
43261 #define wxUSE_UNIX 1
43267 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
43271 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
43272 if test "$USE_DOS" = 1; then
43276 for ac_func in dlopen
43278 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43279 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43280 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43281 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43282 echo $ECHO_N "(cached) $ECHO_C" >&6
43284 cat >conftest.$ac_ext <<_ACEOF
43287 cat confdefs.h >>conftest.$ac_ext
43288 cat >>conftest.$ac_ext <<_ACEOF
43289 /* end confdefs.h. */
43290 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43291 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43292 #define $ac_func innocuous_$ac_func
43294 /* System header to define __stub macros and hopefully few prototypes,
43295 which can conflict with char $ac_func (); below.
43296 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43297 <limits.h> exists even on freestanding compilers. */
43300 # include <limits.h>
43302 # include <assert.h>
43307 /* Override any GCC internal prototype to avoid an error.
43308 Use char because int might match the return type of a GCC
43309 builtin and then its argument prototype would still apply. */
43314 /* The GNU C library defines this for functions which it implements
43315 to always fail with ENOSYS. Some functions are actually named
43316 something starting with __ and the normal name is an alias. */
43317 #if defined __stub_$ac_func || defined __stub___$ac_func
43324 return $ac_func ();
43329 rm -f conftest.$ac_objext conftest$ac_exeext
43330 if { (ac_try="$ac_link"
43331 case "(($ac_try" in
43332 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
43333 *) ac_try_echo
=$ac_try;;
43335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43336 (eval "$ac_link") 2>conftest.er1
43338 grep -v '^ *+' conftest.er1
>conftest.err
43340 cat conftest.err
>&5
43341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43342 (exit $ac_status); } && {
43343 test -z "$ac_c_werror_flag" ||
43344 test ! -s conftest.err
43345 } && test -s conftest
$ac_exeext &&
43346 $as_test_x conftest
$ac_exeext; then
43347 eval "$as_ac_var=yes"
43349 echo "$as_me: failed program was:" >&5
43350 sed 's/^/| /' conftest.
$ac_ext >&5
43352 eval "$as_ac_var=no"
43355 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
43356 conftest
$ac_exeext conftest.
$ac_ext
43358 ac_res
=`eval echo '${'$as_ac_var'}'`
43359 { echo "$as_me:$LINENO: result: $ac_res" >&5
43360 echo "${ECHO_T}$ac_res" >&6; }
43361 if test `eval echo '${'$as_ac_var'}'` = yes; then
43362 cat >>confdefs.h
<<_ACEOF
43363 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43366 cat >>confdefs.h
<<\_ACEOF
43367 #define HAVE_DLOPEN 1
43374 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
43375 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
43376 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
43377 echo $ECHO_N "(cached) $ECHO_C" >&6
43379 ac_check_lib_save_LIBS
=$LIBS
43381 cat >conftest.
$ac_ext <<_ACEOF
43384 cat confdefs.h
>>conftest.
$ac_ext
43385 cat >>conftest.
$ac_ext <<_ACEOF
43386 /* end confdefs.h. */
43388 /* Override any GCC internal prototype to avoid an error.
43389 Use char because int might match the return type of a GCC
43390 builtin and then its argument prototype would still apply. */
43403 rm -f conftest.
$ac_objext conftest
$ac_exeext
43404 if { (ac_try
="$ac_link"
43405 case "(($ac_try" in
43406 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
43407 *) ac_try_echo=$ac_try;;
43409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43410 (eval "$ac_link") 2>conftest.er1
43412 grep -v '^ *+' conftest.er1 >conftest.err
43414 cat conftest.err >&5
43415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43416 (exit $ac_status); } && {
43417 test -z "$ac_c_werror_flag" ||
43418 test ! -s conftest.err
43419 } && test -s conftest$ac_exeext &&
43420 $as_test_x conftest$ac_exeext; then
43421 ac_cv_lib_dl_dlopen=yes
43423 echo "$as_me: failed program was:" >&5
43424 sed 's/^/| /' conftest.$ac_ext >&5
43426 ac_cv_lib_dl_dlopen=no
43429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43430 conftest$ac_exeext conftest.$ac_ext
43431 LIBS=$ac_check_lib_save_LIBS
43433 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
43434 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
43435 if test $ac_cv_lib_dl_dlopen = yes; then
43437 cat >>confdefs.h <<\_ACEOF
43438 #define HAVE_DLOPEN 1
43442 DL_LINK=" -ldl$DL_LINK"
43447 for ac_func in shl_load
43449 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43450 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43451 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43452 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43453 echo $ECHO_N "(cached) $ECHO_C" >&6
43455 cat >conftest.$ac_ext <<_ACEOF
43458 cat confdefs.h >>conftest.$ac_ext
43459 cat >>conftest.$ac_ext <<_ACEOF
43460 /* end confdefs.h. */
43461 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43462 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43463 #define $ac_func innocuous_$ac_func
43465 /* System header to define __stub macros and hopefully few prototypes,
43466 which can conflict with char $ac_func (); below.
43467 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43468 <limits.h> exists even on freestanding compilers. */
43471 # include <limits.h>
43473 # include <assert.h>
43478 /* Override any GCC internal prototype to avoid an error.
43479 Use char because int might match the return type of a GCC
43480 builtin and then its argument prototype would still apply. */
43485 /* The GNU C library defines this for functions which it implements
43486 to always fail with ENOSYS. Some functions are actually named
43487 something starting with __ and the normal name is an alias. */
43488 #if defined __stub_$ac_func || defined __stub___$ac_func
43495 return $ac_func ();
43500 rm -f conftest.$ac_objext conftest$ac_exeext
43501 if { (ac_try="$ac_link"
43502 case "(($ac_try" in
43503 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
43504 *) ac_try_echo
=$ac_try;;
43506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43507 (eval "$ac_link") 2>conftest.er1
43509 grep -v '^ *+' conftest.er1
>conftest.err
43511 cat conftest.err
>&5
43512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43513 (exit $ac_status); } && {
43514 test -z "$ac_c_werror_flag" ||
43515 test ! -s conftest.err
43516 } && test -s conftest
$ac_exeext &&
43517 $as_test_x conftest
$ac_exeext; then
43518 eval "$as_ac_var=yes"
43520 echo "$as_me: failed program was:" >&5
43521 sed 's/^/| /' conftest.
$ac_ext >&5
43523 eval "$as_ac_var=no"
43526 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
43527 conftest
$ac_exeext conftest.
$ac_ext
43529 ac_res
=`eval echo '${'$as_ac_var'}'`
43530 { echo "$as_me:$LINENO: result: $ac_res" >&5
43531 echo "${ECHO_T}$ac_res" >&6; }
43532 if test `eval echo '${'$as_ac_var'}'` = yes; then
43533 cat >>confdefs.h
<<_ACEOF
43534 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43537 cat >>confdefs.h
<<\_ACEOF
43538 #define HAVE_SHL_LOAD 1
43545 { echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
43546 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6; }
43547 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
43548 echo $ECHO_N "(cached) $ECHO_C" >&6
43550 ac_check_lib_save_LIBS
=$LIBS
43551 LIBS
="-lshl_load $LIBS"
43552 cat >conftest.
$ac_ext <<_ACEOF
43555 cat confdefs.h
>>conftest.
$ac_ext
43556 cat >>conftest.
$ac_ext <<_ACEOF
43557 /* end confdefs.h. */
43559 /* Override any GCC internal prototype to avoid an error.
43560 Use char because int might match the return type of a GCC
43561 builtin and then its argument prototype would still apply. */
43574 rm -f conftest.
$ac_objext conftest
$ac_exeext
43575 if { (ac_try
="$ac_link"
43576 case "(($ac_try" in
43577 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
43578 *) ac_try_echo=$ac_try;;
43580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43581 (eval "$ac_link") 2>conftest.er1
43583 grep -v '^ *+' conftest.er1 >conftest.err
43585 cat conftest.err >&5
43586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43587 (exit $ac_status); } && {
43588 test -z "$ac_c_werror_flag" ||
43589 test ! -s conftest.err
43590 } && test -s conftest$ac_exeext &&
43591 $as_test_x conftest$ac_exeext; then
43592 ac_cv_lib_shl_load_dld=yes
43594 echo "$as_me: failed program was:" >&5
43595 sed 's/^/| /' conftest.$ac_ext >&5
43597 ac_cv_lib_shl_load_dld=no
43600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43601 conftest$ac_exeext conftest.$ac_ext
43602 LIBS=$ac_check_lib_save_LIBS
43604 { echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
43605 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6; }
43606 if test $ac_cv_lib_shl_load_dld = yes; then
43609 DL_LINK=" -ldld$DL_LINK"
43625 if test "$HAVE_DL_FUNCS" = 1; then
43627 for ac_func in dlerror
43629 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43630 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43631 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43632 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43633 echo $ECHO_N "(cached) $ECHO_C" >&6
43635 cat >conftest.$ac_ext <<_ACEOF
43638 cat confdefs.h >>conftest.$ac_ext
43639 cat >>conftest.$ac_ext <<_ACEOF
43640 /* end confdefs.h. */
43641 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43642 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43643 #define $ac_func innocuous_$ac_func
43645 /* System header to define __stub macros and hopefully few prototypes,
43646 which can conflict with char $ac_func (); below.
43647 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43648 <limits.h> exists even on freestanding compilers. */
43651 # include <limits.h>
43653 # include <assert.h>
43658 /* Override any GCC internal prototype to avoid an error.
43659 Use char because int might match the return type of a GCC
43660 builtin and then its argument prototype would still apply. */
43665 /* The GNU C library defines this for functions which it implements
43666 to always fail with ENOSYS. Some functions are actually named
43667 something starting with __ and the normal name is an alias. */
43668 #if defined __stub_$ac_func || defined __stub___$ac_func
43675 return $ac_func ();
43680 rm -f conftest.$ac_objext conftest$ac_exeext
43681 if { (ac_try="$ac_link"
43682 case "(($ac_try" in
43683 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
43684 *) ac_try_echo
=$ac_try;;
43686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43687 (eval "$ac_link") 2>conftest.er1
43689 grep -v '^ *+' conftest.er1
>conftest.err
43691 cat conftest.err
>&5
43692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43693 (exit $ac_status); } && {
43694 test -z "$ac_c_werror_flag" ||
43695 test ! -s conftest.err
43696 } && test -s conftest
$ac_exeext &&
43697 $as_test_x conftest
$ac_exeext; then
43698 eval "$as_ac_var=yes"
43700 echo "$as_me: failed program was:" >&5
43701 sed 's/^/| /' conftest.
$ac_ext >&5
43703 eval "$as_ac_var=no"
43706 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
43707 conftest
$ac_exeext conftest.
$ac_ext
43709 ac_res
=`eval echo '${'$as_ac_var'}'`
43710 { echo "$as_me:$LINENO: result: $ac_res" >&5
43711 echo "${ECHO_T}$ac_res" >&6; }
43712 if test `eval echo '${'$as_ac_var'}'` = yes; then
43713 cat >>confdefs.h
<<_ACEOF
43714 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43716 cat >>confdefs.h
<<\_ACEOF
43717 #define HAVE_DLERROR 1
43722 { echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
43723 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6; }
43724 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
43725 echo $ECHO_N "(cached) $ECHO_C" >&6
43727 ac_check_lib_save_LIBS
=$LIBS
43729 cat >conftest.
$ac_ext <<_ACEOF
43732 cat confdefs.h
>>conftest.
$ac_ext
43733 cat >>conftest.
$ac_ext <<_ACEOF
43734 /* end confdefs.h. */
43736 /* Override any GCC internal prototype to avoid an error.
43737 Use char because int might match the return type of a GCC
43738 builtin and then its argument prototype would still apply. */
43751 rm -f conftest.
$ac_objext conftest
$ac_exeext
43752 if { (ac_try
="$ac_link"
43753 case "(($ac_try" in
43754 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
43755 *) ac_try_echo=$ac_try;;
43757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43758 (eval "$ac_link") 2>conftest.er1
43760 grep -v '^ *+' conftest.er1 >conftest.err
43762 cat conftest.err >&5
43763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43764 (exit $ac_status); } && {
43765 test -z "$ac_c_werror_flag" ||
43766 test ! -s conftest.err
43767 } && test -s conftest$ac_exeext &&
43768 $as_test_x conftest$ac_exeext; then
43769 ac_cv_lib_dl_dlerror=yes
43771 echo "$as_me: failed program was:" >&5
43772 sed 's/^/| /' conftest.$ac_ext >&5
43774 ac_cv_lib_dl_dlerror=no
43777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43778 conftest$ac_exeext conftest.$ac_ext
43779 LIBS=$ac_check_lib_save_LIBS
43781 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
43782 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6; }
43783 if test $ac_cv_lib_dl_dlerror = yes; then
43784 cat >>confdefs.h <<\_ACEOF
43785 #define HAVE_DLERROR 1
43798 if test "$USE_DARWIN" = 1; then
43802 if test "$HAVE_DL_FUNCS" = 0; then
43803 if test "$HAVE_SHL_FUNCS" = 0; then
43804 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
43805 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
43806 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
43807 wxUSE_DYNAMIC_LOADER=no
43808 wxUSE_DYNLIB_CLASS=no
43810 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
43811 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
43818 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
43819 cat >>confdefs.h <<\_ACEOF
43820 #define wxUSE_DYNAMIC_LOADER 1
43824 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
43825 cat >>confdefs.h <<\_ACEOF
43826 #define wxUSE_DYNLIB_CLASS 1
43833 if test "$wxUSE_PLUGINS" = "yes" ; then
43834 if test "$wxUSE_SHARED" = "no" ; then
43835 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
43836 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
43839 if test "$wxUSE_MONOLITHIC" = "yes" ; then
43840 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
43841 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
43844 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
43845 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
43846 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
43849 if test "$wxUSE_PLUGINS" = "yes" ; then
43850 cat >>confdefs.h <<\_ACEOF
43851 #define wxUSE_PLUGINS 1
43858 if test "$wxUSE_FSWATCHER" = "yes"; then
43859 if test "$wxUSE_MSW" != "1"; then
43860 if test "$wxUSE_UNIX" = "yes"; then
43862 for ac_header in sys/inotify.h
43864 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43865 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43866 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43867 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43868 echo $ECHO_N "(cached) $ECHO_C" >&6
43870 cat >conftest.$ac_ext <<_ACEOF
43873 cat confdefs.h >>conftest.$ac_ext
43874 cat >>conftest.$ac_ext <<_ACEOF
43875 /* end confdefs.h. */
43876 $ac_includes_default
43878 #include <$ac_header>
43880 rm -f conftest.$ac_objext
43881 if { (ac_try="$ac_compile"
43882 case "(($ac_try" in
43883 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
43884 *) ac_try_echo
=$ac_try;;
43886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43887 (eval "$ac_compile") 2>conftest.er1
43889 grep -v '^ *+' conftest.er1
>conftest.err
43891 cat conftest.err
>&5
43892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43893 (exit $ac_status); } && {
43894 test -z "$ac_c_werror_flag" ||
43895 test ! -s conftest.err
43896 } && test -s conftest.
$ac_objext; then
43897 eval "$as_ac_Header=yes"
43899 echo "$as_me: failed program was:" >&5
43900 sed 's/^/| /' conftest.
$ac_ext >&5
43902 eval "$as_ac_Header=no"
43905 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
43907 ac_res
=`eval echo '${'$as_ac_Header'}'`
43908 { echo "$as_me:$LINENO: result: $ac_res" >&5
43909 echo "${ECHO_T}$ac_res" >&6; }
43910 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43911 cat >>confdefs.h
<<_ACEOF
43912 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43919 if test "$ac_cv_header_sys_inotify_h" = "yes"; then
43920 cat >>confdefs.h
<<\_ACEOF
43921 #define wxHAS_INOTIFY 1
43926 for ac_header
in sys
/event.h
43928 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43929 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43931 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43932 echo $ECHO_N "(cached) $ECHO_C" >&6
43934 cat >conftest.
$ac_ext <<_ACEOF
43937 cat confdefs.h
>>conftest.
$ac_ext
43938 cat >>conftest.
$ac_ext <<_ACEOF
43939 /* end confdefs.h. */
43940 $ac_includes_default
43942 #include <$ac_header>
43944 rm -f conftest.
$ac_objext
43945 if { (ac_try
="$ac_compile"
43946 case "(($ac_try" in
43947 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
43948 *) ac_try_echo=$ac_try;;
43950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43951 (eval "$ac_compile") 2>conftest.er1
43953 grep -v '^ *+' conftest.er1 >conftest.err
43955 cat conftest.err >&5
43956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43957 (exit $ac_status); } && {
43958 test -z "$ac_c_werror_flag" ||
43959 test ! -s conftest.err
43960 } && test -s conftest.$ac_objext; then
43961 eval "$as_ac_Header=yes"
43963 echo "$as_me: failed program was:" >&5
43964 sed 's/^/| /' conftest.$ac_ext >&5
43966 eval "$as_ac_Header=no"
43969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43971 ac_res=`eval echo '${'$as_ac_Header'}'`
43972 { echo "$as_me:$LINENO: result: $ac_res" >&5
43973 echo "${ECHO_T}$ac_res" >&6; }
43974 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43975 cat >>confdefs.h <<_ACEOF
43976 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43983 if test "$ac_cv_header_sys_event_h" = "yes"; then
43984 cat >>confdefs.h <<\_ACEOF
43985 #define wxHAS_KQUEUE 1
43996 if test "$wxUSE_THREADS" != "yes"; then
43997 { echo "$as_me:$LINENO: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&5
43998 echo "$as_me: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&2;}
44003 if test "$wxUSE_FSWATCHER" = "yes"; then
44004 cat >>confdefs.h <<\_ACEOF
44005 #define wxUSE_FSWATCHER 1
44008 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS fswatcher"
44010 { echo "$as_me:$LINENO: WARNING: wxFileSystemWatcher won't be available on this platform" >&5
44011 echo "$as_me: WARNING: wxFileSystemWatcher won't be available on this platform" >&2;}
44016 if test "$wxUSE_STL" = "yes"; then
44017 cat >>confdefs.h <<\_ACEOF
44018 #define wxUSE_STL 1
44023 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
44024 cat >>confdefs.h <<\_ACEOF
44025 #define wxUSE_EXTENDED_RTTI 1
44030 if test "$wxUSE_ANY" = "yes"; then
44031 cat >>confdefs.h <<\_ACEOF
44032 #define wxUSE_ANY 1
44037 if test "$wxUSE_APPLE_IEEE" = "yes"; then
44038 cat >>confdefs.h <<\_ACEOF
44039 #define wxUSE_APPLE_IEEE 1
44044 if test "$wxUSE_TIMER" = "yes"; then
44045 cat >>confdefs.h <<\_ACEOF
44046 #define wxUSE_TIMER 1
44051 if test "$USE_UNIX" = 1 ; then
44052 if test "$wxUSE_MGL" != 1; then
44053 { echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
44054 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6; }
44055 if test "${ac_cv_header_sys_soundcard+set}" = set; then
44056 echo $ECHO_N "(cached) $ECHO_C" >&6
44059 cat >conftest.$ac_ext <<_ACEOF
44062 cat confdefs.h >>conftest.$ac_ext
44063 cat >>conftest.$ac_ext <<_ACEOF
44064 /* end confdefs.h. */
44066 #include <sys/ioctl.h>
44067 #include <sys/soundcard.h>
44073 ioctl(0, SNDCTL_DSP_SPEED, 0);
44079 rm -f conftest.$ac_objext conftest$ac_exeext
44080 if { (ac_try="$ac_link"
44081 case "(($ac_try" in
44082 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
44083 *) ac_try_echo
=$ac_try;;
44085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44086 (eval "$ac_link") 2>conftest.er1
44088 grep -v '^ *+' conftest.er1
>conftest.err
44090 cat conftest.err
>&5
44091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44092 (exit $ac_status); } && {
44093 test -z "$ac_c_werror_flag" ||
44094 test ! -s conftest.err
44095 } && test -s conftest
$ac_exeext &&
44096 $as_test_x conftest
$ac_exeext; then
44097 ac_cv_header_sys_soundcard
=yes
44099 echo "$as_me: failed program was:" >&5
44100 sed 's/^/| /' conftest.
$ac_ext >&5
44104 LIBS
="$saveLibs -lossaudio"
44105 cat >conftest.
$ac_ext <<_ACEOF
44108 cat confdefs.h
>>conftest.
$ac_ext
44109 cat >>conftest.
$ac_ext <<_ACEOF
44110 /* end confdefs.h. */
44112 #include <sys/ioctl.h>
44113 #include <sys/soundcard.h>
44119 ioctl(0, SNDCTL_DSP_SPEED, 0);
44125 rm -f conftest.
$ac_objext conftest
$ac_exeext
44126 if { (ac_try
="$ac_link"
44127 case "(($ac_try" in
44128 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
44129 *) ac_try_echo=$ac_try;;
44131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44132 (eval "$ac_link") 2>conftest.er1
44134 grep -v '^ *+' conftest.er1 >conftest.err
44136 cat conftest.err >&5
44137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44138 (exit $ac_status); } && {
44139 test -z "$ac_c_werror_flag" ||
44140 test ! -s conftest.err
44141 } && test -s conftest$ac_exeext &&
44142 $as_test_x conftest$ac_exeext; then
44143 ac_cv_header_sys_soundcard=yes
44145 echo "$as_me: failed program was:" >&5
44146 sed 's/^/| /' conftest.$ac_ext >&5
44150 ac_cv_header_sys_soundcard=no
44155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44156 conftest$ac_exeext conftest.$ac_ext
44161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44162 conftest$ac_exeext conftest.$ac_ext
44165 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
44166 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6; }
44169 if test "$ac_cv_header_sys_soundcard" = "yes"; then
44170 cat >>confdefs.h <<\_ACEOF
44171 #define HAVE_SYS_SOUNDCARD_H 1
44178 if test "$wxUSE_SOUND" = "yes"; then
44179 if test "$USE_UNIX" = 1 ; then
44180 if test "$wxUSE_LIBSDL" != "no"; then
44182 # Check whether --with-sdl-prefix was given.
44183 if test "${with_sdl_prefix+set}" = set; then
44184 withval=$with_sdl_prefix; sdl_prefix="$withval"
44190 # Check whether --with-sdl-exec-prefix was given.
44191 if test "${with_sdl_exec_prefix+set}" = set; then
44192 withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
44197 # Check whether --enable-sdltest was given.
44198 if test "${enable_sdltest+set}" = set; then
44199 enableval=$enable_sdltest;
44205 if test x$sdl_exec_prefix != x ; then
44206 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
44207 if test x${SDL_CONFIG+set} != xset ; then
44208 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
44211 if test x$sdl_prefix != x ; then
44212 sdl_args="$sdl_args --prefix=$sdl_prefix"
44213 if test x${SDL_CONFIG+set} != xset ; then
44214 SDL_CONFIG=$sdl_prefix/bin/sdl-config
44218 if test "x$prefix" != xNONE; then
44219 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
44221 # Extract the first word of "sdl-config", so it can be a program name with args.
44222 set dummy sdl-config; ac_word=$2
44223 { echo "$as_me:$LINENO: checking for $ac_word" >&5
44224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
44225 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
44226 echo $ECHO_N "(cached) $ECHO_C" >&6
44228 case $SDL_CONFIG in
44230 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
44233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44234 for as_dir in $PATH
44237 test -z "$as_dir" && as_dir=.
44238 for ac_exec_ext in '' $ac_executable_extensions; do
44239 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
44240 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
44241 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44248 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
44252 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
44253 if test -n "$SDL_CONFIG"; then
44254 { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
44255 echo "${ECHO_T}$SDL_CONFIG" >&6; }
44257 { echo "$as_me:$LINENO: result: no" >&5
44258 echo "${ECHO_T}no" >&6; }
44262 min_sdl_version=1.2.0
44263 { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
44264 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
44266 if test "$SDL_CONFIG" = "no" ; then
44269 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
44270 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
44272 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
44273 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44274 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
44275 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44276 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
44277 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44278 if test "x$enable_sdltest" = "xyes" ; then
44279 ac_save_CFLAGS="$CFLAGS"
44280 ac_save_CXXFLAGS="$CXXFLAGS"
44281 ac_save_LIBS="$LIBS"
44282 CFLAGS="$CFLAGS $SDL_CFLAGS"
44283 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
44284 LIBS="$LIBS $SDL_LIBS"
44286 if test "$cross_compiling" = yes; then
44287 echo $ac_n "cross compiling; assumed OK... $ac_c"
44289 cat >conftest.$ac_ext <<_ACEOF
44292 cat confdefs.h >>conftest.$ac_ext
44293 cat >>conftest.$ac_ext <<_ACEOF
44294 /* end confdefs.h. */
44297 #include <stdlib.h>
44298 #include <string.h>
44302 my_strdup (char *str)
44308 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
44309 strcpy (new_str, str);
44317 int main (int argc, char *argv[])
44319 int major, minor, micro;
44322 /* This hangs on some systems (?)
44323 system ("touch conf.sdltest");
44325 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
44327 /* HP/UX 9 (%@#!) writes to sscanf strings */
44328 tmp_version = my_strdup("$min_sdl_version");
44329 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
44330 printf("%s, bad version string\n", "$min_sdl_version");
44334 if (($sdl_major_version > major) ||
44335 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
44336 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
44342 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
44343 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
44344 printf("*** best to upgrade to the required version.\n");
44345 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
44346 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
44347 printf("*** config.cache before re-running configure\n");
44354 rm -f conftest$ac_exeext
44355 if { (ac_try="$ac_link"
44356 case "(($ac_try" in
44357 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
44358 *) ac_try_echo
=$ac_try;;
44360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44361 (eval "$ac_link") 2>&5
44363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44364 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
44365 { (case "(($ac_try" in
44366 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
44367 *) ac_try_echo=$ac_try;;
44369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44370 (eval "$ac_try") 2>&5
44372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44373 (exit $ac_status); }; }; then
44376 echo "$as_me: program exited with status $ac_status" >&5
44377 echo "$as_me: failed program was:" >&5
44378 sed 's/^/| /' conftest.$ac_ext >&5
44380 ( exit $ac_status )
44383 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
44387 CFLAGS="$ac_save_CFLAGS"
44388 CXXFLAGS="$ac_save_CXXFLAGS"
44389 LIBS="$ac_save_LIBS"
44392 if test "x$no_sdl" = x ; then
44393 { echo "$as_me:$LINENO: result: yes" >&5
44394 echo "${ECHO_T}yes" >&6; }
44396 EXTRALIBS_SDL="$SDL_LIBS"
44397 CFLAGS="$SDL_CFLAGS $CFLAGS"
44398 CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
44399 cat >>confdefs.h <<\_ACEOF
44400 #define wxUSE_LIBSDL 1
44405 { echo "$as_me:$LINENO: result: no" >&5
44406 echo "${ECHO_T}no" >&6; }
44407 if test "$SDL_CONFIG" = "no" ; then
44408 echo "*** The sdl-config script installed by SDL could not be found"
44409 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
44410 echo "*** your path, or set the SDL_CONFIG environment variable to the"
44411 echo "*** full path to sdl-config."
44413 if test -f conf.sdltest ; then
44416 echo "*** Could not run SDL test program, checking why..."
44417 CFLAGS="$CFLAGS $SDL_CFLAGS"
44418 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
44419 LIBS="$LIBS $SDL_LIBS"
44420 cat >conftest.$ac_ext <<_ACEOF
44423 cat confdefs.h >>conftest.$ac_ext
44424 cat >>conftest.$ac_ext <<_ACEOF
44425 /* end confdefs.h. */
44430 int main(int argc, char *argv[])
44433 #define main K_and_R_C_main
44443 rm -f conftest.$ac_objext conftest$ac_exeext
44444 if { (ac_try="$ac_link"
44445 case "(($ac_try" in
44446 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
44447 *) ac_try_echo
=$ac_try;;
44449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44450 (eval "$ac_link") 2>conftest.er1
44452 grep -v '^ *+' conftest.er1
>conftest.err
44454 cat conftest.err
>&5
44455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44456 (exit $ac_status); } && {
44457 test -z "$ac_c_werror_flag" ||
44458 test ! -s conftest.err
44459 } && test -s conftest
$ac_exeext &&
44460 $as_test_x conftest
$ac_exeext; then
44461 echo "*** The test program compiled, but did not run. This usually means"
44462 echo "*** that the run-time linker is not finding SDL or finding the wrong"
44463 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
44464 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
44465 echo "*** to the installed location Also, make sure you have run ldconfig if that"
44466 echo "*** is required on your system"
44468 echo "*** If you have an old version installed, it is best to remove it, although"
44469 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
44471 echo "$as_me: failed program was:" >&5
44472 sed 's/^/| /' conftest.
$ac_ext >&5
44474 echo "*** The test program failed to compile or link. See the file config.log for the"
44475 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
44476 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
44477 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
44480 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
44481 conftest
$ac_exeext conftest.
$ac_ext
44482 CFLAGS
="$ac_save_CFLAGS"
44483 CXXFLAGS
="$ac_save_CXXFLAGS"
44484 LIBS
="$ac_save_LIBS"
44495 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
44500 if test "$wxUSE_MGL" = 1; then
44501 { echo "$as_me:$LINENO: WARNING: wxSound not supported in MGL under DOS... disabled" >&5
44502 echo "$as_me: WARNING: wxSound not supported in MGL under DOS... disabled" >&2;}
44508 if test "$wxUSE_SOUND" = "yes"; then
44509 cat >>confdefs.h
<<\_ACEOF
44510 #define wxUSE_SOUND 1
44513 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
44516 if test "$WXGTK2" = 1; then
44519 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
44520 if test -n "$ac_tool_prefix"; then
44521 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
44522 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
44523 { echo "$as_me:$LINENO: checking for $ac_word" >&5
44524 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
44525 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
44526 echo $ECHO_N "(cached) $ECHO_C" >&6
44528 case $PKG_CONFIG in
44530 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
44533 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44534 for as_dir
in $PATH
44537 test -z "$as_dir" && as_dir
=.
44538 for ac_exec_ext
in '' $ac_executable_extensions; do
44539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
44540 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
44541 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44551 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
44552 if test -n "$PKG_CONFIG"; then
44553 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
44554 echo "${ECHO_T}$PKG_CONFIG" >&6; }
44556 { echo "$as_me:$LINENO: result: no" >&5
44557 echo "${ECHO_T}no" >&6; }
44562 if test -z "$ac_cv_path_PKG_CONFIG"; then
44563 ac_pt_PKG_CONFIG
=$PKG_CONFIG
44564 # Extract the first word of "pkg-config", so it can be a program name with args.
44565 set dummy pkg
-config; ac_word
=$2
44566 { echo "$as_me:$LINENO: checking for $ac_word" >&5
44567 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
44568 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
44569 echo $ECHO_N "(cached) $ECHO_C" >&6
44571 case $ac_pt_PKG_CONFIG in
44573 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
44576 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44577 for as_dir
in $PATH
44580 test -z "$as_dir" && as_dir
=.
44581 for ac_exec_ext
in '' $ac_executable_extensions; do
44582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
44583 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
44584 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44594 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
44595 if test -n "$ac_pt_PKG_CONFIG"; then
44596 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
44597 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
44599 { echo "$as_me:$LINENO: result: no" >&5
44600 echo "${ECHO_T}no" >&6; }
44603 if test "x$ac_pt_PKG_CONFIG" = x
; then
44606 case $cross_compiling:$ac_tool_warned in
44608 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
44609 whose name does not start with the host triplet. If you think this
44610 configuration is useful to you, please write to autoconf@gnu.org." >&5
44611 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
44612 whose name does not start with the host triplet. If you think this
44613 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
44614 ac_tool_warned
=yes ;;
44616 PKG_CONFIG
=$ac_pt_PKG_CONFIG
44619 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
44623 if test -n "$PKG_CONFIG"; then
44624 _pkg_min_version
=0.9.0
44625 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
44626 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
44627 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
44628 { echo "$as_me:$LINENO: result: yes" >&5
44629 echo "${ECHO_T}yes" >&6; }
44631 { echo "$as_me:$LINENO: result: no" >&5
44632 echo "${ECHO_T}no" >&6; }
44638 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
44640 if test "$wxUSE_GTKPRINT" = "yes" ; then
44644 { echo "$as_me:$LINENO: checking for GTKPRINT" >&5
44645 echo $ECHO_N "checking for GTKPRINT... $ECHO_C" >&6; }
44647 if test -n "$PKG_CONFIG"; then
44648 if test -n "$GTKPRINT_CFLAGS"; then
44649 pkg_cv_GTKPRINT_CFLAGS
="$GTKPRINT_CFLAGS"
44651 if test -n "$PKG_CONFIG" && \
44652 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
44653 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
44655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44656 (exit $ac_status); }; then
44657 pkg_cv_GTKPRINT_CFLAGS
=`$PKG_CONFIG --cflags "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
44665 if test -n "$PKG_CONFIG"; then
44666 if test -n "$GTKPRINT_LIBS"; then
44667 pkg_cv_GTKPRINT_LIBS
="$GTKPRINT_LIBS"
44669 if test -n "$PKG_CONFIG" && \
44670 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
44671 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
44673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44674 (exit $ac_status); }; then
44675 pkg_cv_GTKPRINT_LIBS
=`$PKG_CONFIG --libs "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
44686 if test $pkg_failed = yes; then
44688 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44689 _pkg_short_errors_supported
=yes
44691 _pkg_short_errors_supported
=no
44693 if test $_pkg_short_errors_supported = yes; then
44694 GTKPRINT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
44696 GTKPRINT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
44698 # Put the nasty error message in config.log where it belongs
44699 echo "$GTKPRINT_PKG_ERRORS" >&5
44702 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
44703 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
44704 wxUSE_GTKPRINT
="no"
44707 elif test $pkg_failed = untried
; then
44709 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
44710 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
44711 wxUSE_GTKPRINT
="no"
44715 GTKPRINT_CFLAGS
=$pkg_cv_GTKPRINT_CFLAGS
44716 GTKPRINT_LIBS
=$pkg_cv_GTKPRINT_LIBS
44717 { echo "$as_me:$LINENO: result: yes" >&5
44718 echo "${ECHO_T}yes" >&6; }
44720 CFLAGS
="$GTKPRINT_CFLAGS $CFLAGS"
44721 CXXFLAGS
="$GTKPRINT_CFLAGS $CXXFLAGS"
44722 cat >>confdefs.h
<<\_ACEOF
44723 #define wxUSE_GTKPRINT 1
44730 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
44734 { echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
44735 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6; }
44737 if test -n "$PKG_CONFIG"; then
44738 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
44739 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
="$LIBGNOMEPRINTUI_CFLAGS"
44741 if test -n "$PKG_CONFIG" && \
44742 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
44743 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
44745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44746 (exit $ac_status); }; then
44747 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
44755 if test -n "$PKG_CONFIG"; then
44756 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
44757 pkg_cv_LIBGNOMEPRINTUI_LIBS
="$LIBGNOMEPRINTUI_LIBS"
44759 if test -n "$PKG_CONFIG" && \
44760 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
44761 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
44763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44764 (exit $ac_status); }; then
44765 pkg_cv_LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
44776 if test $pkg_failed = yes; then
44778 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44779 _pkg_short_errors_supported
=yes
44781 _pkg_short_errors_supported
=no
44783 if test $_pkg_short_errors_supported = yes; then
44784 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
44786 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
44788 # Put the nasty error message in config.log where it belongs
44789 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
44792 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
44793 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
44794 wxUSE_LIBGNOMEPRINT
="no"
44797 elif test $pkg_failed = untried
; then
44799 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
44800 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
44801 wxUSE_LIBGNOMEPRINT
="no"
44805 LIBGNOMEPRINTUI_CFLAGS
=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
44806 LIBGNOMEPRINTUI_LIBS
=$pkg_cv_LIBGNOMEPRINTUI_LIBS
44807 { echo "$as_me:$LINENO: result: yes" >&5
44808 echo "${ECHO_T}yes" >&6; }
44810 CFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
44811 CXXFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
44812 cat >>confdefs.h
<<\_ACEOF
44813 #define wxUSE_LIBGNOMEPRINT 1
44821 if test "$wxUSE_MIMETYPE" = "yes" ; then
44822 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
44826 { echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
44827 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6; }
44829 if test -n "$PKG_CONFIG"; then
44830 if test -n "$GNOMEVFS_CFLAGS"; then
44831 pkg_cv_GNOMEVFS_CFLAGS
="$GNOMEVFS_CFLAGS"
44833 if test -n "$PKG_CONFIG" && \
44834 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
44835 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
44837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44838 (exit $ac_status); }; then
44839 pkg_cv_GNOMEVFS_CFLAGS
=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
44847 if test -n "$PKG_CONFIG"; then
44848 if test -n "$GNOMEVFS_LIBS"; then
44849 pkg_cv_GNOMEVFS_LIBS
="$GNOMEVFS_LIBS"
44851 if test -n "$PKG_CONFIG" && \
44852 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
44853 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
44855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44856 (exit $ac_status); }; then
44857 pkg_cv_GNOMEVFS_LIBS
=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
44868 if test $pkg_failed = yes; then
44870 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44871 _pkg_short_errors_supported
=yes
44873 _pkg_short_errors_supported
=no
44875 if test $_pkg_short_errors_supported = yes; then
44876 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
44878 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
44880 # Put the nasty error message in config.log where it belongs
44881 echo "$GNOMEVFS_PKG_ERRORS" >&5
44884 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
44885 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
44886 wxUSE_LIBGNOMEVFS
="no"
44889 elif test $pkg_failed = untried
; then
44891 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
44892 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
44893 wxUSE_LIBGNOMEVFS
="no"
44897 GNOMEVFS_CFLAGS
=$pkg_cv_GNOMEVFS_CFLAGS
44898 GNOMEVFS_LIBS
=$pkg_cv_GNOMEVFS_LIBS
44899 { echo "$as_me:$LINENO: result: yes" >&5
44900 echo "${ECHO_T}yes" >&6; }
44902 CFLAGS
="$GNOMEVFS_CFLAGS $CFLAGS"
44903 CXXFLAGS
="$GNOMEVFS_CFLAGS $CXXFLAGS"
44904 cat >>confdefs.h
<<\_ACEOF
44905 #define wxUSE_LIBGNOMEVFS 1
44913 if test "$wxUSE_LIBHILDON" = "yes" ; then
44916 { echo "$as_me:$LINENO: checking for HILDON" >&5
44917 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6; }
44919 if test -n "$PKG_CONFIG"; then
44920 if test -n "$HILDON_CFLAGS"; then
44921 pkg_cv_HILDON_CFLAGS
="$HILDON_CFLAGS"
44923 if test -n "$PKG_CONFIG" && \
44924 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
44925 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
44927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44928 (exit $ac_status); }; then
44929 pkg_cv_HILDON_CFLAGS
=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
44937 if test -n "$PKG_CONFIG"; then
44938 if test -n "$HILDON_LIBS"; then
44939 pkg_cv_HILDON_LIBS
="$HILDON_LIBS"
44941 if test -n "$PKG_CONFIG" && \
44942 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
44943 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
44945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44946 (exit $ac_status); }; then
44947 pkg_cv_HILDON_LIBS
=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
44958 if test $pkg_failed = yes; then
44960 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44961 _pkg_short_errors_supported
=yes
44963 _pkg_short_errors_supported
=no
44965 if test $_pkg_short_errors_supported = yes; then
44966 HILDON_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
44968 HILDON_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
44970 # Put the nasty error message in config.log where it belongs
44971 echo "$HILDON_PKG_ERRORS" >&5
44974 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
44975 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
44976 wxUSE_LIBHILDON
="no"
44980 elif test $pkg_failed = untried
; then
44982 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
44983 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
44984 wxUSE_LIBHILDON
="no"
44989 HILDON_CFLAGS
=$pkg_cv_HILDON_CFLAGS
44990 HILDON_LIBS
=$pkg_cv_HILDON_LIBS
44991 { echo "$as_me:$LINENO: result: yes" >&5
44992 echo "${ECHO_T}yes" >&6; }
44994 EXTRALIBS_HILDON
="$HILDON_LIBS"
44995 CFLAGS
="$CFLAGS $HILDON_CFLAGS"
44996 CXXFLAGS
="$CXXFLAGS $HILDON_CFLAGS"
44997 cat >>confdefs.h
<<\_ACEOF
44998 #define wxUSE_LIBHILDON 1
45005 if test "$ac_hildon_lgpl" = 0 ; then
45008 { echo "$as_me:$LINENO: checking for HILDON2" >&5
45009 echo $ECHO_N "checking for HILDON2... $ECHO_C" >&6; }
45011 if test -n "$PKG_CONFIG"; then
45012 if test -n "$HILDON2_CFLAGS"; then
45013 pkg_cv_HILDON2_CFLAGS
="$HILDON2_CFLAGS"
45015 if test -n "$PKG_CONFIG" && \
45016 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
45017 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
45019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45020 (exit $ac_status); }; then
45021 pkg_cv_HILDON2_CFLAGS
=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
45029 if test -n "$PKG_CONFIG"; then
45030 if test -n "$HILDON2_LIBS"; then
45031 pkg_cv_HILDON2_LIBS
="$HILDON2_LIBS"
45033 if test -n "$PKG_CONFIG" && \
45034 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
45035 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
45037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45038 (exit $ac_status); }; then
45039 pkg_cv_HILDON2_LIBS
=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
45050 if test $pkg_failed = yes; then
45052 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
45053 _pkg_short_errors_supported
=yes
45055 _pkg_short_errors_supported
=no
45057 if test $_pkg_short_errors_supported = yes; then
45058 HILDON2_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
45060 HILDON2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
45062 # Put the nasty error message in config.log where it belongs
45063 echo "$HILDON2_PKG_ERRORS" >&5
45066 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
45067 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
45068 wxUSE_LIBHILDON2
="no"
45071 elif test $pkg_failed = untried
; then
45073 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
45074 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
45075 wxUSE_LIBHILDON2
="no"
45079 HILDON2_CFLAGS
=$pkg_cv_HILDON2_CFLAGS
45080 HILDON2_LIBS
=$pkg_cv_HILDON2_LIBS
45081 { echo "$as_me:$LINENO: result: yes" >&5
45082 echo "${ECHO_T}yes" >&6; }
45084 EXTRALIBS_HILDON
="$HILDON2_LIBS"
45085 CFLAGS
="$CFLAGS $HILDON2_CFLAGS"
45086 CXXFLAGS
="$CXXFLAGS $HILDON2_CFLAGS"
45087 cat >>confdefs.h
<<\_ACEOF
45088 #define wxUSE_LIBHILDON2 1
45097 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
45098 cat >>confdefs.h
<<\_ACEOF
45099 #define wxUSE_CMDLINE_PARSER 1
45104 if test "$wxUSE_STOPWATCH" = "yes"; then
45105 cat >>confdefs.h
<<\_ACEOF
45106 #define wxUSE_STOPWATCH 1
45111 if test "$wxUSE_DATETIME" = "yes"; then
45112 cat >>confdefs.h
<<\_ACEOF
45113 #define wxUSE_DATETIME 1
45118 if test "$wxUSE_FILE" = "yes"; then
45119 cat >>confdefs.h
<<\_ACEOF
45120 #define wxUSE_FILE 1
45125 if test "$wxUSE_FFILE" = "yes"; then
45126 cat >>confdefs.h
<<\_ACEOF
45127 #define wxUSE_FFILE 1
45132 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
45133 if test "$wxUSE_STREAMS" != yes; then
45134 { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
45135 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
45136 wxUSE_ARCHIVE_STREAMS
=no
45138 cat >>confdefs.h
<<\_ACEOF
45139 #define wxUSE_ARCHIVE_STREAMS 1
45145 if test "$wxUSE_ZIPSTREAM" = "yes"; then
45146 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
45147 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
45148 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
45149 elif test "$wxUSE_ZLIB" = "no"; then
45150 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
45151 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
45153 cat >>confdefs.h
<<\_ACEOF
45154 #define wxUSE_ZIPSTREAM 1
45160 if test "$wxUSE_TARSTREAM" = "yes"; then
45161 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
45162 { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
45163 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
45165 cat >>confdefs.h
<<\_ACEOF
45166 #define wxUSE_TARSTREAM 1
45172 if test "$wxUSE_FILE_HISTORY" = "yes"; then
45173 cat >>confdefs.h
<<\_ACEOF
45174 #define wxUSE_FILE_HISTORY 1
45179 if test "$wxUSE_FILESYSTEM" = "yes"; then
45180 if test "$wxUSE_STREAMS" != yes -o \
( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \
); then
45181 { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
45182 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
45183 wxUSE_FILESYSTEM
=no
45185 cat >>confdefs.h
<<\_ACEOF
45186 #define wxUSE_FILESYSTEM 1
45192 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
45193 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
45194 { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
45195 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
45197 cat >>confdefs.h
<<\_ACEOF
45198 #define wxUSE_FS_ARCHIVE 1
45204 if test "$wxUSE_FS_ZIP" = "yes"; then
45205 if test "$wxUSE_FS_ARCHIVE" != yes; then
45206 { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
45207 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
45209 cat >>confdefs.h
<<\_ACEOF
45210 #define wxUSE_FS_ZIP 1
45216 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
45217 if test "$USE_UNIX" != 1; then
45218 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
45219 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
45220 wxUSE_ON_FATAL_EXCEPTION
=no
45222 cat >>confdefs.h
<<\_ACEOF
45223 #define wxUSE_ON_FATAL_EXCEPTION 1
45229 if test "$wxUSE_STACKWALKER" = "yes"; then
45230 cat >>confdefs.h
<<\_ACEOF
45231 #define wxUSE_STACKWALKER 1
45236 if test "$wxUSE_DEBUGREPORT" = "yes"; then
45237 if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
45238 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
45239 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
45240 wxUSE_DEBUGREPORT
=no
45242 cat >>confdefs.h
<<\_ACEOF
45243 #define wxUSE_DEBUGREPORT 1
45246 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
45247 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS debugrpt"
45252 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
45253 cat >>confdefs.h
<<\_ACEOF
45254 #define wxUSE_SNGLINST_CHECKER 1
45259 if test "$wxUSE_BUSYINFO" = "yes"; then
45260 cat >>confdefs.h
<<\_ACEOF
45261 #define wxUSE_BUSYINFO 1
45266 if test "$wxUSE_HOTKEY" = "yes"; then
45267 if test "$wxUSE_MSW" != 1 -a "$wxUSE_OSX_COCOA" != 1 -a "$wxUSE_OSX_CARBON" != 1; then
45268 { echo "$as_me:$LINENO: WARNING: Hot keys not supported by the current toolkit, disabled" >&5
45269 echo "$as_me: WARNING: Hot keys not supported by the current toolkit, disabled" >&2;}
45272 elif test "$wxUSE_HOTKEY" = "auto"; then
45273 if test "$wxUSE_MSW" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OSX_CARBON" = 1; then
45277 if test "$wxUSE_HOTKEY" = "yes"; then
45278 cat >>confdefs.h
<<\_ACEOF
45279 #define wxUSE_HOTKEY 1
45284 if test "$wxUSE_STD_CONTAINERS" = "yes"; then
45285 cat >>confdefs.h
<<\_ACEOF
45286 #define wxUSE_STD_CONTAINERS 1
45291 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
45292 cat >>confdefs.h
<<\_ACEOF
45293 #define wxUSE_STD_IOSTREAM 1
45298 if test "$wxUSE_STD_STRING" = "yes"; then
45299 cat >>confdefs.h
<<\_ACEOF
45300 #define wxUSE_STD_STRING 1
45305 if test "$wxUSE_STD_STRING_CONV_IN_WXSTRING" = "yes"; then
45306 cat >>confdefs.h
<<\_ACEOF
45307 #define wxUSE_STD_STRING_CONV_IN_WXSTRING 1
45312 if test "$wxUSE_STDPATHS" = "yes"; then
45313 cat >>confdefs.h
<<\_ACEOF
45314 #define wxUSE_STDPATHS 1
45319 if test "$wxUSE_TEXTBUFFER" = "yes"; then
45320 cat >>confdefs.h
<<\_ACEOF
45321 #define wxUSE_TEXTBUFFER 1
45326 if test "$wxUSE_TEXTFILE" = "yes"; then
45327 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
45328 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
45329 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
45331 cat >>confdefs.h
<<\_ACEOF
45332 #define wxUSE_TEXTFILE 1
45338 if test "$wxUSE_CONFIG" = "yes" ; then
45339 if test "$wxUSE_TEXTFILE" != "yes"; then
45340 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
45341 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
45343 cat >>confdefs.h
<<\_ACEOF
45344 #define wxUSE_CONFIG 1
45347 cat >>confdefs.h
<<\_ACEOF
45348 #define wxUSE_CONFIG_NATIVE 1
45351 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
45355 if test "$wxUSE_INTL" = "yes" ; then
45356 if test "$wxUSE_FILE" != "yes"; then
45357 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
45358 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
45360 cat >>confdefs.h
<<\_ACEOF
45361 #define wxUSE_INTL 1
45364 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
45365 GUIDIST
="$GUIDIST INTL_DIST"
45369 if test "$wxUSE_XLOCALE" = "yes" ; then
45370 cat >>confdefs.h
<<\_ACEOF
45371 #define wxUSE_XLOCALE 1
45374 { echo "$as_me:$LINENO: checking for locale_t" >&5
45375 echo $ECHO_N "checking for locale_t... $ECHO_C" >&6; }
45376 if test "${ac_cv_type_locale_t+set}" = set; then
45377 echo $ECHO_N "(cached) $ECHO_C" >&6
45379 cat >conftest.
$ac_ext <<_ACEOF
45382 cat confdefs.h
>>conftest.
$ac_ext
45383 cat >>conftest.
$ac_ext <<_ACEOF
45384 /* end confdefs.h. */
45385 #include <xlocale.h>
45386 #include <locale.h>
45388 typedef locale_t ac__type_new_;
45392 if ((ac__type_new_ *) 0)
45394 if (sizeof (ac__type_new_))
45400 rm -f conftest.
$ac_objext
45401 if { (ac_try
="$ac_compile"
45402 case "(($ac_try" in
45403 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
45404 *) ac_try_echo=$ac_try;;
45406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45407 (eval "$ac_compile") 2>conftest.er1
45409 grep -v '^ *+' conftest.er1 >conftest.err
45411 cat conftest.err >&5
45412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45413 (exit $ac_status); } && {
45414 test -z "$ac_c_werror_flag" ||
45415 test ! -s conftest.err
45416 } && test -s conftest.$ac_objext; then
45417 ac_cv_type_locale_t=yes
45419 echo "$as_me: failed program was:" >&5
45420 sed 's/^/| /' conftest.$ac_ext >&5
45422 ac_cv_type_locale_t=no
45425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45427 { echo "$as_me:$LINENO: result: $ac_cv_type_locale_t" >&5
45428 echo "${ECHO_T}$ac_cv_type_locale_t" >&6; }
45429 if test $ac_cv_type_locale_t = yes; then
45431 cat >>confdefs.h <<_ACEOF
45432 #define HAVE_LOCALE_T 1
45440 if test "$wxUSE_LOG" = "yes"; then
45441 cat >>confdefs.h <<\_ACEOF
45442 #define wxUSE_LOG 1
45446 if test "$wxUSE_LOGGUI" = "yes"; then
45447 cat >>confdefs.h <<\_ACEOF
45448 #define wxUSE_LOGGUI 1
45453 if test "$wxUSE_LOGWINDOW" = "yes"; then
45454 cat >>confdefs.h <<\_ACEOF
45455 #define wxUSE_LOGWINDOW 1
45460 if test "$wxUSE_LOGDIALOG" = "yes"; then
45461 cat >>confdefs.h <<\_ACEOF
45462 #define wxUSE_LOG_DIALOG 1
45467 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
45470 if test "$wxUSE_LONGLONG" = "yes"; then
45471 cat >>confdefs.h <<\_ACEOF
45472 #define wxUSE_LONGLONG 1
45477 if test "$wxUSE_GEOMETRY" = "yes"; then
45478 cat >>confdefs.h <<\_ACEOF
45479 #define wxUSE_GEOMETRY 1
45484 if test "$wxUSE_BASE64" = "yes"; then
45485 cat >>confdefs.h <<\_ACEOF
45486 #define wxUSE_BASE64 1
45491 if test "$wxUSE_STREAMS" = "yes" ; then
45492 cat >>confdefs.h <<\_ACEOF
45493 #define wxUSE_STREAMS 1
45498 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
45499 cat >>confdefs.h <<\_ACEOF
45500 #define wxUSE_PRINTF_POS_PARAMS 1
45505 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
45506 cat >>confdefs.h <<\_ACEOF
45507 #define wxUSE_OBJC_UNIQUIFYING 1
45513 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
45514 cat >>confdefs.h <<\_ACEOF
45515 #define wxUSE_CONSOLE_EVENTLOOP 1
45519 if test "$wxUSE_UNIX" = "yes"; then
45520 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
45521 cat >>confdefs.h <<\_ACEOF
45522 #define wxUSE_SELECT_DISPATCHER 1
45527 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
45529 for ac_header in sys/epoll.h
45531 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
45532 { echo "$as_me:$LINENO: checking for $ac_header" >&5
45533 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
45534 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
45535 echo $ECHO_N "(cached) $ECHO_C" >&6
45537 cat >conftest.$ac_ext <<_ACEOF
45540 cat confdefs.h >>conftest.$ac_ext
45541 cat >>conftest.$ac_ext <<_ACEOF
45542 /* end confdefs.h. */
45543 $ac_includes_default
45545 #include <$ac_header>
45547 rm -f conftest.$ac_objext
45548 if { (ac_try="$ac_compile"
45549 case "(($ac_try" in
45550 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
45551 *) ac_try_echo
=$ac_try;;
45553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45554 (eval "$ac_compile") 2>conftest.er1
45556 grep -v '^ *+' conftest.er1
>conftest.err
45558 cat conftest.err
>&5
45559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45560 (exit $ac_status); } && {
45561 test -z "$ac_c_werror_flag" ||
45562 test ! -s conftest.err
45563 } && test -s conftest.
$ac_objext; then
45564 eval "$as_ac_Header=yes"
45566 echo "$as_me: failed program was:" >&5
45567 sed 's/^/| /' conftest.
$ac_ext >&5
45569 eval "$as_ac_Header=no"
45572 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
45574 ac_res
=`eval echo '${'$as_ac_Header'}'`
45575 { echo "$as_me:$LINENO: result: $ac_res" >&5
45576 echo "${ECHO_T}$ac_res" >&6; }
45577 if test `eval echo '${'$as_ac_Header'}'` = yes; then
45578 cat >>confdefs.h
<<_ACEOF
45579 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
45586 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
45587 cat >>confdefs.h
<<\_ACEOF
45588 #define wxUSE_EPOLL_DISPATCHER 1
45592 { echo "$as_me:$LINENO: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
45593 echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
45602 for ac_func
in gettimeofday ftime
45604 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
45605 { echo "$as_me:$LINENO: checking for $ac_func" >&5
45606 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
45607 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
45608 echo $ECHO_N "(cached) $ECHO_C" >&6
45610 cat >conftest.
$ac_ext <<_ACEOF
45613 cat confdefs.h
>>conftest.
$ac_ext
45614 cat >>conftest.
$ac_ext <<_ACEOF
45615 /* end confdefs.h. */
45616 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
45617 For example, HP-UX 11i <limits.h> declares gettimeofday. */
45618 #define $ac_func innocuous_$ac_func
45620 /* System header to define __stub macros and hopefully few prototypes,
45621 which can conflict with char $ac_func (); below.
45622 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
45623 <limits.h> exists even on freestanding compilers. */
45626 # include <limits.h>
45628 # include <assert.h>
45633 /* Override any GCC internal prototype to avoid an error.
45634 Use char because int might match the return type of a GCC
45635 builtin and then its argument prototype would still apply. */
45640 /* The GNU C library defines this for functions which it implements
45641 to always fail with ENOSYS. Some functions are actually named
45642 something starting with __ and the normal name is an alias. */
45643 #if defined __stub_$ac_func || defined __stub___$ac_func
45650 return $ac_func ();
45655 rm -f conftest.
$ac_objext conftest
$ac_exeext
45656 if { (ac_try
="$ac_link"
45657 case "(($ac_try" in
45658 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
45659 *) ac_try_echo=$ac_try;;
45661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45662 (eval "$ac_link") 2>conftest.er1
45664 grep -v '^ *+' conftest.er1 >conftest.err
45666 cat conftest.err >&5
45667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45668 (exit $ac_status); } && {
45669 test -z "$ac_c_werror_flag" ||
45670 test ! -s conftest.err
45671 } && test -s conftest$ac_exeext &&
45672 $as_test_x conftest$ac_exeext; then
45673 eval "$as_ac_var=yes"
45675 echo "$as_me: failed program was:" >&5
45676 sed 's/^/| /' conftest.$ac_ext >&5
45678 eval "$as_ac_var=no"
45681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45682 conftest$ac_exeext conftest.$ac_ext
45684 ac_res=`eval echo '${'$as_ac_var'}'`
45685 { echo "$as_me:$LINENO: result: $ac_res" >&5
45686 echo "${ECHO_T}$ac_res" >&6; }
45687 if test `eval echo '${'$as_ac_var'}'` = yes; then
45688 cat >>confdefs.h <<_ACEOF
45689 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
45696 if test "$ac_cv_func_gettimeofday" = "yes"; then
45697 { echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
45698 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6; }
45699 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
45700 echo $ECHO_N "(cached) $ECHO_C" >&6
45703 cat >conftest.$ac_ext <<_ACEOF
45706 cat confdefs.h >>conftest.$ac_ext
45707 cat >>conftest.$ac_ext <<_ACEOF
45708 /* end confdefs.h. */
45710 #include <sys/time.h>
45711 #include <unistd.h>
45718 gettimeofday(&tv, NULL);
45724 rm -f conftest.$ac_objext
45725 if { (ac_try="$ac_compile"
45726 case "(($ac_try" in
45727 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
45728 *) ac_try_echo
=$ac_try;;
45730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45731 (eval "$ac_compile") 2>conftest.er1
45733 grep -v '^ *+' conftest.er1
>conftest.err
45735 cat conftest.err
>&5
45736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45737 (exit $ac_status); } && {
45738 test -z "$ac_c_werror_flag" ||
45739 test ! -s conftest.err
45740 } && test -s conftest.
$ac_objext; then
45741 wx_cv_func_gettimeofday_has_2_args
=yes
45743 echo "$as_me: failed program was:" >&5
45744 sed 's/^/| /' conftest.
$ac_ext >&5
45746 cat >conftest.
$ac_ext <<_ACEOF
45749 cat confdefs.h
>>conftest.
$ac_ext
45750 cat >>conftest.
$ac_ext <<_ACEOF
45751 /* end confdefs.h. */
45753 #include <sys/time.h>
45754 #include <unistd.h>
45767 rm -f conftest.
$ac_objext
45768 if { (ac_try
="$ac_compile"
45769 case "(($ac_try" in
45770 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
45771 *) ac_try_echo=$ac_try;;
45773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45774 (eval "$ac_compile") 2>conftest.er1
45776 grep -v '^ *+' conftest.er1 >conftest.err
45778 cat conftest.err >&5
45779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45780 (exit $ac_status); } && {
45781 test -z "$ac_c_werror_flag" ||
45782 test ! -s conftest.err
45783 } && test -s conftest.$ac_objext; then
45784 wx_cv_func_gettimeofday_has_2_args=no
45786 echo "$as_me: failed program was:" >&5
45787 sed 's/^/| /' conftest.$ac_ext >&5
45790 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
45791 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
45792 wx_cv_func_gettimeofday_has_2_args=unknown
45797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45804 { echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
45805 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6; }
45807 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
45808 cat >>confdefs.h <<\_ACEOF
45809 #define WX_GETTIMEOFDAY_NO_TZ 1
45815 if test "$wxUSE_DATETIME" = "yes"; then
45816 { echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
45817 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6; }
45818 if test "${wx_cv_var_timezone+set}" = set; then
45819 echo $ECHO_N "(cached) $ECHO_C" >&6
45823 ac_cpp='$CXXCPP $CPPFLAGS'
45824 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45825 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45826 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45828 cat >conftest.$ac_ext <<_ACEOF
45831 cat confdefs.h >>conftest.$ac_ext
45832 cat >>conftest.$ac_ext <<_ACEOF
45833 /* end confdefs.h. */
45848 rm -f conftest.$ac_objext
45849 if { (ac_try="$ac_compile"
45850 case "(($ac_try" in
45851 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
45852 *) ac_try_echo
=$ac_try;;
45854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45855 (eval "$ac_compile") 2>conftest.er1
45857 grep -v '^ *+' conftest.er1
>conftest.err
45859 cat conftest.err
>&5
45860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45861 (exit $ac_status); } && {
45862 test -z "$ac_cxx_werror_flag" ||
45863 test ! -s conftest.err
45864 } && test -s conftest.
$ac_objext; then
45866 wx_cv_var_timezone
=timezone
45869 echo "$as_me: failed program was:" >&5
45870 sed 's/^/| /' conftest.
$ac_ext >&5
45873 cat >conftest.
$ac_ext <<_ACEOF
45876 cat confdefs.h
>>conftest.
$ac_ext
45877 cat >>conftest.
$ac_ext <<_ACEOF
45878 /* end confdefs.h. */
45893 rm -f conftest.
$ac_objext
45894 if { (ac_try
="$ac_compile"
45895 case "(($ac_try" in
45896 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
45897 *) ac_try_echo=$ac_try;;
45899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45900 (eval "$ac_compile") 2>conftest.er1
45902 grep -v '^ *+' conftest.er1 >conftest.err
45904 cat conftest.err >&5
45905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45906 (exit $ac_status); } && {
45907 test -z "$ac_cxx_werror_flag" ||
45908 test ! -s conftest.err
45909 } && test -s conftest.$ac_objext; then
45911 wx_cv_var_timezone=_timezone
45914 echo "$as_me: failed program was:" >&5
45915 sed 's/^/| /' conftest.$ac_ext >&5
45918 cat >conftest.$ac_ext <<_ACEOF
45921 cat confdefs.h >>conftest.$ac_ext
45922 cat >>conftest.$ac_ext <<_ACEOF
45923 /* end confdefs.h. */
45938 rm -f conftest.$ac_objext
45939 if { (ac_try="$ac_compile"
45940 case "(($ac_try" in
45941 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
45942 *) ac_try_echo
=$ac_try;;
45944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45945 (eval "$ac_compile") 2>conftest.er1
45947 grep -v '^ *+' conftest.er1
>conftest.err
45949 cat conftest.err
>&5
45950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45951 (exit $ac_status); } && {
45952 test -z "$ac_cxx_werror_flag" ||
45953 test ! -s conftest.err
45954 } && test -s conftest.
$ac_objext; then
45956 wx_cv_var_timezone
=__timezone
45959 echo "$as_me: failed program was:" >&5
45960 sed 's/^/| /' conftest.
$ac_ext >&5
45963 if test "$USE_DOS" = 0 ; then
45964 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
45965 echo "$as_me: WARNING: no timezone variable" >&2;}
45971 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
45976 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
45981 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
45983 ac_cpp
='$CPP $CPPFLAGS'
45984 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45985 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45986 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
45991 { echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
45992 echo "${ECHO_T}$wx_cv_var_timezone" >&6; }
45994 if test "x$wx_cv_var_timezone" != x
; then
45995 cat >>confdefs.h
<<_ACEOF
45996 #define WX_TIMEZONE $wx_cv_var_timezone
46002 for ac_func
in localtime
46004 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
46005 { echo "$as_me:$LINENO: checking for $ac_func" >&5
46006 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
46007 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
46008 echo $ECHO_N "(cached) $ECHO_C" >&6
46010 cat >conftest.
$ac_ext <<_ACEOF
46013 cat confdefs.h
>>conftest.
$ac_ext
46014 cat >>conftest.
$ac_ext <<_ACEOF
46015 /* end confdefs.h. */
46016 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
46017 For example, HP-UX 11i <limits.h> declares gettimeofday. */
46018 #define $ac_func innocuous_$ac_func
46020 /* System header to define __stub macros and hopefully few prototypes,
46021 which can conflict with char $ac_func (); below.
46022 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46023 <limits.h> exists even on freestanding compilers. */
46026 # include <limits.h>
46028 # include <assert.h>
46033 /* Override any GCC internal prototype to avoid an error.
46034 Use char because int might match the return type of a GCC
46035 builtin and then its argument prototype would still apply. */
46040 /* The GNU C library defines this for functions which it implements
46041 to always fail with ENOSYS. Some functions are actually named
46042 something starting with __ and the normal name is an alias. */
46043 #if defined __stub_$ac_func || defined __stub___$ac_func
46050 return $ac_func ();
46055 rm -f conftest.
$ac_objext conftest
$ac_exeext
46056 if { (ac_try
="$ac_link"
46057 case "(($ac_try" in
46058 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
46059 *) ac_try_echo=$ac_try;;
46061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46062 (eval "$ac_link") 2>conftest.er1
46064 grep -v '^ *+' conftest.er1 >conftest.err
46066 cat conftest.err >&5
46067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46068 (exit $ac_status); } && {
46069 test -z "$ac_c_werror_flag" ||
46070 test ! -s conftest.err
46071 } && test -s conftest$ac_exeext &&
46072 $as_test_x conftest$ac_exeext; then
46073 eval "$as_ac_var=yes"
46075 echo "$as_me: failed program was:" >&5
46076 sed 's/^/| /' conftest.$ac_ext >&5
46078 eval "$as_ac_var=no"
46081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46082 conftest$ac_exeext conftest.$ac_ext
46084 ac_res=`eval echo '${'$as_ac_var'}'`
46085 { echo "$as_me:$LINENO: result: $ac_res" >&5
46086 echo "${ECHO_T}$ac_res" >&6; }
46087 if test `eval echo '${'$as_ac_var'}'` = yes; then
46088 cat >>confdefs.h <<_ACEOF
46089 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
46096 if test "$ac_cv_func_localtime" = "yes"; then
46097 { echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
46098 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6; }
46099 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
46100 echo $ECHO_N "(cached) $ECHO_C" >&6
46103 cat >conftest.$ac_ext <<_ACEOF
46106 cat confdefs.h >>conftest.$ac_ext
46107 cat >>conftest.$ac_ext <<_ACEOF
46108 /* end confdefs.h. */
46123 rm -f conftest.$ac_objext
46124 if { (ac_try="$ac_compile"
46125 case "(($ac_try" in
46126 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
46127 *) ac_try_echo
=$ac_try;;
46129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46130 (eval "$ac_compile") 2>conftest.er1
46132 grep -v '^ *+' conftest.er1
>conftest.err
46134 cat conftest.err
>&5
46135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46136 (exit $ac_status); } && {
46137 test -z "$ac_c_werror_flag" ||
46138 test ! -s conftest.err
46139 } && test -s conftest.
$ac_objext; then
46141 wx_cv_struct_tm_has_gmtoff
=yes
46144 echo "$as_me: failed program was:" >&5
46145 sed 's/^/| /' conftest.
$ac_ext >&5
46147 wx_cv_struct_tm_has_gmtoff
=no
46151 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
46154 { echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
46155 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6; }
46158 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
46159 cat >>confdefs.h
<<\_ACEOF
46160 #define WX_GMTOFF_IN_TM 1
46165 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
46169 if test "$wxUSE_SOCKETS" = "yes"; then
46170 if test "$wxUSE_MGL" = 1; then
46171 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
46172 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
46177 if test "$wxUSE_SOCKETS" = "yes"; then
46178 if test "$TOOLKIT" != "MSW"; then
46179 { echo "$as_me:$LINENO: checking for socket" >&5
46180 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
46181 if test "${ac_cv_func_socket+set}" = set; then
46182 echo $ECHO_N "(cached) $ECHO_C" >&6
46184 cat >conftest.
$ac_ext <<_ACEOF
46187 cat confdefs.h
>>conftest.
$ac_ext
46188 cat >>conftest.
$ac_ext <<_ACEOF
46189 /* end confdefs.h. */
46190 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
46191 For example, HP-UX 11i <limits.h> declares gettimeofday. */
46192 #define socket innocuous_socket
46194 /* System header to define __stub macros and hopefully few prototypes,
46195 which can conflict with char socket (); below.
46196 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46197 <limits.h> exists even on freestanding compilers. */
46200 # include <limits.h>
46202 # include <assert.h>
46207 /* Override any GCC internal prototype to avoid an error.
46208 Use char because int might match the return type of a GCC
46209 builtin and then its argument prototype would still apply. */
46214 /* The GNU C library defines this for functions which it implements
46215 to always fail with ENOSYS. Some functions are actually named
46216 something starting with __ and the normal name is an alias. */
46217 #if defined __stub_socket || defined __stub___socket
46229 rm -f conftest.
$ac_objext conftest
$ac_exeext
46230 if { (ac_try
="$ac_link"
46231 case "(($ac_try" in
46232 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
46233 *) ac_try_echo=$ac_try;;
46235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46236 (eval "$ac_link") 2>conftest.er1
46238 grep -v '^ *+' conftest.er1 >conftest.err
46240 cat conftest.err >&5
46241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46242 (exit $ac_status); } && {
46243 test -z "$ac_c_werror_flag" ||
46244 test ! -s conftest.err
46245 } && test -s conftest$ac_exeext &&
46246 $as_test_x conftest$ac_exeext; then
46247 ac_cv_func_socket=yes
46249 echo "$as_me: failed program was:" >&5
46250 sed 's/^/| /' conftest.$ac_ext >&5
46252 ac_cv_func_socket=no
46255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46256 conftest$ac_exeext conftest.$ac_ext
46258 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
46259 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
46260 if test $ac_cv_func_socket = yes; then
46264 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
46265 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
46266 if test "${ac_cv_lib_socket_socket+set}" = set; then
46267 echo $ECHO_N "(cached) $ECHO_C" >&6
46269 ac_check_lib_save_LIBS=$LIBS
46270 LIBS="-lsocket $LIBS"
46271 cat >conftest.$ac_ext <<_ACEOF
46274 cat confdefs.h >>conftest.$ac_ext
46275 cat >>conftest.$ac_ext <<_ACEOF
46276 /* end confdefs.h. */
46278 /* Override any GCC internal prototype to avoid an error.
46279 Use char because int might match the return type of a GCC
46280 builtin and then its argument prototype would still apply. */
46293 rm -f conftest.$ac_objext conftest$ac_exeext
46294 if { (ac_try="$ac_link"
46295 case "(($ac_try" in
46296 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
46297 *) ac_try_echo
=$ac_try;;
46299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46300 (eval "$ac_link") 2>conftest.er1
46302 grep -v '^ *+' conftest.er1
>conftest.err
46304 cat conftest.err
>&5
46305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46306 (exit $ac_status); } && {
46307 test -z "$ac_c_werror_flag" ||
46308 test ! -s conftest.err
46309 } && test -s conftest
$ac_exeext &&
46310 $as_test_x conftest
$ac_exeext; then
46311 ac_cv_lib_socket_socket
=yes
46313 echo "$as_me: failed program was:" >&5
46314 sed 's/^/| /' conftest.
$ac_ext >&5
46316 ac_cv_lib_socket_socket
=no
46319 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
46320 conftest
$ac_exeext conftest.
$ac_ext
46321 LIBS
=$ac_check_lib_save_LIBS
46323 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
46324 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
46325 if test $ac_cv_lib_socket_socket = yes; then
46326 if test "$INET_LINK" != " -lsocket"; then
46327 INET_LINK
="$INET_LINK -lsocket"
46331 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
46332 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
46345 if test "$wxUSE_SOCKETS" = "yes" ; then
46346 if test "$TOOLKIT" != "MSW"; then
46347 { echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
46348 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6; }
46349 if test "${wx_cv_type_getsockname3+set}" = set; then
46350 echo $ECHO_N "(cached) $ECHO_C" >&6
46354 ac_cpp
='$CXXCPP $CPPFLAGS'
46355 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46356 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46357 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
46359 cat >conftest.
$ac_ext <<_ACEOF
46362 cat confdefs.h
>>conftest.
$ac_ext
46363 cat >>conftest.
$ac_ext <<_ACEOF
46364 /* end confdefs.h. */
46366 #include <sys/types.h>
46367 #include <sys/socket.h>
46374 getsockname(0, 0, &len);
46380 rm -f conftest.
$ac_objext
46381 if { (ac_try
="$ac_compile"
46382 case "(($ac_try" in
46383 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
46384 *) ac_try_echo=$ac_try;;
46386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46387 (eval "$ac_compile") 2>conftest.er1
46389 grep -v '^ *+' conftest.er1 >conftest.err
46391 cat conftest.err >&5
46392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46393 (exit $ac_status); } && {
46394 test -z "$ac_cxx_werror_flag" ||
46395 test ! -s conftest.err
46396 } && test -s conftest.$ac_objext; then
46397 wx_cv_type_getsockname3=socklen_t
46399 echo "$as_me: failed program was:" >&5
46400 sed 's/^/| /' conftest.$ac_ext >&5
46403 CFLAGS_OLD="$CFLAGS"
46404 if test "$GCC" = yes ; then
46405 CFLAGS="-Werror $CFLAGS"
46408 cat >conftest.$ac_ext <<_ACEOF
46411 cat confdefs.h >>conftest.$ac_ext
46412 cat >>conftest.$ac_ext <<_ACEOF
46413 /* end confdefs.h. */
46415 #include <sys/types.h>
46416 #include <sys/socket.h>
46423 getsockname(0, 0, &len);
46429 rm -f conftest.$ac_objext
46430 if { (ac_try="$ac_compile"
46431 case "(($ac_try" in
46432 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
46433 *) ac_try_echo
=$ac_try;;
46435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46436 (eval "$ac_compile") 2>conftest.er1
46438 grep -v '^ *+' conftest.er1
>conftest.err
46440 cat conftest.err
>&5
46441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46442 (exit $ac_status); } && {
46443 test -z "$ac_cxx_werror_flag" ||
46444 test ! -s conftest.err
46445 } && test -s conftest.
$ac_objext; then
46446 wx_cv_type_getsockname3
=size_t
46448 echo "$as_me: failed program was:" >&5
46449 sed 's/^/| /' conftest.
$ac_ext >&5
46451 cat >conftest.
$ac_ext <<_ACEOF
46454 cat confdefs.h
>>conftest.
$ac_ext
46455 cat >>conftest.
$ac_ext <<_ACEOF
46456 /* end confdefs.h. */
46458 #include <sys/types.h>
46459 #include <sys/socket.h>
46466 getsockname(0, 0, &len);
46472 rm -f conftest.
$ac_objext
46473 if { (ac_try
="$ac_compile"
46474 case "(($ac_try" in
46475 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
46476 *) ac_try_echo=$ac_try;;
46478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46479 (eval "$ac_compile") 2>conftest.er1
46481 grep -v '^ *+' conftest.er1 >conftest.err
46483 cat conftest.err >&5
46484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46485 (exit $ac_status); } && {
46486 test -z "$ac_cxx_werror_flag" ||
46487 test ! -s conftest.err
46488 } && test -s conftest.$ac_objext; then
46489 wx_cv_type_getsockname3=int
46491 echo "$as_me: failed program was:" >&5
46492 sed 's/^/| /' conftest.$ac_ext >&5
46494 wx_cv_type_getsockname3=unknown
46498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46504 CFLAGS="$CFLAGS_OLD"
46509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46511 ac_cpp='$CPP $CPPFLAGS'
46512 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46513 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46514 ac_compiler_gnu=$ac_cv_c_compiler_gnu
46518 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
46519 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6; }
46521 if test "$wx_cv_type_getsockname3" = "unknown"; then
46523 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
46524 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
46526 cat >>confdefs.h <<_ACEOF
46527 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
46531 { echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
46532 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6; }
46533 if test "${wx_cv_type_getsockopt5+set}" = set; then
46534 echo $ECHO_N "(cached) $ECHO_C" >&6
46538 ac_cpp='$CXXCPP $CPPFLAGS'
46539 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46540 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46541 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46543 cat >conftest.$ac_ext <<_ACEOF
46546 cat confdefs.h >>conftest.$ac_ext
46547 cat >>conftest.$ac_ext <<_ACEOF
46548 /* end confdefs.h. */
46550 #include <sys/types.h>
46551 #include <sys/socket.h>
46558 getsockopt(0, 0, 0, 0, &len);
46564 rm -f conftest.$ac_objext
46565 if { (ac_try="$ac_compile"
46566 case "(($ac_try" in
46567 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
46568 *) ac_try_echo
=$ac_try;;
46570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46571 (eval "$ac_compile") 2>conftest.er1
46573 grep -v '^ *+' conftest.er1
>conftest.err
46575 cat conftest.err
>&5
46576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46577 (exit $ac_status); } && {
46578 test -z "$ac_cxx_werror_flag" ||
46579 test ! -s conftest.err
46580 } && test -s conftest.
$ac_objext; then
46581 wx_cv_type_getsockopt5
=socklen_t
46583 echo "$as_me: failed program was:" >&5
46584 sed 's/^/| /' conftest.
$ac_ext >&5
46587 cat >conftest.
$ac_ext <<_ACEOF
46590 cat confdefs.h
>>conftest.
$ac_ext
46591 cat >>conftest.
$ac_ext <<_ACEOF
46592 /* end confdefs.h. */
46594 #include <sys/types.h>
46595 #include <sys/socket.h>
46602 getsockopt(0, 0, 0, 0, &len);
46608 rm -f conftest.
$ac_objext
46609 if { (ac_try
="$ac_compile"
46610 case "(($ac_try" in
46611 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
46612 *) ac_try_echo=$ac_try;;
46614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46615 (eval "$ac_compile") 2>conftest.er1
46617 grep -v '^ *+' conftest.er1 >conftest.err
46619 cat conftest.err >&5
46620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46621 (exit $ac_status); } && {
46622 test -z "$ac_cxx_werror_flag" ||
46623 test ! -s conftest.err
46624 } && test -s conftest.$ac_objext; then
46625 wx_cv_type_getsockopt5=size_t
46627 echo "$as_me: failed program was:" >&5
46628 sed 's/^/| /' conftest.$ac_ext >&5
46630 cat >conftest.$ac_ext <<_ACEOF
46633 cat confdefs.h >>conftest.$ac_ext
46634 cat >>conftest.$ac_ext <<_ACEOF
46635 /* end confdefs.h. */
46637 #include <sys/types.h>
46638 #include <sys/socket.h>
46645 getsockopt(0, 0, 0, 0, &len);
46651 rm -f conftest.$ac_objext
46652 if { (ac_try="$ac_compile"
46653 case "(($ac_try" in
46654 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
46655 *) ac_try_echo
=$ac_try;;
46657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46658 (eval "$ac_compile") 2>conftest.er1
46660 grep -v '^ *+' conftest.er1
>conftest.err
46662 cat conftest.err
>&5
46663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46664 (exit $ac_status); } && {
46665 test -z "$ac_cxx_werror_flag" ||
46666 test ! -s conftest.err
46667 } && test -s conftest.
$ac_objext; then
46668 wx_cv_type_getsockopt5
=int
46670 echo "$as_me: failed program was:" >&5
46671 sed 's/^/| /' conftest.
$ac_ext >&5
46673 wx_cv_type_getsockopt5
=unknown
46677 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
46681 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
46686 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
46688 ac_cpp
='$CPP $CPPFLAGS'
46689 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46690 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46691 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
46695 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
46696 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6; }
46698 if test "$wx_cv_type_getsockopt5" = "unknown"; then
46700 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
46701 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
46703 cat >>confdefs.h
<<_ACEOF
46704 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
46711 if test "$wxUSE_SOCKETS" = "yes" ; then
46712 if test "$wxUSE_IPV6" = "yes"; then
46713 { echo "$as_me:$LINENO: checking whether we have sockaddr_in6" >&5
46714 echo $ECHO_N "checking whether we have sockaddr_in6... $ECHO_C" >&6; }
46715 if test "${wx_cv_type_sockaddr_in6+set}" = set; then
46716 echo $ECHO_N "(cached) $ECHO_C" >&6
46719 cat >conftest.
$ac_ext <<_ACEOF
46722 cat confdefs.h
>>conftest.
$ac_ext
46723 cat >>conftest.
$ac_ext <<_ACEOF
46724 /* end confdefs.h. */
46726 #include <sys/types.h>
46727 #include <sys/socket.h>
46728 #include <netinet/in.h>
46734 struct sockaddr_in6 sa6;
46740 rm -f conftest.
$ac_objext
46741 if { (ac_try
="$ac_compile"
46742 case "(($ac_try" in
46743 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
46744 *) ac_try_echo=$ac_try;;
46746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46747 (eval "$ac_compile") 2>conftest.er1
46749 grep -v '^ *+' conftest.er1 >conftest.err
46751 cat conftest.err >&5
46752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46753 (exit $ac_status); } && {
46754 test -z "$ac_c_werror_flag" ||
46755 test ! -s conftest.err
46756 } && test -s conftest.$ac_objext; then
46757 wx_cv_type_sockaddr_in6=yes
46759 echo "$as_me: failed program was:" >&5
46760 sed 's/^/| /' conftest.$ac_ext >&5
46762 wx_cv_type_sockaddr_in6=no
46766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46770 { echo "$as_me:$LINENO: result: $wx_cv_type_sockaddr_in6" >&5
46771 echo "${ECHO_T}$wx_cv_type_sockaddr_in6" >&6; }
46773 if test "$wx_cv_type_sockaddr_in6"="yes"; then
46774 cat >>confdefs.h <<\_ACEOF
46775 #define wxUSE_IPV6 1
46779 { echo "$as_me:$LINENO: WARNING: IPv6 support not available... disabled" >&5
46780 echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
46784 cat >>confdefs.h <<\_ACEOF
46785 #define wxUSE_SOCKETS 1
46788 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
46791 if test "$wxUSE_PROTOCOL" = "yes"; then
46792 if test "$wxUSE_SOCKETS" != "yes"; then
46793 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
46794 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
46799 if test "$wxUSE_PROTOCOL" = "yes"; then
46800 cat >>confdefs.h <<\_ACEOF
46801 #define wxUSE_PROTOCOL 1
46805 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
46806 cat >>confdefs.h <<\_ACEOF
46807 #define wxUSE_PROTOCOL_HTTP 1
46811 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
46812 cat >>confdefs.h <<\_ACEOF
46813 #define wxUSE_PROTOCOL_FTP 1
46817 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
46818 cat >>confdefs.h <<\_ACEOF
46819 #define wxUSE_PROTOCOL_FILE 1
46824 if test "$wxUSE_FS_INET" = "yes"; then
46825 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
46826 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
46831 if test "$wxUSE_URL" = "yes"; then
46832 if test "$wxUSE_PROTOCOL" != "yes"; then
46833 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
46834 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
46837 if test "$wxUSE_URL" = "yes"; then
46838 cat >>confdefs.h <<\_ACEOF
46839 #define wxUSE_URL 1
46845 if test "$wxUSE_VARIANT" = "yes"; then
46846 cat >>confdefs.h <<\_ACEOF
46847 #define wxUSE_VARIANT 1
46852 if test "$wxUSE_FS_INET" = "yes"; then
46853 cat >>confdefs.h <<\_ACEOF
46854 #define wxUSE_FS_INET 1
46860 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
46863 if test "$TOOLKIT" = "MSW"; then
46866 elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
46867 if test "$USE_DARWIN" = 1; then
46868 { echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
46869 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6; }
46871 ac_cpp='$CXXCPP $CPPFLAGS'
46872 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46873 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46874 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46876 cat >conftest.$ac_ext <<_ACEOF
46879 cat confdefs.h >>conftest.$ac_ext
46880 cat >>conftest.$ac_ext <<_ACEOF
46881 /* end confdefs.h. */
46882 #include <IOKit/hid/IOHIDLib.h>
46886 IOHIDQueueInterface *qi = NULL;
46887 IOHIDCallbackFunction cb = NULL;
46888 qi->setEventCallout(NULL, cb, NULL, NULL);
46893 rm -f conftest.$ac_objext
46894 if { (ac_try="$ac_compile"
46895 case "(($ac_try" in
46896 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
46897 *) ac_try_echo
=$ac_try;;
46899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46900 (eval "$ac_compile") 2>conftest.er1
46902 grep -v '^ *+' conftest.er1
>conftest.err
46904 cat conftest.err
>&5
46905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46906 (exit $ac_status); } && {
46907 test -z "$ac_cxx_werror_flag" ||
46908 test ! -s conftest.err
46909 } && test -s conftest.
$ac_objext; then
46913 echo "$as_me: failed program was:" >&5
46914 sed 's/^/| /' conftest.
$ac_ext >&5
46919 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
46921 ac_cpp
='$CPP $CPPFLAGS'
46922 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46923 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46924 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
46926 { echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
46927 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6; }
46931 if test "$wxUSE_MGL" != 1; then
46933 for ac_header
in linux
/joystick.h
46935 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
46936 { echo "$as_me:$LINENO: checking for $ac_header" >&5
46937 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
46938 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
46939 echo $ECHO_N "(cached) $ECHO_C" >&6
46941 cat >conftest.
$ac_ext <<_ACEOF
46944 cat confdefs.h
>>conftest.
$ac_ext
46945 cat >>conftest.
$ac_ext <<_ACEOF
46946 /* end confdefs.h. */
46947 $ac_includes_default
46949 #include <$ac_header>
46951 rm -f conftest.
$ac_objext
46952 if { (ac_try
="$ac_compile"
46953 case "(($ac_try" in
46954 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
46955 *) ac_try_echo=$ac_try;;
46957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46958 (eval "$ac_compile") 2>conftest.er1
46960 grep -v '^ *+' conftest.er1 >conftest.err
46962 cat conftest.err >&5
46963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46964 (exit $ac_status); } && {
46965 test -z "$ac_c_werror_flag" ||
46966 test ! -s conftest.err
46967 } && test -s conftest.$ac_objext; then
46968 eval "$as_ac_Header=yes"
46970 echo "$as_me: failed program was:" >&5
46971 sed 's/^/| /' conftest.$ac_ext >&5
46973 eval "$as_ac_Header=no"
46976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46978 ac_res=`eval echo '${'$as_ac_Header'}'`
46979 { echo "$as_me:$LINENO: result: $ac_res" >&5
46980 echo "${ECHO_T}$ac_res" >&6; }
46981 if test `eval echo '${'$as_ac_Header'}'` = yes; then
46982 cat >>confdefs.h <<_ACEOF
46983 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
46993 if test "$wxUSE_JOYSTICK" = "yes"; then
46994 cat >>confdefs.h <<\_ACEOF
46995 #define wxUSE_JOYSTICK 1
46998 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
47000 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
47001 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
47007 if test "$wxUSE_FONTENUM" = "yes" ; then
47008 cat >>confdefs.h <<\_ACEOF
47009 #define wxUSE_FONTENUM 1
47014 if test "$wxUSE_FONTMAP" = "yes" ; then
47015 cat >>confdefs.h <<\_ACEOF
47016 #define wxUSE_FONTMAP 1
47021 if test "$wxUSE_UNICODE" = "yes" ; then
47022 cat >>confdefs.h <<\_ACEOF
47023 #define wxUSE_UNICODE 1
47027 if test "$USE_WIN32" != 1; then
47028 wxUSE_UNICODE_MSLU=no
47031 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
47032 { echo "$as_me:$LINENO: checking for main in -lunicows" >&5
47033 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6; }
47034 if test "${ac_cv_lib_unicows_main+set}" = set; then
47035 echo $ECHO_N "(cached) $ECHO_C" >&6
47037 ac_check_lib_save_LIBS=$LIBS
47038 LIBS="-lunicows $LIBS"
47039 cat >conftest.$ac_ext <<_ACEOF
47042 cat confdefs.h >>conftest.$ac_ext
47043 cat >>conftest.$ac_ext <<_ACEOF
47044 /* end confdefs.h. */
47055 rm -f conftest.$ac_objext conftest$ac_exeext
47056 if { (ac_try="$ac_link"
47057 case "(($ac_try" in
47058 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
47059 *) ac_try_echo
=$ac_try;;
47061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47062 (eval "$ac_link") 2>conftest.er1
47064 grep -v '^ *+' conftest.er1
>conftest.err
47066 cat conftest.err
>&5
47067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47068 (exit $ac_status); } && {
47069 test -z "$ac_c_werror_flag" ||
47070 test ! -s conftest.err
47071 } && test -s conftest
$ac_exeext &&
47072 $as_test_x conftest
$ac_exeext; then
47073 ac_cv_lib_unicows_main
=yes
47075 echo "$as_me: failed program was:" >&5
47076 sed 's/^/| /' conftest.
$ac_ext >&5
47078 ac_cv_lib_unicows_main
=no
47081 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
47082 conftest
$ac_exeext conftest.
$ac_ext
47083 LIBS
=$ac_check_lib_save_LIBS
47085 { echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
47086 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6; }
47087 if test $ac_cv_lib_unicows_main = yes; then
47089 cat >>confdefs.h
<<\_ACEOF
47090 #define wxUSE_UNICODE_MSLU 1
47096 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
47097 Applications will only run on Windows NT/2000/XP!" >&5
47098 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
47099 Applications will only run on Windows NT/2000/XP!" >&2;}
47100 wxUSE_UNICODE_MSLU
=no
47107 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
47108 cat >>confdefs.h
<<\_ACEOF
47109 #define wxUSE_UNICODE_UTF8 1
47113 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
47114 cat >>confdefs.h
<<\_ACEOF
47115 #define wxUSE_UTF8_LOCALE_ONLY 1
47122 if test "$wxUSE_CONSTRAINTS" = "yes"; then
47123 cat >>confdefs.h
<<\_ACEOF
47124 #define wxUSE_CONSTRAINTS 1
47127 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
47130 if test "$wxUSE_MDI" = "yes"; then
47131 cat >>confdefs.h
<<\_ACEOF
47132 #define wxUSE_MDI 1
47136 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
47137 cat >>confdefs.h
<<\_ACEOF
47138 #define wxUSE_MDI_ARCHITECTURE 1
47141 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
47145 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
47146 cat >>confdefs.h
<<\_ACEOF
47147 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
47150 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
47153 if test "$wxUSE_HELP" = "yes"; then
47154 cat >>confdefs.h
<<\_ACEOF
47155 #define wxUSE_HELP 1
47158 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
47160 if test "$wxUSE_MSW" = 1; then
47161 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
47162 cat >>confdefs.h
<<\_ACEOF
47163 #define wxUSE_MS_HTML_HELP 1
47169 if test "$wxUSE_WXHTML_HELP" = "yes"; then
47170 if test "$wxUSE_HTML" = "yes"; then
47171 cat >>confdefs.h
<<\_ACEOF
47172 #define wxUSE_WXHTML_HELP 1
47176 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
47177 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
47178 wxUSE_WXHTML_HELP
=no
47183 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
47184 cat >>confdefs.h
<<\_ACEOF
47185 #define wxUSE_PRINTING_ARCHITECTURE 1
47188 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
47191 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
47192 cat >>confdefs.h
<<\_ACEOF
47193 #define wxUSE_POSTSCRIPT 1
47198 cat >>confdefs.h
<<\_ACEOF
47199 #define wxUSE_AFM_FOR_POSTSCRIPT 1
47203 if test "$wxUSE_SVG" = "yes"; then
47204 cat >>confdefs.h
<<\_ACEOF
47205 #define wxUSE_SVG 1
47211 if test "$wxUSE_METAFILE" = "yes"; then
47212 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
47213 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
47214 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
47217 elif test "$wxUSE_METAFILE" = "auto"; then
47218 if test "$wxUSE_MSW" = 1 -o "$wxUSE_MAC" = 1 -o "$wxUSE_PM" = 1; then
47223 if test "$wxUSE_METAFILE" = "yes"; then
47224 cat >>confdefs.h
<<\_ACEOF
47225 #define wxUSE_METAFILE 1
47228 if test "$wxUSE_MSW" = 1; then
47229 cat >>confdefs.h
<<\_ACEOF
47230 #define wxUSE_ENH_METAFILE 1
47237 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
47238 -o "$wxUSE_CLIPBOARD" = "yes" \
47239 -o "$wxUSE_OLE" = "yes" \
47240 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
47241 { echo "$as_me:$LINENO: checking for ole2.h" >&5
47242 echo $ECHO_N "checking for ole2.h... $ECHO_C" >&6; }
47243 if test "${ac_cv_header_ole2_h+set}" = set; then
47244 echo $ECHO_N "(cached) $ECHO_C" >&6
47246 cat >conftest.
$ac_ext <<_ACEOF
47249 cat confdefs.h
>>conftest.
$ac_ext
47250 cat >>conftest.
$ac_ext <<_ACEOF
47251 /* end confdefs.h. */
47256 rm -f conftest.
$ac_objext
47257 if { (ac_try
="$ac_compile"
47258 case "(($ac_try" in
47259 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
47260 *) ac_try_echo=$ac_try;;
47262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47263 (eval "$ac_compile") 2>conftest.er1
47265 grep -v '^ *+' conftest.er1 >conftest.err
47267 cat conftest.err >&5
47268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47269 (exit $ac_status); } && {
47270 test -z "$ac_c_werror_flag" ||
47271 test ! -s conftest.err
47272 } && test -s conftest.$ac_objext; then
47273 ac_cv_header_ole2_h=yes
47275 echo "$as_me: failed program was:" >&5
47276 sed 's/^/| /' conftest.$ac_ext >&5
47278 ac_cv_header_ole2_h=no
47281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47283 { echo "$as_me:$LINENO: result: $ac_cv_header_ole2_h" >&5
47284 echo "${ECHO_T}$ac_cv_header_ole2_h" >&6; }
47288 if test "$ac_cv_header_ole2_h" = "yes" ; then
47289 if test "$GCC" = yes ; then
47290 { echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
47291 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6; }
47292 cat >conftest.$ac_ext <<_ACEOF
47295 cat confdefs.h >>conftest.$ac_ext
47296 cat >>conftest.$ac_ext <<_ACEOF
47297 /* end confdefs.h. */
47298 #include <windows.h>
47308 rm -f conftest.$ac_objext
47309 if { (ac_try="$ac_compile"
47310 case "(($ac_try" in
47311 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
47312 *) ac_try_echo
=$ac_try;;
47314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47315 (eval "$ac_compile") 2>conftest.er1
47317 grep -v '^ *+' conftest.er1
>conftest.err
47319 cat conftest.err
>&5
47320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47321 (exit $ac_status); } && {
47322 test -z "$ac_c_werror_flag" ||
47323 test ! -s conftest.err
47324 } && test -s conftest.
$ac_objext; then
47325 { echo "$as_me:$LINENO: result: no" >&5
47326 echo "${ECHO_T}no" >&6; }
47328 echo "$as_me: failed program was:" >&5
47329 sed 's/^/| /' conftest.
$ac_ext >&5
47331 { echo "$as_me:$LINENO: result: yes" >&5
47332 echo "${ECHO_T}yes" >&6; }
47333 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fvtable-thunks"
47336 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
47337 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
47338 if test "$wxUSE_OLE" = "yes" ; then
47339 cat >>confdefs.h
<<\_ACEOF
47340 #define wxUSE_OLE 1
47343 cat >>confdefs.h
<<\_ACEOF
47344 #define wxUSE_OLE_AUTOMATION 1
47347 cat >>confdefs.h
<<\_ACEOF
47348 #define wxUSE_ACTIVEX 1
47351 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS oleauto"
47355 if test "$wxUSE_DATAOBJ" = "yes" ; then
47356 cat >>confdefs.h
<<\_ACEOF
47357 #define wxUSE_DATAOBJ 1
47362 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
47363 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
47366 wxUSE_DRAG_AND_DROP
=no
47372 if test "$wxUSE_IPC" = "yes"; then
47373 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
47374 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
47375 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
47379 if test "$wxUSE_IPC" = "yes"; then
47380 cat >>confdefs.h
<<\_ACEOF
47381 #define wxUSE_IPC 1
47384 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
47388 if test "$wxUSE_DATAOBJ" = "yes"; then
47389 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
47390 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&5
47391 echo "$as_me: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&2;}
47394 cat >>confdefs.h
<<\_ACEOF
47395 #define wxUSE_DATAOBJ 1
47400 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
47401 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
47403 wxUSE_DRAG_AND_DROP
=no
47406 if test "$wxUSE_CLIPBOARD" = "yes"; then
47407 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
47408 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
47409 echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
47413 if test "$wxUSE_CLIPBOARD" = "yes"; then
47414 cat >>confdefs.h
<<\_ACEOF
47415 #define wxUSE_CLIPBOARD 1
47421 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
47422 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_MGL" = 1 -o \
47423 "$wxUSE_DFB" = 1; then
47424 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
47425 echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
47426 wxUSE_DRAG_AND_DROP
=no
47429 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
47430 cat >>confdefs.h
<<\_ACEOF
47431 #define wxUSE_DRAG_AND_DROP 1
47438 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
47439 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
47442 if test "$wxUSE_CLIPBOARD" = "yes"; then
47443 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS clipboard"
47446 if test "$wxUSE_SPLINES" = "yes" ; then
47447 cat >>confdefs.h
<<\_ACEOF
47448 #define wxUSE_SPLINES 1
47453 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
47454 cat >>confdefs.h
<<\_ACEOF
47455 #define wxUSE_MOUSEWHEEL 1
47460 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
47461 cat >>confdefs.h
<<\_ACEOF
47462 #define wxUSE_UIACTIONSIMULATOR 1
47465 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS uiaction"
47468 if test "$wxUSE_DC_TRANSFORM_MATRIX" = "yes" ; then
47469 cat >>confdefs.h
<<\_ACEOF
47470 #define wxUSE_DC_TRANSFORM_MATRIX 1
47477 if test "$wxUSE_CONTROLS" = "yes"; then
47481 if test "$wxUSE_MARKUP" = "yes"; then
47482 cat >>confdefs.h
<<\_ACEOF
47483 #define wxUSE_MARKUP 1
47488 if test "$wxUSE_ACCEL" = "yes"; then
47489 cat >>confdefs.h
<<\_ACEOF
47490 #define wxUSE_ACCEL 1
47496 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
47497 cat >>confdefs.h
<<\_ACEOF
47498 #define wxUSE_ANIMATIONCTRL 1
47502 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS animate"
47505 if test "$wxUSE_BANNERWINDOW" = "yes"; then
47506 cat >>confdefs.h
<<\_ACEOF
47507 #define wxUSE_BANNERWINDOW 1
47512 if test "$wxUSE_BUTTON" = "yes"; then
47513 cat >>confdefs.h
<<\_ACEOF
47514 #define wxUSE_BUTTON 1
47520 if test "$wxUSE_BMPBUTTON" = "yes"; then
47521 cat >>confdefs.h
<<\_ACEOF
47522 #define wxUSE_BMPBUTTON 1
47528 if test "$wxUSE_CALCTRL" = "yes"; then
47529 cat >>confdefs.h
<<\_ACEOF
47530 #define wxUSE_CALENDARCTRL 1
47534 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
47537 if test "$wxUSE_CARET" = "yes"; then
47538 cat >>confdefs.h
<<\_ACEOF
47539 #define wxUSE_CARET 1
47543 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
47546 if test "$wxUSE_COLLPANE" = "yes"; then
47547 cat >>confdefs.h
<<\_ACEOF
47548 #define wxUSE_COLLPANE 1
47552 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS collpane"
47555 if test "$wxUSE_COMBOBOX" = "yes"; then
47556 cat >>confdefs.h
<<\_ACEOF
47557 #define wxUSE_COMBOBOX 1
47563 if test "$wxUSE_COMBOCTRL" = "yes"; then
47564 cat >>confdefs.h
<<\_ACEOF
47565 #define wxUSE_COMBOCTRL 1
47571 if test "$wxUSE_COMMANDLINKBUTTON" = "yes"; then
47572 cat >>confdefs.h
<<\_ACEOF
47573 #define wxUSE_COMMANDLINKBUTTON 1
47579 if test "$wxUSE_CHOICE" = "yes"; then
47580 cat >>confdefs.h
<<\_ACEOF
47581 #define wxUSE_CHOICE 1
47587 if test "$wxUSE_CHOICEBOOK" = "yes"; then
47588 cat >>confdefs.h
<<\_ACEOF
47589 #define wxUSE_CHOICEBOOK 1
47595 if test "$wxUSE_CHECKBOX" = "yes"; then
47596 cat >>confdefs.h
<<\_ACEOF
47597 #define wxUSE_CHECKBOX 1
47603 if test "$wxUSE_CHECKLST" = "yes"; then
47604 cat >>confdefs.h
<<\_ACEOF
47605 #define wxUSE_CHECKLISTBOX 1
47611 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
47612 cat >>confdefs.h
<<\_ACEOF
47613 #define wxUSE_COLOURPICKERCTRL 1
47619 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
47620 cat >>confdefs.h
<<\_ACEOF
47621 #define wxUSE_DATEPICKCTRL 1
47627 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
47628 cat >>confdefs.h
<<\_ACEOF
47629 #define wxUSE_DIRPICKERCTRL 1
47635 if test "$wxUSE_FILECTRL" = "yes"; then
47636 cat >>confdefs.h
<<\_ACEOF
47637 #define wxUSE_FILECTRL 1
47643 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
47644 cat >>confdefs.h
<<\_ACEOF
47645 #define wxUSE_FILEPICKERCTRL 1
47651 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
47652 cat >>confdefs.h
<<\_ACEOF
47653 #define wxUSE_FONTPICKERCTRL 1
47659 if test "$wxUSE_DISPLAY" = "yes"; then
47660 if test "$wxUSE_DFB" = 1 -o "$wxUSE_MGL" = 1; then
47661 { echo "$as_me:$LINENO: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
47662 echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
47665 cat >>confdefs.h
<<\_ACEOF
47666 #define wxUSE_DISPLAY 1
47669 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
47673 if test "$wxUSE_DETECT_SM" = "yes"; then
47674 cat >>confdefs.h
<<\_ACEOF
47675 #define wxUSE_DETECT_SM 1
47680 if test "$wxUSE_GAUGE" = "yes"; then
47681 cat >>confdefs.h
<<\_ACEOF
47682 #define wxUSE_GAUGE 1
47688 if test "$wxUSE_GRID" = "yes"; then
47689 cat >>confdefs.h
<<\_ACEOF
47690 #define wxUSE_GRID 1
47694 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
47697 if test "$wxUSE_HEADERCTRL" = "yes"; then
47698 cat >>confdefs.h
<<\_ACEOF
47699 #define wxUSE_HEADERCTRL 1
47705 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
47706 cat >>confdefs.h
<<\_ACEOF
47707 #define wxUSE_HYPERLINKCTRL 1
47713 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
47714 cat >>confdefs.h
<<\_ACEOF
47715 #define wxUSE_BITMAPCOMBOBOX 1
47721 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
47722 cat >>confdefs.h
<<\_ACEOF
47723 #define wxUSE_DATAVIEWCTRL 1
47727 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dataview"
47730 if test "$wxUSE_IMAGLIST" = "yes"; then
47731 cat >>confdefs.h
<<\_ACEOF
47732 #define wxUSE_IMAGLIST 1
47737 if test "$wxUSE_INFOBAR" = "yes"; then
47738 cat >>confdefs.h
<<\_ACEOF
47739 #define wxUSE_INFOBAR 1
47744 if test "$wxUSE_LISTBOOK" = "yes"; then
47745 cat >>confdefs.h
<<\_ACEOF
47746 #define wxUSE_LISTBOOK 1
47752 if test "$wxUSE_LISTBOX" = "yes"; then
47753 cat >>confdefs.h
<<\_ACEOF
47754 #define wxUSE_LISTBOX 1
47760 if test "$wxUSE_LISTCTRL" = "yes"; then
47761 if test "$wxUSE_IMAGLIST" = "yes"; then
47762 cat >>confdefs.h
<<\_ACEOF
47763 #define wxUSE_LISTCTRL 1
47767 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
47769 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
47770 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
47774 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
47775 cat >>confdefs.h
<<\_ACEOF
47776 #define wxUSE_EDITABLELISTBOX 1
47782 if test "$wxUSE_NOTEBOOK" = "yes"; then
47783 cat >>confdefs.h
<<\_ACEOF
47784 #define wxUSE_NOTEBOOK 1
47788 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
47791 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
47792 cat >>confdefs.h
<<\_ACEOF
47793 #define wxUSE_NOTIFICATION_MESSAGE 1
47798 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
47799 cat >>confdefs.h
<<\_ACEOF
47800 #define wxUSE_ODCOMBOBOX 1
47804 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS combo"
47807 if test "$wxUSE_RADIOBOX" = "yes"; then
47808 cat >>confdefs.h
<<\_ACEOF
47809 #define wxUSE_RADIOBOX 1
47815 if test "$wxUSE_RADIOBTN" = "yes"; then
47816 cat >>confdefs.h
<<\_ACEOF
47817 #define wxUSE_RADIOBTN 1
47823 if test "$wxUSE_REARRANGECTRL" = "yes"; then
47824 cat >>confdefs.h
<<\_ACEOF
47825 #define wxUSE_REARRANGECTRL 1
47830 if test "$wxUSE_RICHMSGDLG" = "yes"; then
47831 cat >>confdefs.h
<<\_ACEOF
47832 #define wxUSE_RICHMSGDLG 1
47837 if test "$wxUSE_SASH" = "yes"; then
47838 cat >>confdefs.h
<<\_ACEOF
47839 #define wxUSE_SASH 1
47842 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
47845 if test "$wxUSE_SCROLLBAR" = "yes"; then
47846 cat >>confdefs.h
<<\_ACEOF
47847 #define wxUSE_SCROLLBAR 1
47851 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll"
47854 if test "$wxUSE_SEARCHCTRL" = "yes"; then
47855 cat >>confdefs.h
<<\_ACEOF
47856 #define wxUSE_SEARCHCTRL 1
47862 if test "$wxUSE_SLIDER" = "yes"; then
47863 cat >>confdefs.h
<<\_ACEOF
47864 #define wxUSE_SLIDER 1
47870 if test "$wxUSE_SPINBTN" = "yes"; then
47871 cat >>confdefs.h
<<\_ACEOF
47872 #define wxUSE_SPINBTN 1
47878 if test "$wxUSE_SPINCTRL" = "yes"; then
47879 cat >>confdefs.h
<<\_ACEOF
47880 #define wxUSE_SPINCTRL 1
47886 if test "$wxUSE_SPLITTER" = "yes"; then
47887 cat >>confdefs.h
<<\_ACEOF
47888 #define wxUSE_SPLITTER 1
47891 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
47894 if test "$wxUSE_STATBMP" = "yes"; then
47895 cat >>confdefs.h
<<\_ACEOF
47896 #define wxUSE_STATBMP 1
47902 if test "$wxUSE_STATBOX" = "yes"; then
47903 cat >>confdefs.h
<<\_ACEOF
47904 #define wxUSE_STATBOX 1
47910 if test "$wxUSE_STATTEXT" = "yes"; then
47911 cat >>confdefs.h
<<\_ACEOF
47912 #define wxUSE_STATTEXT 1
47918 if test "$wxUSE_STATLINE" = "yes"; then
47919 cat >>confdefs.h
<<\_ACEOF
47920 #define wxUSE_STATLINE 1
47926 if test "$wxUSE_STATUSBAR" = "yes"; then
47927 cat >>confdefs.h
<<\_ACEOF
47928 #define wxUSE_NATIVE_STATUSBAR 1
47931 cat >>confdefs.h
<<\_ACEOF
47932 #define wxUSE_STATUSBAR 1
47937 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
47940 if test "$wxUSE_TEXTCTRL" = "yes"; then
47941 cat >>confdefs.h
<<\_ACEOF
47942 #define wxUSE_TEXTCTRL 1
47946 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
47948 cat >>confdefs.h
<<\_ACEOF
47949 #define wxUSE_RICHEDIT 1
47952 cat >>confdefs.h
<<\_ACEOF
47953 #define wxUSE_RICHEDIT2 1
47958 if test "$wxUSE_TOGGLEBTN" = "yes"; then
47959 if test "$wxUSE_OLD_COCOA" = 1 ; then
47960 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
47961 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
47965 if test "$wxUSE_TOGGLEBTN" = "yes"; then
47966 cat >>confdefs.h
<<\_ACEOF
47967 #define wxUSE_TOGGLEBTN 1
47974 if test "$wxUSE_TOOLBAR" = "yes"; then
47975 cat >>confdefs.h
<<\_ACEOF
47976 #define wxUSE_TOOLBAR 1
47981 if test "$wxUSE_UNIVERSAL" = "yes"; then
47982 wxUSE_TOOLBAR_NATIVE
="no"
47984 wxUSE_TOOLBAR_NATIVE
="yes"
47985 cat >>confdefs.h
<<\_ACEOF
47986 #define wxUSE_TOOLBAR_NATIVE 1
47991 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
47994 if test "$wxUSE_TOOLTIPS" = "yes"; then
47995 if test "$wxUSE_MOTIF" = 1; then
47996 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
47997 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
47999 if test "$wxUSE_UNIVERSAL" = "yes"; then
48000 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
48001 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
48003 cat >>confdefs.h
<<\_ACEOF
48004 #define wxUSE_TOOLTIPS 1
48011 if test "$wxUSE_TREEBOOK" = "yes"; then
48012 cat >>confdefs.h
<<\_ACEOF
48013 #define wxUSE_TREEBOOK 1
48019 if test "$wxUSE_TOOLBOOK" = "yes"; then
48020 cat >>confdefs.h
<<\_ACEOF
48021 #define wxUSE_TOOLBOOK 1
48027 if test "$wxUSE_TREECTRL" = "yes"; then
48028 if test "$wxUSE_IMAGLIST" = "yes"; then
48029 cat >>confdefs.h
<<\_ACEOF
48030 #define wxUSE_TREECTRL 1
48034 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
48036 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
48037 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
48041 if test "$wxUSE_TREELISTCTRL" = "yes"; then
48042 cat >>confdefs.h
<<\_ACEOF
48043 #define wxUSE_TREELISTCTRL 1
48049 if test "$wxUSE_POPUPWIN" = "yes"; then
48050 if test "$wxUSE_OLD_COCOA" = 1 ; then
48051 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
48052 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
48054 if test "$wxUSE_PM" = 1; then
48055 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
48056 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
48058 cat >>confdefs.h
<<\_ACEOF
48059 #define wxUSE_POPUPWIN 1
48062 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS popup"
48069 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
48070 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
48071 { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform... disabled" >&5
48072 echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
48074 cat >>confdefs.h
<<\_ACEOF
48075 #define wxUSE_DIALUP_MANAGER 1
48078 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
48082 if test "$wxUSE_TIPWINDOW" = "yes"; then
48083 if test "$wxUSE_PM" = 1; then
48084 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
48085 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
48087 cat >>confdefs.h
<<\_ACEOF
48088 #define wxUSE_TIPWINDOW 1
48094 if test "$USES_CONTROLS" = 1; then
48095 cat >>confdefs.h
<<\_ACEOF
48096 #define wxUSE_CONTROLS 1
48102 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
48103 cat >>confdefs.h
<<\_ACEOF
48104 #define wxUSE_ACCESSIBILITY 1
48107 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
48110 if test "$wxUSE_ARTPROVIDER_STD" = "yes"; then
48111 cat >>confdefs.h
<<\_ACEOF
48112 #define wxUSE_ARTPROVIDER_STD 1
48117 if test "$wxUSE_ARTPROVIDER_TANGO" = "auto"; then
48118 if test "$wxUSE_GTK" != 1; then
48119 if test "$wxUSE_LIBPNG" != no
-a \
48120 "$wxUSE_IMAGE" = yes -a \
48121 "$wxUSE_STREAMS" = yes; then
48122 wxUSE_ARTPROVIDER_TANGO
="yes"
48127 if test "$wxUSE_ARTPROVIDER_TANGO" = "yes"; then
48128 cat >>confdefs.h
<<\_ACEOF
48129 #define wxUSE_ARTPROVIDER_TANGO 1
48134 if test "$wxUSE_DRAGIMAGE" = "yes"; then
48135 cat >>confdefs.h
<<\_ACEOF
48136 #define wxUSE_DRAGIMAGE 1
48139 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
48142 if test "$wxUSE_EXCEPTIONS" = "yes"; then
48143 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
48144 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
48145 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
48147 cat >>confdefs.h
<<\_ACEOF
48148 #define wxUSE_EXCEPTIONS 1
48151 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
48156 if test "$wxUSE_HTML" = "yes"; then
48157 cat >>confdefs.h
<<\_ACEOF
48158 #define wxUSE_HTML 1
48162 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
48164 if test "$wxUSE_WEBKIT" = "yes"; then
48165 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
48166 old_CPPFLAGS
="$CPPFLAGS"
48167 CPPFLAGS
="-x objective-c++ $CPPFLAGS"
48168 { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
48169 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
48170 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
48171 echo $ECHO_N "(cached) $ECHO_C" >&6
48173 cat >conftest.
$ac_ext <<_ACEOF
48176 cat confdefs.h
>>conftest.
$ac_ext
48177 cat >>conftest.
$ac_ext <<_ACEOF
48178 /* end confdefs.h. */
48180 #include <Carbon/Carbon.h>
48181 #include <WebKit/WebKit.h>
48184 #include <WebKit/HIWebView.h>
48186 rm -f conftest.
$ac_objext
48187 if { (ac_try
="$ac_compile"
48188 case "(($ac_try" in
48189 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
48190 *) ac_try_echo=$ac_try;;
48192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48193 (eval "$ac_compile") 2>conftest.er1
48195 grep -v '^ *+' conftest.er1 >conftest.err
48197 cat conftest.err >&5
48198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48199 (exit $ac_status); } && {
48200 test -z "$ac_c_werror_flag" ||
48201 test ! -s conftest.err
48202 } && test -s conftest.$ac_objext; then
48203 ac_cv_header_WebKit_HIWebView_h=yes
48205 echo "$as_me: failed program was:" >&5
48206 sed 's/^/| /' conftest.$ac_ext >&5
48208 ac_cv_header_WebKit_HIWebView_h=no
48211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48213 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
48214 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
48215 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
48217 cat >>confdefs.h <<\_ACEOF
48218 #define wxUSE_WEBKIT 1
48221 WEBKIT_LINK="-framework WebKit"
48225 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
48226 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
48232 CPPFLAGS="$old_CPPFLAGS"
48233 elif test "$wxUSE_OLD_COCOA" = 1; then
48234 cat >>confdefs.h <<\_ACEOF
48235 #define wxUSE_WEBKIT 1
48241 if test "$wxUSE_WEBKIT" = "yes"; then
48242 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
48247 if test "$wxUSE_XRC" = "yes"; then
48248 if test "$wxUSE_XML" != "yes"; then
48249 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
48250 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
48253 cat >>confdefs.h <<\_ACEOF
48254 #define wxUSE_XRC 1
48258 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
48263 if test "$wxUSE_AUI" = "yes"; then
48264 cat >>confdefs.h <<\_ACEOF
48265 #define wxUSE_AUI 1
48269 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
48273 if test "$wxUSE_PROPGRID" = "yes"; then
48274 cat >>confdefs.h <<\_ACEOF
48275 #define wxUSE_PROPGRID 1
48279 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS propgrid"
48283 if test "$wxUSE_RIBBON" = "yes"; then
48284 cat >>confdefs.h <<\_ACEOF
48285 #define wxUSE_RIBBON 1
48289 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ribbon"
48293 if test "$wxUSE_STC" = "yes"; then
48294 cat >>confdefs.h <<\_ACEOF
48295 #define wxUSE_STC 1
48299 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
48301 # Extract the first word of "python", so it can be a program name with args.
48302 set dummy python; ac_word=$2
48303 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48304 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48305 if test "${ac_cv_path_PYTHON+set}" = set; then
48306 echo $ECHO_N "(cached) $ECHO_C" >&6
48310 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
48313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48314 for as_dir in $PATH
48317 test -z "$as_dir" && as_dir=.
48318 for ac_exec_ext in '' $ac_executable_extensions; do
48319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48320 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
48321 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48331 PYTHON=$ac_cv_path_PYTHON
48332 if test -n "$PYTHON"; then
48333 { echo "$as_me:$LINENO: result: $PYTHON" >&5
48334 echo "${ECHO_T}$PYTHON" >&6; }
48336 { echo "$as_me:$LINENO: result: no" >&5
48337 echo "${ECHO_T}no" >&6; }
48341 if test "x$PYTHON" = "x"; then
48347 if test "$wxUSE_MENUS" = "yes"; then
48348 cat >>confdefs.h <<\_ACEOF
48349 #define wxUSE_MENUS 1
48352 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
48355 if test "$wxUSE_MIMETYPE" = "yes"; then
48356 cat >>confdefs.h <<\_ACEOF
48357 #define wxUSE_MIMETYPE 1
48362 if test "$wxUSE_MINIFRAME" = "yes"; then
48363 cat >>confdefs.h <<\_ACEOF
48364 #define wxUSE_MINIFRAME 1
48369 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
48370 cat >>confdefs.h <<\_ACEOF
48371 #define wxUSE_SYSTEM_OPTIONS 1
48376 if test "$wxUSE_TASKBARICON" = "yes"; then
48377 cat >>confdefs.h <<\_ACEOF
48378 #define wxUSE_TASKBARICON 1
48381 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
48385 if test "$wxUSE_VALIDATORS" = "yes"; then
48386 cat >>confdefs.h <<\_ACEOF
48387 #define wxUSE_VALIDATORS 1
48390 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
48393 if test "$wxUSE_PALETTE" = "yes" ; then
48394 if test "$wxUSE_DFB" = 1; then
48395 { echo "$as_me:$LINENO: WARNING: wxPalette not yet supported under DFB... disabled" >&5
48396 echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
48399 cat >>confdefs.h <<\_ACEOF
48400 #define wxUSE_PALETTE 1
48406 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
48407 LIBS=" -lunicows $LIBS"
48411 if test "$wxUSE_RICHTEXT" = "yes"; then
48412 cat >>confdefs.h <<\_ACEOF
48413 #define wxUSE_RICHTEXT 1
48417 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
48420 if test "$wxUSE_WEBVIEW" = "yes"; then
48421 USE_WEBVIEW_WEBKIT=0
48422 if test "$wxUSE_WEBVIEW_WEBKIT" = "yes"; then
48423 if test "$wxUSE_GTK" = 1; then
48424 { echo "$as_me:$LINENO: checking for webkitgtk libraries" >&5
48425 echo $ECHO_N "checking for webkitgtk libraries... $ECHO_C" >&6; }
48428 for ac_dir in $SEARCH_LIB
48430 for ac_extension in a so sl dylib dll.a; do
48431 if test -f "$ac_dir/libwebkitgtk-1.0.$ac_extension"; then
48432 ac_find_libraries=$ac_dir
48438 if test "$ac_find_libraries" != "" ; then
48440 if test "$ac_find_libraries" = "default location"; then
48443 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
48445 if test $result = 0; then
48448 ac_path_to_link=" -L$ac_find_libraries"
48452 if test "$ac_path_to_link" != " -L/usr/lib" ; then
48453 LDFLAGS="$LDFLAGS $ac_path_to_link"
48455 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwebkitgtk-1.0"
48456 { echo "$as_me:$LINENO: result: yes" >&5
48457 echo "${ECHO_T}yes" >&6; }
48459 { echo "$as_me:$LINENO: checking for webkitgtk headers" >&5
48460 echo $ECHO_N "checking for webkitgtk headers... $ECHO_C" >&6; }
48463 for ac_dir in $SEARCH_INCLUDE /usr/include/webkit-1.0 /usr/include
48465 if test -f "$ac_dir/webkit/webkit.h"; then
48466 ac_find_includes=$ac_dir
48471 if test "$ac_find_includes" != "" ; then
48472 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
48473 echo "${ECHO_T}found in $ac_find_includes" >&6; }
48475 if test "x$ac_find_includes" = "x/usr/include"; then
48476 ac_path_to_include=""
48478 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
48480 if test $result = 0; then
48481 ac_path_to_include=""
48483 ac_path_to_include=" -I$ac_find_includes"
48487 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
48489 { echo "$as_me:$LINENO: checking for libsoup headers" >&5
48490 echo $ECHO_N "checking for libsoup headers... $ECHO_C" >&6; }
48493 for ac_dir in $SEARCH_INCLUDE /usr/include/libsoup-2.4 /usr/include
48495 if test -f "$ac_dir/libsoup/soup.h"; then
48496 ac_find_includes=$ac_dir
48501 if test "$ac_find_includes" != "" ; then
48502 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
48503 echo "${ECHO_T}found in $ac_find_includes" >&6; }
48505 if test "x$ac_find_includes" = "x/usr/include"; then
48506 ac_path_to_include=""
48508 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
48510 if test $result = 0; then
48511 ac_path_to_include=""
48513 ac_path_to_include=" -I$ac_find_includes"
48517 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
48519 USE_WEBVIEW_WEBKIT=1
48521 { echo "$as_me:$LINENO: result: not found" >&5
48522 echo "${ECHO_T}not found" >&6; }
48523 { echo "$as_me:$LINENO: WARNING: libsoup headers not found; disabling WebKit backend" >&5
48524 echo "$as_me: WARNING: libsoup headers not found; disabling WebKit backend" >&2;}
48527 { echo "$as_me:$LINENO: result: not found" >&5
48528 echo "${ECHO_T}not found" >&6; }
48529 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling WebKit backend" >&5
48530 echo "$as_me: WARNING: WebKit headers not found; disabling WebKit backend" >&2;}
48533 { echo "$as_me:$LINENO: result: no" >&5
48534 echo "${ECHO_T}no" >&6; }
48535 { echo "$as_me:$LINENO: WARNING: WebKit libraries not found; disabling WebKit backend" >&5
48536 echo "$as_me: WARNING: WebKit libraries not found; disabling WebKit backend" >&2;}
48538 elif test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
48539 old_CPPFLAGS="$CPPFLAGS"
48540 CPPFLAGS="-x objective-c++ $CPPFLAGS"
48541 { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
48542 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
48543 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
48544 echo $ECHO_N "(cached) $ECHO_C" >&6
48546 cat >conftest.$ac_ext <<_ACEOF
48549 cat confdefs.h >>conftest.$ac_ext
48550 cat >>conftest.$ac_ext <<_ACEOF
48551 /* end confdefs.h. */
48553 #include <Carbon/Carbon.h>
48554 #include <WebKit/WebKit.h>
48557 #include <WebKit/HIWebView.h>
48559 rm -f conftest.$ac_objext
48560 if { (ac_try="$ac_compile"
48561 case "(($ac_try" in
48562 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
48563 *) ac_try_echo
=$ac_try;;
48565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48566 (eval "$ac_compile") 2>conftest.er1
48568 grep -v '^ *+' conftest.er1
>conftest.err
48570 cat conftest.err
>&5
48571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48572 (exit $ac_status); } && {
48573 test -z "$ac_c_werror_flag" ||
48574 test ! -s conftest.err
48575 } && test -s conftest.
$ac_objext; then
48576 ac_cv_header_WebKit_HIWebView_h
=yes
48578 echo "$as_me: failed program was:" >&5
48579 sed 's/^/| /' conftest.
$ac_ext >&5
48581 ac_cv_header_WebKit_HIWebView_h
=no
48584 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
48586 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
48587 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
48588 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
48590 USE_WEBVIEW_WEBKIT
=1
48591 WEBKIT_LINK
="-framework WebKit"
48595 { echo "$as_me:$LINENO: WARNING: WebKit headers not found" >&5
48596 echo "$as_me: WARNING: WebKit headers not found" >&2;}
48601 CPPFLAGS
="$old_CPPFLAGS"
48606 if test "$wxUSE_GTK" = 1 -o "$wxUSE_MAC" = 1; then
48607 if test "$USE_WEBVIEW_WEBKIT" = 1; then
48608 wxUSE_WEBVIEW
="yes"
48609 cat >>confdefs.h
<<\_ACEOF
48610 #define wxUSE_WEBVIEW_WEBKIT 1
48614 { echo "$as_me:$LINENO: WARNING: WebKit not available, disabling wxWebView" >&5
48615 echo "$as_me: WARNING: WebKit not available, disabling wxWebView" >&2;}
48617 elif test "$wxUSE_MSW" = 1; then
48618 if test "wxUSE_WEBVIEW_IE" = "yes"; then
48619 wxUSE_WEBVIEW
="yes"
48620 cat >>confdefs.h
<<\_ACEOF
48621 #define wxUSE_WEBVIEW_IE 1
48628 if test "$wxUSE_WEBVIEW" = "yes"; then
48630 cat >>confdefs.h
<<\_ACEOF
48631 #define wxUSE_WEBVIEW 1
48634 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS webview"
48640 if test "$wxUSE_IMAGE" = "yes" ; then
48641 cat >>confdefs.h
<<\_ACEOF
48642 #define wxUSE_IMAGE 1
48646 if test "$wxUSE_GIF" = "yes" ; then
48647 cat >>confdefs.h
<<\_ACEOF
48648 #define wxUSE_GIF 1
48653 if test "$wxUSE_PCX" = "yes" ; then
48654 cat >>confdefs.h
<<\_ACEOF
48655 #define wxUSE_PCX 1
48660 if test "$wxUSE_TGA" = "yes" ; then
48661 cat >>confdefs.h
<<\_ACEOF
48662 #define wxUSE_TGA 1
48667 if test "$wxUSE_IFF" = "yes" ; then
48668 cat >>confdefs.h
<<\_ACEOF
48669 #define wxUSE_IFF 1
48674 if test "$wxUSE_PNM" = "yes" ; then
48675 cat >>confdefs.h
<<\_ACEOF
48676 #define wxUSE_PNM 1
48681 if test "$wxUSE_XPM" = "yes" ; then
48682 cat >>confdefs.h
<<\_ACEOF
48683 #define wxUSE_XPM 1
48688 if test "$wxUSE_ICO_CUR" = "yes" ; then
48689 cat >>confdefs.h
<<\_ACEOF
48690 #define wxUSE_ICO_CUR 1
48697 if test "$wxUSE_ABOUTDLG" = "yes"; then
48698 cat >>confdefs.h
<<\_ACEOF
48699 #define wxUSE_ABOUTDLG 1
48704 if test "$wxUSE_CHOICEDLG" = "yes"; then
48705 cat >>confdefs.h
<<\_ACEOF
48706 #define wxUSE_CHOICEDLG 1
48711 if test "$wxUSE_COLOURDLG" = "yes"; then
48712 cat >>confdefs.h
<<\_ACEOF
48713 #define wxUSE_COLOURDLG 1
48718 if test "$wxUSE_FILEDLG" = "yes"; then
48719 cat >>confdefs.h
<<\_ACEOF
48720 #define wxUSE_FILEDLG 1
48725 if test "$wxUSE_FINDREPLDLG" = "yes"; then
48726 cat >>confdefs.h
<<\_ACEOF
48727 #define wxUSE_FINDREPLDLG 1
48732 if test "$wxUSE_FONTDLG" = "yes"; then
48733 cat >>confdefs.h
<<\_ACEOF
48734 #define wxUSE_FONTDLG 1
48739 if test "$wxUSE_DIRDLG" = "yes"; then
48740 if test "$wxUSE_TREECTRL" != "yes"; then
48741 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
48742 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
48744 cat >>confdefs.h
<<\_ACEOF
48745 #define wxUSE_DIRDLG 1
48751 if test "$wxUSE_MSGDLG" = "yes"; then
48752 cat >>confdefs.h
<<\_ACEOF
48753 #define wxUSE_MSGDLG 1
48758 if test "$wxUSE_NUMBERDLG" = "yes"; then
48759 cat >>confdefs.h
<<\_ACEOF
48760 #define wxUSE_NUMBERDLG 1
48765 if test "$wxUSE_PROGRESSDLG" = "yes"; then
48766 cat >>confdefs.h
<<\_ACEOF
48767 #define wxUSE_PROGRESSDLG 1
48772 if test "$wxUSE_SPLASH" = "yes"; then
48773 cat >>confdefs.h
<<\_ACEOF
48774 #define wxUSE_SPLASH 1
48777 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
48780 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
48781 cat >>confdefs.h
<<\_ACEOF
48782 #define wxUSE_STARTUP_TIPS 1
48787 if test "$wxUSE_TEXTDLG" = "yes"; then
48788 cat >>confdefs.h
<<\_ACEOF
48789 #define wxUSE_TEXTDLG 1
48794 if test "$wxUSE_WIZARDDLG" = "yes"; then
48795 cat >>confdefs.h
<<\_ACEOF
48796 #define wxUSE_WIZARDDLG 1
48799 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
48803 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
48804 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
48805 cat >>confdefs.h
<<\_ACEOF
48806 #define wxUSE_OWNER_DRAWN 1
48813 if test "$wxUSE_MSW" = 1 ; then
48815 if test "$wxUSE_DC_CACHEING" = "yes"; then
48816 cat >>confdefs.h
<<\_ACEOF
48817 #define wxUSE_DC_CACHEING 1
48822 if test "$wxUSE_DIB" = "yes"; then
48823 cat >>confdefs.h
<<\_ACEOF
48824 #define wxUSE_WXDIB 1
48829 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
48830 cat >>confdefs.h
<<\_ACEOF
48831 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
48836 if test "$wxUSE_UXTHEME" = "yes"; then
48837 cat >>confdefs.h
<<\_ACEOF
48838 #define wxUSE_UXTHEME 1
48845 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
48846 cat >>confdefs.h
<<\_ACEOF
48847 #define wxUSE_AUTOID_MANAGEMENT 1
48852 if test "$USE_WIN32" = 1 ; then
48853 if test "$wxUSE_INICONF" = "yes"; then
48854 cat >>confdefs.h
<<\_ACEOF
48855 #define wxUSE_INICONF 1
48860 if test "$wxUSE_REGKEY" = "yes"; then
48861 cat >>confdefs.h
<<\_ACEOF
48862 #define wxUSE_REGKEY 1
48869 if test "$wxUSE_MAC" = 1; then
48870 wxUSE_GRAPHICS_CONTEXT
="yes"
48873 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
48875 if test "$wxUSE_MSW" = 1; then
48876 { echo "$as_me:$LINENO: checking if GDI+ is available" >&5
48877 echo $ECHO_N "checking if GDI+ is available... $ECHO_C" >&6; }
48878 if test "${wx_cv_lib_gdiplus+set}" = set; then
48879 echo $ECHO_N "(cached) $ECHO_C" >&6
48883 ac_cpp
='$CXXCPP $CPPFLAGS'
48884 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48885 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48886 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
48888 cat >conftest.
$ac_ext <<_ACEOF
48891 cat confdefs.h
>>conftest.
$ac_ext
48892 cat >>conftest.
$ac_ext <<_ACEOF
48893 /* end confdefs.h. */
48894 #include <windows.h>
48895 #include <gdiplus.h>
48900 using namespace Gdiplus;
48906 rm -f conftest.
$ac_objext
48907 if { (ac_try
="$ac_compile"
48908 case "(($ac_try" in
48909 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
48910 *) ac_try_echo=$ac_try;;
48912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48913 (eval "$ac_compile") 2>conftest.er1
48915 grep -v '^ *+' conftest.er1 >conftest.err
48917 cat conftest.err >&5
48918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48919 (exit $ac_status); } && {
48920 test -z "$ac_cxx_werror_flag" ||
48921 test ! -s conftest.err
48922 } && test -s conftest.$ac_objext; then
48923 wx_cv_lib_gdiplus=yes
48925 echo "$as_me: failed program was:" >&5
48926 sed 's/^/| /' conftest.$ac_ext >&5
48928 wx_cv_lib_gdiplus=no
48932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48934 ac_cpp='$CPP $CPPFLAGS'
48935 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48936 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48937 ac_compiler_gnu=$ac_cv_c_compiler_gnu
48942 { echo "$as_me:$LINENO: result: $wx_cv_lib_gdiplus" >&5
48943 echo "${ECHO_T}$wx_cv_lib_gdiplus" >&6; }
48944 if test "$wx_cv_lib_gdiplus" = "yes"; then
48947 elif test "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
48950 { echo "$as_me:$LINENO: checking for CAIRO" >&5
48951 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6; }
48953 if test -n "$PKG_CONFIG"; then
48954 if test -n "$CAIRO_CFLAGS"; then
48955 pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
48957 if test -n "$PKG_CONFIG" && \
48958 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
48959 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
48961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48962 (exit $ac_status); }; then
48963 pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev
/null
`
48971 if test -n "$PKG_CONFIG"; then
48972 if test -n "$CAIRO_LIBS"; then
48973 pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
48975 if test -n "$PKG_CONFIG" && \
48976 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
48977 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
48979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48980 (exit $ac_status); }; then
48981 pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev
/null
`
48992 if test $pkg_failed = yes; then
48994 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
48995 _pkg_short_errors_supported=yes
48997 _pkg_short_errors_supported=no
48999 if test $_pkg_short_errors_supported = yes; then
49000 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
49002 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
49004 # Put the nasty error message in config.log where it belongs
49005 echo "$CAIRO_PKG_ERRORS" >&5
49007 { echo "$as_me:$LINENO: WARNING: Cairo library not found" >&5
49008 echo "$as_me: WARNING: Cairo library not found" >&2;}
49010 elif test $pkg_failed = untried; then
49011 { echo "$as_me:$LINENO: WARNING: Cairo library not found" >&5
49012 echo "$as_me: WARNING: Cairo library not found" >&2;}
49015 CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
49016 CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
49017 { echo "$as_me:$LINENO: result: yes" >&5
49018 echo "${ECHO_T}yes" >&6; }
49021 if test "$wx_has_graphics" = 1; then
49023 LIBS="$LIBS $CAIRO_LIBS"
49025 for ac_func in cairo_push_group
49027 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
49028 { echo "$as_me:$LINENO: checking for $ac_func" >&5
49029 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
49030 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
49031 echo $ECHO_N "(cached) $ECHO_C" >&6
49033 cat >conftest.$ac_ext <<_ACEOF
49036 cat confdefs.h >>conftest.$ac_ext
49037 cat >>conftest.$ac_ext <<_ACEOF
49038 /* end confdefs.h. */
49039 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
49040 For example, HP-UX 11i <limits.h> declares gettimeofday. */
49041 #define $ac_func innocuous_$ac_func
49043 /* System header to define __stub macros and hopefully few prototypes,
49044 which can conflict with char $ac_func (); below.
49045 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
49046 <limits.h> exists even on freestanding compilers. */
49049 # include <limits.h>
49051 # include <assert.h>
49056 /* Override any GCC internal prototype to avoid an error.
49057 Use char because int might match the return type of a GCC
49058 builtin and then its argument prototype would still apply. */
49063 /* The GNU C library defines this for functions which it implements
49064 to always fail with ENOSYS. Some functions are actually named
49065 something starting with __ and the normal name is an alias. */
49066 #if defined __stub_$ac_func || defined __stub___$ac_func
49073 return $ac_func ();
49078 rm -f conftest.$ac_objext conftest$ac_exeext
49079 if { (ac_try="$ac_link"
49080 case "(($ac_try" in
49081 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
49082 *) ac_try_echo
=$ac_try;;
49084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49085 (eval "$ac_link") 2>conftest.er1
49087 grep -v '^ *+' conftest.er1
>conftest.err
49089 cat conftest.err
>&5
49090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49091 (exit $ac_status); } && {
49092 test -z "$ac_c_werror_flag" ||
49093 test ! -s conftest.err
49094 } && test -s conftest
$ac_exeext &&
49095 $as_test_x conftest
$ac_exeext; then
49096 eval "$as_ac_var=yes"
49098 echo "$as_me: failed program was:" >&5
49099 sed 's/^/| /' conftest.
$ac_ext >&5
49101 eval "$as_ac_var=no"
49104 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
49105 conftest
$ac_exeext conftest.
$ac_ext
49107 ac_res
=`eval echo '${'$as_ac_var'}'`
49108 { echo "$as_me:$LINENO: result: $ac_res" >&5
49109 echo "${ECHO_T}$ac_res" >&6; }
49110 if test `eval echo '${'$as_ac_var'}'` = yes; then
49111 cat >>confdefs.h
<<_ACEOF
49112 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
49119 if test "$ac_cv_func_cairo_push_group" = "no"; then
49121 { echo "$as_me:$LINENO: WARNING: Cairo library is too old and misses cairo_push_group()" >&5
49122 echo "$as_me: WARNING: Cairo library is too old and misses cairo_push_group()" >&2;}
49124 cat >>confdefs.h
<<\_ACEOF
49125 #define wxUSE_CAIRO 1
49129 if test "$wxUSE_GTK" != 1; then
49130 CPPFLAGS
="$CAIRO_CFLAGS $CPPFLAGS"
49131 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $CAIRO_LIBS"
49139 if test "$wx_has_graphics" = 1; then
49140 cat >>confdefs.h
<<\_ACEOF
49141 #define wxUSE_GRAPHICS_CONTEXT 1
49145 { echo "$as_me:$LINENO: WARNING: wxGraphicsContext won't be available" >&5
49146 echo "$as_me: WARNING: wxGraphicsContext won't be available" >&2;}
49153 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
49156 if test "$wxUSE_GTK" = 1; then
49157 wxUSE_GSTREAMER
="no"
49159 GST_VERSION_MAJOR
=0
49160 GST_VERSION_MINOR
=10
49161 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
49163 if test "$wxUSE_GSTREAMER8" = "no"; then
49166 { echo "$as_me:$LINENO: checking for GST" >&5
49167 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
49169 if test -n "$PKG_CONFIG"; then
49170 if test -n "$GST_CFLAGS"; then
49171 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
49173 if test -n "$PKG_CONFIG" && \
49174 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
49175 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
49177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49178 (exit $ac_status); }; then
49179 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
49187 if test -n "$PKG_CONFIG"; then
49188 if test -n "$GST_LIBS"; then
49189 pkg_cv_GST_LIBS
="$GST_LIBS"
49191 if test -n "$PKG_CONFIG" && \
49192 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
49193 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
49195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49196 (exit $ac_status); }; then
49197 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
49208 if test $pkg_failed = yes; then
49210 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
49211 _pkg_short_errors_supported
=yes
49213 _pkg_short_errors_supported
=no
49215 if test $_pkg_short_errors_supported = yes; then
49216 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
49218 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
49220 # Put the nasty error message in config.log where it belongs
49221 echo "$GST_PKG_ERRORS" >&5
49224 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
49225 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
49226 GST_VERSION_MINOR
=8
49229 elif test $pkg_failed = untried
; then
49231 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
49232 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
49233 GST_VERSION_MINOR
=8
49237 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
49238 GST_LIBS
=$pkg_cv_GST_LIBS
49239 { echo "$as_me:$LINENO: result: yes" >&5
49240 echo "${ECHO_T}yes" >&6; }
49242 wxUSE_GSTREAMER
="yes"
49243 GST_LIBS
="$GST_LIBS -lgstinterfaces-$GST_VERSION"
49247 GST_VERSION_MINOR
=8
49250 if test $GST_VERSION_MINOR = "8"; then
49251 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
49254 { echo "$as_me:$LINENO: checking for GST" >&5
49255 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
49257 if test -n "$PKG_CONFIG"; then
49258 if test -n "$GST_CFLAGS"; then
49259 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
49261 if test -n "$PKG_CONFIG" && \
49262 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
49263 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
49265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49266 (exit $ac_status); }; then
49267 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
49275 if test -n "$PKG_CONFIG"; then
49276 if test -n "$GST_LIBS"; then
49277 pkg_cv_GST_LIBS
="$GST_LIBS"
49279 if test -n "$PKG_CONFIG" && \
49280 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
49281 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
49283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49284 (exit $ac_status); }; then
49285 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
49296 if test $pkg_failed = yes; then
49298 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
49299 _pkg_short_errors_supported
=yes
49301 _pkg_short_errors_supported
=no
49303 if test $_pkg_short_errors_supported = yes; then
49304 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
49306 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
49308 # Put the nasty error message in config.log where it belongs
49309 echo "$GST_PKG_ERRORS" >&5
49312 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
49313 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
49315 elif test $pkg_failed = untried
; then
49317 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
49318 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
49321 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
49322 GST_LIBS
=$pkg_cv_GST_LIBS
49323 { echo "$as_me:$LINENO: result: yes" >&5
49324 echo "${ECHO_T}yes" >&6; }
49325 wxUSE_GSTREAMER
="yes"
49330 if test "$wxUSE_GSTREAMER" = "yes"; then
49331 CPPFLAGS
="$GST_CFLAGS $CPPFLAGS"
49332 EXTRALIBS_MEDIA
="$GST_LIBS"
49334 cat >>confdefs.h
<<\_ACEOF
49335 #define wxUSE_GSTREAMER 1
49343 if test $USE_MEDIA = 1; then
49344 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
49345 cat >>confdefs.h
<<\_ACEOF
49346 #define wxUSE_MEDIACTRL 1
49350 if test "$wxUSE_MEDIACTRL" = "yes"; then
49351 { { echo "$as_me:$LINENO: error: GStreamer not available" >&5
49352 echo "$as_me: error: GStreamer not available" >&2;}
49353 { (exit 1); exit 1; }; }
49355 { echo "$as_me:$LINENO: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
49356 echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
49362 if test "$cross_compiling" != "no"; then
49365 OSINFO
=`uname -s -r -m`
49366 OSINFO
="\"$OSINFO\""
49369 cat >>confdefs.h
<<_ACEOF
49370 #define WXWIN_OS_DESCRIPTION $OSINFO
49375 if test "x$prefix" != "xNONE"; then
49378 wxPREFIX
=$ac_default_prefix
49381 cat >>confdefs.h
<<_ACEOF
49382 #define wxINSTALL_PREFIX "$wxPREFIX"
49388 STD_BASE_LIBS
="base"
49390 BUILT_WX_LIBS
="base"
49391 ALL_WX_LIBS
="xrc stc gl media qa html adv core xml net base"
49393 if test "$wxUSE_SOCKETS" = "yes" ; then
49394 STD_BASE_LIBS
="net $STD_BASE_LIBS"
49395 BUILT_WX_LIBS
="net $BUILT_WX_LIBS"
49397 if test "$wxUSE_XML" = "yes" ; then
49398 STD_BASE_LIBS
="xml $STD_BASE_LIBS"
49399 BUILT_WX_LIBS
="xml $BUILT_WX_LIBS"
49402 if test "$wxUSE_GUI" = "yes"; then
49403 STD_GUI_LIBS
="adv core"
49404 BUILT_WX_LIBS
="$STD_GUI_LIBS $BUILT_WX_LIBS"
49406 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
49407 STD_GUI_LIBS
="qa $STD_GUI_LIBS"
49408 BUILT_WX_LIBS
="qa $BUILT_WX_LIBS"
49410 if test "$wxUSE_HTML" = "yes" ; then
49411 STD_GUI_LIBS
="html $STD_GUI_LIBS"
49412 BUILT_WX_LIBS
="html $BUILT_WX_LIBS"
49414 if test "$wxUSE_MEDIACTRL" = "yes" ; then
49415 BUILT_WX_LIBS
="media $BUILT_WX_LIBS"
49417 if test "$wxUSE_OPENGL" = "yes" ; then
49418 BUILT_WX_LIBS
="gl $BUILT_WX_LIBS"
49420 if test "$wxUSE_AUI" = "yes" ; then
49421 BUILT_WX_LIBS
="aui $BUILT_WX_LIBS"
49423 if test "$wxUSE_PROPGRID" = "yes" ; then
49424 BUILT_WX_LIBS
="propgrid $BUILT_WX_LIBS"
49426 if test "$wxUSE_RIBBON" = "yes" ; then
49427 BUILT_WX_LIBS
="ribbon $BUILT_WX_LIBS"
49429 if test "$wxUSE_RICHTEXT" = "yes" ; then
49430 BUILT_WX_LIBS
="richtext $BUILT_WX_LIBS"
49432 if test "$wxUSE_STC" = "yes" ; then
49433 BUILT_WX_LIBS
="stc $BUILT_WX_LIBS"
49435 if test "$wxUSE_WEBVIEW" = "yes" ; then
49436 STD_GUI_LIBS
="webview $STD_GUI_LIBS"
49437 BUILT_WX_LIBS
="webview $BUILT_WX_LIBS"
49439 if test "$wxUSE_XRC" = "yes" ; then
49440 STD_GUI_LIBS
="xrc $STD_GUI_LIBS"
49441 BUILT_WX_LIBS
="xrc $BUILT_WX_LIBS"
49452 if test "$wxUSE_MAC" = 1 ; then
49453 if test "$USE_DARWIN" = 1; then
49454 if test "$wxUSE_OSX_IPHONE" = 1; then
49455 EXTRA_FRAMEWORKS
="-framework IOKit -framework UIKit -framework CFNetwork -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework OpenGLES -framework Foundation -framework QuartzCore"
49457 EXTRA_FRAMEWORKS
="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime"
49461 if test "$wxUSE_OLD_COCOA" = 1 ; then
49462 EXTRA_FRAMEWORKS
="-framework IOKit -framework Cocoa"
49463 if test "$wxUSE_MEDIACTRL" = "yes"; then
49464 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework QuickTime"
49467 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1 ; then
49468 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
49471 LDFLAGS
="$LDFLAGS $EXTRA_FRAMEWORKS"
49472 WXCONFIG_LDFLAGS
="$WXCONFIG_LDFLAGS $EXTRA_FRAMEWORKS"
49474 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
49476 if test "$wxUSE_GUI" = "yes"; then
49479 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
49480 erase event exec font image minimal render \
49481 shaped svg taborder vscroll widgets wrapsizer"
49483 if test "$wxUSE_MONOLITHIC" != "yes"; then
49484 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
49486 if test "$TOOLKIT" = "MSW"; then
49487 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS regtest"
49488 if test "$wxUSE_UNIVERSAL" != "yes"; then
49489 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw nativdlg dll"
49492 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
49493 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw"
49496 SAMPLES_SUBDIRS
="console"
49497 if test "$wxUSE_SOCKETS" = "yes" ; then
49498 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
49500 if test "$wxUSE_IPC" = "yes" ; then
49501 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
49506 if test "x$INTELCC" = "xyes" ; then
49507 CWARNINGS
="-Wall -wd810,869,981,1418,1572,1684,2259"
49508 elif test "$GCC" = yes ; then
49509 CWARNINGS
="-Wall -Wundef"
49512 if test "x$INTELCXX" = "xyes" ; then
49513 CXXWARNINGS
="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
49514 elif test "$GXX" = yes ; then
49515 CXXWARNINGS
="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
49516 { echo "$as_me:$LINENO: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
49517 echo $ECHO_N "checking CXXWARNINGS for gcc -Woverloaded-virtual... $ECHO_C" >&6; }
49518 if test "${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+set}" = set; then
49519 echo $ECHO_N "(cached) $ECHO_C" >&6
49521 ac_cv_cxxflags_gcc_option__Woverloaded_virtual
="no, unknown"
49524 ac_cpp
='$CXXCPP $CPPFLAGS'
49525 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49526 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49527 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
49529 ac_save_CXXFLAGS
="$CXXFLAGS"
49530 for ac_arg
in "-pedantic -Werror % -Woverloaded-virtual" "-pedantic % -Woverloaded-virtual %% no, obsolete" #
49531 do CXXFLAGS
="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
49532 cat >conftest.
$ac_ext <<_ACEOF
49535 cat confdefs.h
>>conftest.
$ac_ext
49536 cat >>conftest.
$ac_ext <<_ACEOF
49537 /* end confdefs.h. */
49547 rm -f conftest.
$ac_objext
49548 if { (ac_try
="$ac_compile"
49549 case "(($ac_try" in
49550 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
49551 *) ac_try_echo=$ac_try;;
49553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49554 (eval "$ac_compile") 2>conftest.er1
49556 grep -v '^ *+' conftest.er1 >conftest.err
49558 cat conftest.err >&5
49559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49560 (exit $ac_status); } && {
49561 test -z "$ac_cxx_werror_flag" ||
49562 test ! -s conftest.err
49563 } && test -s conftest.$ac_objext; then
49564 ac_cv_cxxflags_gcc_option__Woverloaded_virtual=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
49566 echo "$as_me: failed program was:" >&5
49567 sed 's/^/| /' conftest.$ac_ext >&5
49572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49574 CXXFLAGS="$ac_save_CXXFLAGS"
49576 ac_cpp='$CPP $CPPFLAGS'
49577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
49583 { echo "$as_me:$LINENO: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
49584 echo "${ECHO_T}$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
49585 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
49589 if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev/null
49590 then { (echo "$as_me:$LINENO: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual") >&5
49591 (: CXXWARNINGS does contain $ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
49593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49594 (exit $ac_status); }
49595 else { (echo "$as_me:$LINENO: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\"") >&5
49596 (: CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
49598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49599 (exit $ac_status); }
49600 CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
49606 if test "$wxUSE_MAC" = 1 ; then
49607 CXXWARNINGS="$CXXWARNINGS -Wno-deprecated-declarations"
49612 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
49613 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
49616 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
49617 -I\\${wx_top_builddir}/lib
/wx
/include
/${TOOLCHAIN_FULLNAME} \
49618 -I\\${top_srcdir}/include
$TOOLKIT_INCLUDE \
49621 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
49622 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
49623 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
49624 OBJCFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
49625 OBJCXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
49627 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
49630 if test "x$MWCC" = "xyes"; then
49632 CC="$CC -cwd source -I-"
49633 CXX="$CXX -cwd source -I-"
49638 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
49639 EXTRALIBS_XML="$EXPAT_LINK"
49640 EXTRALIBS_HTML="$MSPACK_LINK"
49641 EXTRALIBS_MEDIA="$GST_LIBS"
49642 EXTRALIBS_STC="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
49643 if test "$wxUSE_GUI" = "yes"; then
49644 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
49646 if test "$wxUSE_OPENGL" = "yes"; then
49647 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
49650 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
49652 WXCONFIG_LIBS="$LIBS"
49654 if test "$wxUSE_REGEX" = "builtin" ; then
49655 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
49657 if test "$wxUSE_EXPAT" = "builtin" ; then
49658 wxconfig_3rdparty="expat $wxconfig_3rdparty"
49660 if test "$wxUSE_LIBTIFF" = "builtin" ; then
49661 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
49663 if test "$wxUSE_LIBJPEG" = "builtin" ; then
49664 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
49666 if test "$wxUSE_LIBPNG" = "builtin" ; then
49667 wxconfig_3rdparty="png $wxconfig_3rdparty"
49669 if test "$wxUSE_ZLIB" = "builtin" ; then
49670 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
49673 for i in $wxconfig_3rdparty ; do
49674 WXCONFIG_LIBS="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
49678 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
49681 case "$wxUNIV_THEMES" in
49683 cat >>confdefs.h <<\_ACEOF
49684 #define wxUSE_ALL_THEMES 1
49690 for t in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
49691 cat >>confdefs.h <<_ACEOF
49692 #define wxUSE_THEME_$t 1
49708 if test $wxUSE_MONOLITHIC = "yes" ; then
49714 if test $wxUSE_PLUGINS = "yes" ; then
49720 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
49726 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
49758 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
49771 TOOLKIT_DESC="GTK+"
49772 if test "$WXGTK2" = 1; then
49773 TOOLKIT_DESC="$TOOLKIT_DESC 2"
49774 if test "$wxUSE_GTKPRINT" = "yes" ; then
49775 TOOLKIT_EXTRA="$TOOLKIT_EXTRA GTK+ printing";
49777 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
49778 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
49780 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
49781 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
49783 if test "$wxUSE_LIBHILDON" = "yes"; then
49784 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
49786 if test "$wxUSE_LIBHILDON2" = "yes"; then
49787 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
49790 if test "$TOOLKIT_EXTRA" != ""; then
49791 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
49797 TOOLKIT_DESC=$TOOLKIT_LOWERCASE
49801 TOOLKIT_DESC="base only"
49805 if test "$wxUSE_WINE" = "yes"; then
49806 BAKEFILE_FORCE_PLATFORM=win32
49809 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
49811 { echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
49812 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6; }
49813 if test "${wx_cv_gcc_pch_bug+set}" = set; then
49814 echo $ECHO_N "(cached) $ECHO_C" >&6
49817 echo '#include <stdio.h>
49818 const wchar_t test_var[] = L"awidetest";' > conftest.h
49820 echo '#include "conftest.h"
49823 printf("%ls", test_var);
49827 wx_cv_gcc_pch_bug="pch not supported"
49829 if $CXX conftest.h >/dev/null 2>&1
49833 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
49835 if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
49836 grep awidetest >/dev/null
49838 wx_cv_gcc_pch_bug=no
49840 wx_cv_gcc_pch_bug=yes
49845 rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
49848 { echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
49849 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6; }
49851 if test "$wx_cv_gcc_pch_bug" = yes; then
49862 if test "x$BAKEFILE_HOST" = "x"; then
49863 if test "x${host}" = "x" ; then
49864 { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
49865 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
49866 { (exit 1); exit 1; }; }
49869 BAKEFILE_HOST="${host}"
49872 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
49874 if test -n "$ac_tool_prefix"; then
49875 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
49876 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
49877 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49878 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49879 if test "${ac_cv_prog_RANLIB+set}" = set; then
49880 echo $ECHO_N "(cached) $ECHO_C" >&6
49882 if test -n "$RANLIB"; then
49883 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
49885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49886 for as_dir in $PATH
49889 test -z "$as_dir" && as_dir=.
49890 for ac_exec_ext in '' $ac_executable_extensions; do
49891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49892 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
49893 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49902 RANLIB=$ac_cv_prog_RANLIB
49903 if test -n "$RANLIB"; then
49904 { echo "$as_me:$LINENO: result: $RANLIB" >&5
49905 echo "${ECHO_T}$RANLIB" >&6; }
49907 { echo "$as_me:$LINENO: result: no" >&5
49908 echo "${ECHO_T}no" >&6; }
49913 if test -z "$ac_cv_prog_RANLIB"; then
49914 ac_ct_RANLIB=$RANLIB
49915 # Extract the first word of "ranlib", so it can be a program name with args.
49916 set dummy ranlib; ac_word=$2
49917 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49918 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49919 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
49920 echo $ECHO_N "(cached) $ECHO_C" >&6
49922 if test -n "$ac_ct_RANLIB"; then
49923 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
49925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49926 for as_dir in $PATH
49929 test -z "$as_dir" && as_dir=.
49930 for ac_exec_ext in '' $ac_executable_extensions; do
49931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49932 ac_cv_prog_ac_ct_RANLIB="ranlib"
49933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49942 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
49943 if test -n "$ac_ct_RANLIB"; then
49944 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
49945 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
49947 { echo "$as_me:$LINENO: result: no" >&5
49948 echo "${ECHO_T}no" >&6; }
49951 if test "x$ac_ct_RANLIB" = x; then
49954 case $cross_compiling:$ac_tool_warned in
49956 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
49957 whose name does not start with the host triplet. If you think this
49958 configuration is useful to you, please write to autoconf@gnu.org." >&5
49959 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
49960 whose name does not start with the host triplet. If you think this
49961 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
49962 ac_tool_warned=yes ;;
49964 RANLIB=$ac_ct_RANLIB
49967 RANLIB="$ac_cv_prog_RANLIB"
49970 # Find a good install program. We prefer a C program (faster),
49971 # so one script is as good as another. But avoid the broken or
49972 # incompatible versions:
49973 # SysV /etc/install, /usr/sbin/install
49974 # SunOS /usr/etc/install
49975 # IRIX /sbin/install
49977 # AmigaOS /C/install, which installs bootblocks on floppy discs
49978 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
49979 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
49980 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
49981 # OS/2's system install, which has a completely different semantic
49982 # ./install, which can be erroneously created by make from ./install.sh.
49983 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
49984 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
49985 if test -z "$INSTALL"; then
49986 if test "${ac_cv_path_install+set}" = set; then
49987 echo $ECHO_N "(cached) $ECHO_C" >&6
49989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49990 for as_dir in $PATH
49993 test -z "$as_dir" && as_dir=.
49994 # Account for people who put trailing slashes in PATH elements.
49996 ./ | .// | /cC/* | \
49997 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
49998 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
50001 # OSF1 and SCO ODT 3.0 have their own names for install.
50002 # Don't use installbsd from OSF since it installs stuff as root
50004 for ac_prog in ginstall scoinst install; do
50005 for ac_exec_ext in '' $ac_executable_extensions; do
50006 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
50007 if test $ac_prog = install &&
50008 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
50009 # AIX install. It has an incompatible calling convention.
50011 elif test $ac_prog = install &&
50012 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
50013 # program-specific install script used by HP pwplus--don't use.
50016 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
50029 if test "${ac_cv_path_install+set}" = set; then
50030 INSTALL=$ac_cv_path_install
50032 # As a last resort, use the slow shell script. Don't cache a
50033 # value for INSTALL within a source directory, because that will
50034 # break other packages using the cache if that directory is
50035 # removed, or if the value is a relative name.
50036 INSTALL=$ac_install_sh
50039 { echo "$as_me:$LINENO: result: $INSTALL" >&5
50040 echo "${ECHO_T}$INSTALL" >&6; }
50042 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
50043 # It thinks the first close brace ends the variable substitution.
50044 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
50046 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
50048 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
50050 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
50051 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
50053 if test "$LN_S" = "ln -s"; then
50054 { echo "$as_me:$LINENO: result: yes" >&5
50055 echo "${ECHO_T}yes" >&6; }
50057 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
50058 echo "${ECHO_T}no, using $LN_S" >&6; }
50062 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
50063 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
50064 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
50065 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
50066 echo $ECHO_N "(cached) $ECHO_C" >&6
50068 cat >conftest.make <<\_ACEOF
50071 @echo '@@@%%%=$(MAKE)=@@@%%%'
50073 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
50074 case `${MAKE-make} -f conftest.
make 2>/dev
/null
` in
50075 *@@@%%%=?*=@@@%%%*)
50076 eval ac_cv_prog_make_${ac_make}_set=yes;;
50078 eval ac_cv_prog_make_${ac_make}_set=no;;
50080 rm -f conftest.make
50082 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
50083 { echo "$as_me:$LINENO: result: yes" >&5
50084 echo "${ECHO_T}yes" >&6; }
50087 { echo "$as_me:$LINENO: result: no" >&5
50088 echo "${ECHO_T}no" >&6; }
50089 SET_MAKE="MAKE=${MAKE-make}"
50094 if test "x$SUNCXX" = "xyes"; then
50096 AROPTIONS="-xar -o"
50098 elif test "x$SGICC" = "xyes"; then
50103 if test -n "$ac_tool_prefix"; then
50104 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
50105 set dummy ${ac_tool_prefix}ar; ac_word=$2
50106 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50107 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50108 if test "${ac_cv_prog_AR+set}" = set; then
50109 echo $ECHO_N "(cached) $ECHO_C" >&6
50111 if test -n "$AR"; then
50112 ac_cv_prog_AR="$AR" # Let the user override the test.
50114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50115 for as_dir in $PATH
50118 test -z "$as_dir" && as_dir=.
50119 for ac_exec_ext in '' $ac_executable_extensions; do
50120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50121 ac_cv_prog_AR="${ac_tool_prefix}ar"
50122 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50132 if test -n "$AR"; then
50133 { echo "$as_me:$LINENO: result: $AR" >&5
50134 echo "${ECHO_T}$AR" >&6; }
50136 { echo "$as_me:$LINENO: result: no" >&5
50137 echo "${ECHO_T}no" >&6; }
50142 if test -z "$ac_cv_prog_AR"; then
50144 # Extract the first word of "ar", so it can be a program name with args.
50145 set dummy ar; ac_word=$2
50146 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50147 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50148 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
50149 echo $ECHO_N "(cached) $ECHO_C" >&6
50151 if test -n "$ac_ct_AR"; then
50152 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
50154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50155 for as_dir in $PATH
50158 test -z "$as_dir" && as_dir=.
50159 for ac_exec_ext in '' $ac_executable_extensions; do
50160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50161 ac_cv_prog_ac_ct_AR="ar"
50162 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50171 ac_ct_AR=$ac_cv_prog_ac_ct_AR
50172 if test -n "$ac_ct_AR"; then
50173 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
50174 echo "${ECHO_T}$ac_ct_AR" >&6; }
50176 { echo "$as_me:$LINENO: result: no" >&5
50177 echo "${ECHO_T}no" >&6; }
50180 if test "x$ac_ct_AR" = x; then
50183 case $cross_compiling:$ac_tool_warned in
50185 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50186 whose name does not start with the host triplet. If you think this
50187 configuration is useful to you, please write to autoconf@gnu.org." >&5
50188 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50189 whose name does not start with the host triplet. If you think this
50190 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50191 ac_tool_warned=yes ;;
50196 AR="$ac_cv_prog_AR"
50203 if test -n "$ac_tool_prefix"; then
50204 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
50205 set dummy ${ac_tool_prefix}strip; ac_word=$2
50206 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50207 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50208 if test "${ac_cv_prog_STRIP+set}" = set; then
50209 echo $ECHO_N "(cached) $ECHO_C" >&6
50211 if test -n "$STRIP"; then
50212 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
50214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50215 for as_dir in $PATH
50218 test -z "$as_dir" && as_dir=.
50219 for ac_exec_ext in '' $ac_executable_extensions; do
50220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50221 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
50222 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50231 STRIP=$ac_cv_prog_STRIP
50232 if test -n "$STRIP"; then
50233 { echo "$as_me:$LINENO: result: $STRIP" >&5
50234 echo "${ECHO_T}$STRIP" >&6; }
50236 { echo "$as_me:$LINENO: result: no" >&5
50237 echo "${ECHO_T}no" >&6; }
50242 if test -z "$ac_cv_prog_STRIP"; then
50244 # Extract the first word of "strip", so it can be a program name with args.
50245 set dummy strip; ac_word=$2
50246 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50248 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
50249 echo $ECHO_N "(cached) $ECHO_C" >&6
50251 if test -n "$ac_ct_STRIP"; then
50252 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
50254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50255 for as_dir in $PATH
50258 test -z "$as_dir" && as_dir=.
50259 for ac_exec_ext in '' $ac_executable_extensions; do
50260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50261 ac_cv_prog_ac_ct_STRIP="strip"
50262 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50271 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
50272 if test -n "$ac_ct_STRIP"; then
50273 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
50274 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
50276 { echo "$as_me:$LINENO: result: no" >&5
50277 echo "${ECHO_T}no" >&6; }
50280 if test "x$ac_ct_STRIP" = x; then
50283 case $cross_compiling:$ac_tool_warned in
50285 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50286 whose name does not start with the host triplet. If you think this
50287 configuration is useful to you, please write to autoconf@gnu.org." >&5
50288 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50289 whose name does not start with the host triplet. If you think this
50290 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50291 ac_tool_warned=yes ;;
50296 STRIP="$ac_cv_prog_STRIP"
50299 if test -n "$ac_tool_prefix"; then
50300 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
50301 set dummy ${ac_tool_prefix}nm; ac_word=$2
50302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50304 if test "${ac_cv_prog_NM+set}" = set; then
50305 echo $ECHO_N "(cached) $ECHO_C" >&6
50307 if test -n "$NM"; then
50308 ac_cv_prog_NM="$NM" # Let the user override the test.
50310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50311 for as_dir in $PATH
50314 test -z "$as_dir" && as_dir=.
50315 for ac_exec_ext in '' $ac_executable_extensions; do
50316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50317 ac_cv_prog_NM="${ac_tool_prefix}nm"
50318 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50328 if test -n "$NM"; then
50329 { echo "$as_me:$LINENO: result: $NM" >&5
50330 echo "${ECHO_T}$NM" >&6; }
50332 { echo "$as_me:$LINENO: result: no" >&5
50333 echo "${ECHO_T}no" >&6; }
50338 if test -z "$ac_cv_prog_NM"; then
50340 # Extract the first word of "nm", so it can be a program name with args.
50341 set dummy nm; ac_word=$2
50342 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50344 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
50345 echo $ECHO_N "(cached) $ECHO_C" >&6
50347 if test -n "$ac_ct_NM"; then
50348 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
50350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50351 for as_dir in $PATH
50354 test -z "$as_dir" && as_dir=.
50355 for ac_exec_ext in '' $ac_executable_extensions; do
50356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50357 ac_cv_prog_ac_ct_NM="nm"
50358 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50367 ac_ct_NM=$ac_cv_prog_ac_ct_NM
50368 if test -n "$ac_ct_NM"; then
50369 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
50370 echo "${ECHO_T}$ac_ct_NM" >&6; }
50372 { echo "$as_me:$LINENO: result: no" >&5
50373 echo "${ECHO_T}no" >&6; }
50376 if test "x$ac_ct_NM" = x; then
50379 case $cross_compiling:$ac_tool_warned in
50381 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50382 whose name does not start with the host triplet. If you think this
50383 configuration is useful to you, please write to autoconf@gnu.org." >&5
50384 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50385 whose name does not start with the host triplet. If you think this
50386 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50387 ac_tool_warned=yes ;;
50392 NM="$ac_cv_prog_NM"
50396 INSTALL_DIR="mkdir -p"
50400 case ${BAKEFILE_HOST} in
50401 *-*-cygwin* | *-*-mingw32* )
50402 LDFLAGS_GUI="-mwindows"
50408 { echo "$as_me:$LINENO: checking if make is GNU make" >&5
50409 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6; }
50410 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
50411 echo $ECHO_N "(cached) $ECHO_C" >&6
50414 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
50415 egrep -s GNU > /dev/null); then
50416 bakefile_cv_prog_makeisgnu="yes"
50418 bakefile_cv_prog_makeisgnu="no"
50422 { echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
50423 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6; }
50425 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
50442 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
50443 case "${BAKEFILE_HOST}" in
50450 *-pc-os2_emx | *-pc-os2-emx )
50460 powerpc-apple-macos* )
50469 case "$BAKEFILE_FORCE_PLATFORM" in
50490 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
50491 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
50492 { (exit 1); exit 1; }; }
50507 # Check whether --enable-omf was given.
50508 if test "${enable_omf+set}" = set; then
50509 enableval=$enable_omf; bk_os2_use_omf="$enableval"
50513 case "${BAKEFILE_HOST}" in
50515 if test "x$GCC" = "xyes"; then
50516 CFLAGS="$CFLAGS -fno-common"
50517 CXXFLAGS="$CXXFLAGS -fno-common"
50519 if test "x$XLCC" = "xyes"; then
50520 CFLAGS="$CFLAGS -qnocommon"
50521 CXXFLAGS="$CXXFLAGS -qnocommon"
50525 *-pc-os2_emx | *-pc-os2-emx )
50526 if test "x$bk_os2_use_omf" = "xyes" ; then
50529 LDFLAGS="-Zomf $LDFLAGS"
50530 CFLAGS="-Zomf $CFLAGS"
50531 CXXFLAGS="-Zomf $CXXFLAGS"
50539 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
50545 SO_SUFFIX_MODULE="so"
50550 DLLPREFIX_MODULE=""
50554 case "${BAKEFILE_HOST}" in
50559 SO_SUFFIX_MODULE="sl"
50563 SO_SUFFIX_MODULE="a"
50567 SO_SUFFIX_MODULE="dll"
50568 DLLIMP_SUFFIX="dll.a"
50575 SO_SUFFIX_MODULE="dll"
50576 DLLIMP_SUFFIX="dll.a"
50586 *-pc-os2_emx | *-pc-os2-emx )
50588 SO_SUFFIX_MODULE="dll"
50589 DLLIMP_SUFFIX=$OS2_LIBEXT
50593 LIBEXT=".$OS2_LIBEXT"
50598 SO_SUFFIX_MODULE="bundle"
50602 if test "x$DLLIMP_SUFFIX" = "x" ; then
50603 DLLIMP_SUFFIX="$SO_SUFFIX"
50618 if test "x$GCC" = "xyes"; then
50622 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
50623 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
50626 case "${BAKEFILE_HOST}" in
50628 if test "x$GCC" != "xyes"; then
50629 LDFLAGS="$LDFLAGS -L/usr/lib"
50631 SHARED_LD_CC="${CC} -b -o"
50632 SHARED_LD_CXX="${CXX} -b -o"
50638 if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
50640 elif test "x$SUNCXX" = "xyes"; then
50641 SHARED_LD_CC="${CC} -G -o"
50642 SHARED_LD_CXX="${CXX} -G -o"
50648 if test "x$SUNCXX" = xyes ; then
50649 SHARED_LD_CC="${CC} -G -o"
50650 SHARED_LD_CXX="${CXX} -G -o"
50658 cat <<EOF >shared-ld-sh
50660 #-----------------------------------------------------------------------------
50661 #-- Name: distrib/mac/shared-ld-sh
50662 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
50663 #-- Author: Gilles Depeyrot
50664 #-- Copyright: (c) 2002 Gilles Depeyrot
50665 #-- Licence: any use permitted
50666 #-----------------------------------------------------------------------------
50671 linking_flag="-dynamiclib"
50672 ldargs="-r -keep_private_externs -nostdlib"
50674 if test "x${D}CXX" = "x"; then
50678 while test ${D}# -gt 0; do
50685 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
50686 # collect these options and values
50687 args="${D}{args} ${D}1 ${D}2"
50692 # collect these options and values
50693 ldargs="${D}{ldargs} ${D}1 ${D}2"
50698 # collect these load args
50699 ldargs="${D}{ldargs} ${D}1"
50702 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
50703 # collect these options
50704 args="${D}{args} ${D}1"
50707 -dynamiclib|-bundle)
50708 linking_flag="${D}1"
50712 echo "shared-ld: unhandled option '${D}1'"
50716 *.o | *.a | *.dylib)
50717 # collect object files
50718 objects="${D}{objects} ${D}1"
50722 echo "shared-ld: unhandled argument '${D}1'"
50733 # Link one module containing all the others
50735 if test ${D}{verbose} = 1; then
50736 echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
50738 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
50742 # Link the shared library from the single module created, but only if the
50743 # previous command didn't fail:
50745 if test ${D}{status} = 0; then
50746 if test ${D}{verbose} = 1; then
50747 echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
50749 ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
50754 # Remove intermediate module
50756 rm -f master.${D}${D}.o
50761 chmod +x shared-ld-sh
50763 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
50764 SHARED_LD_MODULE_CXX="CXX=\"\$(CXX)\" $SHARED_LD_MODULE_CC"
50767 { echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
50768 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6; }
50769 if test "${bakefile_cv_gcc31+set}" = set; then
50770 echo $ECHO_N "(cached) $ECHO_C" >&6
50773 cat >conftest.$ac_ext <<_ACEOF
50776 cat confdefs.h >>conftest.$ac_ext
50777 cat >>conftest.$ac_ext <<_ACEOF
50778 /* end confdefs.h. */
50784 #if (__GNUC__ < 3) || \
50785 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
50793 rm -f conftest.$ac_objext
50794 if { (ac_try="$ac_compile"
50795 case "(($ac_try" in
50796 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
50797 *) ac_try_echo
=$ac_try;;
50799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
50800 (eval "$ac_compile") 2>conftest.er1
50802 grep -v '^ *+' conftest.er1
>conftest.err
50804 cat conftest.err
>&5
50805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
50806 (exit $ac_status); } && {
50807 test -z "$ac_c_werror_flag" ||
50808 test ! -s conftest.err
50809 } && test -s conftest.
$ac_objext; then
50811 bakefile_cv_gcc31
=yes
50814 echo "$as_me: failed program was:" >&5
50815 sed 's/^/| /' conftest.
$ac_ext >&5
50818 bakefile_cv_gcc31
=no
50823 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
50826 { echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
50827 echo "${ECHO_T}$bakefile_cv_gcc31" >&6; }
50828 if test "$bakefile_cv_gcc31" = "no"; then
50829 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
50830 SHARED_LD_CXX
="$SHARED_LD_CC"
50832 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
50833 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
50836 if test "x$GCC" == "xyes"; then
50837 PIC_FLAG
="-dynamic -fPIC"
50839 if test "x$XLCC" = "xyes"; then
50840 PIC_FLAG
="-dynamic -DPIC"
50845 if test "x$GCC" = "xyes"; then
50848 case "${BAKEFILE_HOST}" in
50850 LD_EXPFULL
="-Wl,-bexpfull"
50854 SHARED_LD_CC
="\$(CC) -shared $LD_EXPFULL -o"
50855 SHARED_LD_CXX
="\$(CXX) -shared $LD_EXPFULL -o"
50857 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
50858 set dummy makeC
++SharedLib
; ac_word
=$2
50859 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50860 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50861 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
50862 echo $ECHO_N "(cached) $ECHO_C" >&6
50864 if test -n "$AIX_CXX_LD"; then
50865 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
50867 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
50868 for as_dir
in $PATH
50871 test -z "$as_dir" && as_dir
=.
50872 for ac_exec_ext
in '' $ac_executable_extensions; do
50873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50874 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
50875 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50882 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
50885 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
50886 if test -n "$AIX_CXX_LD"; then
50887 { echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
50888 echo "${ECHO_T}$AIX_CXX_LD" >&6; }
50890 { echo "$as_me:$LINENO: result: no" >&5
50891 echo "${ECHO_T}no" >&6; }
50895 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
50896 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
50901 SHARED_LD_CC
="${LD} -nostart -o"
50902 SHARED_LD_CXX
="${LD} -nostart -o"
50906 if test "x$GCC" != "xyes"; then
50911 *-*-cygwin* | *-*-mingw32* )
50913 SHARED_LD_CC
="\$(CC) -shared -o"
50914 SHARED_LD_CXX
="\$(CXX) -shared -o"
50918 *-pc-os2_emx | *-pc-os2-emx )
50919 SHARED_LD_CC
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
50920 SHARED_LD_CXX
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
50924 cat <<EOF >dllar.sh
50927 # dllar - a tool to build both a .dll and an .a file
50928 # from a set of object (.o) files for EMX/OS2.
50930 # Written by Andrew Zabolotny, bit@freya.etu.ru
50931 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
50933 # This script will accept a set of files on the command line.
50934 # All the public symbols from the .o files will be exported into
50935 # a .DEF file, then linker will be run (through gcc) against them to
50936 # build a shared library consisting of all given .o files. All libraries
50937 # (.a) will be first decompressed into component .o files then act as
50938 # described above. You can optionally give a description (-d "description")
50939 # which will be put into .DLL. To see the list of accepted options (as well
50940 # as command-line format) simply run this program without options. The .DLL
50941 # is built to be imported by name (there is no guarantee that new versions
50942 # of the library you build will have same ordinals for same symbols).
50944 # dllar is free software; you can redistribute it and/or modify
50945 # it under the terms of the GNU General Public License as published by
50946 # the Free Software Foundation; either version 2, or (at your option)
50947 # any later version.
50949 # dllar is distributed in the hope that it will be useful,
50950 # but WITHOUT ANY WARRANTY; without even the implied warranty of
50951 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50952 # GNU General Public License for more details.
50954 # You should have received a copy of the GNU General Public License
50955 # along with dllar; see the file COPYING. If not, write to the Free
50956 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
50959 # To successfuly run this program you will need:
50960 # - Current drive should have LFN support (HPFS, ext2, network, etc)
50961 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
50963 # (used to build the .dll)
50965 # (used to create .def file from .o files)
50967 # (used to create .a file from .def file)
50968 # - GNU text utilites (cat, sort, uniq)
50969 # used to process emxexp output
50970 # - GNU file utilities (mv, rm)
50972 # - lxlite (optional, see flag below)
50973 # (used for general .dll cleanup)
50980 # basnam, variant of basename, which does _not_ remove the path, _iff_
50981 # second argument (suffix to remove) is given
50985 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
50988 echo ${D}1 | sed 's/'${D}2'${D}//'
50991 echo "error in basnam ${D}*"
50997 # Cleanup temporary files and output
51000 for i in ${D}inputFiles ; do
51003 rm -rf \`basnam ${D}i !\`
51010 # Kill result in case of failure as there is just to many stupid make/nmake
51011 # things out there which doesn't do this.
51012 if [ ${D}# -eq 0 ]; then
51013 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
51017 # Print usage and exit script with rc=1.
51019 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
51020 echo ' [-name-mangler-script script.sh]'
51021 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
51022 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
51023 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
51024 echo ' [*.o] [*.a]'
51025 echo '*> "output_file" should have no extension.'
51026 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
51027 echo ' The import library name is derived from this and is set to "name".a,'
51028 echo ' unless overridden by -import'
51029 echo '*> "importlib_name" should have no extension.'
51030 echo ' If it has the .o, or .a extension, it is automatically removed.'
51031 echo ' This name is used as the import library name and may be longer and'
51032 echo ' more descriptive than the DLL name which has to follow the old '
51033 echo ' 8.3 convention of FAT.'
51034 echo '*> "script.sh may be given to override the output_file name by a'
51035 echo ' different name. It is mainly useful if the regular make process'
51036 echo ' of some package does not take into account OS/2 restriction of'
51037 echo ' DLL name lengths. It takes the importlib name as input and is'
51038 echo ' supposed to procude a shorter name as output. The script should'
51039 echo ' expect to get importlib_name without extension and should produce'
51040 echo ' a (max.) 8 letter name without extension.'
51041 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
51042 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
51043 echo ' These flags will be put at the start of GCC command line.'
51044 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
51045 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
51046 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
51047 echo ' If the last character of a symbol is "*", all symbols beginning'
51048 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
51049 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
51050 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
51051 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
51052 echo ' C runtime DLLs.'
51053 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
51054 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
51055 echo ' unchanged to GCC at the end of command line.'
51056 echo '*> If you create a DLL from a library and you do not specify -o,'
51057 echo ' the basename for DLL and import library will be set to library name,'
51058 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
51059 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
51060 echo ' library will be renamed into gcc_s.a.'
51063 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
51064 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
51069 # Execute a command.
51070 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
51071 # @Uses Whatever CleanUp() uses.
51077 if [ ${D}rcCmd -ne 0 ]; then
51078 echo "command failed, exit code="${D}rcCmd
51093 CFLAGS="-s -Zcrtdll"
51095 EXPORT_BY_ORDINALS=0
51100 case ${D}curDirS in
51104 curDirS=${D}{curDirS}"/"
51107 # Parse commandline
51110 while [ ${D}1 ]; do
51113 EXPORT_BY_ORDINALS=1;
51123 -name-mangler-script)
51144 exclude_symbols=${D}{exclude_symbols}${D}1" "
51148 library_flags=${D}{library_flags}${D}1" "
51167 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
51170 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
51171 if [ ${D}omfLinking -eq 1 ]; then
51172 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
51174 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
51179 if [ ${D}libsToLink -ne 0 ]; then
51180 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
51182 for file in ${D}1 ; do
51183 if [ -f ${D}file ]; then
51184 inputFiles="${D}{inputFiles} ${D}file"
51188 if [ ${D}found -eq 0 ]; then
51189 echo "ERROR: No file(s) found: "${D}1
51196 done # iterate cmdline words
51199 if [ -z "${D}inputFiles" ]; then
51200 echo "dllar: no input files"
51204 # Now extract all .o files from .a files
51206 for file in ${D}inputFiles ; do
51217 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
51222 dirname=\`basnam ${D}file ${D}suffix\`"_%"
51224 if [ ${D}? -ne 0 ]; then
51225 echo "Failed to create subdirectory ./${D}dirname"
51229 # Append '!' to indicate archive
51230 newInputFiles="${D}newInputFiles ${D}{dirname}!"
51231 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
51234 for subfile in ${D}dirname/*.o* ; do
51235 if [ -f ${D}subfile ]; then
51237 if [ -s ${D}subfile ]; then
51238 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
51239 newInputFiles="${D}newInputFiles ${D}subfile"
51243 if [ ${D}found -eq 0 ]; then
51244 echo "WARNING: there are no files in archive \\'${D}file\\'"
51248 newInputFiles="${D}{newInputFiles} ${D}file"
51252 inputFiles="${D}newInputFiles"
51254 # Output filename(s).
51256 if [ -z ${D}outFile ]; then
51258 set outFile ${D}inputFiles; outFile=${D}2
51261 # If it is an archive, remove the '!' and the '_%' suffixes
51262 case ${D}outFile in
51264 outFile=\`basnam ${D}outFile _%!\`
51269 case ${D}outFile in
51271 outFile=\`basnam ${D}outFile .dll\`
51274 outFile=\`basnam ${D}outFile .DLL\`
51277 outFile=\`basnam ${D}outFile .o\`
51280 outFile=\`basnam ${D}outFile .obj\`
51283 outFile=\`basnam ${D}outFile .a\`
51286 outFile=\`basnam ${D}outFile .lib\`
51291 case ${D}outimpFile in
51293 outimpFile=\`basnam ${D}outimpFile .a\`
51296 outimpFile=\`basnam ${D}outimpFile .lib\`
51301 if [ -z ${D}outimpFile ]; then
51302 outimpFile=${D}outFile
51304 defFile="${D}{outFile}.def"
51305 arcFile="${D}{outimpFile}.a"
51306 arcFile2="${D}{outimpFile}.lib"
51308 #create ${D}dllFile as something matching 8.3 restrictions,
51309 if [ -z ${D}renameScript ] ; then
51310 dllFile="${D}outFile"
51312 dllFile=\`${D}renameScript ${D}outimpFile\`
51315 if [ ${D}do_backup -ne 0 ] ; then
51316 if [ -f ${D}arcFile ] ; then
51317 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
51319 if [ -f ${D}arcFile2 ] ; then
51320 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
51324 # Extract public symbols from all the object files.
51325 tmpdefFile=${D}{defFile}_%
51326 rm -f ${D}tmpdefFile
51327 for file in ${D}inputFiles ; do
51332 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
51337 # Create the def file.
51339 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
51340 dllFile="${D}{dllFile}.dll"
51341 if [ ! -z ${D}description ]; then
51342 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
51344 echo "EXPORTS" >> ${D}defFile
51346 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
51347 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
51349 # Checks if the export is ok or not.
51350 for word in ${D}exclude_symbols; do
51351 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
51352 mv ${D}{tmpdefFile}% ${D}tmpdefFile
51356 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
51357 sed "=" < ${D}tmpdefFile | \\
51361 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
51363 ' > ${D}{tmpdefFile}%
51364 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
51366 rm -f ${D}{tmpdefFile}%
51368 cat ${D}tmpdefFile >> ${D}defFile
51369 rm -f ${D}tmpdefFile
51371 # Do linking, create implib, and apply lxlite.
51373 for file in ${D}inputFiles ; do
51378 gccCmdl="${D}gccCmdl ${D}file"
51382 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
51383 touch "${D}{outFile}.dll"
51385 doCommand "emximp -o ${D}arcFile ${D}defFile"
51386 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
51388 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
51391 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
51393 doCommand "emxomf -s -l ${D}arcFile"
51403 powerpc
-apple-macos* | \
51404 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd
*-gnu | \
51414 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
51415 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
51416 { (exit 1); exit 1; }; }
51419 if test "x$PIC_FLAG" != "x" ; then
51420 PIC_FLAG
="$PIC_FLAG -DPIC"
51423 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
51424 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
51426 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
51427 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
51442 USE_SOTWOSYMLINKS
=0
51446 case "${BAKEFILE_HOST}" in
51447 *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
51448 *-*-k*bsd
*-gnu | *-*-mirbsd* )
51449 if test "x$SUNCXX" = "xyes"; then
51452 SONAME_FLAG
="-Wl,-soname,"
51456 USE_SOTWOSYMLINKS
=1
51468 USE_SOTWOSYMLINKS
=1
51486 # Check whether --enable-dependency-tracking was given.
51487 if test "${enable_dependency_tracking+set}" = set; then
51488 enableval
=$enable_dependency_tracking; bk_use_trackdeps
="$enableval"
51492 { echo "$as_me:$LINENO: checking for dependency tracking method" >&5
51493 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6; }
51496 if test "x$bk_use_trackdeps" = "xno" ; then
51498 { echo "$as_me:$LINENO: result: disabled" >&5
51499 echo "${ECHO_T}disabled" >&6; }
51503 if test "x$GCC" = "xyes"; then
51505 case "${BAKEFILE_HOST}" in
51507 DEPSFLAG
="-no-cpp-precomp -MMD"
51513 { echo "$as_me:$LINENO: result: gcc" >&5
51514 echo "${ECHO_T}gcc" >&6; }
51515 elif test "x$MWCC" = "xyes"; then
51518 { echo "$as_me:$LINENO: result: mwcc" >&5
51519 echo "${ECHO_T}mwcc" >&6; }
51520 elif test "x$SUNCC" = "xyes"; then
51523 { echo "$as_me:$LINENO: result: Sun cc" >&5
51524 echo "${ECHO_T}Sun cc" >&6; }
51525 elif test "x$SGICC" = "xyes"; then
51528 { echo "$as_me:$LINENO: result: SGI cc" >&5
51529 echo "${ECHO_T}SGI cc" >&6; }
51530 elif test "x$HPCC" = "xyes"; then
51533 { echo "$as_me:$LINENO: result: HP cc" >&5
51534 echo "${ECHO_T}HP cc" >&6; }
51535 elif test "x$COMPAQCC" = "xyes"; then
51538 { echo "$as_me:$LINENO: result: Compaq cc" >&5
51539 echo "${ECHO_T}Compaq cc" >&6; }
51542 { echo "$as_me:$LINENO: result: none" >&5
51543 echo "${ECHO_T}none" >&6; }
51546 if test $DEPS_TRACKING = 1 ; then
51552 # This script is part of Bakefile (http://www.bakefile.org) autoconf
51553 # script. It is used to track C/C++ files dependencies in portable way.
51555 # Permission is given to use this file in any way.
51557 DEPSMODE=${DEPSMODE}
51558 DEPSFLAG="${DEPSFLAG}"
51561 if test ${D}DEPSMODE = gcc ; then
51562 ${D}* ${D}{DEPSFLAG}
51565 # determine location of created files:
51566 while test ${D}# -gt 0; do
51580 objfilebase=\`basename ${D}objfile\`
51581 builddir=\`dirname ${D}objfile\`
51582 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
51583 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
51584 depsdir=${D}builddir/${D}DEPSDIRBASE
51585 mkdir -p ${D}depsdir
51587 # if the compiler failed, we're done:
51588 if test ${D}{status} != 0 ; then
51593 # move created file to the location we want it in:
51594 if test -f ${D}depfile ; then
51595 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
51598 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
51599 depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
51600 if test ! -f ${D}depfile ; then
51601 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
51602 depfile="${D}objfile.d"
51604 if test -f ${D}depfile ; then
51605 sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
51611 elif test ${D}DEPSMODE = mwcc ; then
51612 ${D}* || exit ${D}?
51613 # Run mwcc again with -MM and redirect into the dep file we want
51614 # NOTE: We can't use shift here because we need ${D}* to be valid
51616 for arg in ${D}* ; do
51617 if test "${D}prevarg" = "-o"; then
51631 objfilebase=\`basename ${D}objfile\`
51632 builddir=\`dirname ${D}objfile\`
51633 depsdir=${D}builddir/${D}DEPSDIRBASE
51634 mkdir -p ${D}depsdir
51636 ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
51639 elif test ${D}DEPSMODE = unixcc; then
51640 ${D}* || exit ${D}?
51641 # Run compiler again with deps flag and redirect into the dep file.
51642 # It doesn't work if the '-o FILE' option is used, but without it the
51643 # dependency file will contain the wrong name for the object. So it is
51644 # removed from the command line, and the dep file is fixed with sed.
51646 while test ${D}# -gt 0; do
51653 eval arg${D}#=\\${D}1
51654 cmd="${D}cmd \\${D}arg${D}#"
51660 objfilebase=\`basename ${D}objfile\`
51661 builddir=\`dirname ${D}objfile\`
51662 depsdir=${D}builddir/${D}DEPSDIRBASE
51663 mkdir -p ${D}depsdir
51665 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
51675 BK_DEPS
="`pwd`/bk-deps"
51683 case ${BAKEFILE_HOST} in
51684 *-*-cygwin* | *-*-mingw32* )
51685 if test -n "$ac_tool_prefix"; then
51686 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
51687 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
51688 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51689 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51690 if test "${ac_cv_prog_WINDRES+set}" = set; then
51691 echo $ECHO_N "(cached) $ECHO_C" >&6
51693 if test -n "$WINDRES"; then
51694 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
51696 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
51697 for as_dir
in $PATH
51700 test -z "$as_dir" && as_dir
=.
51701 for ac_exec_ext
in '' $ac_executable_extensions; do
51702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51703 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
51704 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51713 WINDRES
=$ac_cv_prog_WINDRES
51714 if test -n "$WINDRES"; then
51715 { echo "$as_me:$LINENO: result: $WINDRES" >&5
51716 echo "${ECHO_T}$WINDRES" >&6; }
51718 { echo "$as_me:$LINENO: result: no" >&5
51719 echo "${ECHO_T}no" >&6; }
51724 if test -z "$ac_cv_prog_WINDRES"; then
51725 ac_ct_WINDRES
=$WINDRES
51726 # Extract the first word of "windres", so it can be a program name with args.
51727 set dummy windres
; ac_word
=$2
51728 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51729 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51730 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
51731 echo $ECHO_N "(cached) $ECHO_C" >&6
51733 if test -n "$ac_ct_WINDRES"; then
51734 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
51736 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
51737 for as_dir
in $PATH
51740 test -z "$as_dir" && as_dir
=.
51741 for ac_exec_ext
in '' $ac_executable_extensions; do
51742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51743 ac_cv_prog_ac_ct_WINDRES
="windres"
51744 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51753 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
51754 if test -n "$ac_ct_WINDRES"; then
51755 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
51756 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
51758 { echo "$as_me:$LINENO: result: no" >&5
51759 echo "${ECHO_T}no" >&6; }
51762 if test "x$ac_ct_WINDRES" = x
; then
51765 case $cross_compiling:$ac_tool_warned in
51767 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
51768 whose name does not start with the host triplet. If you think this
51769 configuration is useful to you, please write to autoconf@gnu.org." >&5
51770 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
51771 whose name does not start with the host triplet. If you think this
51772 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
51773 ac_tool_warned
=yes ;;
51775 WINDRES
=$ac_ct_WINDRES
51778 WINDRES
="$ac_cv_prog_WINDRES"
51783 *-*-darwin* | powerpc
-apple-macos* )
51784 # Extract the first word of "Rez", so it can be a program name with args.
51785 set dummy Rez
; ac_word
=$2
51786 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51787 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51788 if test "${ac_cv_prog_REZ+set}" = set; then
51789 echo $ECHO_N "(cached) $ECHO_C" >&6
51791 if test -n "$REZ"; then
51792 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
51794 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
51795 for as_dir
in $PATH
51798 test -z "$as_dir" && as_dir
=.
51799 for ac_exec_ext
in '' $ac_executable_extensions; do
51800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51801 ac_cv_prog_REZ
="Rez"
51802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51809 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
51812 REZ
=$ac_cv_prog_REZ
51813 if test -n "$REZ"; then
51814 { echo "$as_me:$LINENO: result: $REZ" >&5
51815 echo "${ECHO_T}$REZ" >&6; }
51817 { echo "$as_me:$LINENO: result: no" >&5
51818 echo "${ECHO_T}no" >&6; }
51822 # Extract the first word of "SetFile", so it can be a program name with args.
51823 set dummy SetFile
; ac_word
=$2
51824 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51825 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51826 if test "${ac_cv_prog_SETFILE+set}" = set; then
51827 echo $ECHO_N "(cached) $ECHO_C" >&6
51829 if test -n "$SETFILE"; then
51830 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
51832 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
51833 for as_dir
in $PATH
51836 test -z "$as_dir" && as_dir
=.
51837 for ac_exec_ext
in '' $ac_executable_extensions; do
51838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51839 ac_cv_prog_SETFILE
="SetFile"
51840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51847 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
51850 SETFILE
=$ac_cv_prog_SETFILE
51851 if test -n "$SETFILE"; then
51852 { echo "$as_me:$LINENO: result: $SETFILE" >&5
51853 echo "${ECHO_T}$SETFILE" >&6; }
51855 { echo "$as_me:$LINENO: result: no" >&5
51856 echo "${ECHO_T}no" >&6; }
51871 BAKEFILE_BAKEFILE_M4_VERSION
="0.2.9"
51874 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.2.9"
51878 # Check whether --enable-precomp-headers was given.
51879 if test "${enable_precomp_headers+set}" = set; then
51880 enableval
=$enable_precomp_headers; bk_use_pch
="$enableval"
51889 case ${BAKEFILE_HOST} in
51895 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
51896 if test "x$GCC" = "xyes"; then
51897 { echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
51898 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6; }
51899 cat >conftest.
$ac_ext <<_ACEOF
51902 cat confdefs.h
>>conftest.
$ac_ext
51903 cat >>conftest.
$ac_ext <<_ACEOF
51904 /* end confdefs.h. */
51910 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
51911 There is no PCH support
51914 There is no PCH support
51916 #if (__GNUC__ == 3) && \
51917 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
51918 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
51919 ( defined(__INTEL_COMPILER) )
51920 There is no PCH support
51927 rm -f conftest.
$ac_objext
51928 if { (ac_try
="$ac_compile"
51929 case "(($ac_try" in
51930 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
51931 *) ac_try_echo=$ac_try;;
51933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
51934 (eval "$ac_compile") 2>conftest.er1
51936 grep -v '^ *+' conftest.er1 >conftest.err
51938 cat conftest.err >&5
51939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
51940 (exit $ac_status); } && {
51941 test -z "$ac_c_werror_flag" ||
51942 test ! -s conftest.err
51943 } && test -s conftest.$ac_objext; then
51945 { echo "$as_me:$LINENO: result: yes" >&5
51946 echo "${ECHO_T}yes" >&6; }
51950 echo "$as_me: failed program was:" >&5
51951 sed 's/^/| /' conftest.$ac_ext >&5
51954 if test "$INTELCXX8" = "yes"; then
51955 { echo "$as_me:$LINENO: result: yes" >&5
51956 echo "${ECHO_T}yes" >&6; }
51958 if test "$INTELCXX10" = "yes"; then
51959 ICC_PCH_CREATE_SWITCH="-pch-create"
51960 ICC_PCH_USE_SWITCH="-pch-use"
51962 ICC_PCH_CREATE_SWITCH="-create-pch"
51963 ICC_PCH_USE_SWITCH="-use-pch"
51966 { echo "$as_me:$LINENO: result: no" >&5
51967 echo "${ECHO_T}no" >&6; }
51972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51973 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
51977 cat <<EOF >bk-make-pch
51980 # This script is part of Bakefile (http://www.bakefile.org) autoconf
51981 # script. It is used to generated precompiled headers.
51983 # Permission is given to use this file in any way.
51990 builddir=\`echo ${D}outfile
| sed -e 's,/\\.pch/.*${D},,g'\
`
51995 while test ${D}{#} -gt 0; do
51999 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\
`
52000 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
52001 headerfile="${D}{incdir}/${D}{header}"
52004 -use-pch|-use_pch|-pch-use )
52009 if test ${D}add_to_cmdline = 1 ; then
52010 compiler="${D}{compiler} ${D}{1}"
52015 if test "x${D}{headerfile}" = "x" ; then
52016 echo "error: can't find header ${D}{header} in include paths" >&2
52018 if test -f ${D}{outfile} ; then
52019 rm -f ${D}{outfile}
52021 mkdir -p \`dirname ${D}{outfile
}\
`
52023 depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile
} | tr '/.' '__'\
`.d"
52024 mkdir -p ${D}{builddir}/.deps
52025 if test "x${GCC_PCH}" = "x1" ; then
52026 # can do this because gcc is >= 3.4:
52027 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
52028 elif test "x${ICC_PCH}" = "x1" ; then
52029 filename=pch_gen-${D}${D}
52030 file=${D}{filename}.c
52031 dfile=${D}{filename}.d
52032 cat > ${D}file <<EOT
52033 #include "${D}header"
52035 # using -MF icc complains about differing command lines in creation/use
52036 ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
52037 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
52038 rm -f ${D}file ${D}dfile ${D}{filename}.o
52044 chmod +x bk-make-pch
52045 BK_MAKE_PCH="`pwd`/bk-make-pch"
52056 COND_BUILD_DEBUG="#"
52057 if test "x$BUILD" = "xdebug" ; then
52058 COND_BUILD_DEBUG=""
52061 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
52062 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
52063 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
52066 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
52067 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
52068 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
52071 COND_BUILD_DEBUG_UNICODE_0="#"
52072 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
52073 COND_BUILD_DEBUG_UNICODE_0=""
52076 COND_BUILD_DEBUG_UNICODE_1="#"
52077 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
52078 COND_BUILD_DEBUG_UNICODE_1=""
52081 COND_BUILD_RELEASE="#"
52082 if test "x$BUILD" = "xrelease" ; then
52083 COND_BUILD_RELEASE=""
52086 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
52087 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
52088 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
52091 COND_BUILD_RELEASE_UNICODE_0="#"
52092 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
52093 COND_BUILD_RELEASE_UNICODE_0=""
52096 COND_BUILD_RELEASE_UNICODE_1="#"
52097 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
52098 COND_BUILD_RELEASE_UNICODE_1=""
52101 COND_BUILD_debug="#"
52102 if test "x$BUILD" = "xdebug" ; then
52103 COND_BUILD_debug=""
52106 COND_BUILD_debug_DEBUG_FLAG_default="#"
52107 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
52108 COND_BUILD_debug_DEBUG_FLAG_default=""
52111 COND_BUILD_debug_DEBUG_INFO_default="#"
52112 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
52113 COND_BUILD_debug_DEBUG_INFO_default=""
52116 COND_BUILD_debug_UNICODE_0="#"
52117 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
52118 COND_BUILD_debug_UNICODE_0=""
52121 COND_BUILD_debug_UNICODE_1="#"
52122 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
52123 COND_BUILD_debug_UNICODE_1=""
52126 COND_BUILD_release="#"
52127 if test "x$BUILD" = "xrelease" ; then
52128 COND_BUILD_release=""
52131 COND_BUILD_release_DEBUG_INFO_default="#"
52132 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
52133 COND_BUILD_release_DEBUG_INFO_default=""
52136 COND_BUILD_release_UNICODE_0="#"
52137 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
52138 COND_BUILD_release_UNICODE_0=""
52141 COND_BUILD_release_UNICODE_1="#"
52142 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
52143 COND_BUILD_release_UNICODE_1=""
52146 COND_DEBUG_FLAG_0="#"
52147 if test "x$DEBUG_FLAG" = "x0" ; then
52148 COND_DEBUG_FLAG_0=""
52151 COND_DEBUG_FLAG_1="#"
52152 if test "x$DEBUG_FLAG" = "x1" ; then
52153 COND_DEBUG_FLAG_1=""
52156 COND_DEBUG_INFO_0="#"
52157 if test "x$DEBUG_INFO" = "x0" ; then
52158 COND_DEBUG_INFO_0=""
52161 COND_DEBUG_INFO_1="#"
52162 if test "x$DEBUG_INFO" = "x1" ; then
52163 COND_DEBUG_INFO_1=""
52166 COND_DEPS_TRACKING_0="#"
52167 if test "x$DEPS_TRACKING" = "x0" ; then
52168 COND_DEPS_TRACKING_0=""
52171 COND_DEPS_TRACKING_1="#"
52172 if test "x$DEPS_TRACKING" = "x1" ; then
52173 COND_DEPS_TRACKING_1=""
52177 if test "x$GCC_PCH" = "x1" ; then
52182 if test "x$ICC_PCH" = "x1" ; then
52186 COND_MONOLITHIC_0="#"
52187 if test "x$MONOLITHIC" = "x0" ; then
52188 COND_MONOLITHIC_0=""
52191 COND_MONOLITHIC_0_SHARED_0="#"
52192 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
52193 COND_MONOLITHIC_0_SHARED_0=""
52196 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
52197 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
52198 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
52201 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
52202 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
52203 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
52206 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
52207 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
52208 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
52211 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
52212 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52213 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
52216 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
52217 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
52218 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
52221 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1="#"
52222 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
52223 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1=""
52226 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1="#"
52227 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
52228 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1=""
52231 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1="#"
52232 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
52233 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1=""
52236 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
52237 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
52238 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
52241 COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
52242 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
52243 COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
52246 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
52247 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
52248 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
52251 COND_MONOLITHIC_0_SHARED_1="#"
52252 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
52253 COND_MONOLITHIC_0_SHARED_1=""
52256 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
52257 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
52258 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
52261 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
52262 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
52263 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
52266 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
52267 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
52268 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
52271 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
52272 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52273 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
52276 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
52277 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
52278 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
52281 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1="#"
52282 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
52283 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1=""
52286 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1="#"
52287 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
52288 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1=""
52291 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1="#"
52292 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
52293 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1=""
52296 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
52297 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
52298 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
52301 COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
52302 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
52303 COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
52306 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
52307 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
52308 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
52311 COND_MONOLITHIC_0_USE_AUI_1="#"
52312 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
52313 COND_MONOLITHIC_0_USE_AUI_1=""
52316 COND_MONOLITHIC_0_USE_GUI_1="#"
52317 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
52318 COND_MONOLITHIC_0_USE_GUI_1=""
52321 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
52322 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52323 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
52326 COND_MONOLITHIC_0_USE_HTML_1="#"
52327 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
52328 COND_MONOLITHIC_0_USE_HTML_1=""
52331 COND_MONOLITHIC_0_USE_MEDIA_1="#"
52332 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
52333 COND_MONOLITHIC_0_USE_MEDIA_1=""
52336 COND_MONOLITHIC_0_USE_PROPGRID_1="#"
52337 if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
52338 COND_MONOLITHIC_0_USE_PROPGRID_1=""
52341 COND_MONOLITHIC_0_USE_QA_1="#"
52342 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
52343 COND_MONOLITHIC_0_USE_QA_1=""
52346 COND_MONOLITHIC_0_USE_RIBBON_1="#"
52347 if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
52348 COND_MONOLITHIC_0_USE_RIBBON_1=""
52351 COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
52352 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
52353 COND_MONOLITHIC_0_USE_RICHTEXT_1=""
52356 COND_MONOLITHIC_0_USE_STC_1="#"
52357 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
52358 COND_MONOLITHIC_0_USE_STC_1=""
52361 COND_MONOLITHIC_0_USE_WEBVIEW_1="#"
52362 if test "x$MONOLITHIC" = "x0" -a "x$USE_WEBVIEW" = "x1" ; then
52363 COND_MONOLITHIC_0_USE_WEBVIEW_1=""
52366 COND_MONOLITHIC_0_USE_XRC_1="#"
52367 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
52368 COND_MONOLITHIC_0_USE_XRC_1=""
52371 COND_MONOLITHIC_1="#"
52372 if test "x$MONOLITHIC" = "x1" ; then
52373 COND_MONOLITHIC_1=""
52376 COND_MONOLITHIC_1_SHARED_0="#"
52377 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
52378 COND_MONOLITHIC_1_SHARED_0=""
52381 COND_MONOLITHIC_1_SHARED_1="#"
52382 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
52383 COND_MONOLITHIC_1_SHARED_1=""
52386 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
52387 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
52388 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
52391 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
52392 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
52393 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
52396 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
52397 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
52398 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
52401 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
52402 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
52403 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
52406 COND_PLATFORM_MACOSX_1="#"
52407 if test "x$PLATFORM_MACOSX" = "x1" ; then
52408 COND_PLATFORM_MACOSX_1=""
52411 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0="#"
52412 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
52413 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0=""
52416 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0="#"
52417 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
52418 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0=""
52421 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
52422 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
52423 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1=""
52426 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0="#"
52427 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52428 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0=""
52431 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
52432 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
52433 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1=""
52436 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0="#"
52437 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52438 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0=""
52441 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
52442 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
52443 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
52446 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
52447 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52448 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
52451 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
52452 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
52453 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
52456 COND_PLATFORM_MACOSX_1_USE_OPENGL_1="#"
52457 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52458 COND_PLATFORM_MACOSX_1_USE_OPENGL_1=""
52461 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
52462 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
52463 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
52466 COND_PLATFORM_MACOS_1="#"
52467 if test "x$PLATFORM_MACOS" = "x1" ; then
52468 COND_PLATFORM_MACOS_1=""
52471 COND_PLATFORM_MAC_0="#"
52472 if test "x$PLATFORM_MAC" = "x0" ; then
52473 COND_PLATFORM_MAC_0=""
52476 COND_PLATFORM_MAC_1="#"
52477 if test "x$PLATFORM_MAC" = "x1" ; then
52478 COND_PLATFORM_MAC_1=""
52481 COND_PLATFORM_MSDOS_0="#"
52482 if test "x$PLATFORM_MSDOS" = "x0" ; then
52483 COND_PLATFORM_MSDOS_0=""
52486 COND_PLATFORM_MSDOS_1="#"
52487 if test "x$PLATFORM_MSDOS" = "x1" ; then
52488 COND_PLATFORM_MSDOS_1=""
52491 COND_PLATFORM_OS2_1="#"
52492 if test "x$PLATFORM_OS2" = "x1" ; then
52493 COND_PLATFORM_OS2_1=""
52496 COND_PLATFORM_UNIX_0="#"
52497 if test "x$PLATFORM_UNIX" = "x0" ; then
52498 COND_PLATFORM_UNIX_0=""
52501 COND_PLATFORM_UNIX_1="#"
52502 if test "x$PLATFORM_UNIX" = "x1" ; then
52503 COND_PLATFORM_UNIX_1=""
52506 COND_PLATFORM_UNIX_1_TOOLKIT_MGL="#"
52507 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" ; then
52508 COND_PLATFORM_UNIX_1_TOOLKIT_MGL=""
52511 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1="#"
52512 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
52513 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1=""
52516 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
52517 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
52518 COND_PLATFORM_UNIX_1_USE_GUI_1=""
52521 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
52522 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
52523 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
52526 COND_PLATFORM_WIN32_0="#"
52527 if test "x$PLATFORM_WIN32" = "x0" ; then
52528 COND_PLATFORM_WIN32_0=""
52531 COND_PLATFORM_WIN32_1="#"
52532 if test "x$PLATFORM_WIN32" = "x1" ; then
52533 COND_PLATFORM_WIN32_1=""
52536 COND_PLATFORM_WIN32_1_SHARED_0="#"
52537 if test "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
52538 COND_PLATFORM_WIN32_1_SHARED_0=""
52542 if test "x$SHARED" = "x0" ; then
52546 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
52547 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
52548 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
52551 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
52552 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
52553 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
52556 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
52557 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
52558 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
52561 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
52562 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52563 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
52566 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
52567 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52568 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
52571 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
52572 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52573 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin=""
52576 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
52577 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52578 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
52581 COND_SHARED_0_USE_STC_1="#"
52582 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
52583 COND_SHARED_0_USE_STC_1=""
52586 COND_SHARED_0_wxUSE_EXPAT_builtin="#"
52587 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
52588 COND_SHARED_0_wxUSE_EXPAT_builtin=""
52591 COND_SHARED_0_wxUSE_REGEX_builtin="#"
52592 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
52593 COND_SHARED_0_wxUSE_REGEX_builtin=""
52596 COND_SHARED_0_wxUSE_ZLIB_builtin="#"
52597 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
52598 COND_SHARED_0_wxUSE_ZLIB_builtin=""
52602 if test "x$SHARED" = "x1" ; then
52606 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
52607 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52608 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
52612 if test "x$TOOLKIT" = "x" ; then
52616 COND_TOOLKIT_COCOA="#"
52617 if test "x$TOOLKIT" = "xCOCOA" ; then
52618 COND_TOOLKIT_COCOA=""
52621 COND_TOOLKIT_COCOA_USE_GUI_1="#"
52622 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
52623 COND_TOOLKIT_COCOA_USE_GUI_1=""
52626 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
52627 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52628 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
52631 COND_TOOLKIT_DFB="#"
52632 if test "x$TOOLKIT" = "xDFB" ; then
52633 COND_TOOLKIT_DFB=""
52636 COND_TOOLKIT_DFB_USE_GUI_1="#"
52637 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
52638 COND_TOOLKIT_DFB_USE_GUI_1=""
52641 COND_TOOLKIT_GTK="#"
52642 if test "x$TOOLKIT" = "xGTK" ; then
52643 COND_TOOLKIT_GTK=""
52646 COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
52647 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
52648 COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
52651 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
52652 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
52653 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
52656 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
52657 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
52658 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
52661 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
52662 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52663 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
52666 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
52667 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
52668 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
52671 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
52672 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52673 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
52676 COND_TOOLKIT_GTK_USE_GUI_1="#"
52677 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
52678 COND_TOOLKIT_GTK_USE_GUI_1=""
52681 COND_TOOLKIT_MAC="#"
52682 if test "x$TOOLKIT" = "xMAC" ; then
52683 COND_TOOLKIT_MAC=""
52686 COND_TOOLKIT_MGL="#"
52687 if test "x$TOOLKIT" = "xMGL" ; then
52688 COND_TOOLKIT_MGL=""
52691 COND_TOOLKIT_MGL_USE_GUI_1="#"
52692 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
52693 COND_TOOLKIT_MGL_USE_GUI_1=""
52696 COND_TOOLKIT_MOTIF="#"
52697 if test "x$TOOLKIT" = "xMOTIF" ; then
52698 COND_TOOLKIT_MOTIF=""
52701 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
52702 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
52703 COND_TOOLKIT_MOTIF_USE_GUI_1=""
52706 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
52707 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52708 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
52711 COND_TOOLKIT_MSW="#"
52712 if test "x$TOOLKIT" = "xMSW" ; then
52713 COND_TOOLKIT_MSW=""
52716 COND_TOOLKIT_MSW_USE_GUI_1="#"
52717 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
52718 COND_TOOLKIT_MSW_USE_GUI_1=""
52721 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
52722 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52723 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
52726 COND_TOOLKIT_MSW_WXUNIV_0="#"
52727 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
52728 COND_TOOLKIT_MSW_WXUNIV_0=""
52731 COND_TOOLKIT_OSX_CARBON="#"
52732 if test "x$TOOLKIT" = "xOSX_CARBON" ; then
52733 COND_TOOLKIT_OSX_CARBON=""
52736 COND_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
52737 if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
52738 COND_TOOLKIT_OSX_CARBON_USE_GUI_1=""
52741 COND_TOOLKIT_OSX_COCOA="#"
52742 if test "x$TOOLKIT" = "xOSX_COCOA" ; then
52743 COND_TOOLKIT_OSX_COCOA=""
52746 COND_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
52747 if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
52748 COND_TOOLKIT_OSX_COCOA_USE_GUI_1=""
52751 COND_TOOLKIT_OSX_IPHONE="#"
52752 if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
52753 COND_TOOLKIT_OSX_IPHONE=""
52756 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
52757 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
52758 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
52761 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
52762 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52763 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
52766 COND_TOOLKIT_PM="#"
52767 if test "x$TOOLKIT" = "xPM" ; then
52771 COND_TOOLKIT_PM_USE_GUI_1="#"
52772 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
52773 COND_TOOLKIT_PM_USE_GUI_1=""
52776 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
52777 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52778 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
52781 COND_TOOLKIT_WINCE="#"
52782 if test "x$TOOLKIT" = "xWINCE" ; then
52783 COND_TOOLKIT_WINCE=""
52786 COND_TOOLKIT_WINCE_USE_GUI_1="#"
52787 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
52788 COND_TOOLKIT_WINCE_USE_GUI_1=""
52791 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
52792 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52793 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
52796 COND_TOOLKIT_WINCE_WXUNIV_0="#"
52797 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
52798 COND_TOOLKIT_WINCE_WXUNIV_0=""
52801 COND_TOOLKIT_X11="#"
52802 if test "x$TOOLKIT" = "xX11" ; then
52803 COND_TOOLKIT_X11=""
52806 COND_TOOLKIT_X11_USE_GUI_1="#"
52807 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
52808 COND_TOOLKIT_X11_USE_GUI_1=""
52812 if test "x$UNICODE" = "x1" ; then
52816 COND_USE_CAIRO_1="#"
52817 if test "x$USE_CAIRO" = "x1" ; then
52818 COND_USE_CAIRO_1=""
52821 COND_USE_EXCEPTIONS_0="#"
52822 if test "x$USE_EXCEPTIONS" = "x0" ; then
52823 COND_USE_EXCEPTIONS_0=""
52826 COND_USE_EXCEPTIONS_1="#"
52827 if test "x$USE_EXCEPTIONS" = "x1" ; then
52828 COND_USE_EXCEPTIONS_1=""
52832 if test "x$USE_GUI" = "x0" ; then
52837 if test "x$USE_GUI" = "x1" ; then
52841 COND_USE_GUI_1_USE_OPENGL_1="#"
52842 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52843 COND_USE_GUI_1_USE_OPENGL_1=""
52846 COND_USE_GUI_1_WXUNIV_0="#"
52847 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52848 COND_USE_GUI_1_WXUNIV_0=""
52851 COND_USE_GUI_1_WXUNIV_1="#"
52852 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
52853 COND_USE_GUI_1_WXUNIV_1=""
52856 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
52857 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52858 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
52861 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
52862 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52863 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
52866 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
52867 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52868 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
52871 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
52872 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52873 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
52876 COND_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
52877 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52878 COND_USE_GUI_1_wxUSE_LIBPNG_builtin=""
52881 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
52882 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52883 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
52886 COND_USE_OPENGL_1="#"
52887 if test "x$USE_OPENGL" = "x1" ; then
52888 COND_USE_OPENGL_1=""
52892 if test "x$USE_PCH" = "x1" ; then
52896 COND_USE_PLUGINS_0="#"
52897 if test "x$USE_PLUGINS" = "x0" ; then
52898 COND_USE_PLUGINS_0=""
52901 COND_USE_RTTI_0="#"
52902 if test "x$USE_RTTI" = "x0" ; then
52906 COND_USE_RTTI_1="#"
52907 if test "x$USE_RTTI" = "x1" ; then
52911 COND_USE_SOTWOSYMLINKS_1="#"
52912 if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
52913 COND_USE_SOTWOSYMLINKS_1=""
52916 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
52917 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
52918 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
52921 COND_USE_SOVERLINUX_1="#"
52922 if test "x$USE_SOVERLINUX" = "x1" ; then
52923 COND_USE_SOVERLINUX_1=""
52926 COND_USE_SOVERSION_0="#"
52927 if test "x$USE_SOVERSION" = "x0" ; then
52928 COND_USE_SOVERSION_0=""
52931 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1="#"
52932 if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
52933 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1=""
52936 COND_USE_SOVERSOLARIS_1="#"
52937 if test "x$USE_SOVERSOLARIS" = "x1" ; then
52938 COND_USE_SOVERSOLARIS_1=""
52942 if test "x$USE_STC" = "x1" ; then
52946 COND_USE_THREADS_0="#"
52947 if test "x$USE_THREADS" = "x0" ; then
52948 COND_USE_THREADS_0=""
52951 COND_USE_THREADS_1="#"
52952 if test "x$USE_THREADS" = "x1" ; then
52953 COND_USE_THREADS_1=""
52957 if test "x$USE_XRC" = "x1" ; then
52961 COND_WINDOWS_IMPLIB_1="#"
52962 if test "x$WINDOWS_IMPLIB" = "x1" ; then
52963 COND_WINDOWS_IMPLIB_1=""
52966 COND_WITH_PLUGIN_SDL_1="#"
52967 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
52968 COND_WITH_PLUGIN_SDL_1=""
52972 if test "x$WXUNIV" = "x0" ; then
52977 if test "x$WXUNIV" = "x1" ; then
52981 COND_WXUSE_EXPAT_BUILTIN="#"
52982 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
52983 COND_WXUSE_EXPAT_BUILTIN=""
52986 COND_WXUSE_LIBJPEG_BUILTIN="#"
52987 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52988 COND_WXUSE_LIBJPEG_BUILTIN=""
52991 COND_WXUSE_LIBPNG_BUILTIN="#"
52992 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52993 COND_WXUSE_LIBPNG_BUILTIN=""
52996 COND_WXUSE_LIBTIFF_BUILTIN="#"
52997 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52998 COND_WXUSE_LIBTIFF_BUILTIN=""
53001 COND_WXUSE_REGEX_BUILTIN="#"
53002 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
53003 COND_WXUSE_REGEX_BUILTIN=""
53006 COND_WXUSE_ZLIB_BUILTIN="#"
53007 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
53008 COND_WXUSE_ZLIB_BUILTIN=""
53011 COND_wxUSE_EXPAT_builtin="#"
53012 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
53013 COND_wxUSE_EXPAT_builtin=""
53016 COND_wxUSE_LIBJPEG_builtin="#"
53017 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
53018 COND_wxUSE_LIBJPEG_builtin=""
53021 COND_wxUSE_LIBPNG_builtin="#"
53022 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
53023 COND_wxUSE_LIBPNG_builtin=""
53026 COND_wxUSE_LIBTIFF_builtin="#"
53027 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
53028 COND_wxUSE_LIBTIFF_builtin=""
53031 COND_wxUSE_REGEX_builtin="#"
53032 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
53033 COND_wxUSE_REGEX_builtin=""
53036 COND_wxUSE_ZLIB_builtin="#"
53037 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
53038 COND_wxUSE_ZLIB_builtin=""
53043 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
53044 { { echo "$as_me:$LINENO: 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)?" >&5
53045 echo "$as_me: 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)?" >&2;}
53046 { (exit 1); exit 1; }; }
53049 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
53050 { { echo "$as_me:$LINENO: error: Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." >&5
53051 echo "$as_me: error: Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." >&2;}
53052 { (exit 1); exit 1; }; }
53059 ?:* ) # Drive letter, considered as absolute.
53062 INSTALL=`pwd`/${INSTALL} ;;
53065 if test "$wxUSE_GUI" = "yes"; then
53067 if test "$wxUSE_MSW" = 1 ; then
53068 if test "x$WINDRES" = "x"; then
53069 { { echo "$as_me:$LINENO: error: Required windres program not found" >&5
53070 echo "$as_me: error: Required windres program not found" >&2;}
53071 { (exit 1); exit 1; }; }
53077 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
53078 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
53079 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
53081 LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
53083 # Extract the first word of "DeRez", so it can be a program name with args.
53084 set dummy DeRez; ac_word=$2
53085 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53086 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53087 if test "${ac_cv_prog_DEREZ+set}" = set; then
53088 echo $ECHO_N "(cached) $ECHO_C" >&6
53090 if test -n "$DEREZ"; then
53091 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
53093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53094 for as_dir in $PATH
53097 test -z "$as_dir" && as_dir=.
53098 for ac_exec_ext in '' $ac_executable_extensions; do
53099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53100 ac_cv_prog_DEREZ="DeRez"
53101 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53108 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
53111 DEREZ=$ac_cv_prog_DEREZ
53112 if test -n "$DEREZ"; then
53113 { echo "$as_me:$LINENO: result: $DEREZ" >&5
53114 echo "${ECHO_T}$DEREZ" >&6; }
53116 { echo "$as_me:$LINENO: result: no" >&5
53117 echo "${ECHO_T}no" >&6; }
53122 MACSETFILE="\$(SETFILE)"
53124 if test "$wxUSE_OSX_CARBON" = 1; then
53125 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
53127 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
53129 POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
53130 RESCOMP="cat /dev/null \| $REZ"
53131 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
53137 if test "$wxUSE_PM" = 1; then
53139 WXCONFIG_RESFLAGS="-ep"
53141 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
53143 POSTLINK_COMMAND="@true"
53150 if test $GCC_PCH = 1
53152 if test "$wx_cv_gcc_pch_bug" = yes; then
53153 { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
53154 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
53155 { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
53156 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
53157 { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
53158 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
53161 # Our WX_PRECOMP flag does not make sense for any language except C++ because
53162 # the headers that benefit from precompilation are mostly C++ headers.
53163 CXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
53164 # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
53165 #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
53169 if test "$wxUSE_MAC" = 1 ; then
53170 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
53171 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
53177 if test "$wxUSE_SHARED" = "yes"; then
53179 *-pc-os2_emx | *-pc-os2-emx )
53180 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
53181 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
53182 cp -p ${srcdir}/src/os2/dllnames.sh .
53183 cp -p ${srcdir}/src/os2/dllar.sh .
53187 if test "$wxUSE_OMF" = "yes"; then
53189 *-pc-os2_emx | *-pc-os2-emx )
53190 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
53191 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
53192 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
53197 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
53202 if test "$GCC" = yes; then
53203 CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//'`
53204 LIBS=`echo $LIBS | sed 's/-mt//'`
53205 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//'`
53210 if test "x$SUNCXX" = xyes; then
53211 CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//'`
53212 LIBS=`echo $LIBS | sed 's/-pthread//'`
53213 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//'`
53218 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
53219 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
53220 OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
53221 OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
53223 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
53284 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
53285 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
53286 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
53287 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
53288 echo $ECHO_N "(cached) $ECHO_C" >&6
53290 cat >conftest.make <<\_ACEOF
53293 @echo '@@@%%%=$(MAKE)=@@@%%%'
53295 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
53296 case `${MAKE-make} -f conftest.
make 2>/dev
/null
` in
53297 *@@@%%%=?*=@@@%%%*)
53298 eval ac_cv_prog_make_${ac_make}_set=yes;;
53300 eval ac_cv_prog_make_${ac_make}_set=no;;
53302 rm -f conftest.make
53304 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
53305 { echo "$as_me:$LINENO: result: yes" >&5
53306 echo "${ECHO_T}yes" >&6; }
53309 { echo "$as_me:$LINENO: result: no" >&5
53310 echo "${ECHO_T}no" >&6; }
53311 SET_MAKE="MAKE=${MAKE-make}"
53316 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
53319 if test "$USE_WIN32" = 1; then
53320 ac_config_commands="$ac_config_commands rcdefs.h"
53324 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
53327 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
53330 ac_config_files="$ac_config_files utils/ifacecheck/rungccxml.sh"
53333 if test "$wx_cv_version_script" = "yes"; then
53334 ac_config_files="$ac_config_files version-script"
53337 ac_config_files="$ac_config_files Makefile"
53340 ac_config_commands="$ac_config_commands wx-config"
53344 if test "$wxWITH_SUBDIRS" != "no"; then
53345 if test "$wxUSE_GUI" = "yes"; then
53346 SUBDIRS="samples demos utils"
53348 SUBDIRS="samples utils"
53353 # Check whether --with-cppunit-prefix was given.
53354 if test "${with_cppunit_prefix+set}" = set; then
53355 withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
53357 cppunit_config_prefix=""
53361 # Check whether --with-cppunit-exec-prefix was given.
53362 if test "${with_cppunit_exec_prefix+set}" = set; then
53363 withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
53365 cppunit_config_exec_prefix=""
53369 if test x$cppunit_config_exec_prefix != x ; then
53370 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
53371 if test x${CPPUNIT_CONFIG+set} != xset ; then
53372 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
53375 if test x$cppunit_config_prefix != x ; then
53376 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
53377 if test x${CPPUNIT_CONFIG+set} != xset ; then
53378 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
53382 # Extract the first word of "cppunit-config", so it can be a program name with args.
53383 set dummy cppunit-config; ac_word=$2
53384 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53385 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53386 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
53387 echo $ECHO_N "(cached) $ECHO_C" >&6
53389 case $CPPUNIT_CONFIG in
53391 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
53394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53395 for as_dir in $PATH
53398 test -z "$as_dir" && as_dir=.
53399 for ac_exec_ext in '' $ac_executable_extensions; do
53400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53401 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
53402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53409 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
53413 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
53414 if test -n "$CPPUNIT_CONFIG"; then
53415 { echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
53416 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6; }
53418 { echo "$as_me:$LINENO: result: no" >&5
53419 echo "${ECHO_T}no" >&6; }
53423 cppunit_version_min=1.8.0
53425 { echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
53426 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6; }
53428 if test "$CPPUNIT_CONFIG" = "no" ; then
53429 { echo "$as_me:$LINENO: result: no" >&5
53430 echo "${ECHO_T}no" >&6; }
53433 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
53434 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
53435 cppunit_version=`$CPPUNIT_CONFIG --version`
53437 cppunit_major_version=`echo $cppunit_version | \
53438 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
53439 cppunit_minor_version=`echo $cppunit_version | \
53440 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
53441 cppunit_micro_version=`echo $cppunit_version | \
53442 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
53444 cppunit_major_min=`echo $cppunit_version_min | \
53445 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
53446 cppunit_minor_min=`echo $cppunit_version_min | \
53447 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
53448 cppunit_micro_min=`echo $cppunit_version_min | \
53449 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
53451 cppunit_version_proper=`expr \
53452 $cppunit_major_version \
> $cppunit_major_min \
| \
53453 $cppunit_major_version \
= $cppunit_major_min \
& \
53454 $cppunit_minor_version \
> $cppunit_minor_min \
| \
53455 $cppunit_major_version \
= $cppunit_major_min \
& \
53456 $cppunit_minor_version \
= $cppunit_minor_min \
& \
53457 $cppunit_micro_version \
>= $cppunit_micro_min `
53459 if test "$cppunit_version_proper" = "1" ; then
53460 { echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
53461 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
53463 { echo "$as_me:$LINENO: result: no" >&5
53464 echo "${ECHO_T}no" >&6; }
53469 if test "x$no_cppunit" = x ; then
53470 SUBDIRS="$SUBDIRS tests"
53481 for subdir in $SUBDIRS; do
53482 if test -d ${srcdir}/${subdir} ; then
53483 if test "$wxUSE_GUI" = "yes"; then
53484 if test ${subdir} = "samples"; then
53485 makefiles="samples/Makefile.in $makefiles"
53486 for sample in $SAMPLES_SUBDIRS; do
53487 if test -d $srcdir/samples/$sample; then
53488 makefiles="samples/$sample/Makefile.in $makefiles"
53492 disabled_var=DISABLED_`echo $subdir | tr '[a-z]' '[A-Z]'`
53493 eval "disabled=\$$disabled_var"
53494 disabled=/`echo X
$disabled | sed 's@ @/|/@g'`/
53495 makefiles=`(cd $srcdir ; find $subdir -name Makefile.
in) | $EGREP -v "$disabled"`
53498 if test ${subdir} = "samples"; then
53499 makefiles="samples/Makefile.in $makefiles"
53500 for sample in `echo $SAMPLES_SUBDIRS`; do
53501 if test -d $srcdir/samples/$sample; then
53502 makefiles="samples/$sample/Makefile.in $makefiles"
53505 elif test ${subdir} = "utils"; then
53507 for util in ifacecheck ; do
53508 if test -d $srcdir/utils/$util ; then
53509 makefiles="utils/$util/src/Makefile.in \
53514 makefiles=`(cd $srcdir ; find $subdir -name Makefile.
in)`
53518 for mkin in $makefiles ; do
53519 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
53520 ac_config_files="$ac_config_files $mk"
53526 cat >confcache <<\_ACEOF
53527 # This file is a shell script that caches the results of configure
53528 # tests run on this system so they can be shared between configure
53529 # scripts and configure runs, see configure's option --config-cache.
53530 # It is not useful on other systems. If it contains results you don't
53531 # want to keep, you may remove or edit it.
53533 # config.status only pays attention to the cache file if you give it
53534 # the --recheck option to rerun configure.
53536 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
53537 # loading this file, other *unset* `ac_cv_foo' will be assigned the
53538 # following values.
53542 # The following way of writing the cache mishandles newlines in values,
53543 # but we know of no workaround that is simple, portable, and efficient.
53544 # So, we kill variables containing newlines.
53545 # Ultrix sh set writes to stderr and can't be redirected directly,
53546 # and sets the high bit in the cache file unless we assign to the vars.
53548 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
53549 eval ac_val
=\$
$ac_var
53553 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
53554 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
53557 _
| IFS
| as_nl
) ;; #(
53558 *) $as_unset $ac_var ;;
53564 case $as_nl`(ac_space=' '; set) 2>&1` in #(
53565 *${as_nl}ac_space
=\
*)
53566 # `set' does not quote correctly, so add quotes (double-quote
53567 # substitution turns \\\\ into \\, and sed turns \\ into \).
53570 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
53573 # `set' quotes correctly as required by POSIX, so do not add quotes.
53574 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
53583 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
53585 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
53587 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
53588 if test -w "$cache_file"; then
53589 test "x$cache_file" != "x/dev/null" &&
53590 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
53591 echo "$as_me: updating cache $cache_file" >&6;}
53592 cat confcache
>$cache_file
53594 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
53595 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
53600 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
53601 # Let make expand exec_prefix.
53602 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
53604 DEFS
=-DHAVE_CONFIG_H
53608 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
53609 # 1. Remove the extension, and $U if already installed.
53610 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
53611 ac_i
=`echo "$ac_i" | sed "$ac_script"`
53612 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
53613 # will be set to the directory where LIBOBJS objects are built.
53614 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
53615 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
53617 LIBOBJS
=$ac_libobjs
53619 LTLIBOBJS
=$ac_ltlibobjs
53623 : ${CONFIG_STATUS=./config.status}
53624 ac_clean_files_save
=$ac_clean_files
53625 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
53626 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
53627 echo "$as_me: creating $CONFIG_STATUS" >&6;}
53628 cat >$CONFIG_STATUS <<_ACEOF
53630 # Generated by $as_me.
53631 # Run this file to recreate the current configuration.
53632 # Compiler output produced by configure, useful for debugging
53633 # configure, is in config.log if it exists.
53636 ac_cs_recheck=false
53638 SHELL=\${CONFIG_SHELL-$SHELL}
53641 cat >>$CONFIG_STATUS <<\_ACEOF
53642 ## --------------------- ##
53643 ## M4sh Initialization. ##
53644 ## --------------------- ##
53646 # Be more Bourne compatible
53647 DUALCASE
=1; export DUALCASE
# for MKS sh
53648 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
53651 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
53652 # is contrary to our usage. Disable this feature.
53653 alias -g '${1+"$@"}'='"$@"'
53654 setopt NO_GLOB_SUBST
53656 case `(set -o) 2>/dev/null` in
53657 *posix
*) set -o posix
;;
53666 # Avoid depending upon Character Ranges.
53667 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
53668 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
53669 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
53670 as_cr_digits
='0123456789'
53671 as_cr_alnum
=$as_cr_Letters$as_cr_digits
53673 # The user is always right.
53674 if test "${PATH_SEPARATOR+set}" != set; then
53675 echo "#! /bin/sh" >conf$$.sh
53676 echo "exit 0" >>conf$$.sh
53678 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
53686 # Support unset when possible.
53687 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
53695 # We need space, tab and new line, in precisely that order. Quoting is
53696 # there to prevent editors from complaining about space-tab.
53697 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
53698 # splitting by setting IFS to empty value.)
53703 # Find who we are. Look in the path if we contain no directory separator.
53705 *[\\/]* ) as_myself
=$0 ;;
53706 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
53707 for as_dir
in $PATH
53710 test -z "$as_dir" && as_dir
=.
53711 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
53717 # We did not find ourselves, most probably we were run as `sh COMMAND'
53718 # in which case we are not to be found in the path.
53719 if test "x$as_myself" = x
; then
53722 if test ! -f "$as_myself"; then
53723 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
53724 { (exit 1); exit 1; }
53727 # Work around bugs in pre-3.0 UWIN ksh.
53728 for as_var
in ENV MAIL MAILPATH
53729 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
53737 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
53738 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
53739 LC_TELEPHONE LC_TIME
53741 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
53742 eval $as_var=C
; export $as_var
53744 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
53748 # Required to use basename.
53749 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
53750 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
53756 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
53757 as_basename
=basename
53763 # Name of the executable.
53764 as_me
=`$as_basename -- "$0" ||
53765 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
53766 X"$0" : 'X\(//\)$' \| \
53767 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
53769 sed '/^.*\/\([^/][^/]*\)\/*$/{
53788 as_lineno_1
=$LINENO
53789 as_lineno_2
=$LINENO
53790 test "x$as_lineno_1" != "x$as_lineno_2" &&
53791 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
53793 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
53794 # uniformly replaced by the line number. The first 'sed' inserts a
53795 # line-number line after each line using $LINENO; the second 'sed'
53796 # does the real work. The second script uses 'N' to pair each
53797 # line-number line with the line containing $LINENO, and appends
53798 # trailing '-' during substitution so that $LINENO is not a special
53799 # case at line end.
53800 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
53801 # scripts with optimization help from Paolo Bonzini. Blame Lee
53802 # E. McMahon (1931-1989) for sed's syntax. :-)
53814 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
53817 ' >$as_me.lineno
&&
53818 chmod +x
"$as_me.lineno" ||
53819 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
53820 { (exit 1); exit 1; }; }
53822 # Don't try to exec as it changes $[0], causing all sort of problems
53823 # (the dirname of $[0] is not the place where we might find the
53824 # original and so on. Autoconf is especially sensitive to this).
53825 .
"./$as_me.lineno"
53826 # Exit status is that of the last command.
53831 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
53837 ECHO_C
= ECHO_N
= ECHO_T
=
53838 case `echo -n x` in
53840 case `echo 'x\c'` in
53841 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
53848 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
53849 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
53855 rm -f conf$$ conf$$.exe conf$$.
file
53856 if test -d conf$$.dir
; then
53857 rm -f conf$$.dir
/conf$$.
file
53863 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
53865 # ... but there are two gotchas:
53866 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
53867 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
53868 # In both cases, we have to default to `cp -p'.
53869 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe
||
53871 elif ln conf$$.
file conf$$
2>/dev
/null
; then
53876 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
53877 rmdir conf$$.dir
2>/dev
/null
53879 if mkdir -p .
2>/dev
/null
; then
53882 test -d .
/-p && rmdir .
/-p
53886 if test -x / >/dev
/null
2>&1; then
53887 as_test_x
='test -x'
53889 if ls -dL / >/dev
/null
2>&1; then
53896 if test -d "$1"; then
53902 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
53903 ???[sx]*):;;*)false;;esac;fi
53907 as_executable_p
=$as_test_x
53909 # Sed expression to map a string onto a valid CPP name.
53910 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
53912 # Sed expression to map a string onto a valid variable name.
53913 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
53918 # Save the log message, to keep $[0] and so on meaningful, and to
53919 # report actual input values of CONFIG_FILES etc. instead of their
53920 # values after options handling.
53922 This file was extended by wxWidgets $as_me 2.9.3, which was
53923 generated by GNU Autoconf 2.61. Invocation command line was
53925 CONFIG_FILES = $CONFIG_FILES
53926 CONFIG_HEADERS = $CONFIG_HEADERS
53927 CONFIG_LINKS = $CONFIG_LINKS
53928 CONFIG_COMMANDS = $CONFIG_COMMANDS
53931 on `(hostname || uname -n) 2>/dev/null | sed 1q`
53936 cat >>$CONFIG_STATUS <<_ACEOF
53937 # Files that config.status was made for.
53938 config_files="$ac_config_files"
53939 config_headers="$ac_config_headers"
53940 config_commands="$ac_config_commands"
53944 cat >>$CONFIG_STATUS <<\_ACEOF
53946 \`$as_me' instantiates files from templates according to the
53947 current configuration.
53949 Usage: $0 [OPTIONS] [FILE]...
53951 -h, --help print this help, then exit
53952 -V, --version print version number and configuration settings, then exit
53953 -q, --quiet do not print progress messages
53954 -d, --debug don't remove temporary files
53955 --recheck update $as_me by reconfiguring in the same conditions
53956 --file=FILE[:TEMPLATE]
53957 instantiate the configuration file FILE
53958 --header=FILE[:TEMPLATE]
53959 instantiate the configuration header FILE
53961 Configuration files:
53964 Configuration headers:
53967 Configuration commands:
53970 Report bugs to <bug-autoconf@gnu.org>."
53973 cat >>$CONFIG_STATUS <<_ACEOF
53975 wxWidgets config.status 2.9.3
53976 configured by $0, generated by GNU Autoconf 2.61,
53977 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
53979 Copyright (C) 2006 Free Software Foundation, Inc.
53980 This config.status script is free software; the Free Software Foundation
53981 gives unlimited permission to copy, distribute and modify it."
53988 cat >>$CONFIG_STATUS <<\_ACEOF
53989 # If no file are specified by the user, then we need to provide default
53990 # value. By we need to know if files were specified by the user.
53996 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
53997 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
54008 # Handling of the options.
54009 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
54011 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
54012 echo "$ac_cs_version"; exit ;;
54013 --debug | --debu | --deb | --de | --d | -d )
54015 --file | --fil | --fi | --f )
54017 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
54018 ac_need_defaults
=false
;;
54019 --header | --heade | --head | --hea )
54021 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
54022 ac_need_defaults
=false
;;
54024 # Conflict between --help and --header
54025 { echo "$as_me: error: ambiguous option: $1
54026 Try \`$0 --help' for more information." >&2
54027 { (exit 1); exit 1; }; };;
54028 --help | --hel | -h )
54029 echo "$ac_cs_usage"; exit ;;
54030 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
54031 | -silent | --silent | --silen | --sile | --sil | --si | --s)
54034 # This is an error.
54035 -*) { echo "$as_me: error: unrecognized option: $1
54036 Try \`$0 --help' for more information." >&2
54037 { (exit 1); exit 1; }; } ;;
54039 *) ac_config_targets
="$ac_config_targets $1"
54040 ac_need_defaults
=false
;;
54046 ac_configure_extra_args
=
54048 if $ac_cs_silent; then
54050 ac_configure_extra_args
="$ac_configure_extra_args --silent"
54054 cat >>$CONFIG_STATUS <<_ACEOF
54055 if \$ac_cs_recheck; then
54056 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
54057 CONFIG_SHELL=$SHELL
54058 export CONFIG_SHELL
54059 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
54063 cat >>$CONFIG_STATUS <<\_ACEOF
54067 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
54068 ## Running $as_me. ##
54074 cat >>$CONFIG_STATUS <<_ACEOF
54080 infile="$srcdir/include/wx/msw/genrcdefs.h"
54081 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
54084 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
54085 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
54086 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
54092 cat >>$CONFIG_STATUS <<\_ACEOF
54094 # Handling of arguments.
54095 for ac_config_target
in $ac_config_targets
54097 case $ac_config_target in
54098 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
54099 "rcdefs.h") CONFIG_COMMANDS
="$CONFIG_COMMANDS rcdefs.h" ;;
54100 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
54101 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
54102 "utils/ifacecheck/rungccxml.sh") CONFIG_FILES
="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
54103 "version-script") CONFIG_FILES
="$CONFIG_FILES version-script" ;;
54104 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
54105 "wx-config") CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
54106 "$mk") CONFIG_FILES
="$CONFIG_FILES $mk" ;;
54108 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
54109 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
54110 { (exit 1); exit 1; }; };;
54115 # If the user did not use the arguments to specify the items to instantiate,
54116 # then the envvar interface is used. Set only those that are not.
54117 # We use the long form for the default assignment because of an extremely
54118 # bizarre bug on SunOS 4.1.3.
54119 if $ac_need_defaults; then
54120 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
54121 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
54122 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
54125 # Have a temporary directory for convenience. Make it in the build tree
54126 # simply because there is no reason against having it here, and in addition,
54127 # creating and moving files from /tmp can sometimes cause problems.
54128 # Hook for its removal unless debugging.
54129 # Note that there is a small window in which the directory will not be cleaned:
54130 # after its creation but before its name has been assigned to `$tmp'.
54134 trap 'exit_status=$?
54135 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
54137 trap '{ (exit 1); exit 1; }' 1 2 13 15
54139 # Create a (secure) tmp directory for tmp files.
54142 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
54143 test -n "$tmp" && test -d "$tmp"
54146 tmp
=.
/conf$$
-$RANDOM
54147 (umask 077 && mkdir "$tmp")
54150 echo "$me: cannot create a temporary directory in ." >&2
54151 { (exit 1); exit 1; }
54155 # Set up the sed scripts for CONFIG_FILES section.
54158 # No need to generate the scripts if there are no CONFIG_FILES.
54159 # This happens for instance when ./config.status config.h
54160 if test -n "$CONFIG_FILES"; then
54167 for ac_last_try
in false false false false false
:; do
54168 cat >conf$
$subs.
sed <<_ACEOF
54169 SHELL!$SHELL$ac_delim
54170 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
54171 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
54172 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
54173 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
54174 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
54175 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
54176 exec_prefix!$exec_prefix$ac_delim
54177 prefix!$prefix$ac_delim
54178 program_transform_name!$program_transform_name$ac_delim
54179 bindir!$bindir$ac_delim
54180 sbindir!$sbindir$ac_delim
54181 libexecdir!$libexecdir$ac_delim
54182 datarootdir!$datarootdir$ac_delim
54183 datadir!$datadir$ac_delim
54184 sysconfdir!$sysconfdir$ac_delim
54185 sharedstatedir!$sharedstatedir$ac_delim
54186 localstatedir!$localstatedir$ac_delim
54187 includedir!$includedir$ac_delim
54188 oldincludedir!$oldincludedir$ac_delim
54189 docdir!$docdir$ac_delim
54190 infodir!$infodir$ac_delim
54191 htmldir!$htmldir$ac_delim
54192 dvidir!$dvidir$ac_delim
54193 pdfdir!$pdfdir$ac_delim
54194 psdir!$psdir$ac_delim
54195 libdir!$libdir$ac_delim
54196 localedir!$localedir$ac_delim
54197 mandir!$mandir$ac_delim
54198 DEFS!$DEFS$ac_delim
54199 ECHO_C!$ECHO_C$ac_delim
54200 ECHO_N!$ECHO_N$ac_delim
54201 ECHO_T!$ECHO_T$ac_delim
54202 LIBS!$LIBS$ac_delim
54203 build_alias!$build_alias$ac_delim
54204 host_alias!$host_alias$ac_delim
54205 target_alias!$target_alias$ac_delim
54206 build!$build$ac_delim
54207 build_cpu!$build_cpu$ac_delim
54208 build_vendor!$build_vendor$ac_delim
54209 build_os!$build_os$ac_delim
54210 host!$host$ac_delim
54211 host_cpu!$host_cpu$ac_delim
54212 host_vendor!$host_vendor$ac_delim
54213 host_os!$host_os$ac_delim
54214 wx_top_builddir!$wx_top_builddir$ac_delim
54216 CFLAGS!$CFLAGS$ac_delim
54217 LDFLAGS!$LDFLAGS$ac_delim
54218 CPPFLAGS!$CPPFLAGS$ac_delim
54219 ac_ct_CC!$ac_ct_CC$ac_delim
54220 EXEEXT!$EXEEXT$ac_delim
54221 OBJEXT!$OBJEXT$ac_delim
54223 GREP!$GREP$ac_delim
54224 EGREP!$EGREP$ac_delim
54226 CXXFLAGS!$CXXFLAGS$ac_delim
54227 ac_ct_CXX!$ac_ct_CXX$ac_delim
54229 OSX_SW_VERS!$OSX_SW_VERS$ac_delim
54230 CXXCPP!$CXXCPP$ac_delim
54231 subdirs!$subdirs$ac_delim
54232 PKG_CONFIG!$PKG_CONFIG$ac_delim
54233 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
54234 GTK_LIBS!$GTK_LIBS$ac_delim
54235 GTK_CONFIG!$GTK_CONFIG$ac_delim
54236 DIRECTFB_CFLAGS!$DIRECTFB_CFLAGS$ac_delim
54237 DIRECTFB_LIBS!$DIRECTFB_LIBS$ac_delim
54238 XMKMF!$XMKMF$ac_delim
54239 X_CFLAGS!$X_CFLAGS$ac_delim
54240 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
54241 X_LIBS!$X_LIBS$ac_delim
54242 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
54243 PANGOX_CFLAGS!$PANGOX_CFLAGS$ac_delim
54244 PANGOX_LIBS!$PANGOX_LIBS$ac_delim
54245 PANGOFT2_CFLAGS!$PANGOFT2_CFLAGS$ac_delim
54246 PANGOFT2_LIBS!$PANGOFT2_LIBS$ac_delim
54247 PANGOXFT_CFLAGS!$PANGOXFT_CFLAGS$ac_delim
54248 PANGOXFT_LIBS!$PANGOXFT_LIBS$ac_delim
54249 CFLAGS_VISIBILITY!$CFLAGS_VISIBILITY$ac_delim
54250 CXXFLAGS_VISIBILITY!$CXXFLAGS_VISIBILITY$ac_delim
54251 LIBICONV!$LIBICONV$ac_delim
54252 GXX_VERSION!$GXX_VERSION$ac_delim
54253 SDL_CONFIG!$SDL_CONFIG$ac_delim
54254 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
54255 SDL_LIBS!$SDL_LIBS$ac_delim
54256 GTKPRINT_CFLAGS!$GTKPRINT_CFLAGS$ac_delim
54257 GTKPRINT_LIBS!$GTKPRINT_LIBS$ac_delim
54258 LIBGNOMEPRINTUI_CFLAGS!$LIBGNOMEPRINTUI_CFLAGS$ac_delim
54259 LIBGNOMEPRINTUI_LIBS!$LIBGNOMEPRINTUI_LIBS$ac_delim
54260 GNOMEVFS_CFLAGS!$GNOMEVFS_CFLAGS$ac_delim
54261 GNOMEVFS_LIBS!$GNOMEVFS_LIBS$ac_delim
54262 HILDON_CFLAGS!$HILDON_CFLAGS$ac_delim
54263 HILDON_LIBS!$HILDON_LIBS$ac_delim
54264 HILDON2_CFLAGS!$HILDON2_CFLAGS$ac_delim
54265 HILDON2_LIBS!$HILDON2_LIBS$ac_delim
54268 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54270 elif $ac_last_try; then
54271 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54272 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54273 { (exit 1); exit 1; }; }
54275 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
54279 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54280 if test -n "$ac_eof"; then
54281 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
54282 ac_eof
=`expr $ac_eof + 1`
54285 cat >>$CONFIG_STATUS <<_ACEOF
54286 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
54287 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54290 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54291 s/^/s,@/; s/!/@,|#_!!_#|/
54294 s/'"$ac_delim"'$/,g/; t
54296 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54297 ' >>$CONFIG_STATUS <conf$
$subs.
sed
54298 rm -f conf$
$subs.
sed
54299 cat >>$CONFIG_STATUS <<_ACEOF
54305 for ac_last_try
in false false false false false
:; do
54306 cat >conf$
$subs.
sed <<_ACEOF
54307 PYTHON!$PYTHON$ac_delim
54308 COND_PYTHON!$COND_PYTHON$ac_delim
54309 CAIRO_CFLAGS!$CAIRO_CFLAGS$ac_delim
54310 CAIRO_LIBS!$CAIRO_LIBS$ac_delim
54311 GST_CFLAGS!$GST_CFLAGS$ac_delim
54312 GST_LIBS!$GST_LIBS$ac_delim
54313 ALL_WX_LIBS!$ALL_WX_LIBS$ac_delim
54314 BUILT_WX_LIBS!$BUILT_WX_LIBS$ac_delim
54315 STD_BASE_LIBS!$STD_BASE_LIBS$ac_delim
54316 STD_GUI_LIBS!$STD_GUI_LIBS$ac_delim
54317 wxUSE_ZLIB!$wxUSE_ZLIB$ac_delim
54318 wxUSE_REGEX!$wxUSE_REGEX$ac_delim
54319 wxUSE_EXPAT!$wxUSE_EXPAT$ac_delim
54320 wxUSE_LIBJPEG!$wxUSE_LIBJPEG$ac_delim
54321 wxUSE_LIBPNG!$wxUSE_LIBPNG$ac_delim
54322 wxUSE_LIBTIFF!$wxUSE_LIBTIFF$ac_delim
54323 VENDOR!$VENDOR$ac_delim
54324 OFFICIAL_BUILD!$OFFICIAL_BUILD$ac_delim
54325 WX_FLAVOUR!$WX_FLAVOUR$ac_delim
54326 WX_LIB_FLAVOUR!$WX_LIB_FLAVOUR$ac_delim
54327 WXUNIV!$WXUNIV$ac_delim
54328 MONOLITHIC!$MONOLITHIC$ac_delim
54329 USE_PLUGINS!$USE_PLUGINS$ac_delim
54330 CXXWARNINGS!$CXXWARNINGS$ac_delim
54331 EXTRALIBS!$EXTRALIBS$ac_delim
54332 EXTRALIBS_XML!$EXTRALIBS_XML$ac_delim
54333 EXTRALIBS_HTML!$EXTRALIBS_HTML$ac_delim
54334 EXTRALIBS_MEDIA!$EXTRALIBS_MEDIA$ac_delim
54335 EXTRALIBS_GUI!$EXTRALIBS_GUI$ac_delim
54336 EXTRALIBS_OPENGL!$EXTRALIBS_OPENGL$ac_delim
54337 EXTRALIBS_SDL!$EXTRALIBS_SDL$ac_delim
54338 EXTRALIBS_STC!$EXTRALIBS_STC$ac_delim
54339 WITH_PLUGIN_SDL!$WITH_PLUGIN_SDL$ac_delim
54340 EXTRALIBS_GTKPRINT!$EXTRALIBS_GTKPRINT$ac_delim
54341 EXTRALIBS_GNOMEPRINT!$EXTRALIBS_GNOMEPRINT$ac_delim
54342 EXTRALIBS_GNOMEVFS!$EXTRALIBS_GNOMEVFS$ac_delim
54343 EXTRALIBS_HILDON!$EXTRALIBS_HILDON$ac_delim
54344 UNICODE!$UNICODE$ac_delim
54345 DEBUG_INFO!$DEBUG_INFO$ac_delim
54346 DEBUG_FLAG!$DEBUG_FLAG$ac_delim
54347 TOOLKIT_LOWERCASE!$TOOLKIT_LOWERCASE$ac_delim
54348 TOOLKIT_VERSION!$TOOLKIT_VERSION$ac_delim
54349 DYLIB_RPATH_INSTALL!$DYLIB_RPATH_INSTALL$ac_delim
54350 DYLIB_RPATH_POSTLINK!$DYLIB_RPATH_POSTLINK$ac_delim
54351 SAMPLES_RPATH_FLAG!$SAMPLES_RPATH_FLAG$ac_delim
54352 HEADER_PAD_OPTION!$HEADER_PAD_OPTION$ac_delim
54353 HOST_SUFFIX!$HOST_SUFFIX$ac_delim
54354 CPPUNIT_CFLAGS!$CPPUNIT_CFLAGS$ac_delim
54355 CPPUNIT_LIBS!$CPPUNIT_LIBS$ac_delim
54356 RANLIB!$RANLIB$ac_delim
54357 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
54358 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
54359 INSTALL_DATA!$INSTALL_DATA$ac_delim
54360 LN_S!$LN_S$ac_delim
54361 SET_MAKE!$SET_MAKE$ac_delim
54362 MAKE_SET!$MAKE_SET$ac_delim
54363 AROPTIONS!$AROPTIONS$ac_delim
54364 STRIP!$STRIP$ac_delim
54366 INSTALL_DIR!$INSTALL_DIR$ac_delim
54367 LDFLAGS_GUI!$LDFLAGS_GUI$ac_delim
54368 IF_GNU_MAKE!$IF_GNU_MAKE$ac_delim
54369 PLATFORM_UNIX!$PLATFORM_UNIX$ac_delim
54370 PLATFORM_WIN32!$PLATFORM_WIN32$ac_delim
54371 PLATFORM_MSDOS!$PLATFORM_MSDOS$ac_delim
54372 PLATFORM_MAC!$PLATFORM_MAC$ac_delim
54373 PLATFORM_MACOS!$PLATFORM_MACOS$ac_delim
54374 PLATFORM_MACOSX!$PLATFORM_MACOSX$ac_delim
54375 PLATFORM_OS2!$PLATFORM_OS2$ac_delim
54376 PLATFORM_BEOS!$PLATFORM_BEOS$ac_delim
54377 SO_SUFFIX!$SO_SUFFIX$ac_delim
54378 SO_SUFFIX_MODULE!$SO_SUFFIX_MODULE$ac_delim
54379 DLLIMP_SUFFIX!$DLLIMP_SUFFIX$ac_delim
54380 LIBPREFIX!$LIBPREFIX$ac_delim
54381 LIBEXT!$LIBEXT$ac_delim
54382 DLLPREFIX!$DLLPREFIX$ac_delim
54383 DLLPREFIX_MODULE!$DLLPREFIX_MODULE$ac_delim
54384 dlldir!$dlldir$ac_delim
54385 AIX_CXX_LD!$AIX_CXX_LD$ac_delim
54386 SHARED_LD_CC!$SHARED_LD_CC$ac_delim
54387 SHARED_LD_CXX!$SHARED_LD_CXX$ac_delim
54388 SHARED_LD_MODULE_CC!$SHARED_LD_MODULE_CC$ac_delim
54389 SHARED_LD_MODULE_CXX!$SHARED_LD_MODULE_CXX$ac_delim
54390 PIC_FLAG!$PIC_FLAG$ac_delim
54391 WINDOWS_IMPLIB!$WINDOWS_IMPLIB$ac_delim
54392 USE_SOVERSION!$USE_SOVERSION$ac_delim
54393 USE_SOVERLINUX!$USE_SOVERLINUX$ac_delim
54394 USE_SOVERSOLARIS!$USE_SOVERSOLARIS$ac_delim
54395 USE_SOVERCYGWIN!$USE_SOVERCYGWIN$ac_delim
54396 USE_MACVERSION!$USE_MACVERSION$ac_delim
54397 USE_SOTWOSYMLINKS!$USE_SOTWOSYMLINKS$ac_delim
54398 SONAME_FLAG!$SONAME_FLAG$ac_delim
54399 DEPS_TRACKING!$DEPS_TRACKING$ac_delim
54400 BK_DEPS!$BK_DEPS$ac_delim
54401 WINDRES!$WINDRES$ac_delim
54403 SETFILE!$SETFILE$ac_delim
54406 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54408 elif $ac_last_try; then
54409 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54410 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54411 { (exit 1); exit 1; }; }
54413 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
54417 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54418 if test -n "$ac_eof"; then
54419 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
54420 ac_eof
=`expr $ac_eof + 1`
54423 cat >>$CONFIG_STATUS <<_ACEOF
54424 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
54425 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54428 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54429 s/^/s,@/; s/!/@,|#_!!_#|/
54432 s/'"$ac_delim"'$/,g/; t
54434 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54435 ' >>$CONFIG_STATUS <conf$
$subs.
sed
54436 rm -f conf$
$subs.
sed
54437 cat >>$CONFIG_STATUS <<_ACEOF
54443 for ac_last_try
in false false false false false
:; do
54444 cat >conf$
$subs.
sed <<_ACEOF
54445 OBJCXXFLAGS!$OBJCXXFLAGS$ac_delim
54446 GCC_PCH!$GCC_PCH$ac_delim
54447 ICC_PCH!$ICC_PCH$ac_delim
54448 ICC_PCH_CREATE_SWITCH!$ICC_PCH_CREATE_SWITCH$ac_delim
54449 ICC_PCH_USE_SWITCH!$ICC_PCH_USE_SWITCH$ac_delim
54450 BK_MAKE_PCH!$BK_MAKE_PCH$ac_delim
54451 COND_BUILD_DEBUG!$COND_BUILD_DEBUG$ac_delim
54452 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT!$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT$ac_delim
54453 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
54454 COND_BUILD_DEBUG_UNICODE_0!$COND_BUILD_DEBUG_UNICODE_0$ac_delim
54455 COND_BUILD_DEBUG_UNICODE_1!$COND_BUILD_DEBUG_UNICODE_1$ac_delim
54456 COND_BUILD_RELEASE!$COND_BUILD_RELEASE$ac_delim
54457 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT!$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT$ac_delim
54458 COND_BUILD_RELEASE_UNICODE_0!$COND_BUILD_RELEASE_UNICODE_0$ac_delim
54459 COND_BUILD_RELEASE_UNICODE_1!$COND_BUILD_RELEASE_UNICODE_1$ac_delim
54460 COND_BUILD_debug!$COND_BUILD_debug$ac_delim
54461 COND_BUILD_debug_DEBUG_FLAG_default!$COND_BUILD_debug_DEBUG_FLAG_default$ac_delim
54462 COND_BUILD_debug_DEBUG_INFO_default!$COND_BUILD_debug_DEBUG_INFO_default$ac_delim
54463 COND_BUILD_debug_UNICODE_0!$COND_BUILD_debug_UNICODE_0$ac_delim
54464 COND_BUILD_debug_UNICODE_1!$COND_BUILD_debug_UNICODE_1$ac_delim
54465 COND_BUILD_release!$COND_BUILD_release$ac_delim
54466 COND_BUILD_release_DEBUG_INFO_default!$COND_BUILD_release_DEBUG_INFO_default$ac_delim
54467 COND_BUILD_release_UNICODE_0!$COND_BUILD_release_UNICODE_0$ac_delim
54468 COND_BUILD_release_UNICODE_1!$COND_BUILD_release_UNICODE_1$ac_delim
54469 COND_DEBUG_FLAG_0!$COND_DEBUG_FLAG_0$ac_delim
54470 COND_DEBUG_FLAG_1!$COND_DEBUG_FLAG_1$ac_delim
54471 COND_DEBUG_INFO_0!$COND_DEBUG_INFO_0$ac_delim
54472 COND_DEBUG_INFO_1!$COND_DEBUG_INFO_1$ac_delim
54473 COND_DEPS_TRACKING_0!$COND_DEPS_TRACKING_0$ac_delim
54474 COND_DEPS_TRACKING_1!$COND_DEPS_TRACKING_1$ac_delim
54475 COND_GCC_PCH_1!$COND_GCC_PCH_1$ac_delim
54476 COND_ICC_PCH_1!$COND_ICC_PCH_1$ac_delim
54477 COND_MONOLITHIC_0!$COND_MONOLITHIC_0$ac_delim
54478 COND_MONOLITHIC_0_SHARED_0!$COND_MONOLITHIC_0_SHARED_0$ac_delim
54479 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1$ac_delim
54480 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1$ac_delim
54481 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1$ac_delim
54482 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1$ac_delim
54483 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1$ac_delim
54484 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1$ac_delim
54485 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1$ac_delim
54486 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1$ac_delim
54487 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1$ac_delim
54488 COND_MONOLITHIC_0_SHARED_0_USE_STC_1!$COND_MONOLITHIC_0_SHARED_0_USE_STC_1$ac_delim
54489 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1$ac_delim
54490 COND_MONOLITHIC_0_SHARED_1!$COND_MONOLITHIC_0_SHARED_1$ac_delim
54491 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1$ac_delim
54492 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1$ac_delim
54493 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1$ac_delim
54494 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1$ac_delim
54495 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1$ac_delim
54496 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1$ac_delim
54497 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1$ac_delim
54498 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1$ac_delim
54499 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1$ac_delim
54500 COND_MONOLITHIC_0_SHARED_1_USE_STC_1!$COND_MONOLITHIC_0_SHARED_1_USE_STC_1$ac_delim
54501 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1$ac_delim
54502 COND_MONOLITHIC_0_USE_AUI_1!$COND_MONOLITHIC_0_USE_AUI_1$ac_delim
54503 COND_MONOLITHIC_0_USE_GUI_1!$COND_MONOLITHIC_0_USE_GUI_1$ac_delim
54504 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1$ac_delim
54505 COND_MONOLITHIC_0_USE_HTML_1!$COND_MONOLITHIC_0_USE_HTML_1$ac_delim
54506 COND_MONOLITHIC_0_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_MEDIA_1$ac_delim
54507 COND_MONOLITHIC_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_USE_PROPGRID_1$ac_delim
54508 COND_MONOLITHIC_0_USE_QA_1!$COND_MONOLITHIC_0_USE_QA_1$ac_delim
54509 COND_MONOLITHIC_0_USE_RIBBON_1!$COND_MONOLITHIC_0_USE_RIBBON_1$ac_delim
54510 COND_MONOLITHIC_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_USE_RICHTEXT_1$ac_delim
54511 COND_MONOLITHIC_0_USE_STC_1!$COND_MONOLITHIC_0_USE_STC_1$ac_delim
54512 COND_MONOLITHIC_0_USE_WEBVIEW_1!$COND_MONOLITHIC_0_USE_WEBVIEW_1$ac_delim
54513 COND_MONOLITHIC_0_USE_XRC_1!$COND_MONOLITHIC_0_USE_XRC_1$ac_delim
54514 COND_MONOLITHIC_1!$COND_MONOLITHIC_1$ac_delim
54515 COND_MONOLITHIC_1_SHARED_0!$COND_MONOLITHIC_1_SHARED_0$ac_delim
54516 COND_MONOLITHIC_1_SHARED_1!$COND_MONOLITHIC_1_SHARED_1$ac_delim
54517 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1$ac_delim
54518 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1$ac_delim
54519 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1$ac_delim
54520 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1$ac_delim
54521 COND_PLATFORM_MACOSX_1!$COND_PLATFORM_MACOSX_1$ac_delim
54522 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0!$COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0$ac_delim
54523 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0!$COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0$ac_delim
54524 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
54525 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0$ac_delim
54526 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
54527 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
54528 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1$ac_delim
54529 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0$ac_delim
54530 COND_PLATFORM_MACOSX_1_USE_GUI_1!$COND_PLATFORM_MACOSX_1_USE_GUI_1$ac_delim
54531 COND_PLATFORM_MACOSX_1_USE_OPENGL_1!$COND_PLATFORM_MACOSX_1_USE_OPENGL_1$ac_delim
54532 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1$ac_delim
54533 COND_PLATFORM_MACOS_1!$COND_PLATFORM_MACOS_1$ac_delim
54534 COND_PLATFORM_MAC_0!$COND_PLATFORM_MAC_0$ac_delim
54535 COND_PLATFORM_MAC_1!$COND_PLATFORM_MAC_1$ac_delim
54536 COND_PLATFORM_MSDOS_0!$COND_PLATFORM_MSDOS_0$ac_delim
54537 COND_PLATFORM_MSDOS_1!$COND_PLATFORM_MSDOS_1$ac_delim
54538 COND_PLATFORM_OS2_1!$COND_PLATFORM_OS2_1$ac_delim
54539 COND_PLATFORM_UNIX_0!$COND_PLATFORM_UNIX_0$ac_delim
54540 COND_PLATFORM_UNIX_1!$COND_PLATFORM_UNIX_1$ac_delim
54541 COND_PLATFORM_UNIX_1_TOOLKIT_MGL!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL$ac_delim
54544 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54546 elif $ac_last_try; then
54547 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54548 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54549 { (exit 1); exit 1; }; }
54551 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
54555 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54556 if test -n "$ac_eof"; then
54557 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
54558 ac_eof
=`expr $ac_eof + 1`
54561 cat >>$CONFIG_STATUS <<_ACEOF
54562 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
54563 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54566 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54567 s/^/s,@/; s/!/@,|#_!!_#|/
54570 s/'"$ac_delim"'$/,g/; t
54572 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54573 ' >>$CONFIG_STATUS <conf$
$subs.
sed
54574 rm -f conf$
$subs.
sed
54575 cat >>$CONFIG_STATUS <<_ACEOF
54581 for ac_last_try
in false false false false false
:; do
54582 cat >conf$
$subs.
sed <<_ACEOF
54583 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1$ac_delim
54584 COND_PLATFORM_UNIX_1_USE_GUI_1!$COND_PLATFORM_UNIX_1_USE_GUI_1$ac_delim
54585 COND_PLATFORM_UNIX_1_USE_PLUGINS_0!$COND_PLATFORM_UNIX_1_USE_PLUGINS_0$ac_delim
54586 COND_PLATFORM_WIN32_0!$COND_PLATFORM_WIN32_0$ac_delim
54587 COND_PLATFORM_WIN32_1!$COND_PLATFORM_WIN32_1$ac_delim
54588 COND_PLATFORM_WIN32_1_SHARED_0!$COND_PLATFORM_WIN32_1_SHARED_0$ac_delim
54589 COND_SHARED_0!$COND_SHARED_0$ac_delim
54590 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0$ac_delim
54591 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0$ac_delim
54592 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0!$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0$ac_delim
54593 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1$ac_delim
54594 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
54595 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
54596 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
54597 COND_SHARED_0_USE_STC_1!$COND_SHARED_0_USE_STC_1$ac_delim
54598 COND_SHARED_0_wxUSE_EXPAT_builtin!$COND_SHARED_0_wxUSE_EXPAT_builtin$ac_delim
54599 COND_SHARED_0_wxUSE_REGEX_builtin!$COND_SHARED_0_wxUSE_REGEX_builtin$ac_delim
54600 COND_SHARED_0_wxUSE_ZLIB_builtin!$COND_SHARED_0_wxUSE_ZLIB_builtin$ac_delim
54601 COND_SHARED_1!$COND_SHARED_1$ac_delim
54602 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1$ac_delim
54603 COND_TOOLKIT_!$COND_TOOLKIT_$ac_delim
54604 COND_TOOLKIT_COCOA!$COND_TOOLKIT_COCOA$ac_delim
54605 COND_TOOLKIT_COCOA_USE_GUI_1!$COND_TOOLKIT_COCOA_USE_GUI_1$ac_delim
54606 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
54607 COND_TOOLKIT_DFB!$COND_TOOLKIT_DFB$ac_delim
54608 COND_TOOLKIT_DFB_USE_GUI_1!$COND_TOOLKIT_DFB_USE_GUI_1$ac_delim
54609 COND_TOOLKIT_GTK!$COND_TOOLKIT_GTK$ac_delim
54610 COND_TOOLKIT_GTK_TOOLKIT_VERSION_!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_$ac_delim
54611 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2$ac_delim
54612 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1$ac_delim
54613 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0$ac_delim
54614 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
54615 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
54616 COND_TOOLKIT_GTK_USE_GUI_1!$COND_TOOLKIT_GTK_USE_GUI_1$ac_delim
54617 COND_TOOLKIT_MAC!$COND_TOOLKIT_MAC$ac_delim
54618 COND_TOOLKIT_MGL!$COND_TOOLKIT_MGL$ac_delim
54619 COND_TOOLKIT_MGL_USE_GUI_1!$COND_TOOLKIT_MGL_USE_GUI_1$ac_delim
54620 COND_TOOLKIT_MOTIF!$COND_TOOLKIT_MOTIF$ac_delim
54621 COND_TOOLKIT_MOTIF_USE_GUI_1!$COND_TOOLKIT_MOTIF_USE_GUI_1$ac_delim
54622 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0$ac_delim
54623 COND_TOOLKIT_MSW!$COND_TOOLKIT_MSW$ac_delim
54624 COND_TOOLKIT_MSW_USE_GUI_1!$COND_TOOLKIT_MSW_USE_GUI_1$ac_delim
54625 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0$ac_delim
54626 COND_TOOLKIT_MSW_WXUNIV_0!$COND_TOOLKIT_MSW_WXUNIV_0$ac_delim
54627 COND_TOOLKIT_OSX_CARBON!$COND_TOOLKIT_OSX_CARBON$ac_delim
54628 COND_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
54629 COND_TOOLKIT_OSX_COCOA!$COND_TOOLKIT_OSX_COCOA$ac_delim
54630 COND_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
54631 COND_TOOLKIT_OSX_IPHONE!$COND_TOOLKIT_OSX_IPHONE$ac_delim
54632 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1!$COND_TOOLKIT_OSX_IPHONE_USE_GUI_1$ac_delim
54633 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0$ac_delim
54634 COND_TOOLKIT_PM!$COND_TOOLKIT_PM$ac_delim
54635 COND_TOOLKIT_PM_USE_GUI_1!$COND_TOOLKIT_PM_USE_GUI_1$ac_delim
54636 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0$ac_delim
54637 COND_TOOLKIT_WINCE!$COND_TOOLKIT_WINCE$ac_delim
54638 COND_TOOLKIT_WINCE_USE_GUI_1!$COND_TOOLKIT_WINCE_USE_GUI_1$ac_delim
54639 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0$ac_delim
54640 COND_TOOLKIT_WINCE_WXUNIV_0!$COND_TOOLKIT_WINCE_WXUNIV_0$ac_delim
54641 COND_TOOLKIT_X11!$COND_TOOLKIT_X11$ac_delim
54642 COND_TOOLKIT_X11_USE_GUI_1!$COND_TOOLKIT_X11_USE_GUI_1$ac_delim
54643 COND_UNICODE_1!$COND_UNICODE_1$ac_delim
54644 COND_USE_CAIRO_1!$COND_USE_CAIRO_1$ac_delim
54645 COND_USE_EXCEPTIONS_0!$COND_USE_EXCEPTIONS_0$ac_delim
54646 COND_USE_EXCEPTIONS_1!$COND_USE_EXCEPTIONS_1$ac_delim
54647 COND_USE_GUI_0!$COND_USE_GUI_0$ac_delim
54648 COND_USE_GUI_1!$COND_USE_GUI_1$ac_delim
54649 COND_USE_GUI_1_USE_OPENGL_1!$COND_USE_GUI_1_USE_OPENGL_1$ac_delim
54650 COND_USE_GUI_1_WXUNIV_0!$COND_USE_GUI_1_WXUNIV_0$ac_delim
54651 COND_USE_GUI_1_WXUNIV_1!$COND_USE_GUI_1_WXUNIV_1$ac_delim
54652 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
54653 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
54654 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
54655 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
54656 COND_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
54657 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
54658 COND_USE_OPENGL_1!$COND_USE_OPENGL_1$ac_delim
54659 COND_USE_PCH_1!$COND_USE_PCH_1$ac_delim
54660 COND_USE_PLUGINS_0!$COND_USE_PLUGINS_0$ac_delim
54661 COND_USE_RTTI_0!$COND_USE_RTTI_0$ac_delim
54662 COND_USE_RTTI_1!$COND_USE_RTTI_1$ac_delim
54663 COND_USE_SOTWOSYMLINKS_1!$COND_USE_SOTWOSYMLINKS_1$ac_delim
54664 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1!$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1$ac_delim
54665 COND_USE_SOVERLINUX_1!$COND_USE_SOVERLINUX_1$ac_delim
54666 COND_USE_SOVERSION_0!$COND_USE_SOVERSION_0$ac_delim
54667 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1!$COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1$ac_delim
54668 COND_USE_SOVERSOLARIS_1!$COND_USE_SOVERSOLARIS_1$ac_delim
54669 COND_USE_STC_1!$COND_USE_STC_1$ac_delim
54670 COND_USE_THREADS_0!$COND_USE_THREADS_0$ac_delim
54671 COND_USE_THREADS_1!$COND_USE_THREADS_1$ac_delim
54672 COND_USE_XRC_1!$COND_USE_XRC_1$ac_delim
54673 COND_WINDOWS_IMPLIB_1!$COND_WINDOWS_IMPLIB_1$ac_delim
54674 COND_WITH_PLUGIN_SDL_1!$COND_WITH_PLUGIN_SDL_1$ac_delim
54675 COND_WXUNIV_0!$COND_WXUNIV_0$ac_delim
54676 COND_WXUNIV_1!$COND_WXUNIV_1$ac_delim
54677 COND_WXUSE_EXPAT_BUILTIN!$COND_WXUSE_EXPAT_BUILTIN$ac_delim
54678 COND_WXUSE_LIBJPEG_BUILTIN!$COND_WXUSE_LIBJPEG_BUILTIN$ac_delim
54679 COND_WXUSE_LIBPNG_BUILTIN!$COND_WXUSE_LIBPNG_BUILTIN$ac_delim
54682 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54684 elif $ac_last_try; then
54685 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54686 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54687 { (exit 1); exit 1; }; }
54689 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
54693 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54694 if test -n "$ac_eof"; then
54695 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
54696 ac_eof
=`expr $ac_eof + 1`
54699 cat >>$CONFIG_STATUS <<_ACEOF
54700 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
54701 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54704 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54705 s/^/s,@/; s/!/@,|#_!!_#|/
54708 s/'"$ac_delim"'$/,g/; t
54710 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54711 ' >>$CONFIG_STATUS <conf$
$subs.
sed
54712 rm -f conf$
$subs.
sed
54713 cat >>$CONFIG_STATUS <<_ACEOF
54719 for ac_last_try
in false false false false false
:; do
54720 cat >conf$
$subs.
sed <<_ACEOF
54721 COND_WXUSE_LIBTIFF_BUILTIN!$COND_WXUSE_LIBTIFF_BUILTIN$ac_delim
54722 COND_WXUSE_REGEX_BUILTIN!$COND_WXUSE_REGEX_BUILTIN$ac_delim
54723 COND_WXUSE_ZLIB_BUILTIN!$COND_WXUSE_ZLIB_BUILTIN$ac_delim
54724 COND_wxUSE_EXPAT_builtin!$COND_wxUSE_EXPAT_builtin$ac_delim
54725 COND_wxUSE_LIBJPEG_builtin!$COND_wxUSE_LIBJPEG_builtin$ac_delim
54726 COND_wxUSE_LIBPNG_builtin!$COND_wxUSE_LIBPNG_builtin$ac_delim
54727 COND_wxUSE_LIBTIFF_builtin!$COND_wxUSE_LIBTIFF_builtin$ac_delim
54728 COND_wxUSE_REGEX_builtin!$COND_wxUSE_REGEX_builtin$ac_delim
54729 COND_wxUSE_ZLIB_builtin!$COND_wxUSE_ZLIB_builtin$ac_delim
54730 DEREZ!$DEREZ$ac_delim
54731 SHARED!$SHARED$ac_delim
54732 WX_LIBRARY_BASENAME_NOGUI!$WX_LIBRARY_BASENAME_NOGUI$ac_delim
54733 WX_LIBRARY_BASENAME_GUI!$WX_LIBRARY_BASENAME_GUI$ac_delim
54734 USE_GUI!$USE_GUI$ac_delim
54735 AFMINSTALL!$AFMINSTALL$ac_delim
54736 WIN32INSTALL!$WIN32INSTALL$ac_delim
54737 TOOLKIT!$TOOLKIT$ac_delim
54738 TOOLKIT_DIR!$TOOLKIT_DIR$ac_delim
54739 TOOLCHAIN_NAME!$TOOLCHAIN_NAME$ac_delim
54740 TOOLCHAIN_FULLNAME!$TOOLCHAIN_FULLNAME$ac_delim
54741 cross_compiling!$cross_compiling$ac_delim
54742 WIDGET_SET!$WIDGET_SET$ac_delim
54743 WX_RELEASE!$WX_RELEASE$ac_delim
54744 WX_VERSION!$WX_VERSION$ac_delim
54745 WX_SUBVERSION!$WX_SUBVERSION$ac_delim
54746 WX_CHARTYPE!$WX_CHARTYPE$ac_delim
54747 WXCONFIG_CPPFLAGS!$WXCONFIG_CPPFLAGS$ac_delim
54748 WXCONFIG_CFLAGS!$WXCONFIG_CFLAGS$ac_delim
54749 WXCONFIG_CXXFLAGS!$WXCONFIG_CXXFLAGS$ac_delim
54750 WXCONFIG_LIBS!$WXCONFIG_LIBS$ac_delim
54751 WXCONFIG_RPATH!$WXCONFIG_RPATH$ac_delim
54752 WXCONFIG_LDFLAGS!$WXCONFIG_LDFLAGS$ac_delim
54753 WXCONFIG_LDFLAGS_GUI!$WXCONFIG_LDFLAGS_GUI$ac_delim
54754 WXCONFIG_RESFLAGS!$WXCONFIG_RESFLAGS$ac_delim
54755 GUIDIST!$GUIDIST$ac_delim
54756 DISTDIR!$DISTDIR$ac_delim
54757 SAMPLES_SUBDIRS!$SAMPLES_SUBDIRS$ac_delim
54758 LDFLAGS_GL!$LDFLAGS_GL$ac_delim
54759 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
54760 DMALLOC_LIBS!$DMALLOC_LIBS$ac_delim
54761 WX_VERSION_TAG!$WX_VERSION_TAG$ac_delim
54762 RESCOMP!$RESCOMP$ac_delim
54763 RESFLAGS!$RESFLAGS$ac_delim
54764 RESPROGRAMOBJ!$RESPROGRAMOBJ$ac_delim
54765 WX_RESOURCES_MACOSX_ASCII!$WX_RESOURCES_MACOSX_ASCII$ac_delim
54766 WX_RESOURCES_MACOSX_DATA!$WX_RESOURCES_MACOSX_DATA$ac_delim
54767 LIBWXMACRES!$LIBWXMACRES$ac_delim
54768 POSTLINK_COMMAND!$POSTLINK_COMMAND$ac_delim
54769 MACSETFILE!$MACSETFILE$ac_delim
54771 DLLTOOL!$DLLTOOL$ac_delim
54772 CPPUNIT_CONFIG!$CPPUNIT_CONFIG$ac_delim
54773 LIBOBJS!$LIBOBJS$ac_delim
54774 LTLIBOBJS!$LTLIBOBJS$ac_delim
54777 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 54; then
54779 elif $ac_last_try; then
54780 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54781 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54782 { (exit 1); exit 1; }; }
54784 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
54788 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54789 if test -n "$ac_eof"; then
54790 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
54791 ac_eof
=`expr $ac_eof + 1`
54794 cat >>$CONFIG_STATUS <<_ACEOF
54795 cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
54796 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
54799 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54800 s/^/s,@/; s/!/@,|#_!!_#|/
54803 s/'"$ac_delim"'$/,g/; t
54805 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54806 ' >>$CONFIG_STATUS <conf$
$subs.
sed
54807 rm -f conf$
$subs.
sed
54808 cat >>$CONFIG_STATUS <<_ACEOF
54815 # VPATH may cause trouble with some makes, so we remove $(srcdir),
54816 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
54817 # trailing colons and then remove the whole line if VPATH becomes empty
54818 # (actually we leave an empty line to preserve line numbers).
54819 if test "x$srcdir" = x.
; then
54820 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
54821 s/:*\$(srcdir):*/:/
54822 s/:*\${srcdir}:*/:/
54824 s/^\([^=]*=[ ]*\):*/\1/
54830 cat >>$CONFIG_STATUS <<\_ACEOF
54831 fi # test -n "$CONFIG_FILES"
54834 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
54837 :[FHLC
]) ac_mode
=$ac_tag; continue;;
54839 case $ac_mode$ac_tag in
54841 :L
* | :C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
54842 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
54843 { (exit 1); exit 1; }; };;
54844 :[FH
]-) ac_tag
=-:-;;
54845 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
54862 -) ac_f
="$tmp/stdin";;
54863 *) # Look for the file first in the build tree, then in the source tree
54864 # (if the path is not absolute). The absolute path cannot be DOS-style,
54865 # because $ac_f cannot contain `:'.
54869 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
54871 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
54872 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
54873 { (exit 1); exit 1; }; };;
54875 ac_file_inputs
="$ac_file_inputs $ac_f"
54878 # Let's still pretend it is `configure' which instantiates (i.e., don't
54879 # use $as_me), people would be surprised to read:
54880 # /* config.h. Generated by config.status. */
54881 configure_input
="Generated from "`IFS=:
54882 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
54883 if test x
"$ac_file" != x
-; then
54884 configure_input
="$ac_file. $configure_input"
54885 { echo "$as_me:$LINENO: creating $ac_file" >&5
54886 echo "$as_me: creating $ac_file" >&6;}
54890 *:-:* | *:-) cat >"$tmp/stdin";;
54895 ac_dir
=`$as_dirname -- "$ac_file" ||
54896 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
54897 X"$ac_file" : 'X\(//\)[^/]' \| \
54898 X"$ac_file" : 'X\(//\)$' \| \
54899 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
54901 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
54905 /^X\(\/\/\)[^/].*/{
54920 -*) as_dir
=.
/$as_dir;;
54922 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
54926 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
54927 *) as_qdir
=$as_dir;;
54929 as_dirs
="'$as_qdir' $as_dirs"
54930 as_dir
=`$as_dirname -- "$as_dir" ||
54931 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
54932 X"$as_dir" : 'X\(//\)[^/]' \| \
54933 X"$as_dir" : 'X\(//\)$' \| \
54934 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
54936 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
54940 /^X\(\/\/\)[^/].*/{
54953 test -d "$as_dir" && break
54955 test -z "$as_dirs" || eval "mkdir $as_dirs"
54956 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
54957 echo "$as_me: error: cannot create directory $as_dir" >&2;}
54958 { (exit 1); exit 1; }; }; }
54962 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
54964 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
54965 # A ".." for each directory in $ac_dir_suffix.
54966 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
54967 case $ac_top_builddir_sub in
54968 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
54969 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
54972 ac_abs_top_builddir
=$ac_pwd
54973 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
54974 # for backward compatibility:
54975 ac_top_builddir
=$ac_top_build_prefix
54978 .
) # We are building in place.
54980 ac_top_srcdir
=$ac_top_builddir_sub
54981 ac_abs_top_srcdir
=$ac_pwd ;;
54982 [\\/]* | ?
:[\\/]* ) # Absolute name.
54983 ac_srcdir
=$srcdir$ac_dir_suffix;
54984 ac_top_srcdir
=$srcdir
54985 ac_abs_top_srcdir
=$srcdir ;;
54986 *) # Relative name.
54987 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
54988 ac_top_srcdir
=$ac_top_build_prefix$srcdir
54989 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
54991 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
55001 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
55002 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
55006 cat >>$CONFIG_STATUS <<\_ACEOF
55007 # If the template does not know about datarootdir, expand it.
55008 # FIXME: This hack should be removed a few years after 2.60.
55009 ac_datarootdir_hack
=; ac_datarootdir_seen
=
55011 case `sed -n '/datarootdir/ {
55020 ' $ac_file_inputs` in
55021 *datarootdir
*) ac_datarootdir_seen
=yes;;
55022 *@datadir@
*|*@docdir@
*|*@infodir@
*|*@localedir@
*|*@mandir@
*)
55023 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
55024 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
55026 cat >>$CONFIG_STATUS <<_ACEOF
55027 ac_datarootdir_hack='
55028 s&@datadir@&$datadir&g
55029 s&@docdir@&$docdir&g
55030 s&@infodir@&$infodir&g
55031 s&@localedir@&$localedir&g
55032 s&@mandir@&$mandir&g
55033 s&\\\${datarootdir}&$datarootdir&g' ;;
55037 # Neutralize VPATH when `$srcdir' = `.'.
55038 # Shell code in configure.ac might set extrasub.
55039 # FIXME: do we really want to maintain this feature?
55040 cat >>$CONFIG_STATUS <<_ACEOF
55044 cat >>$CONFIG_STATUS <<\_ACEOF
55046 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
55047 s
&@configure_input@
&$configure_input&;t t
55048 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
55049 s
&@srcdir@
&$ac_srcdir&;t t
55050 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
55051 s
&@top_srcdir@
&$ac_top_srcdir&;t t
55052 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
55053 s
&@builddir@
&$ac_builddir&;t t
55054 s
&@abs_builddir@
&$ac_abs_builddir&;t t
55055 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
55056 s
&@INSTALL@
&$ac_INSTALL&;t t
55057 $ac_datarootdir_hack
55058 " $ac_file_inputs | sed -f "$tmp/subs
-1.
sed" | sed -f "$tmp/subs
-2.
sed" | sed -f "$tmp/subs
-3.
sed" | sed -f "$tmp/subs
-4.
sed" | sed -f "$tmp/subs
-5.
sed" >$tmp/out
55060 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
55061 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
55062 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
55063 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
55064 which seems to be undefined. Please make sure it is defined." >&5
55065 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
55066 which seems to be undefined. Please make sure it is defined." >&2;}
55070 -) cat "$tmp/out"; rm -f "$tmp/out";;
55071 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
55080 # Transform confdefs.h into a sed script `conftest.defines', that
55081 # substitutes the proper values into config.h.in to produce config.h.
55082 rm -f conftest.defines conftest.
tail
55083 # First, append a space to every undef/define line, to ease matching.
55084 echo 's/$/ /' >conftest.defines
55085 # Then, protect against being on the right side of a sed subst, or in
55086 # an unquoted here document, in config.status. If some macros were
55087 # called several times there might be several #defines for the same
55088 # symbol, which is useless. But do not sort them, since the last
55089 # AC_DEFINE must be honored.
55090 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
55091 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
55092 # NAME is the cpp macro being defined, VALUE is the value it is being given.
55093 # PARAMS is the parameter list in the macro definition--in most cases, it's
55094 # just an empty string.
55095 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
55096 ac_dB
='\\)[ (].*,\\1define\\2'
55104 s/^[ ]*#[ ]*define[ ][ ]*//
55109 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
55110 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
55111 ' >>conftest.defines
55113 # Remove the space that was appended to ease matching.
55114 # Then replace #undef with comments. This is necessary, for
55115 # example, in the case of _POSIX_SOURCE, which is predefined and required
55116 # on some systems where configure will not decide to define it.
55117 # (The regexp can be short, since the line contains either #define or #undef.)
55119 s,^[ #]*u.*,/* & */,' >>conftest.defines
55121 # Break up conftest.defines:
55122 ac_max_sed_lines
=50
55124 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
55125 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
55126 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
55128 ac_in
='$ac_file_inputs'
55129 ac_out
='"$tmp/out1"'
55130 ac_nxt
='"$tmp/out2"'
55134 # Write a here document:
55135 cat >>$CONFIG_STATUS <<_ACEOF
55136 # First, check the format of the line:
55137 cat >"\$tmp/defines.sed" <<\\CEOF
55138 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
55139 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
55143 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
55145 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
55146 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
55147 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
55148 grep . conftest.
tail >/dev
/null
|| break
55149 rm -f conftest.defines
55150 mv conftest.
tail conftest.defines
55152 rm -f conftest.defines conftest.
tail
55154 echo "ac_result=$ac_in" >>$CONFIG_STATUS
55155 cat >>$CONFIG_STATUS <<\_ACEOF
55156 if test x
"$ac_file" != x
-; then
55157 echo "/* $configure_input */" >"$tmp/config.h"
55158 cat "$ac_result" >>"$tmp/config.h"
55159 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
55160 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
55161 echo "$as_me: $ac_file is unchanged" >&6;}
55164 mv "$tmp/config.h" $ac_file
55167 echo "/* $configure_input */"
55173 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
55174 echo "$as_me: executing $ac_file commands" >&6;}
55179 case $ac_file$ac_mode in
55181 mkdir -p $outdir &&
55182 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
55184 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F
) chmod +x lib
/wx
/config
/${TOOLCHAIN_FULLNAME} ;;
55185 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F
) chmod +x lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} ;;
55186 "utils/ifacecheck/rungccxml.sh":F
) chmod +x utils
/ifacecheck
/rungccxml.sh
;;
55187 "wx-config":C
) rm -f wx
-config
55188 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
55195 { (exit 0); exit 0; }
55197 chmod +x
$CONFIG_STATUS
55198 ac_clean_files
=$ac_clean_files_save
55201 # configure is writing to config.log, and then calls config.status.
55202 # config.status does its own redirection, appending to config.log.
55203 # Unfortunately, on DOS this fails, as config.log is still kept open
55204 # by configure, so config.status won't be able to write to it; its
55205 # output is simply discarded. So we exec the FD to /dev/null,
55206 # effectively closing config.log, so it can be properly (re)opened and
55207 # appended to by config.status. When coming back to configure, we
55208 # need to make the FD available again.
55209 if test "$no_create" != yes; then
55211 ac_config_status_args
=
55212 test "$silent" = yes &&
55213 ac_config_status_args
="$ac_config_status_args --quiet"
55215 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
55217 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
55218 # would make configure fail if this is the last instruction.
55219 $ac_cs_success || { (exit 1); exit 1; }
55223 # CONFIG_SUBDIRS section.
55225 if test "$no_recursion" != yes; then
55227 # Remove --cache-file and --srcdir arguments so they do not pile up.
55228 ac_sub_configure_args
=
55230 eval "set x $ac_configure_args"
55234 if test -n "$ac_prev"; then
55239 -cache-file | --cache-file | --cache-fil | --cache-fi \
55240 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
55241 ac_prev
=cache_file
;;
55242 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
55243 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
55246 --config-cache | -C)
55248 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
55250 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
55252 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
55254 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
55258 *\'*) ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
55260 ac_sub_configure_args
="$ac_sub_configure_args '$ac_arg'" ;;
55264 # Always prepend --prefix to ensure using the same prefix
55265 # in subdir configurations.
55266 ac_arg
="--prefix=$prefix"
55268 *\'*) ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
55270 ac_sub_configure_args
="'$ac_arg' $ac_sub_configure_args"
55273 if test "$silent" = yes; then
55274 ac_sub_configure_args
="--silent $ac_sub_configure_args"
55278 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
55280 # Do not complain, so a configure script can configure whichever
55281 # parts of a large source tree are present.
55282 test -d "$srcdir/$ac_dir" || continue
55284 ac_msg
="=== configuring in $ac_dir (`pwd`/$ac_dir)"
55285 echo "$as_me:$LINENO: $ac_msg" >&5
55289 -*) as_dir
=.
/$as_dir;;
55291 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
55295 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
55296 *) as_qdir
=$as_dir;;
55298 as_dirs
="'$as_qdir' $as_dirs"
55299 as_dir
=`$as_dirname -- "$as_dir" ||
55300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
55301 X"$as_dir" : 'X\(//\)[^/]' \| \
55302 X"$as_dir" : 'X\(//\)$' \| \
55303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
55305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
55309 /^X\(\/\/\)[^/].*/{
55322 test -d "$as_dir" && break
55324 test -z "$as_dirs" || eval "mkdir $as_dirs"
55325 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
55326 echo "$as_me: error: cannot create directory $as_dir" >&2;}
55327 { (exit 1); exit 1; }; }; }
55331 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
55333 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
55334 # A ".." for each directory in $ac_dir_suffix.
55335 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
55336 case $ac_top_builddir_sub in
55337 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
55338 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
55341 ac_abs_top_builddir
=$ac_pwd
55342 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
55343 # for backward compatibility:
55344 ac_top_builddir
=$ac_top_build_prefix
55347 .
) # We are building in place.
55349 ac_top_srcdir
=$ac_top_builddir_sub
55350 ac_abs_top_srcdir
=$ac_pwd ;;
55351 [\\/]* | ?
:[\\/]* ) # Absolute name.
55352 ac_srcdir
=$srcdir$ac_dir_suffix;
55353 ac_top_srcdir
=$srcdir
55354 ac_abs_top_srcdir
=$srcdir ;;
55355 *) # Relative name.
55356 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
55357 ac_top_srcdir
=$ac_top_build_prefix$srcdir
55358 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
55360 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
55365 # Check for guested configure; otherwise get Cygnus style configure.
55366 if test -f "$ac_srcdir/configure.gnu"; then
55367 ac_sub_configure
=$ac_srcdir/configure.gnu
55368 elif test -f "$ac_srcdir/configure"; then
55369 ac_sub_configure
=$ac_srcdir/configure
55370 elif test -f "$ac_srcdir/configure.in"; then
55371 # This should be Cygnus configure.
55372 ac_sub_configure
=$ac_aux_dir/configure
55374 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
55375 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
55379 # The recursion is here.
55380 if test -n "$ac_sub_configure"; then
55381 # Make the cache file name correct relative to the subdirectory.
55382 case $cache_file in
55383 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
55384 *) # Relative name.
55385 ac_sub_cache_file
=$ac_top_build_prefix$cache_file ;;
55388 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
55389 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
55390 # The eval makes quoting arguments work.
55391 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
55392 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
55393 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
55394 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
55395 { (exit 1); exit 1; }; }
55404 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
55406 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
55407 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
55408 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
55409 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
55410 if test "$wxUSE_UNICODE" = "yes"; then
55411 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
55412 echo " (using UTF-8)"
55414 echo " (using wchar_t)"
55420 echo " What level of wxWidgets compatibility should be enabled?"
55421 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
55422 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
55424 echo " Which libraries should wxWidgets use?"
55425 echo " STL ${wxUSE_STL}"
55426 echo " jpeg ${wxUSE_LIBJPEG-none}"
55427 echo " png ${wxUSE_LIBPNG-none}"
55428 echo " regex ${wxUSE_REGEX}"
55429 echo " tiff ${wxUSE_LIBTIFF-none}"
55430 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
55431 echo " xpm ${wxUSE_LIBXPM-none}"
55433 echo " zlib ${wxUSE_ZLIB}"
55434 echo " expat ${wxUSE_EXPAT}"
55435 echo " libmspack ${wxUSE_LIBMSPACK}"
55436 echo " sdl ${wxUSE_LIBSDL}"