2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.59 for wxWidgets 2.6.0.
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
8 # Copyright (C) 2003 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
25 DUALCASE
=1; export DUALCASE
# for MKS sh
27 # Support unset when possible.
28 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
35 # Work around bugs in pre-3.0 UWIN ksh.
36 $as_unset ENV MAIL MAILPATH
43 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
47 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48 eval $as_var=C
; export $as_var
54 # Required to use basename.
55 if expr a
: '\(a\)' >/dev
/null
2>&1; then
61 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
68 # Name of the executable.
69 as_me
=`$as_basename "$0" ||
70 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76 /^X\/\(\/\/\)$/{ s//\1/; q; }
77 /^X\/\(\/\).*/{ s//\1/; q; }
81 # PATH needs CR, and LINENO needs CR and PATH.
82 # Avoid depending upon Character Ranges.
83 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
84 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
86 as_cr_digits
='0123456789'
87 as_cr_alnum
=$as_cr_Letters$as_cr_digits
89 # The user is always right.
90 if test "${PATH_SEPARATOR+set}" != set; then
91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
94 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
105 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
106 test "x$as_lineno_1" != "x$as_lineno_2" &&
107 test "x$as_lineno_3" = "x$as_lineno_2" || {
108 # Find who we are. Look in the path if we contain no path at all
111 *[\\/]* ) as_myself
=$0 ;;
112 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
116 test -z "$as_dir" && as_dir
=.
117 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
122 # We did not find ourselves, most probably we were run as `sh COMMAND'
123 # in which case we are not to be found in the path.
124 if test "x$as_myself" = x
; then
127 if test ! -f "$as_myself"; then
128 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
129 { (exit 1); exit 1; }; }
131 case $CONFIG_SHELL in
133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
134 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
137 test -z "$as_dir" && as_dir
=.
138 for as_base
in sh bash ksh sh5
; do
141 if ("$as_dir/$as_base" -c '
144 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 test "x$as_lineno_1" != "x$as_lineno_2" &&
146 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
147 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
148 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
149 CONFIG_SHELL
=$as_dir/$as_base
151 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
159 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160 # uniformly replaced by the line number. The first 'sed' inserts a
161 # line-number line before each line; the second 'sed' does the real
162 # work. The second script uses 'N' to pair each line-number line
163 # with the numbered line, and appends trailing '-' during
164 # substitution so that $LINENO is not a special case at line end.
165 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
167 sed '=' <$as_myself |
172 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
175 s,^['$as_cr_digits']*\n,,
177 chmod +x
$as_me.lineno
||
178 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
179 { (exit 1); exit 1; }; }
181 # Don't try to exec as it changes $[0], causing all sort of problems
182 # (the dirname of $[0] is not the place where we might find the
183 # original and so on. Autoconf is especially sensible to this).
185 # Exit status is that of the last command.
190 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
191 *c
*,-n*) ECHO_N
= ECHO_C
='
193 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
194 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
197 if expr a
: '\(a\)' >/dev
/null
2>&1; then
203 rm -f conf$$ conf$$.exe conf$$.
file
205 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
206 # We could just check for DJGPP; but this test a) works b) is more generic
207 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
208 if test -f conf$$.exe
; then
209 # Don't use ln at all; we don't have any links
214 elif ln conf$$.
file conf$$
2>/dev
/null
; then
219 rm -f conf$$ conf$$.exe conf$$.
file
221 if mkdir -p .
2>/dev
/null
; then
224 test -d .
/-p && rmdir .
/-p
228 as_executable_p
="test -f"
230 # Sed expression to map a string onto a valid CPP name.
231 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
233 # Sed expression to map a string onto a valid variable name.
234 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
238 # We need space, tab and new line, in precisely that order.
248 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
249 # so uname gets run too.
250 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
257 ac_default_prefix
=/usr
/local
258 ac_config_libobj_dir
=.
263 SHELL
=${CONFIG_SHELL-/bin/sh}
265 # Maximum number of lines to put in a shell here document.
266 # This variable seems obsolete. It should probably be removed, and
267 # only ac_max_sed_lines should be used.
268 : ${ac_max_here_lines=38}
270 # Identity of this package.
271 PACKAGE_NAME
='wxWidgets'
272 PACKAGE_TARNAME
='wxwidgets'
273 PACKAGE_VERSION
='2.6.0'
274 PACKAGE_STRING
='wxWidgets 2.6.0'
275 PACKAGE_BUGREPORT
='wx-dev@lists.wxwidgets.org'
277 ac_unique_file
="wx-config.in"
278 # Factoring default headers for most tests.
279 ac_includes_default
="\
282 # include <sys/types.h>
285 # include <sys/stat.h>
296 # if !STDC_HEADERS && HAVE_MEMORY_H
302 # include <strings.h>
305 # include <inttypes.h>
315 ac_subdirs_all
="$ac_subdirs_all src/expat"
316 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS RESCOMP DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET ac_ct_AR ac_ct_STRIP NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOS PLATFORM_MACOSX PLATFORM_OS2 PLATFORM_BEOS SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE COND_TOOLKIT_WINCE_USE_GUI_1 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_OPENGL_1 COND_USE_PLUGINS_0 COND_USE_RTTI_0 COND_USE_RTTI_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_0 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLCHAIN_NAME TOOLCHAIN_FULLNAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS cross_compiling WIDGET_SET WX_RELEASE WX_VERSION WX_SUBVERSION WX_CHARTYPE WX_DEBUGTYPE WXCONFIG_EXTRALIBS WXCONFIG_INCLUDE WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WX_LARGEFILE_FLAGS GCC_PRAGMA_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
319 # Initialize some variables set by options.
321 ac_init_version
=false
322 # The variables have the same names as the options, with
323 # dashes changed to underlines.
331 program_transform_name
=s
,x
,x
,
339 # Installation directory options.
340 # These are left unexpanded so users can "make install exec_prefix=/foo"
341 # and all the variables that are supposed to be based on exec_prefix
342 # by default will actually change.
343 # Use braces instead of parens because sh, perl, etc. also accept them.
344 bindir
='${exec_prefix}/bin'
345 sbindir
='${exec_prefix}/sbin'
346 libexecdir
='${exec_prefix}/libexec'
347 datadir
='${prefix}/share'
348 sysconfdir
='${prefix}/etc'
349 sharedstatedir
='${prefix}/com'
350 localstatedir
='${prefix}/var'
351 libdir
='${exec_prefix}/lib'
352 includedir
='${prefix}/include'
353 oldincludedir
='/usr/include'
354 infodir
='${prefix}/info'
355 mandir
='${prefix}/man'
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
367 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
369 # Accept the important Cygnus configure options, so we can diagnose typos.
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
378 -build | --build | --buil | --bui | --bu)
379 ac_prev
=build_alias
;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build_alias
=$ac_optarg ;;
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev
=cache_file
;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file
=$ac_optarg ;;
391 cache_file
=config.cache
;;
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
397 datadir
=$ac_optarg ;;
399 -disable-* | --disable-*)
400 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401 # Reject names that are not valid shell variable names.
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
408 -enable-* | --enable-*)
409 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410 # Reject names that are not valid shell variable names.
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
416 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
419 eval "enable_$ac_feature='$ac_optarg'" ;;
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev
=exec_prefix
;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
428 exec_prefix
=$ac_optarg ;;
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
434 -help | --help | --hel | --he | -h)
436 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
437 ac_init_help
=recursive
;;
438 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
439 ac_init_help
=short
;;
441 -host | --host | --hos | --ho)
442 ac_prev
=host_alias
;;
443 -host=* | --host=* | --hos=* | --ho=*)
444 host_alias
=$ac_optarg ;;
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev
=includedir
;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
451 includedir
=$ac_optarg ;;
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456 infodir
=$ac_optarg ;;
458 -libdir | --libdir | --libdi | --libd)
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev
=libexecdir
;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
468 libexecdir
=$ac_optarg ;;
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev
=localstatedir
;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477 localstatedir
=$ac_optarg ;;
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
485 # Obsolete; use --without-fp.
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c | -n)
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev
=oldincludedir
;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503 oldincludedir
=$ac_optarg ;;
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev
=program_prefix
;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515 program_prefix
=$ac_optarg ;;
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev
=program_suffix
;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522 program_suffix
=$ac_optarg ;;
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev
=program_transform_name
;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
539 program_transform_name
=$ac_optarg ;;
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
549 sbindir
=$ac_optarg ;;
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
555 ac_prev
=sharedstatedir
;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
560 sharedstatedir
=$ac_optarg ;;
562 -site | --site | --sit)
564 -site=* | --site=* | --sit=*)
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev
=sysconfdir
;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577 sysconfdir
=$ac_optarg ;;
579 -target | --target | --targe | --targ | --tar | --ta | --t)
580 ac_prev
=target_alias
;;
581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582 target_alias
=$ac_optarg ;;
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
587 -version | --version | --versio | --versi | --vers | -V)
591 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592 # Reject names that are not valid shell variable names.
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
596 ac_package
=`echo $ac_package| sed 's/-/_/g'`
598 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
601 eval "with_$ac_package='$ac_optarg'" ;;
603 -without-* | --without-*)
604 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605 # Reject names that are not valid shell variable names.
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package
=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
613 # Obsolete; use --with-x.
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev
=x_includes
;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes
=$ac_optarg ;;
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev
=x_libraries
;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries
=$ac_optarg ;;
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631 Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
636 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
656 if test -n "$ac_prev"; then
657 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
662 # Be sure to have absolute paths.
663 for ac_var
in exec_prefix prefix
665 eval ac_val
=$
`echo $ac_var`
667 [\\/$
]* | ?
:[\\/]* | NONE
| '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
673 # Be sure to have absolute paths.
674 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675 localstatedir libdir includedir oldincludedir infodir mandir
677 eval ac_val
=$
`echo $ac_var`
679 [\\/$
]* | ?
:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
685 # There might be people who depend on the old broken behavior: `$host'
686 # used to hold the argument of --host etc.
687 # FIXME: To remove some day.
692 # FIXME: To remove some day.
693 if test "x$host_alias" != x
; then
694 if test "x$build_alias" = x
; then
695 cross_compiling
=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
704 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
706 test "$silent" = yes && exec 6>/dev
/null
709 # Find the source files, if location was not specified.
710 if test -z "$srcdir"; then
711 ac_srcdir_defaulted
=yes
712 # Try the directory containing this script, then its parent.
713 ac_confdir
=`(dirname "$0") 2>/dev/null ||
714 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
726 if test ! -r $srcdir/$ac_unique_file; then
730 ac_srcdir_defaulted
=no
732 if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
741 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null
||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745 ac_env_build_alias_set
=${build_alias+set}
746 ac_env_build_alias_value
=$build_alias
747 ac_cv_env_build_alias_set
=${build_alias+set}
748 ac_cv_env_build_alias_value
=$build_alias
749 ac_env_host_alias_set
=${host_alias+set}
750 ac_env_host_alias_value
=$host_alias
751 ac_cv_env_host_alias_set
=${host_alias+set}
752 ac_cv_env_host_alias_value
=$host_alias
753 ac_env_target_alias_set
=${target_alias+set}
754 ac_env_target_alias_value
=$target_alias
755 ac_cv_env_target_alias_set
=${target_alias+set}
756 ac_cv_env_target_alias_value
=$target_alias
757 ac_env_CC_set
=${CC+set}
759 ac_cv_env_CC_set
=${CC+set}
760 ac_cv_env_CC_value
=$CC
761 ac_env_CFLAGS_set
=${CFLAGS+set}
762 ac_env_CFLAGS_value
=$CFLAGS
763 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
764 ac_cv_env_CFLAGS_value
=$CFLAGS
765 ac_env_LDFLAGS_set
=${LDFLAGS+set}
766 ac_env_LDFLAGS_value
=$LDFLAGS
767 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
768 ac_cv_env_LDFLAGS_value
=$LDFLAGS
769 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
770 ac_env_CPPFLAGS_value
=$CPPFLAGS
771 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
772 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
773 ac_env_CPP_set
=${CPP+set}
774 ac_env_CPP_value
=$CPP
775 ac_cv_env_CPP_set
=${CPP+set}
776 ac_cv_env_CPP_value
=$CPP
777 ac_env_CXX_set
=${CXX+set}
778 ac_env_CXX_value
=$CXX
779 ac_cv_env_CXX_set
=${CXX+set}
780 ac_cv_env_CXX_value
=$CXX
781 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
782 ac_env_CXXFLAGS_value
=$CXXFLAGS
783 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
784 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
785 ac_env_CXXCPP_set
=${CXXCPP+set}
786 ac_env_CXXCPP_value
=$CXXCPP
787 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
788 ac_cv_env_CXXCPP_value
=$CXXCPP
791 # Report the --help message.
793 if test "$ac_init_help" = "long"; then
794 # Omit some internal or obsolete options to make the list less imposing.
795 # This message is too long to be a string in the A/UX 3.1 sh.
797 \`configure' configures wxWidgets 2.6.0 to adapt to many kinds of systems.
799 Usage: $0 [OPTION]... [VAR=VALUE]...
801 To assign environment variables (e.g., CC, CFLAGS...), specify them as
802 VAR=VALUE. See below for descriptions of some of the useful variables.
804 Defaults for the options are specified in brackets.
807 -h, --help display this help and exit
808 --help=short display options specific to this package
809 --help=recursive display the short help of all the included packages
810 -V, --version display version information and exit
811 -q, --quiet, --silent do not print \`checking...' messages
812 --cache-file=FILE cache test results in FILE [disabled]
813 -C, --config-cache alias for \`--cache-file=config.cache'
814 -n, --no-create do not create output files
815 --srcdir=DIR find the sources in DIR [configure dir or \`..']
820 Installation directories:
821 --prefix=PREFIX install architecture-independent files in PREFIX
823 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
826 By default, \`make install' will install all the files in
827 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
828 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
829 for instance \`--prefix=\$HOME'.
831 For better control, use the options below.
833 Fine tuning of the installation directories:
834 --bindir=DIR user executables [EPREFIX/bin]
835 --sbindir=DIR system admin executables [EPREFIX/sbin]
836 --libexecdir=DIR program executables [EPREFIX/libexec]
837 --datadir=DIR read-only architecture-independent data [PREFIX/share]
838 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
839 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
840 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
841 --libdir=DIR object code libraries [EPREFIX/lib]
842 --includedir=DIR C header files [PREFIX/include]
843 --oldincludedir=DIR C header files for non-gcc [/usr/include]
844 --infodir=DIR info documentation [PREFIX/info]
845 --mandir=DIR man documentation [PREFIX/man]
851 --x-includes=DIR X include files are
in DIR
852 --x-libraries=DIR X library files are
in DIR
855 --build=BUILD configure
for building on BUILD
[guessed
]
856 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
857 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
861 if test -n "$ac_init_help"; then
862 case $ac_init_help in
863 short
| recursive
) echo "Configuration of wxWidgets 2.6.0:";;
868 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
869 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
870 --enable-gui use GUI classes
871 --enable-monolithic build wxWidgets as single library
872 --enable-plugins build parts of wxWidgets as loadable components
873 --enable-universal use wxWidgets GUI controls instead of native ones
874 --enable-nanox use NanoX
875 --disable-gtk2 use GTK
+ 1.2 instead of
2.0
876 --enable-gpe use GNOME PDA Environment features
if possible
877 --enable-shared create shared library code
878 --enable-optimise create optimised code
879 --enable-debug same as debug_flag and debug_info
880 --enable-stl use STL
for containers
881 --enable-omf use OMF object format
882 --enable-debug_flag set __WXDEBUG__ flag
(recommended
for developers
!)
883 --enable-debug_info create code with debugging information
884 --enable-debug_gdb create code with extra GDB debugging information
885 --enable-debug_cntxt use wxDebugContext
886 --enable-mem_tracing create code with memory tracing
887 --enable-profile create code with profiling information
888 --enable-no_rtti create code without RTTI information
889 --enable-no_exceptions create code without C
++ exceptions handling
890 --enable-permissive compile code disregarding strict ANSI
891 --enable-no_deps create code without dependency information
892 --enable-compat22 enable wxWidgets
2.2 compatibility
893 --disable-compat24 disable wxWidgets
2.4 compatibility
894 --disable-rpath disable use of rpath
for uninstalled builds
895 --enable-intl use internationalization system
896 --enable-config use wxConfig
(and derived
) classes
897 --enable-protocols use wxProtocol and derived classes
898 --enable-ftp use wxFTP
(requires wxProtocol
899 --enable-http use wxHTTP
(requires wxProtocol
900 --enable-fileproto use wxFileProto class
(requires wxProtocol
901 --enable-sockets use socket
/network classes
902 --enable-ole use OLE classes
(Win32 only
)
903 --enable-dataobj use data object classes
904 --enable-ipc use interprocess communication
(wxSocket etc.
)
905 --enable-apple_ieee use the Apple IEEE codec
906 --enable-arcstream use wxArchive streams
907 --enable-backtrace use wxStackWalker class
for getting backtraces
908 --enable-catch_segvs catch signals
in wxApp
::OnFatalException
(Unix only
)
909 --enable-cmdline use wxCmdLineParser class
910 --enable-datetime use wxDateTime class
911 --enable-debugreport use wxDebugReport class
912 --enable-dialupman use dialup network classes
913 --enable-dynlib use wxLibrary class
for DLL loading
914 --enable-dynamicloader use
(new
) wxDynamicLibrary class
915 --enable-exceptions build exception
-safe library
916 --enable-ffile use wxFFile class
917 --enable-file use wxFile class
918 --enable-filesystem use virtual
file systems classes
919 --enable-fontmap use font encodings conversion classes
920 --enable-fs_inet use virtual HTTP
/FTP filesystems
921 --enable-fs_zip use virtual ZIP filesystems
922 --enable-geometry use geometry class
923 --enable-log use logging system
924 --enable-longlong use wxLongLong class
925 --enable-mimetype use wxMimeTypesManager
926 --enable-mslu use MS Layer
for Unicode on Windows
9x
(Win32 only
)
927 --enable-snglinst use wxSingleInstanceChecker class
928 --enable-std_iostreams use standard C
++ stream classes
929 --enable-std_string use standard C
++ string classes
930 --enable-stdpaths use wxStandardPaths class
931 --enable-stopwatch use wxStopWatch class
932 --enable-streams use wxStream etc classes
933 --enable-sysoptions use wxSystemOptions
934 --enable-textbuf use wxTextBuffer class
935 --enable-textfile use wxTextFile class
936 --enable-timer use wxTimer class
937 --enable-unicode compile wxString with Unicode support
938 --enable-sound use wxSound class
939 --enable-mediactrl use wxMediaCtrl class
940 --enable-wxprintfv use wxWidgets implementation of vprintf
()
941 --enable-zipstream use wxZip streams
942 --enable-url use wxURL class
943 --enable-protocol use wxProtocol class
944 --enable-protocol-http HTTP support
in wxProtocol
945 --enable-protocol-ftp FTP support
in wxProtocol
946 --enable-protocol-file FILE support
in wxProtocol
947 --enable-threads use threads
948 --enable-docview use document view architecture
949 --enable-help use
help subsystem
950 --enable-mshtmlhelp use MS HTML Help
(win32
)
951 --enable-html use wxHTML sub
-library
952 --enable-htmlhelp use wxHTML
-based help
953 --enable-xrc use XRC resources sub
-library
954 --enable-constraints use layout
-constraints system
955 --enable-printarch use printing architecture
956 --enable-mdi use multiple document interface architecture
957 --enable-mdidoc use docview architecture with MDI
958 --enable-loggui use standard GUI logger
959 --enable-logwin use wxLogWindow
960 --enable-logdialog use wxLogDialog
961 --enable-webkit use wxWebKitCtrl
(Mac
)
962 --enable-postscript use wxPostscriptDC device context
(default
for gtk
+)
963 --enable-prologio not available
; see contrib
964 --enable-resources not available
; see contrib
965 --enable-clipboard use wxClipboard class
966 --enable-dnd use Drag
'n'Drop classes
967 --enable-metafile use win32 metafiles
968 --enable-controls use all usual controls
969 --enable-accel use accelerators
970 --enable-button use wxButton class
971 --enable-bmpbutton use wxBitmapButton class
972 --enable-calendar use wxCalendarCtrl class
973 --enable-caret use wxCaret class
974 --enable-checkbox use wxCheckBox class
975 --enable-checklst use wxCheckListBox
(listbox with checkboxes
) class
976 --enable-choice use wxChoice class
977 --enable-choicebook use wxChoicebook class
978 --enable-combobox use wxComboBox class
979 --enable-datepick use wxDatePickerCtrl class
980 --enable-display use wxDisplay class
981 --enable-gauge use wxGauge class
982 --enable-grid use wxGrid class
983 --enable-imaglist use wxImageList class
984 --enable-listbook use wxListbook class
985 --enable-listbox use wxListBox class
986 --enable-listctrl use wxListCtrl class
987 --enable-notebook use wxNotebook class
988 --enable-radiobox use wxRadioBox class
989 --enable-radiobtn use wxRadioButton class
990 --enable-sash use wxSashWindow class
991 --enable-scrollbar use wxScrollBar class and scrollable windows
992 --enable-slider use wxSlider class
993 --enable-spinbtn use wxSpinButton class
994 --enable-spinctrl use wxSpinCtrl class
995 --enable-splitter use wxSplitterWindow class
996 --enable-statbmp use wxStaticBitmap class
997 --enable-statbox use wxStaticBox class
998 --enable-statline use wxStaticLine class
999 --enable-stattext use wxStaticText class
1000 --enable-statusbar use wxStatusBar class
1001 --enable-tabdialog use wxTabControl class
1002 --enable-textctrl use wxTextCtrl class
1003 --enable-togglebtn use wxToggleButton class
1004 --enable-toolbar use wxToolBar class
1005 --enable-tbarnative use native wxToolBar class
1006 --enable-tbarsmpl use wxToolBarSimple class
1007 --enable-treectrl use wxTreeCtrl class
1008 --enable-tipwindow use wxTipWindow class
1009 --enable-popupwin use wxPopUpWindow class
1010 --enable-commondlg use all common dialogs
1011 --enable-choicedlg use wxChoiceDialog
1012 --enable-coldlg use wxColourDialog
1013 --enable-filedlg use wxFileDialog
1014 --enable-finddlg use wxFindReplaceDialog
1015 --enable-fontdlg use wxFontDialog
1016 --enable-dirdlg use wxDirDialog
1017 --enable-msgdlg use wxMessageDialog
1018 --enable-numberdlg use wxNumberEntryDialog
1019 --enable-splash use wxSplashScreen
1020 --enable-textdlg use wxTextDialog
1021 --enable-tipdlg use startup tips
1022 --enable-progressdlg use wxProgressDialog
1023 --enable-wizarddlg use wxWizard
1024 --enable-menus use wxMenu
/wxMenuBar
/wxMenuItem classes
1025 --enable-miniframe use wxMiniFrame class
1026 --enable-tooltips use wxToolTip class
1027 --enable-splines use spline drawing code
1028 --enable-mousewheel use mousewheel
1029 --enable-validators use wxValidator and derived classes
1030 --enable-busyinfo use wxBusyInfo
1031 --enable-joystick use wxJoystick
1032 --enable-metafiles use wxMetaFile
(Windows only
)
1033 --enable-dragimage use wxDragImage
1034 --enable-accessibility enable accessibility support
1035 --enable-palette use wxPalette class
1036 --enable-image use wxImage class
1037 --enable-gif use gif images
(GIF
file format
)
1038 --enable-pcx use pcx images
(PCX
file format
)
1039 --enable-iff use iff images
(IFF
file format
)
1040 --enable-pnm use pnm images
(PNM
file format
)
1041 --enable-xpm use xpm images
(XPM
file format
)
1042 --enable-icocur use Windows ICO and CUR formats
1043 --enable-official_build official build of wxWidgets
(win32 DLL only
)
1044 --enable-vendor=VENDOR vendor name
(win32 DLL only
)
1045 --disable-largefile omit support
for large files
1046 --disable-gtktest do not try to compile and run a
test GTK
+ program
1047 --disable-gtktest Do not try to compile and run a
test GTK program
1048 --disable-sdltest Do not try to compile and run a
test SDL program
1049 --enable-omf use OMF object format
(OS
/2)
1050 --disable-precomp-headers
1051 don
't use precompiled headers even if compiler can
1054 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1055 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1056 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1057 --with-motif use Motif/Lesstif
1058 --with-mac use Mac OS X
1059 --with-cocoa use Cocoa
1060 --with-wine use Wine
1061 --with-msw use MS-Windows
1062 --with-pm use OS/2 Presentation Manager
1063 --with-mgl use SciTech MGL
1064 --with-microwin use MicroWindows
1066 --with-libpng use libpng (PNG image format)
1067 --with-libjpeg use libjpeg (JPEG file format)
1068 --with-libtiff use libtiff (TIFF file format)
1069 --with-libxpm use libxpm (XPM file format)
1070 --with-libmspack use libmspack (CHM help files loading)
1071 --with-sdl use SDL for audio on Unix
1072 --with-gnomeprint use GNOME print for printing under Unix
1073 --with-opengl use OpenGL (or Mesa)
1074 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1075 --with-regex enable support for wxRegEx class
1076 --with-zlib use zlib for LZW compression
1077 --with-odbc use the IODBC and wxODBC classes
1078 --with-expat enable XML support using expat parser
1079 --with-flavour=NAME specify a name to identify this build
1080 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1081 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1082 --with-x use the X Window System
1083 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1084 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1085 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1086 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1087 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1089 Some influential environment variables:
1090 CC C compiler command
1091 CFLAGS C compiler flags
1092 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1093 nonstandard directory <lib dir>
1094 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1095 headers in a nonstandard directory <include dir>
1097 CXX C++ compiler command
1098 CXXFLAGS C++ compiler flags
1099 CXXCPP C++ preprocessor
1101 Use these variables to override the choices made by `configure' or to
help
1102 it to
find libraries and programs with nonstandard names
/locations.
1104 Report bugs to
<wx
-dev@lists.wxwidgets.org
>.
1108 if test "$ac_init_help" = "recursive"; then
1109 # If there are subdirs, report their specific --help.
1111 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1112 test -d $ac_dir || continue
1115 if test "$ac_dir" != .
; then
1116 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1117 # A "../" for each directory in $ac_dir_suffix.
1118 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1120 ac_dir_suffix
= ac_top_builddir
=
1124 .
) # No --srcdir option. We are building in place.
1126 if test -z "$ac_top_builddir"; then
1129 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1131 [\\/]* | ?
:[\\/]* ) # Absolute path.
1132 ac_srcdir
=$srcdir$ac_dir_suffix;
1133 ac_top_srcdir
=$srcdir ;;
1135 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1136 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1139 # Do not use `cd foo && pwd` to compute absolute paths, because
1140 # the directories may not exist.
1142 .
) ac_abs_builddir
="$ac_dir";;
1145 .
) ac_abs_builddir
=`pwd`;;
1146 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1147 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1150 case $ac_abs_builddir in
1151 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1153 case ${ac_top_builddir}.
in
1154 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1155 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1156 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1159 case $ac_abs_builddir in
1160 .
) ac_abs_srcdir
=$ac_srcdir;;
1163 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1164 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1165 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1168 case $ac_abs_builddir in
1169 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1171 case $ac_top_srcdir in
1172 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1173 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1174 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1179 # Check for guested configure; otherwise get Cygnus style configure.
1180 if test -f $ac_srcdir/configure.gnu
; then
1182 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1183 elif test -f $ac_srcdir/configure
; then
1185 $SHELL $ac_srcdir/configure
--help=recursive
1186 elif test -f $ac_srcdir/configure.ac
||
1187 test -f $ac_srcdir/configure.
in; then
1189 $ac_configure --help
1191 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1197 test -n "$ac_init_help" && exit 0
1198 if $ac_init_version; then
1200 wxWidgets configure
2.6.0
1201 generated by GNU Autoconf
2.59
1203 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1204 This configure
script is free software
; the Free Software Foundation
1205 gives unlimited permission to copy
, distribute and modify it.
1211 This file contains any messages produced by compilers while
1212 running configure, to aid debugging if configure makes a mistake.
1214 It was created by wxWidgets $as_me 2.6.0, which was
1215 generated by GNU Autoconf 2.59. Invocation command line was
1226 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1227 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1228 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1229 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1230 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1232 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1233 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1235 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1236 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1237 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1238 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1239 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1240 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1241 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1245 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1249 test -z "$as_dir" && as_dir
=.
1250 echo "PATH: $as_dir"
1265 # Keep a trace of the command line.
1266 # Strip out --no-create and --no-recursion so they do not pile up.
1267 # Strip out --silent because we don't want to record it for future runs.
1268 # Also quote any args containing shell meta-characters.
1269 # Make two passes to allow for proper duplicate-argument suppression.
1274 ac_must_keep_next
=false
1280 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1281 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1282 | -silent | --silent | --silen | --sile | --sil)
1284 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1285 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1288 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1290 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1291 if test $ac_must_keep_next = true
; then
1292 ac_must_keep_next
=false
# Got value, back to normal.
1295 *=* | --config-cache | -C | -disable-* | --disable-* \
1296 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1297 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1298 | -with-* | --with-* | -without-* | --without-* | --x)
1299 case "$ac_configure_args0 " in
1300 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1303 -* ) ac_must_keep_next
=true
;;
1306 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1307 # Get rid of the leading space.
1313 $as_unset ac_configure_args0
|| test "${ac_configure_args0+set}" != set || { ac_configure_args0
=; export ac_configure_args0
; }
1314 $as_unset ac_configure_args1
|| test "${ac_configure_args1+set}" != set || { ac_configure_args1
=; export ac_configure_args1
; }
1316 # When interrupted or exit'd, cleanup temporary files, and complete
1317 # config.log. We remove comments because anyway the quotes in there
1318 # would cause problems or look ugly.
1319 # WARNING: Be sure not to use single quotes in there, as some shells,
1320 # such as our DU 5.0 friend, will then `close' the trap.
1321 trap 'exit_status=$?
1322 # Save into config.log some information that might help in debugging.
1327 ## ---------------- ##
1328 ## Cache variables. ##
1329 ## ---------------- ##
1332 # The following way of writing the cache mishandles newlines in values,
1335 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1338 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1339 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1343 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1350 ## ----------------- ##
1351 ## Output variables. ##
1352 ## ----------------- ##
1355 for ac_var in $ac_subst_vars
1357 eval ac_val=$`echo $ac_var`
1358 echo "$ac_var='"'"'$ac_val'"'"'"
1362 if test -n "$ac_subst_files"; then
1369 for ac_var in $ac_subst_files
1371 eval ac_val=$`echo $ac_var`
1372 echo "$ac_var='"'"'$ac_val'"'"'"
1377 if test -s confdefs.h; then
1384 sed "/^$/d" confdefs.h | sort
1387 test "$ac_signal" != 0 &&
1388 echo "$as_me: caught signal $ac_signal"
1389 echo "$as_me: exit $exit_status"
1391 rm -f core *.core &&
1392 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1395 for ac_signal
in 1 2 13 15; do
1396 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1400 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1401 rm -rf conftest
* confdefs.h
1402 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1405 # Predefined preprocessor variables.
1407 cat >>confdefs.h
<<_ACEOF
1408 #define PACKAGE_NAME "$PACKAGE_NAME"
1412 cat >>confdefs.h
<<_ACEOF
1413 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1417 cat >>confdefs.h
<<_ACEOF
1418 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1422 cat >>confdefs.h
<<_ACEOF
1423 #define PACKAGE_STRING "$PACKAGE_STRING"
1427 cat >>confdefs.h
<<_ACEOF
1428 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1432 # Let the site file select an alternate cache file if it wants to.
1433 # Prefer explicitly selected file to automatically selected ones.
1434 if test -z "$CONFIG_SITE"; then
1435 if test "x$prefix" != xNONE
; then
1436 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1438 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1441 for ac_site_file
in $CONFIG_SITE; do
1442 if test -r "$ac_site_file"; then
1443 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1444 echo "$as_me: loading site script $ac_site_file" >&6;}
1445 sed 's/^/| /' "$ac_site_file" >&5
1450 if test -r "$cache_file"; then
1451 # Some versions of bash will fail to source /dev/null (special
1452 # files actually), so we avoid doing that.
1453 if test -f "$cache_file"; then
1454 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1455 echo "$as_me: loading cache $cache_file" >&6;}
1457 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1458 *) . .
/$cache_file;;
1462 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1463 echo "$as_me: creating cache $cache_file" >&6;}
1467 # Check that the precious variables saved in the cache have kept the same
1469 ac_cache_corrupted
=false
1470 for ac_var
in `(set) 2>&1 |
1471 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1472 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1473 eval ac_new_set
=\
$ac_env_${ac_var}_set
1474 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1475 eval ac_new_val
="\$ac_env_${ac_var}_value"
1476 case $ac_old_set,$ac_new_set in
1478 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1479 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1480 ac_cache_corrupted
=: ;;
1482 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1483 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1484 ac_cache_corrupted
=: ;;
1487 if test "x$ac_old_val" != "x$ac_new_val"; then
1488 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1489 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1490 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1491 echo "$as_me: former value: $ac_old_val" >&2;}
1492 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1493 echo "$as_me: current value: $ac_new_val" >&2;}
1494 ac_cache_corrupted
=:
1497 # Pass precious variables to config.status.
1498 if test "$ac_new_set" = set; then
1500 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1501 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1502 *) ac_arg
=$ac_var=$ac_new_val ;;
1504 case " $ac_configure_args " in
1505 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1506 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1510 if $ac_cache_corrupted; then
1511 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1512 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1513 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1514 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1515 { (exit 1); exit 1; }; }
1519 ac_cpp
='$CPP $CPPFLAGS'
1520 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1521 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1522 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1554 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1555 if test -f $ac_dir/install-sh; then
1557 ac_install_sh
="$ac_aux_dir/install-sh -c"
1559 elif test -f $ac_dir/install.sh
; then
1561 ac_install_sh
="$ac_aux_dir/install.sh -c"
1563 elif test -f $ac_dir/shtool
; then
1565 ac_install_sh
="$ac_aux_dir/shtool install -c"
1569 if test -z "$ac_aux_dir"; then
1570 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1571 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1572 { (exit 1); exit 1; }; }
1574 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1575 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1576 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1578 # Make sure we can run config.sub.
1579 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1580 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1581 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1582 { (exit 1); exit 1; }; }
1584 echo "$as_me:$LINENO: checking build system type" >&5
1585 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1586 if test "${ac_cv_build+set}" = set; then
1587 echo $ECHO_N "(cached) $ECHO_C" >&6
1589 ac_cv_build_alias
=$build_alias
1590 test -z "$ac_cv_build_alias" &&
1591 ac_cv_build_alias
=`$ac_config_guess`
1592 test -z "$ac_cv_build_alias" &&
1593 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1594 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1595 { (exit 1); exit 1; }; }
1596 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1597 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1598 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1599 { (exit 1); exit 1; }; }
1602 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1603 echo "${ECHO_T}$ac_cv_build" >&6
1605 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1606 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1607 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1610 echo "$as_me:$LINENO: checking host system type" >&5
1611 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1612 if test "${ac_cv_host+set}" = set; then
1613 echo $ECHO_N "(cached) $ECHO_C" >&6
1615 ac_cv_host_alias
=$host_alias
1616 test -z "$ac_cv_host_alias" &&
1617 ac_cv_host_alias
=$ac_cv_build_alias
1618 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1619 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1620 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1621 { (exit 1); exit 1; }; }
1624 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1625 echo "${ECHO_T}$ac_cv_host" >&6
1627 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1628 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1629 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1632 echo "$as_me:$LINENO: checking target system type" >&5
1633 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1634 if test "${ac_cv_target+set}" = set; then
1635 echo $ECHO_N "(cached) $ECHO_C" >&6
1637 ac_cv_target_alias
=$target_alias
1638 test "x$ac_cv_target_alias" = "x" &&
1639 ac_cv_target_alias
=$ac_cv_host_alias
1640 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1641 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1642 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1643 { (exit 1); exit 1; }; }
1646 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1647 echo "${ECHO_T}$ac_cv_target" >&6
1648 target
=$ac_cv_target
1649 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1650 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1651 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1654 # The aliases save the names the user supplied, while $host etc.
1655 # will get canonicalized.
1656 test -n "$target_alias" &&
1657 test "$program_prefix$program_suffix$program_transform_name" = \
1659 program_prefix
=${target_alias}-
1663 wx_major_version_number
=2
1664 wx_minor_version_number
=6
1666 wx_subrelease_number
=0
1668 WX_RELEASE
=$wx_major_version_number.
$wx_minor_version_number
1669 WX_VERSION
=$WX_RELEASE.
$wx_release_number
1670 WX_SUBVERSION
=$WX_VERSION.
$wx_subrelease_number
1672 WX_MSW_VERSION
=$wx_major_version_number$wx_minor_version_number$wx_release_number
1688 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
1694 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
1700 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1702 ALL_TOOLKITS
="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1704 DEFAULT_wxUSE_COCOA
=0
1708 DEFAULT_wxUSE_MICROWIN
=0
1709 DEFAULT_wxUSE_MOTIF
=0
1714 DEFAULT_DEFAULT_wxUSE_COCOA
=0
1715 DEFAULT_DEFAULT_wxUSE_GTK
=0
1716 DEFAULT_DEFAULT_wxUSE_MAC
=0
1717 DEFAULT_DEFAULT_wxUSE_MGL
=0
1718 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1719 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1720 DEFAULT_DEFAULT_wxUSE_MSW
=0
1721 DEFAULT_DEFAULT_wxUSE_PM
=0
1722 DEFAULT_DEFAULT_wxUSE_X11
=0
1727 SAMPLES_RPATH_POSTLINK
=
1729 DEFAULT_STD_FLAG
=yes
1734 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1735 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1737 cat >>confdefs.h
<<\_ACEOF
1744 cat >>confdefs.h
<<\_ACEOF
1749 if test "x$TMP" = "xalpha"; then
1751 cat >>confdefs.h
<<\_ACEOF
1756 DEFAULT_DEFAULT_wxUSE_GTK
=1
1758 *-*-gnu* | *-*-k*bsd
*-gnu )
1761 if test "x$TMP" = "xalpha"; then
1763 cat >>confdefs.h
<<\_ACEOF
1768 DEFAULT_DEFAULT_wxUSE_GTK
=1
1770 *-*-irix5* | *-*-irix6* )
1773 cat >>confdefs.h
<<\_ACEOF
1777 cat >>confdefs.h
<<\_ACEOF
1781 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1787 cat >>confdefs.h
<<\_ACEOF
1791 cat >>confdefs.h
<<\_ACEOF
1792 #define __SOLARIS__ 1
1795 cat >>confdefs.h
<<\_ACEOF
1799 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1800 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1806 cat >>confdefs.h
<<\_ACEOF
1810 cat >>confdefs.h
<<\_ACEOF
1814 cat >>confdefs.h
<<\_ACEOF
1818 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1823 cat >>confdefs.h
<<\_ACEOF
1824 #define __FREEBSD__ 1
1827 cat >>confdefs.h
<<\_ACEOF
1831 DEFAULT_DEFAULT_wxUSE_GTK
=1
1836 cat >>confdefs.h
<<\_ACEOF
1837 #define __OPENBSD__ 1
1840 cat >>confdefs.h
<<\_ACEOF
1844 DEFAULT_DEFAULT_wxUSE_GTK
=1
1849 cat >>confdefs.h
<<\_ACEOF
1850 #define __NETBSD__ 1
1853 cat >>confdefs.h
<<\_ACEOF
1857 DEFAULT_DEFAULT_wxUSE_GTK
=1
1862 cat >>confdefs.h
<<\_ACEOF
1866 cat >>confdefs.h
<<\_ACEOF
1870 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1871 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1876 cat >>confdefs.h
<<\_ACEOF
1880 cat >>confdefs.h
<<\_ACEOF
1884 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1889 cat >>confdefs.h
<<\_ACEOF
1893 cat >>confdefs.h
<<\_ACEOF
1897 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1904 cat >>confdefs.h
<<\_ACEOF
1908 cat >>confdefs.h
<<\_ACEOF
1912 cat >>confdefs.h
<<\_ACEOF
1916 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1923 cat >>confdefs.h
<<\_ACEOF
1924 #define __UNIXWARE__ 1
1929 *-*-cygwin* | *-*-mingw32* )
1933 DEFAULT_DEFAULT_wxUSE_MSW
=1
1940 cat >>confdefs.h
<<\_ACEOF
1945 DEFAULT_DEFAULT_wxUSE_MGL
=1
1946 LIBS
="$LIBS -lstdc++"
1949 *-pc-os2_emx | *-pc-os2-emx )
1950 cat >>confdefs.h
<<\_ACEOF
1955 cat >>confdefs.h
<<\_ACEOF
1960 DEFAULT_DEFAULT_wxUSE_PM
=1
1962 LDFLAGS
="$LDFLAGS -Zcrtdll"
1963 ac_executable_extensions
=".exe"
1964 export ac_executable_extensions
1968 for ac_dir
in $PATH; do
1970 if test -z "$ac_TEMP_PATH"; then
1971 ac_TEMP_PATH
="$ac_dir"
1973 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
1976 export PATH
="$ac_TEMP_PATH"
1985 cat >>confdefs.h
<<\_ACEOF
1989 cat >>confdefs.h
<<\_ACEOF
1990 #define __DARWIN__ 1
1993 cat >>confdefs.h
<<\_ACEOF
1994 #define TARGET_CARBON 1
1997 DEFAULT_DEFAULT_wxUSE_MAC
=1
2000 powerpc
-apple-macos* )
2002 ac_cv_c_bigendian
=yes
2004 DEFAULT_DEFAULT_wxUSE_MAC
=1
2010 cat >>confdefs.h
<<\_ACEOF
2017 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2018 echo "$as_me: error: unknown system type ${host}." >&2;}
2019 { (exit 1); exit 1; }; }
2025 wx_arg_cache_file
="configarg.cache"
2026 echo "loading argument cache $wx_arg_cache_file"
2027 rm -f ${wx_arg_cache_file}.tmp
2028 touch ${wx_arg_cache_file}.tmp
2029 touch ${wx_arg_cache_file}
2033 if test $DEBUG_CONFIGURE = 1; then
2034 DEFAULT_wxUSE_UNIVERSAL
=no
2035 DEFAULT_wxUSE_STL
=no
2037 DEFAULT_wxUSE_NANOX
=no
2039 DEFAULT_wxUSE_THREADS
=yes
2041 DEFAULT_wxUSE_SHARED
=yes
2042 DEFAULT_wxUSE_OPTIMISE
=no
2043 DEFAULT_wxUSE_PROFILE
=no
2044 DEFAULT_wxUSE_NO_DEPS
=no
2045 DEFAULT_wxUSE_NO_RTTI
=no
2046 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2047 DEFAULT_wxUSE_RPATH
=yes
2048 DEFAULT_wxUSE_PERMISSIVE
=no
2049 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2050 DEFAULT_wxUSE_DEBUG_INFO
=yes
2051 DEFAULT_wxUSE_DEBUG_GDB
=yes
2052 DEFAULT_wxUSE_MEM_TRACING
=no
2053 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2054 DEFAULT_wxUSE_DMALLOC
=no
2055 DEFAULT_wxUSE_APPLE_IEEE
=no
2057 DEFAULT_wxUSE_EXCEPTIONS
=no
2058 DEFAULT_wxUSE_LOG
=yes
2059 DEFAULT_wxUSE_LOGWINDOW
=no
2060 DEFAULT_wxUSE_LOGGUI
=no
2061 DEFAULT_wxUSE_LOGDIALOG
=no
2063 DEFAULT_wxUSE_GUI
=yes
2064 DEFAULT_wxUSE_CONTROLS
=no
2066 DEFAULT_wxUSE_REGEX
=no
2067 DEFAULT_wxUSE_XML
=no
2068 DEFAULT_wxUSE_EXPAT
=no
2069 DEFAULT_wxUSE_ZLIB
=no
2070 DEFAULT_wxUSE_LIBPNG
=no
2071 DEFAULT_wxUSE_LIBJPEG
=no
2072 DEFAULT_wxUSE_LIBTIFF
=no
2073 DEFAULT_wxUSE_LIBXPM
=no
2074 DEFAULT_wxUSE_LIBMSPACK
=no
2075 DEFAULT_wxUSE_LIBSDL
=no
2076 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2077 DEFAULT_wxUSE_ODBC
=no
2078 DEFAULT_wxUSE_OPENGL
=no
2080 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
2081 DEFAULT_wxUSE_STACKWALKER
=no
2082 DEFAULT_wxUSE_DEBUGREPORT
=no
2083 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
2084 DEFAULT_wxUSE_STD_IOSTREAM
=no
2085 DEFAULT_wxUSE_STD_STRING
=no
2086 DEFAULT_wxUSE_CMDLINE_PARSER
=no
2087 DEFAULT_wxUSE_DATETIME
=no
2088 DEFAULT_wxUSE_TIMER
=no
2089 DEFAULT_wxUSE_STOPWATCH
=no
2090 DEFAULT_wxUSE_FILE
=no
2091 DEFAULT_wxUSE_FFILE
=no
2092 DEFAULT_wxUSE_STDPATHS
=no
2093 DEFAULT_wxUSE_TEXTBUFFER
=no
2094 DEFAULT_wxUSE_TEXTFILE
=no
2095 DEFAULT_wxUSE_SOUND
=no
2096 DEFAULT_wxUSE_MEDIACTRL
=no
2097 DEFAULT_wxUSE_DIRECTSHOW
=no
2098 DEFAULT_wxUSE_INTL
=no
2099 DEFAULT_wxUSE_CONFIG
=no
2100 DEFAULT_wxUSE_FONTMAP
=no
2101 DEFAULT_wxUSE_STREAMS
=no
2102 DEFAULT_wxUSE_SOCKETS
=no
2103 DEFAULT_wxUSE_OLE
=no
2104 DEFAULT_wxUSE_DATAOBJ
=no
2105 DEFAULT_wxUSE_DIALUP_MANAGER
=no
2106 DEFAULT_wxUSE_JOYSTICK
=no
2107 DEFAULT_wxUSE_DYNLIB_CLASS
=no
2108 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
2109 DEFAULT_wxUSE_LONGLONG
=no
2110 DEFAULT_wxUSE_GEOMETRY
=no
2112 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
2113 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
2114 DEFAULT_wxUSE_POSTSCRIPT
=no
2116 DEFAULT_wxUSE_CLIPBOARD
=no
2117 DEFAULT_wxUSE_TOOLTIPS
=no
2118 DEFAULT_wxUSE_DRAG_AND_DROP
=no
2119 DEFAULT_wxUSE_DRAGIMAGE
=no
2120 DEFAULT_wxUSE_SPLINES
=no
2121 DEFAULT_wxUSE_MOUSEWHEEL
=no
2123 DEFAULT_wxUSE_MDI
=no
2124 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
2125 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
2126 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
2128 DEFAULT_wxUSE_RESOURCES
=no
2129 DEFAULT_wxUSE_CONSTRAINTS
=no
2130 DEFAULT_wxUSE_IPC
=no
2131 DEFAULT_wxUSE_HELP
=no
2132 DEFAULT_wxUSE_MS_HTML_HELP
=no
2133 DEFAULT_wxUSE_WXHTML_HELP
=no
2134 DEFAULT_wxUSE_TREELAYOUT
=no
2135 DEFAULT_wxUSE_METAFILE
=no
2136 DEFAULT_wxUSE_MIMETYPE
=no
2137 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
2138 DEFAULT_wxUSE_PROTOCOL
=no
2139 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
2140 DEFAULT_wxUSE_PROTOCOL_FTP
=no
2141 DEFAULT_wxUSE_PROTOCOL_FILE
=no
2142 DEFAULT_wxUSE_URL
=no
2144 DEFAULT_wxUSE_COMMONDLGS
=no
2145 DEFAULT_wxUSE_CHOICEDLG
=no
2146 DEFAULT_wxUSE_COLOURDLG
=no
2147 DEFAULT_wxUSE_DIRDLG
=no
2148 DEFAULT_wxUSE_FILEDLG
=no
2149 DEFAULT_wxUSE_FINDREPLDLG
=no
2150 DEFAULT_wxUSE_FONTDLG
=no
2151 DEFAULT_wxUSE_MSGDLG
=no
2152 DEFAULT_wxUSE_NUMBERDLG
=no
2153 DEFAULT_wxUSE_TEXTDLG
=no
2154 DEFAULT_wxUSE_SPLASH
=no
2155 DEFAULT_wxUSE_STARTUP_TIPS
=no
2156 DEFAULT_wxUSE_PROGRESSDLG
=no
2157 DEFAULT_wxUSE_WIZARDDLG
=no
2159 DEFAULT_wxUSE_MENUS
=no
2160 DEFAULT_wxUSE_MINIFRAME
=no
2161 DEFAULT_wxUSE_HTML
=no
2162 DEFAULT_wxUSE_XRC
=no
2163 DEFAULT_wxUSE_WEBKIT
=no
2164 DEFAULT_wxUSE_FILESYSTEM
=no
2165 DEFAULT_wxUSE_FS_INET
=no
2166 DEFAULT_wxUSE_FS_ZIP
=no
2167 DEFAULT_wxUSE_BUSYINFO
=no
2168 DEFAULT_wxUSE_ARCHIVE_STREAMS
=no
2169 DEFAULT_wxUSE_ZIPSTREAM
=no
2170 DEFAULT_wxUSE_VALIDATORS
=no
2172 DEFAULT_wxUSE_ACCEL
=no
2173 DEFAULT_wxUSE_BUTTON
=no
2174 DEFAULT_wxUSE_BMPBUTTON
=no
2175 DEFAULT_wxUSE_CALCTRL
=no
2176 DEFAULT_wxUSE_CARET
=no
2177 DEFAULT_wxUSE_CHECKBOX
=no
2178 DEFAULT_wxUSE_CHECKLST
=no
2179 DEFAULT_wxUSE_CHOICE
=no
2180 DEFAULT_wxUSE_CHOICEBOOK
=no
2181 DEFAULT_wxUSE_COMBOBOX
=no
2182 DEFAULT_wxUSE_DATEPICKCTRL
=no
2183 DEFAULT_wxUSE_DISPLAY
=no
2184 DEFAULT_wxUSE_GAUGE
=no
2185 DEFAULT_wxUSE_GRID
=no
2186 DEFAULT_wxUSE_IMAGLIST
=no
2187 DEFAULT_wxUSE_LISTBOOK
=no
2188 DEFAULT_wxUSE_LISTBOX
=no
2189 DEFAULT_wxUSE_LISTCTRL
=no
2190 DEFAULT_wxUSE_NOTEBOOK
=no
2191 DEFAULT_wxUSE_RADIOBOX
=no
2192 DEFAULT_wxUSE_RADIOBTN
=no
2193 DEFAULT_wxUSE_SASH
=no
2194 DEFAULT_wxUSE_SCROLLBAR
=no
2195 DEFAULT_wxUSE_SLIDER
=no
2196 DEFAULT_wxUSE_SPINBTN
=no
2197 DEFAULT_wxUSE_SPINCTRL
=no
2198 DEFAULT_wxUSE_SPLITTER
=no
2199 DEFAULT_wxUSE_STATBMP
=no
2200 DEFAULT_wxUSE_STATBOX
=no
2201 DEFAULT_wxUSE_STATLINE
=no
2202 DEFAULT_wxUSE_STATTEXT
=no
2203 DEFAULT_wxUSE_STATUSBAR
=yes
2204 DEFAULT_wxUSE_TABDIALOG
=no
2205 DEFAULT_wxUSE_TEXTCTRL
=no
2206 DEFAULT_wxUSE_TOGGLEBTN
=no
2207 DEFAULT_wxUSE_TOOLBAR
=no
2208 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
2209 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
2210 DEFAULT_wxUSE_TREECTRL
=no
2211 DEFAULT_wxUSE_POPUPWIN
=no
2212 DEFAULT_wxUSE_TIPWINDOW
=no
2214 DEFAULT_wxUSE_UNICODE
=no
2215 DEFAULT_wxUSE_UNICODE_MSLU
=no
2216 DEFAULT_wxUSE_WCSRTOMBS
=no
2218 DEFAULT_wxUSE_PALETTE
=no
2219 DEFAULT_wxUSE_IMAGE
=no
2220 DEFAULT_wxUSE_GIF
=no
2221 DEFAULT_wxUSE_PCX
=no
2222 DEFAULT_wxUSE_PNM
=no
2223 DEFAULT_wxUSE_IFF
=no
2224 DEFAULT_wxUSE_XPM
=no
2225 DEFAULT_wxUSE_ICO_CUR
=no
2226 DEFAULT_wxUSE_ACCESSIBILITY
=no
2228 DEFAULT_wxUSE_MONOLITHIC
=no
2229 DEFAULT_wxUSE_PLUGINS
=no
2230 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2232 DEFAULT_wxUSE_UNIVERSAL
=no
2233 DEFAULT_wxUSE_STL
=no
2235 DEFAULT_wxUSE_NANOX
=no
2237 DEFAULT_wxUSE_THREADS
=yes
2239 DEFAULT_wxUSE_SHARED
=yes
2240 DEFAULT_wxUSE_OPTIMISE
=yes
2241 DEFAULT_wxUSE_PROFILE
=no
2242 DEFAULT_wxUSE_NO_DEPS
=no
2243 DEFAULT_wxUSE_NO_RTTI
=no
2244 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2245 DEFAULT_wxUSE_RPATH
=yes
2246 DEFAULT_wxUSE_PERMISSIVE
=no
2247 DEFAULT_wxUSE_DEBUG_FLAG
=no
2248 DEFAULT_wxUSE_DEBUG_INFO
=no
2249 DEFAULT_wxUSE_DEBUG_GDB
=no
2250 DEFAULT_wxUSE_MEM_TRACING
=no
2251 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2252 DEFAULT_wxUSE_DMALLOC
=no
2253 DEFAULT_wxUSE_APPLE_IEEE
=yes
2255 DEFAULT_wxUSE_EXCEPTIONS
=yes
2256 DEFAULT_wxUSE_LOG
=yes
2257 DEFAULT_wxUSE_LOGWINDOW
=yes
2258 DEFAULT_wxUSE_LOGGUI
=yes
2259 DEFAULT_wxUSE_LOGDIALOG
=yes
2261 DEFAULT_wxUSE_GUI
=yes
2263 DEFAULT_wxUSE_REGEX
=yes
2264 DEFAULT_wxUSE_XML
=yes
2265 DEFAULT_wxUSE_EXPAT
=yes
2266 DEFAULT_wxUSE_ZLIB
=yes
2267 DEFAULT_wxUSE_LIBPNG
=yes
2268 DEFAULT_wxUSE_LIBJPEG
=yes
2269 DEFAULT_wxUSE_LIBTIFF
=yes
2270 DEFAULT_wxUSE_LIBXPM
=yes
2271 DEFAULT_wxUSE_LIBMSPACK
=yes
2272 DEFAULT_wxUSE_LIBSDL
=no
2273 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2274 DEFAULT_wxUSE_ODBC
=no
2275 DEFAULT_wxUSE_OPENGL
=no
2277 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
2278 DEFAULT_wxUSE_STACKWALKER
=yes
2279 DEFAULT_wxUSE_DEBUGREPORT
=yes
2280 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
2281 DEFAULT_wxUSE_STD_IOSTREAM
=$DEFAULT_STD_FLAG
2282 DEFAULT_wxUSE_STD_STRING
=$DEFAULT_STD_FLAG
2283 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
2284 DEFAULT_wxUSE_DATETIME
=yes
2285 DEFAULT_wxUSE_TIMER
=yes
2286 DEFAULT_wxUSE_STOPWATCH
=yes
2287 DEFAULT_wxUSE_FILE
=yes
2288 DEFAULT_wxUSE_FFILE
=yes
2289 DEFAULT_wxUSE_STDPATHS
=yes
2290 DEFAULT_wxUSE_TEXTBUFFER
=yes
2291 DEFAULT_wxUSE_TEXTFILE
=yes
2292 DEFAULT_wxUSE_SOUND
=yes
2293 DEFAULT_wxUSE_MEDIACTRL
=no
2294 DEFAULT_wxUSE_DIRECTSHOW
=no
2295 DEFAULT_wxUSE_INTL
=yes
2296 DEFAULT_wxUSE_CONFIG
=yes
2297 DEFAULT_wxUSE_FONTMAP
=yes
2298 DEFAULT_wxUSE_STREAMS
=yes
2299 DEFAULT_wxUSE_SOCKETS
=yes
2300 DEFAULT_wxUSE_OLE
=yes
2301 DEFAULT_wxUSE_DATAOBJ
=yes
2302 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
2303 DEFAULT_wxUSE_JOYSTICK
=yes
2304 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
2305 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
2306 DEFAULT_wxUSE_LONGLONG
=yes
2307 DEFAULT_wxUSE_GEOMETRY
=yes
2309 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
2310 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
2311 DEFAULT_wxUSE_POSTSCRIPT
=yes
2313 DEFAULT_wxUSE_CLIPBOARD
=yes
2314 DEFAULT_wxUSE_TOOLTIPS
=yes
2315 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
2316 DEFAULT_wxUSE_DRAGIMAGE
=yes
2317 DEFAULT_wxUSE_SPLINES
=yes
2318 DEFAULT_wxUSE_MOUSEWHEEL
=yes
2320 DEFAULT_wxUSE_MDI
=yes
2321 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
2322 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
2323 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
2325 DEFAULT_wxUSE_RESOURCES
=no
2326 DEFAULT_wxUSE_CONSTRAINTS
=yes
2327 DEFAULT_wxUSE_IPC
=yes
2328 DEFAULT_wxUSE_HELP
=yes
2329 DEFAULT_wxUSE_MS_HTML_HELP
=yes
2330 DEFAULT_wxUSE_WXHTML_HELP
=yes
2331 DEFAULT_wxUSE_TREELAYOUT
=yes
2332 DEFAULT_wxUSE_METAFILE
=yes
2333 DEFAULT_wxUSE_MIMETYPE
=yes
2334 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
2335 DEFAULT_wxUSE_PROTOCOL
=yes
2336 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
2337 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
2338 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
2339 DEFAULT_wxUSE_URL
=yes
2341 DEFAULT_wxUSE_COMMONDLGS
=yes
2342 DEFAULT_wxUSE_CHOICEDLG
=yes
2343 DEFAULT_wxUSE_COLOURDLG
=yes
2344 DEFAULT_wxUSE_DIRDLG
=yes
2345 DEFAULT_wxUSE_FILEDLG
=yes
2346 DEFAULT_wxUSE_FINDREPLDLG
=yes
2347 DEFAULT_wxUSE_FONTDLG
=yes
2348 DEFAULT_wxUSE_MSGDLG
=yes
2349 DEFAULT_wxUSE_NUMBERDLG
=yes
2350 DEFAULT_wxUSE_TEXTDLG
=yes
2351 DEFAULT_wxUSE_SPLASH
=yes
2352 DEFAULT_wxUSE_STARTUP_TIPS
=yes
2353 DEFAULT_wxUSE_PROGRESSDLG
=yes
2354 DEFAULT_wxUSE_WIZARDDLG
=yes
2356 DEFAULT_wxUSE_MENUS
=yes
2357 DEFAULT_wxUSE_MINIFRAME
=yes
2358 DEFAULT_wxUSE_HTML
=yes
2359 DEFAULT_wxUSE_XRC
=yes
2360 DEFAULT_wxUSE_WEBKIT
=yes
2361 DEFAULT_wxUSE_FILESYSTEM
=yes
2362 DEFAULT_wxUSE_FS_INET
=yes
2363 DEFAULT_wxUSE_FS_ZIP
=yes
2364 DEFAULT_wxUSE_BUSYINFO
=yes
2365 DEFAULT_wxUSE_ARCHIVE_STREAMS
=yes
2366 DEFAULT_wxUSE_ZIPSTREAM
=yes
2367 DEFAULT_wxUSE_VALIDATORS
=yes
2369 DEFAULT_wxUSE_ACCEL
=yes
2370 DEFAULT_wxUSE_BUTTON
=yes
2371 DEFAULT_wxUSE_BMPBUTTON
=yes
2372 DEFAULT_wxUSE_CALCTRL
=yes
2373 DEFAULT_wxUSE_CARET
=yes
2374 DEFAULT_wxUSE_CHECKBOX
=yes
2375 DEFAULT_wxUSE_CHECKLST
=yes
2376 DEFAULT_wxUSE_CHOICE
=yes
2377 DEFAULT_wxUSE_CHOICEBOOK
=yes
2378 DEFAULT_wxUSE_COMBOBOX
=yes
2379 DEFAULT_wxUSE_DATEPICKCTRL
=yes
2380 DEFAULT_wxUSE_DISPLAY
=yes
2381 DEFAULT_wxUSE_GAUGE
=yes
2382 DEFAULT_wxUSE_GRID
=yes
2383 DEFAULT_wxUSE_IMAGLIST
=yes
2384 DEFAULT_wxUSE_LISTBOOK
=yes
2385 DEFAULT_wxUSE_LISTBOX
=yes
2386 DEFAULT_wxUSE_LISTCTRL
=yes
2387 DEFAULT_wxUSE_NOTEBOOK
=yes
2388 DEFAULT_wxUSE_RADIOBOX
=yes
2389 DEFAULT_wxUSE_RADIOBTN
=yes
2390 DEFAULT_wxUSE_SASH
=yes
2391 DEFAULT_wxUSE_SCROLLBAR
=yes
2392 DEFAULT_wxUSE_SLIDER
=yes
2393 DEFAULT_wxUSE_SPINBTN
=yes
2394 DEFAULT_wxUSE_SPINCTRL
=yes
2395 DEFAULT_wxUSE_SPLITTER
=yes
2396 DEFAULT_wxUSE_STATBMP
=yes
2397 DEFAULT_wxUSE_STATBOX
=yes
2398 DEFAULT_wxUSE_STATLINE
=yes
2399 DEFAULT_wxUSE_STATTEXT
=yes
2400 DEFAULT_wxUSE_STATUSBAR
=yes
2401 DEFAULT_wxUSE_TABDIALOG
=no
2402 DEFAULT_wxUSE_TEXTCTRL
=yes
2403 DEFAULT_wxUSE_TOGGLEBTN
=yes
2404 DEFAULT_wxUSE_TOOLBAR
=yes
2405 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
2406 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
2407 DEFAULT_wxUSE_TREECTRL
=yes
2408 DEFAULT_wxUSE_POPUPWIN
=yes
2409 DEFAULT_wxUSE_TIPWINDOW
=yes
2411 DEFAULT_wxUSE_UNICODE
=no
2412 DEFAULT_wxUSE_UNICODE_MSLU
=yes
2413 DEFAULT_wxUSE_WCSRTOMBS
=no
2415 DEFAULT_wxUSE_PALETTE
=yes
2416 DEFAULT_wxUSE_IMAGE
=yes
2417 DEFAULT_wxUSE_GIF
=yes
2418 DEFAULT_wxUSE_PCX
=yes
2419 DEFAULT_wxUSE_IFF
=no
2420 DEFAULT_wxUSE_PNM
=yes
2421 DEFAULT_wxUSE_XPM
=yes
2422 DEFAULT_wxUSE_ICO_CUR
=yes
2423 DEFAULT_wxUSE_ACCESSIBILITY
=no
2425 DEFAULT_wxUSE_MONOLITHIC
=no
2426 DEFAULT_wxUSE_PLUGINS
=no
2427 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2429 DEFAULT_wxUSE_GTK2
=yes
2435 for toolkit
in `echo $ALL_TOOLKITS`; do
2436 LINE
=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2437 if test "x$LINE" != "x" ; then
2438 has_toolkit_in_cache
=1
2439 eval "DEFAULT_$LINE"
2440 eval "CACHE_$toolkit=1"
2442 LINE
=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2443 if test "x$LINE" != "x" ; then
2444 eval "DEFAULT_$LINE"
2452 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2453 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2455 # Check whether --enable-gui or --disable-gui was given.
2456 if test "${enable_gui+set}" = set; then
2457 enableval
="$enable_gui"
2459 if test "$enableval" = yes; then
2460 ac_cv_use_gui
='wxUSE_GUI=yes'
2462 ac_cv_use_gui
='wxUSE_GUI=no'
2467 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2468 if test "x$LINE" != x
; then
2469 eval "DEFAULT_$LINE"
2474 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2478 eval "$ac_cv_use_gui"
2479 if test "$no_cache" != 1; then
2480 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2483 if test "$wxUSE_GUI" = yes; then
2484 echo "$as_me:$LINENO: result: yes" >&5
2485 echo "${ECHO_T}yes" >&6
2487 echo "$as_me:$LINENO: result: no" >&5
2488 echo "${ECHO_T}no" >&6
2493 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2494 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2496 # Check whether --enable-monolithic or --disable-monolithic was given.
2497 if test "${enable_monolithic+set}" = set; then
2498 enableval
="$enable_monolithic"
2500 if test "$enableval" = yes; then
2501 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=yes'
2503 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=no'
2508 LINE
=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2509 if test "x$LINE" != x
; then
2510 eval "DEFAULT_$LINE"
2515 ac_cv_use_monolithic
='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2519 eval "$ac_cv_use_monolithic"
2520 if test "$no_cache" != 1; then
2521 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2524 if test "$wxUSE_MONOLITHIC" = yes; then
2525 echo "$as_me:$LINENO: result: yes" >&5
2526 echo "${ECHO_T}yes" >&6
2528 echo "$as_me:$LINENO: result: no" >&5
2529 echo "${ECHO_T}no" >&6
2534 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2535 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2537 # Check whether --enable-plugins or --disable-plugins was given.
2538 if test "${enable_plugins+set}" = set; then
2539 enableval
="$enable_plugins"
2541 if test "$enableval" = yes; then
2542 ac_cv_use_plugins
='wxUSE_PLUGINS=yes'
2544 ac_cv_use_plugins
='wxUSE_PLUGINS=no'
2549 LINE
=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2550 if test "x$LINE" != x
; then
2551 eval "DEFAULT_$LINE"
2556 ac_cv_use_plugins
='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2560 eval "$ac_cv_use_plugins"
2561 if test "$no_cache" != 1; then
2562 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2565 if test "$wxUSE_PLUGINS" = yes; then
2566 echo "$as_me:$LINENO: result: yes" >&5
2567 echo "${ECHO_T}yes" >&6
2569 echo "$as_me:$LINENO: result: no" >&5
2570 echo "${ECHO_T}no" >&6
2574 if test "$wxUSE_GUI" = "yes"; then
2578 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2579 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2581 # Check whether --enable-universal or --disable-universal was given.
2582 if test "${enable_universal+set}" = set; then
2583 enableval
="$enable_universal"
2585 if test "$enableval" = yes; then
2586 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
2588 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
2593 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2594 if test "x$LINE" != x
; then
2595 eval "DEFAULT_$LINE"
2600 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2604 eval "$ac_cv_use_universal"
2605 if test "$no_cache" != 1; then
2606 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2609 if test "$wxUSE_UNIVERSAL" = yes; then
2610 echo "$as_me:$LINENO: result: yes" >&5
2611 echo "${ECHO_T}yes" >&6
2613 echo "$as_me:$LINENO: result: no" >&5
2614 echo "${ECHO_T}no" >&6
2618 # Check whether --with-gtk or --without-gtk was given.
2619 if test "${with_gtk+set}" = set; then
2621 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
2624 # Check whether --with-motif or --without-motif was given.
2625 if test "${with_motif+set}" = set; then
2626 withval
="$with_motif"
2627 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
2630 # Check whether --with-mac or --without-mac was given.
2631 if test "${with_mac+set}" = set; then
2633 wxUSE_MAC
="$withval" CACHE_MAC
=1 TOOLKIT_GIVEN
=1
2636 # Check whether --with-cocoa or --without-cocoa was given.
2637 if test "${with_cocoa+set}" = set; then
2638 withval
="$with_cocoa"
2639 wxUSE_COCOA
="$withval" CACHE_COCOA
=1 TOOLKIT_GIVEN
=1
2642 # Check whether --with-wine or --without-wine was given.
2643 if test "${with_wine+set}" = set; then
2644 withval
="$with_wine"
2645 wxUSE_WINE
="$withval" CACHE_WINE
=1
2648 # Check whether --with-msw or --without-msw was given.
2649 if test "${with_msw+set}" = set; then
2651 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
2654 # Check whether --with-pm or --without-pm was given.
2655 if test "${with_pm+set}" = set; then
2657 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
2660 # Check whether --with-mgl or --without-mgl was given.
2661 if test "${with_mgl+set}" = set; then
2663 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
2666 # Check whether --with-microwin or --without-microwin was given.
2667 if test "${with_microwin+set}" = set; then
2668 withval
="$with_microwin"
2669 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
2672 # Check whether --with-x11 or --without-x11 was given.
2673 if test "${with_x11+set}" = set; then
2675 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
2679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2680 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2682 # Check whether --enable-nanox or --disable-nanox was given.
2683 if test "${enable_nanox+set}" = set; then
2684 enableval
="$enable_nanox"
2686 if test "$enableval" = yes; then
2687 ac_cv_use_nanox
='wxUSE_NANOX=yes'
2689 ac_cv_use_nanox
='wxUSE_NANOX=no'
2694 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2695 if test "x$LINE" != x
; then
2696 eval "DEFAULT_$LINE"
2701 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2705 eval "$ac_cv_use_nanox"
2706 if test "$no_cache" != 1; then
2707 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2710 if test "$wxUSE_NANOX" = yes; then
2711 echo "$as_me:$LINENO: result: yes" >&5
2712 echo "${ECHO_T}yes" >&6
2714 echo "$as_me:$LINENO: result: no" >&5
2715 echo "${ECHO_T}no" >&6
2719 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2720 if test "${enable_gtk2+set}" = set; then
2721 enableval
="$enable_gtk2"
2722 wxUSE_GTK2
="$enableval"
2726 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2727 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2729 # Check whether --enable-gpe or --disable-gpe was given.
2730 if test "${enable_gpe+set}" = set; then
2731 enableval
="$enable_gpe"
2733 if test "$enableval" = yes; then
2734 ac_cv_use_gpe
='wxUSE_GPE=yes'
2736 ac_cv_use_gpe
='wxUSE_GPE=no'
2741 LINE
=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2742 if test "x$LINE" != x
; then
2743 eval "DEFAULT_$LINE"
2748 ac_cv_use_gpe
='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2752 eval "$ac_cv_use_gpe"
2753 if test "$no_cache" != 1; then
2754 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2757 if test "$wxUSE_GPE" = yes; then
2758 echo "$as_me:$LINENO: result: yes" >&5
2759 echo "${ECHO_T}yes" >&6
2761 echo "$as_me:$LINENO: result: no" >&5
2762 echo "${ECHO_T}no" >&6
2767 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2768 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2771 # Check whether --with-libpng or --without-libpng was given.
2772 if test "${with_libpng+set}" = set; then
2773 withval
="$with_libpng"
2775 if test "$withval" = yes; then
2776 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
2777 elif test "$withval" = no
; then
2778 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
2779 elif test "$withval" = sys
; then
2780 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
2781 elif test "$withval" = builtin; then
2782 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
2784 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2785 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2786 { (exit 1); exit 1; }; }
2791 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2792 if test "x$LINE" != x
; then
2793 eval "DEFAULT_$LINE"
2798 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2802 eval "$ac_cv_use_libpng"
2803 if test "$no_cache" != 1; then
2804 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2807 if test "$wxUSE_LIBPNG" = yes; then
2808 echo "$as_me:$LINENO: result: yes" >&5
2809 echo "${ECHO_T}yes" >&6
2810 elif test "$wxUSE_LIBPNG" = no
; then
2811 echo "$as_me:$LINENO: result: no" >&5
2812 echo "${ECHO_T}no" >&6
2813 elif test "$wxUSE_LIBPNG" = sys
; then
2814 echo "$as_me:$LINENO: result: system version" >&5
2815 echo "${ECHO_T}system version" >&6
2816 elif test "$wxUSE_LIBPNG" = builtin; then
2817 echo "$as_me:$LINENO: result: builtin version" >&5
2818 echo "${ECHO_T}builtin version" >&6
2820 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2821 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2822 { (exit 1); exit 1; }; }
2826 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2827 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2830 # Check whether --with-libjpeg or --without-libjpeg was given.
2831 if test "${with_libjpeg+set}" = set; then
2832 withval
="$with_libjpeg"
2834 if test "$withval" = yes; then
2835 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
2836 elif test "$withval" = no
; then
2837 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
2838 elif test "$withval" = sys
; then
2839 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
2840 elif test "$withval" = builtin; then
2841 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
2843 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2844 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2845 { (exit 1); exit 1; }; }
2850 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2851 if test "x$LINE" != x
; then
2852 eval "DEFAULT_$LINE"
2857 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2861 eval "$ac_cv_use_libjpeg"
2862 if test "$no_cache" != 1; then
2863 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2866 if test "$wxUSE_LIBJPEG" = yes; then
2867 echo "$as_me:$LINENO: result: yes" >&5
2868 echo "${ECHO_T}yes" >&6
2869 elif test "$wxUSE_LIBJPEG" = no
; then
2870 echo "$as_me:$LINENO: result: no" >&5
2871 echo "${ECHO_T}no" >&6
2872 elif test "$wxUSE_LIBJPEG" = sys
; then
2873 echo "$as_me:$LINENO: result: system version" >&5
2874 echo "${ECHO_T}system version" >&6
2875 elif test "$wxUSE_LIBJPEG" = builtin; then
2876 echo "$as_me:$LINENO: result: builtin version" >&5
2877 echo "${ECHO_T}builtin version" >&6
2879 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2880 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2881 { (exit 1); exit 1; }; }
2885 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2886 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2889 # Check whether --with-libtiff or --without-libtiff was given.
2890 if test "${with_libtiff+set}" = set; then
2891 withval
="$with_libtiff"
2893 if test "$withval" = yes; then
2894 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
2895 elif test "$withval" = no
; then
2896 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
2897 elif test "$withval" = sys
; then
2898 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
2899 elif test "$withval" = builtin; then
2900 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
2902 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2903 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2904 { (exit 1); exit 1; }; }
2909 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2910 if test "x$LINE" != x
; then
2911 eval "DEFAULT_$LINE"
2916 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2920 eval "$ac_cv_use_libtiff"
2921 if test "$no_cache" != 1; then
2922 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2925 if test "$wxUSE_LIBTIFF" = yes; then
2926 echo "$as_me:$LINENO: result: yes" >&5
2927 echo "${ECHO_T}yes" >&6
2928 elif test "$wxUSE_LIBTIFF" = no
; then
2929 echo "$as_me:$LINENO: result: no" >&5
2930 echo "${ECHO_T}no" >&6
2931 elif test "$wxUSE_LIBTIFF" = sys
; then
2932 echo "$as_me:$LINENO: result: system version" >&5
2933 echo "${ECHO_T}system version" >&6
2934 elif test "$wxUSE_LIBTIFF" = builtin; then
2935 echo "$as_me:$LINENO: result: builtin version" >&5
2936 echo "${ECHO_T}builtin version" >&6
2938 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2939 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2940 { (exit 1); exit 1; }; }
2944 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2945 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2948 # Check whether --with-libxpm or --without-libxpm was given.
2949 if test "${with_libxpm+set}" = set; then
2950 withval
="$with_libxpm"
2952 if test "$withval" = yes; then
2953 ac_cv_use_libxpm
='wxUSE_LIBXPM=yes'
2954 elif test "$withval" = no
; then
2955 ac_cv_use_libxpm
='wxUSE_LIBXPM=no'
2956 elif test "$withval" = sys
; then
2957 ac_cv_use_libxpm
='wxUSE_LIBXPM=sys'
2958 elif test "$withval" = builtin; then
2959 ac_cv_use_libxpm
='wxUSE_LIBXPM=builtin'
2961 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2962 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2963 { (exit 1); exit 1; }; }
2968 LINE
=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2969 if test "x$LINE" != x
; then
2970 eval "DEFAULT_$LINE"
2975 ac_cv_use_libxpm
='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2979 eval "$ac_cv_use_libxpm"
2980 if test "$no_cache" != 1; then
2981 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2984 if test "$wxUSE_LIBXPM" = yes; then
2985 echo "$as_me:$LINENO: result: yes" >&5
2986 echo "${ECHO_T}yes" >&6
2987 elif test "$wxUSE_LIBXPM" = no
; then
2988 echo "$as_me:$LINENO: result: no" >&5
2989 echo "${ECHO_T}no" >&6
2990 elif test "$wxUSE_LIBXPM" = sys
; then
2991 echo "$as_me:$LINENO: result: system version" >&5
2992 echo "${ECHO_T}system version" >&6
2993 elif test "$wxUSE_LIBXPM" = builtin; then
2994 echo "$as_me:$LINENO: result: builtin version" >&5
2995 echo "${ECHO_T}builtin version" >&6
2997 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2998 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2999 { (exit 1); exit 1; }; }
3003 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
3004 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
3007 # Check whether --with-libmspack or --without-libmspack was given.
3008 if test "${with_libmspack+set}" = set; then
3009 withval
="$with_libmspack"
3011 if test "$withval" = yes; then
3012 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=yes'
3014 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=no'
3019 LINE
=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3020 if test "x$LINE" != x
; then
3021 eval "DEFAULT_$LINE"
3026 ac_cv_use_libmspack
='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3030 eval "$ac_cv_use_libmspack"
3031 if test "$no_cache" != 1; then
3032 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3035 if test "$wxUSE_LIBMSPACK" = yes; then
3036 echo "$as_me:$LINENO: result: yes" >&5
3037 echo "${ECHO_T}yes" >&6
3039 echo "$as_me:$LINENO: result: no" >&5
3040 echo "${ECHO_T}no" >&6
3044 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3045 echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3048 # Check whether --with-sdl or --without-sdl was given.
3049 if test "${with_sdl+set}" = set; then
3052 if test "$withval" = yes; then
3053 ac_cv_use_sdl
='wxUSE_LIBSDL=yes'
3055 ac_cv_use_sdl
='wxUSE_LIBSDL=no'
3060 LINE
=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3061 if test "x$LINE" != x
; then
3062 eval "DEFAULT_$LINE"
3067 ac_cv_use_sdl
='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3071 eval "$ac_cv_use_sdl"
3072 if test "$no_cache" != 1; then
3073 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3076 if test "$wxUSE_LIBSDL" = yes; then
3077 echo "$as_me:$LINENO: result: yes" >&5
3078 echo "${ECHO_T}yes" >&6
3080 echo "$as_me:$LINENO: result: no" >&5
3081 echo "${ECHO_T}no" >&6
3085 echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5
3086 echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6
3089 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3090 if test "${with_gnomeprint+set}" = set; then
3091 withval
="$with_gnomeprint"
3093 if test "$withval" = yes; then
3094 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=yes'
3096 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=no'
3101 LINE
=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3102 if test "x$LINE" != x
; then
3103 eval "DEFAULT_$LINE"
3108 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3112 eval "$ac_cv_use_gnomeprint"
3113 if test "$no_cache" != 1; then
3114 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3117 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3118 echo "$as_me:$LINENO: result: yes" >&5
3119 echo "${ECHO_T}yes" >&6
3121 echo "$as_me:$LINENO: result: no" >&5
3122 echo "${ECHO_T}no" >&6
3126 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3127 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3130 # Check whether --with-opengl or --without-opengl was given.
3131 if test "${with_opengl+set}" = set; then
3132 withval
="$with_opengl"
3134 if test "$withval" = yes; then
3135 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
3137 ac_cv_use_opengl
='wxUSE_OPENGL=no'
3142 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3143 if test "x$LINE" != x
; then
3144 eval "DEFAULT_$LINE"
3149 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3153 eval "$ac_cv_use_opengl"
3154 if test "$no_cache" != 1; then
3155 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3158 if test "$wxUSE_OPENGL" = yes; then
3159 echo "$as_me:$LINENO: result: yes" >&5
3160 echo "${ECHO_T}yes" >&6
3162 echo "$as_me:$LINENO: result: no" >&5
3163 echo "${ECHO_T}no" >&6
3170 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3171 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3174 # Check whether --with-dmalloc or --without-dmalloc was given.
3175 if test "${with_dmalloc+set}" = set; then
3176 withval
="$with_dmalloc"
3178 if test "$withval" = yes; then
3179 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
3181 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
3186 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3187 if test "x$LINE" != x
; then
3188 eval "DEFAULT_$LINE"
3193 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3197 eval "$ac_cv_use_dmalloc"
3198 if test "$no_cache" != 1; then
3199 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3202 if test "$wxUSE_DMALLOC" = yes; then
3203 echo "$as_me:$LINENO: result: yes" >&5
3204 echo "${ECHO_T}yes" >&6
3206 echo "$as_me:$LINENO: result: no" >&5
3207 echo "${ECHO_T}no" >&6
3211 echo "$as_me:$LINENO: checking for --with-regex" >&5
3212 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3215 # Check whether --with-regex or --without-regex was given.
3216 if test "${with_regex+set}" = set; then
3217 withval
="$with_regex"
3219 if test "$withval" = yes; then
3220 ac_cv_use_regex
='wxUSE_REGEX=yes'
3221 elif test "$withval" = no
; then
3222 ac_cv_use_regex
='wxUSE_REGEX=no'
3223 elif test "$withval" = sys
; then
3224 ac_cv_use_regex
='wxUSE_REGEX=sys'
3225 elif test "$withval" = builtin; then
3226 ac_cv_use_regex
='wxUSE_REGEX=builtin'
3228 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3229 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3230 { (exit 1); exit 1; }; }
3235 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3236 if test "x$LINE" != x
; then
3237 eval "DEFAULT_$LINE"
3242 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3246 eval "$ac_cv_use_regex"
3247 if test "$no_cache" != 1; then
3248 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3251 if test "$wxUSE_REGEX" = yes; then
3252 echo "$as_me:$LINENO: result: yes" >&5
3253 echo "${ECHO_T}yes" >&6
3254 elif test "$wxUSE_REGEX" = no
; then
3255 echo "$as_me:$LINENO: result: no" >&5
3256 echo "${ECHO_T}no" >&6
3257 elif test "$wxUSE_REGEX" = sys
; then
3258 echo "$as_me:$LINENO: result: system version" >&5
3259 echo "${ECHO_T}system version" >&6
3260 elif test "$wxUSE_REGEX" = builtin; then
3261 echo "$as_me:$LINENO: result: builtin version" >&5
3262 echo "${ECHO_T}builtin version" >&6
3264 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3265 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3266 { (exit 1); exit 1; }; }
3270 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3271 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3274 # Check whether --with-zlib or --without-zlib was given.
3275 if test "${with_zlib+set}" = set; then
3276 withval
="$with_zlib"
3278 if test "$withval" = yes; then
3279 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
3280 elif test "$withval" = no
; then
3281 ac_cv_use_zlib
='wxUSE_ZLIB=no'
3282 elif test "$withval" = sys
; then
3283 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
3284 elif test "$withval" = builtin; then
3285 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
3287 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3288 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3289 { (exit 1); exit 1; }; }
3294 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3295 if test "x$LINE" != x
; then
3296 eval "DEFAULT_$LINE"
3301 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3305 eval "$ac_cv_use_zlib"
3306 if test "$no_cache" != 1; then
3307 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3310 if test "$wxUSE_ZLIB" = yes; then
3311 echo "$as_me:$LINENO: result: yes" >&5
3312 echo "${ECHO_T}yes" >&6
3313 elif test "$wxUSE_ZLIB" = no
; then
3314 echo "$as_me:$LINENO: result: no" >&5
3315 echo "${ECHO_T}no" >&6
3316 elif test "$wxUSE_ZLIB" = sys
; then
3317 echo "$as_me:$LINENO: result: system version" >&5
3318 echo "${ECHO_T}system version" >&6
3319 elif test "$wxUSE_ZLIB" = builtin; then
3320 echo "$as_me:$LINENO: result: builtin version" >&5
3321 echo "${ECHO_T}builtin version" >&6
3323 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3324 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3325 { (exit 1); exit 1; }; }
3329 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3330 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3333 # Check whether --with-odbc or --without-odbc was given.
3334 if test "${with_odbc+set}" = set; then
3335 withval
="$with_odbc"
3337 if test "$withval" = yes; then
3338 ac_cv_use_odbc
='wxUSE_ODBC=yes'
3339 elif test "$withval" = no
; then
3340 ac_cv_use_odbc
='wxUSE_ODBC=no'
3341 elif test "$withval" = sys
; then
3342 ac_cv_use_odbc
='wxUSE_ODBC=sys'
3343 elif test "$withval" = builtin; then
3344 ac_cv_use_odbc
='wxUSE_ODBC=builtin'
3346 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3347 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3348 { (exit 1); exit 1; }; }
3353 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3354 if test "x$LINE" != x
; then
3355 eval "DEFAULT_$LINE"
3360 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3364 eval "$ac_cv_use_odbc"
3365 if test "$no_cache" != 1; then
3366 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3369 if test "$wxUSE_ODBC" = yes; then
3370 echo "$as_me:$LINENO: result: yes" >&5
3371 echo "${ECHO_T}yes" >&6
3372 elif test "$wxUSE_ODBC" = no
; then
3373 echo "$as_me:$LINENO: result: no" >&5
3374 echo "${ECHO_T}no" >&6
3375 elif test "$wxUSE_ODBC" = sys
; then
3376 echo "$as_me:$LINENO: result: system version" >&5
3377 echo "${ECHO_T}system version" >&6
3378 elif test "$wxUSE_ODBC" = builtin; then
3379 echo "$as_me:$LINENO: result: builtin version" >&5
3380 echo "${ECHO_T}builtin version" >&6
3382 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3383 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3384 { (exit 1); exit 1; }; }
3388 echo "$as_me:$LINENO: checking for --with-expat" >&5
3389 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3392 # Check whether --with-expat or --without-expat was given.
3393 if test "${with_expat+set}" = set; then
3394 withval
="$with_expat"
3396 if test "$withval" = yes; then
3397 ac_cv_use_expat
='wxUSE_EXPAT=yes'
3398 elif test "$withval" = no
; then
3399 ac_cv_use_expat
='wxUSE_EXPAT=no'
3400 elif test "$withval" = sys
; then
3401 ac_cv_use_expat
='wxUSE_EXPAT=sys'
3402 elif test "$withval" = builtin; then
3403 ac_cv_use_expat
='wxUSE_EXPAT=builtin'
3405 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3406 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3407 { (exit 1); exit 1; }; }
3412 LINE
=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3413 if test "x$LINE" != x
; then
3414 eval "DEFAULT_$LINE"
3419 ac_cv_use_expat
='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3423 eval "$ac_cv_use_expat"
3424 if test "$no_cache" != 1; then
3425 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3428 if test "$wxUSE_EXPAT" = yes; then
3429 echo "$as_me:$LINENO: result: yes" >&5
3430 echo "${ECHO_T}yes" >&6
3431 elif test "$wxUSE_EXPAT" = no
; then
3432 echo "$as_me:$LINENO: result: no" >&5
3433 echo "${ECHO_T}no" >&6
3434 elif test "$wxUSE_EXPAT" = sys
; then
3435 echo "$as_me:$LINENO: result: system version" >&5
3436 echo "${ECHO_T}system version" >&6
3437 elif test "$wxUSE_EXPAT" = builtin; then
3438 echo "$as_me:$LINENO: result: builtin version" >&5
3439 echo "${ECHO_T}builtin version" >&6
3441 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3442 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3443 { (exit 1); exit 1; }; }
3450 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3451 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3453 # Check whether --enable-shared or --disable-shared was given.
3454 if test "${enable_shared+set}" = set; then
3455 enableval
="$enable_shared"
3457 if test "$enableval" = yes; then
3458 ac_cv_use_shared
='wxUSE_SHARED=yes'
3460 ac_cv_use_shared
='wxUSE_SHARED=no'
3465 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3466 if test "x$LINE" != x
; then
3467 eval "DEFAULT_$LINE"
3472 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3476 eval "$ac_cv_use_shared"
3477 if test "$no_cache" != 1; then
3478 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3481 if test "$wxUSE_SHARED" = yes; then
3482 echo "$as_me:$LINENO: result: yes" >&5
3483 echo "${ECHO_T}yes" >&6
3485 echo "$as_me:$LINENO: result: no" >&5
3486 echo "${ECHO_T}no" >&6
3491 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3492 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3494 # Check whether --enable-optimise or --disable-optimise was given.
3495 if test "${enable_optimise+set}" = set; then
3496 enableval
="$enable_optimise"
3498 if test "$enableval" = yes; then
3499 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
3501 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
3506 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3507 if test "x$LINE" != x
; then
3508 eval "DEFAULT_$LINE"
3513 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3517 eval "$ac_cv_use_optimise"
3518 if test "$no_cache" != 1; then
3519 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3522 if test "$wxUSE_OPTIMISE" = yes; then
3523 echo "$as_me:$LINENO: result: yes" >&5
3524 echo "${ECHO_T}yes" >&6
3526 echo "$as_me:$LINENO: result: no" >&5
3527 echo "${ECHO_T}no" >&6
3532 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3533 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3535 # Check whether --enable-debug or --disable-debug was given.
3536 if test "${enable_debug+set}" = set; then
3537 enableval
="$enable_debug"
3539 if test "$enableval" = yes; then
3540 ac_cv_use_debug
='wxUSE_DEBUG=yes'
3542 ac_cv_use_debug
='wxUSE_DEBUG=no'
3547 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3548 if test "x$LINE" != x
; then
3549 eval "DEFAULT_$LINE"
3554 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3558 eval "$ac_cv_use_debug"
3559 if test "$no_cache" != 1; then
3560 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3563 if test "$wxUSE_DEBUG" = yes; then
3564 echo "$as_me:$LINENO: result: yes" >&5
3565 echo "${ECHO_T}yes" >&6
3567 echo "$as_me:$LINENO: result: no" >&5
3568 echo "${ECHO_T}no" >&6
3573 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3574 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3576 # Check whether --enable-stl or --disable-stl was given.
3577 if test "${enable_stl+set}" = set; then
3578 enableval
="$enable_stl"
3580 if test "$enableval" = yes; then
3581 ac_cv_use_stl
='wxUSE_STL=yes'
3583 ac_cv_use_stl
='wxUSE_STL=no'
3588 LINE
=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3589 if test "x$LINE" != x
; then
3590 eval "DEFAULT_$LINE"
3595 ac_cv_use_stl
='wxUSE_STL='$DEFAULT_wxUSE_STL
3599 eval "$ac_cv_use_stl"
3600 if test "$no_cache" != 1; then
3601 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3604 if test "$wxUSE_STL" = yes; then
3605 echo "$as_me:$LINENO: result: yes" >&5
3606 echo "${ECHO_T}yes" >&6
3608 echo "$as_me:$LINENO: result: no" >&5
3609 echo "${ECHO_T}no" >&6
3612 if test "$USE_OS2" = "1"; then
3613 DEFAULT_wxUSE_OMF
=no
3616 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3617 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3619 # Check whether --enable-omf or --disable-omf was given.
3620 if test "${enable_omf+set}" = set; then
3621 enableval
="$enable_omf"
3623 if test "$enableval" = yes; then
3624 ac_cv_use_omf
='wxUSE_OMF=yes'
3626 ac_cv_use_omf
='wxUSE_OMF=no'
3631 LINE
=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3632 if test "x$LINE" != x
; then
3633 eval "DEFAULT_$LINE"
3638 ac_cv_use_omf
='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3642 eval "$ac_cv_use_omf"
3643 if test "$no_cache" != 1; then
3644 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3647 if test "$wxUSE_OMF" = yes; then
3648 echo "$as_me:$LINENO: result: yes" >&5
3649 echo "${ECHO_T}yes" >&6
3651 echo "$as_me:$LINENO: result: no" >&5
3652 echo "${ECHO_T}no" >&6
3657 if test "$wxUSE_DEBUG" = "yes"; then
3658 DEFAULT_wxUSE_DEBUG_FLAG
=yes
3659 DEFAULT_wxUSE_DEBUG_INFO
=yes
3661 elif test "$wxUSE_DEBUG" = "no"; then
3662 DEFAULT_wxUSE_DEBUG_FLAG
=no
3663 DEFAULT_wxUSE_DEBUG_INFO
=no
3669 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3670 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3672 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3673 if test "${enable_debug_flag+set}" = set; then
3674 enableval
="$enable_debug_flag"
3676 if test "$enableval" = yes; then
3677 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
3679 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
3684 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3685 if test "x$LINE" != x
; then
3686 eval "DEFAULT_$LINE"
3691 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3695 eval "$ac_cv_use_debug_flag"
3696 if test "$no_cache" != 1; then
3697 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3700 if test "$wxUSE_DEBUG_FLAG" = yes; then
3701 echo "$as_me:$LINENO: result: yes" >&5
3702 echo "${ECHO_T}yes" >&6
3704 echo "$as_me:$LINENO: result: no" >&5
3705 echo "${ECHO_T}no" >&6
3710 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3711 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3713 # Check whether --enable-debug_info or --disable-debug_info was given.
3714 if test "${enable_debug_info+set}" = set; then
3715 enableval
="$enable_debug_info"
3717 if test "$enableval" = yes; then
3718 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
3720 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
3725 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3726 if test "x$LINE" != x
; then
3727 eval "DEFAULT_$LINE"
3732 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3736 eval "$ac_cv_use_debug_info"
3737 if test "$no_cache" != 1; then
3738 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3741 if test "$wxUSE_DEBUG_INFO" = yes; then
3742 echo "$as_me:$LINENO: result: yes" >&5
3743 echo "${ECHO_T}yes" >&6
3745 echo "$as_me:$LINENO: result: no" >&5
3746 echo "${ECHO_T}no" >&6
3751 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3752 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3754 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3755 if test "${enable_debug_gdb+set}" = set; then
3756 enableval
="$enable_debug_gdb"
3758 if test "$enableval" = yes; then
3759 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
3761 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
3766 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3767 if test "x$LINE" != x
; then
3768 eval "DEFAULT_$LINE"
3773 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3777 eval "$ac_cv_use_debug_gdb"
3778 if test "$no_cache" != 1; then
3779 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3782 if test "$wxUSE_DEBUG_GDB" = yes; then
3783 echo "$as_me:$LINENO: result: yes" >&5
3784 echo "${ECHO_T}yes" >&6
3786 echo "$as_me:$LINENO: result: no" >&5
3787 echo "${ECHO_T}no" >&6
3792 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3793 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3795 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3796 if test "${enable_debug_cntxt+set}" = set; then
3797 enableval
="$enable_debug_cntxt"
3799 if test "$enableval" = yes; then
3800 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
3802 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
3807 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3808 if test "x$LINE" != x
; then
3809 eval "DEFAULT_$LINE"
3814 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3818 eval "$ac_cv_use_debug_cntxt"
3819 if test "$no_cache" != 1; then
3820 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3823 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3824 echo "$as_me:$LINENO: result: yes" >&5
3825 echo "${ECHO_T}yes" >&6
3827 echo "$as_me:$LINENO: result: no" >&5
3828 echo "${ECHO_T}no" >&6
3833 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3834 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3836 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3837 if test "${enable_mem_tracing+set}" = set; then
3838 enableval
="$enable_mem_tracing"
3840 if test "$enableval" = yes; then
3841 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
3843 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
3848 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3849 if test "x$LINE" != x
; then
3850 eval "DEFAULT_$LINE"
3855 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3859 eval "$ac_cv_use_mem_tracing"
3860 if test "$no_cache" != 1; then
3861 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3864 if test "$wxUSE_MEM_TRACING" = yes; then
3865 echo "$as_me:$LINENO: result: yes" >&5
3866 echo "${ECHO_T}yes" >&6
3868 echo "$as_me:$LINENO: result: no" >&5
3869 echo "${ECHO_T}no" >&6
3874 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3875 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3877 # Check whether --enable-profile or --disable-profile was given.
3878 if test "${enable_profile+set}" = set; then
3879 enableval
="$enable_profile"
3881 if test "$enableval" = yes; then
3882 ac_cv_use_profile
='wxUSE_PROFILE=yes'
3884 ac_cv_use_profile
='wxUSE_PROFILE=no'
3889 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3890 if test "x$LINE" != x
; then
3891 eval "DEFAULT_$LINE"
3896 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3900 eval "$ac_cv_use_profile"
3901 if test "$no_cache" != 1; then
3902 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3905 if test "$wxUSE_PROFILE" = yes; then
3906 echo "$as_me:$LINENO: result: yes" >&5
3907 echo "${ECHO_T}yes" >&6
3909 echo "$as_me:$LINENO: result: no" >&5
3910 echo "${ECHO_T}no" >&6
3915 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3916 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3918 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3919 if test "${enable_no_rtti+set}" = set; then
3920 enableval
="$enable_no_rtti"
3922 if test "$enableval" = yes; then
3923 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
3925 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
3930 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3931 if test "x$LINE" != x
; then
3932 eval "DEFAULT_$LINE"
3937 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3941 eval "$ac_cv_use_no_rtti"
3942 if test "$no_cache" != 1; then
3943 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3946 if test "$wxUSE_NO_RTTI" = yes; then
3947 echo "$as_me:$LINENO: result: yes" >&5
3948 echo "${ECHO_T}yes" >&6
3950 echo "$as_me:$LINENO: result: no" >&5
3951 echo "${ECHO_T}no" >&6
3956 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3957 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3959 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3960 if test "${enable_no_exceptions+set}" = set; then
3961 enableval
="$enable_no_exceptions"
3963 if test "$enableval" = yes; then
3964 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
3966 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
3971 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3972 if test "x$LINE" != x
; then
3973 eval "DEFAULT_$LINE"
3978 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3982 eval "$ac_cv_use_no_exceptions"
3983 if test "$no_cache" != 1; then
3984 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3987 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3988 echo "$as_me:$LINENO: result: yes" >&5
3989 echo "${ECHO_T}yes" >&6
3991 echo "$as_me:$LINENO: result: no" >&5
3992 echo "${ECHO_T}no" >&6
3997 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3998 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4000 # Check whether --enable-permissive or --disable-permissive was given.
4001 if test "${enable_permissive+set}" = set; then
4002 enableval
="$enable_permissive"
4004 if test "$enableval" = yes; then
4005 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
4007 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
4012 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4013 if test "x$LINE" != x
; then
4014 eval "DEFAULT_$LINE"
4019 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4023 eval "$ac_cv_use_permissive"
4024 if test "$no_cache" != 1; then
4025 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4028 if test "$wxUSE_PERMISSIVE" = yes; then
4029 echo "$as_me:$LINENO: result: yes" >&5
4030 echo "${ECHO_T}yes" >&6
4032 echo "$as_me:$LINENO: result: no" >&5
4033 echo "${ECHO_T}no" >&6
4038 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4039 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4041 # Check whether --enable-no_deps or --disable-no_deps was given.
4042 if test "${enable_no_deps+set}" = set; then
4043 enableval
="$enable_no_deps"
4045 if test "$enableval" = yes; then
4046 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
4048 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
4053 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4054 if test "x$LINE" != x
; then
4055 eval "DEFAULT_$LINE"
4060 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4064 eval "$ac_cv_use_no_deps"
4065 if test "$no_cache" != 1; then
4066 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4069 if test "$wxUSE_NO_DEPS" = yes; then
4070 echo "$as_me:$LINENO: result: yes" >&5
4071 echo "${ECHO_T}yes" >&6
4073 echo "$as_me:$LINENO: result: no" >&5
4074 echo "${ECHO_T}no" >&6
4080 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4081 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4083 # Check whether --enable-compat22 or --disable-compat22 was given.
4084 if test "${enable_compat22+set}" = set; then
4085 enableval
="$enable_compat22"
4087 if test "$enableval" = yes; then
4088 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
4090 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
4095 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4096 if test "x$LINE" != x
; then
4097 eval "DEFAULT_$LINE"
4102 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4106 eval "$ac_cv_use_compat22"
4107 if test "$no_cache" != 1; then
4108 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4111 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4112 echo "$as_me:$LINENO: result: yes" >&5
4113 echo "${ECHO_T}yes" >&6
4115 echo "$as_me:$LINENO: result: no" >&5
4116 echo "${ECHO_T}no" >&6
4120 enablestring
=disable
4121 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4122 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4124 # Check whether --enable-compat24 or --disable-compat24 was given.
4125 if test "${enable_compat24+set}" = set; then
4126 enableval
="$enable_compat24"
4128 if test "$enableval" = yes; then
4129 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=yes'
4131 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=no'
4136 LINE
=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4137 if test "x$LINE" != x
; then
4138 eval "DEFAULT_$LINE"
4143 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4147 eval "$ac_cv_use_compat24"
4148 if test "$no_cache" != 1; then
4149 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4152 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4153 echo "$as_me:$LINENO: result: yes" >&5
4154 echo "${ECHO_T}yes" >&6
4156 echo "$as_me:$LINENO: result: no" >&5
4157 echo "${ECHO_T}no" >&6
4163 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4164 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4166 # Check whether --enable-rpath or --disable-rpath was given.
4167 if test "${enable_rpath+set}" = set; then
4168 enableval
="$enable_rpath"
4170 if test "$enableval" = yes; then
4171 ac_cv_use_rpath
='wxUSE_RPATH=yes'
4173 ac_cv_use_rpath
='wxUSE_RPATH=no'
4178 LINE
=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4179 if test "x$LINE" != x
; then
4180 eval "DEFAULT_$LINE"
4185 ac_cv_use_rpath
='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4189 eval "$ac_cv_use_rpath"
4190 if test "$no_cache" != 1; then
4191 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4194 if test "$wxUSE_RPATH" = yes; then
4195 echo "$as_me:$LINENO: result: yes" >&5
4196 echo "${ECHO_T}yes" >&6
4198 echo "$as_me:$LINENO: result: no" >&5
4199 echo "${ECHO_T}no" >&6
4207 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4208 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4210 # Check whether --enable-intl or --disable-intl was given.
4211 if test "${enable_intl+set}" = set; then
4212 enableval
="$enable_intl"
4214 if test "$enableval" = yes; then
4215 ac_cv_use_intl
='wxUSE_INTL=yes'
4217 ac_cv_use_intl
='wxUSE_INTL=no'
4222 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4223 if test "x$LINE" != x
; then
4224 eval "DEFAULT_$LINE"
4229 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4233 eval "$ac_cv_use_intl"
4234 if test "$no_cache" != 1; then
4235 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4238 if test "$wxUSE_INTL" = yes; then
4239 echo "$as_me:$LINENO: result: yes" >&5
4240 echo "${ECHO_T}yes" >&6
4242 echo "$as_me:$LINENO: result: no" >&5
4243 echo "${ECHO_T}no" >&6
4248 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4249 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4251 # Check whether --enable-config or --disable-config was given.
4252 if test "${enable_config+set}" = set; then
4253 enableval
="$enable_config"
4255 if test "$enableval" = yes; then
4256 ac_cv_use_config
='wxUSE_CONFIG=yes'
4258 ac_cv_use_config
='wxUSE_CONFIG=no'
4263 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4264 if test "x$LINE" != x
; then
4265 eval "DEFAULT_$LINE"
4270 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4274 eval "$ac_cv_use_config"
4275 if test "$no_cache" != 1; then
4276 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4279 if test "$wxUSE_CONFIG" = yes; then
4280 echo "$as_me:$LINENO: result: yes" >&5
4281 echo "${ECHO_T}yes" >&6
4283 echo "$as_me:$LINENO: result: no" >&5
4284 echo "${ECHO_T}no" >&6
4290 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4291 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4293 # Check whether --enable-protocols or --disable-protocols was given.
4294 if test "${enable_protocols+set}" = set; then
4295 enableval
="$enable_protocols"
4297 if test "$enableval" = yes; then
4298 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
4300 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
4305 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4306 if test "x$LINE" != x
; then
4307 eval "DEFAULT_$LINE"
4312 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4316 eval "$ac_cv_use_protocols"
4317 if test "$no_cache" != 1; then
4318 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4321 if test "$wxUSE_PROTOCOL" = yes; then
4322 echo "$as_me:$LINENO: result: yes" >&5
4323 echo "${ECHO_T}yes" >&6
4325 echo "$as_me:$LINENO: result: no" >&5
4326 echo "${ECHO_T}no" >&6
4331 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4332 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4334 # Check whether --enable-ftp or --disable-ftp was given.
4335 if test "${enable_ftp+set}" = set; then
4336 enableval
="$enable_ftp"
4338 if test "$enableval" = yes; then
4339 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
4341 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
4346 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4347 if test "x$LINE" != x
; then
4348 eval "DEFAULT_$LINE"
4353 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4357 eval "$ac_cv_use_ftp"
4358 if test "$no_cache" != 1; then
4359 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4362 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4363 echo "$as_me:$LINENO: result: yes" >&5
4364 echo "${ECHO_T}yes" >&6
4366 echo "$as_me:$LINENO: result: no" >&5
4367 echo "${ECHO_T}no" >&6
4372 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4373 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4375 # Check whether --enable-http or --disable-http was given.
4376 if test "${enable_http+set}" = set; then
4377 enableval
="$enable_http"
4379 if test "$enableval" = yes; then
4380 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
4382 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
4387 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4388 if test "x$LINE" != x
; then
4389 eval "DEFAULT_$LINE"
4394 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4398 eval "$ac_cv_use_http"
4399 if test "$no_cache" != 1; then
4400 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4403 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4404 echo "$as_me:$LINENO: result: yes" >&5
4405 echo "${ECHO_T}yes" >&6
4407 echo "$as_me:$LINENO: result: no" >&5
4408 echo "${ECHO_T}no" >&6
4413 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4414 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4416 # Check whether --enable-fileproto or --disable-fileproto was given.
4417 if test "${enable_fileproto+set}" = set; then
4418 enableval
="$enable_fileproto"
4420 if test "$enableval" = yes; then
4421 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
4423 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
4428 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4429 if test "x$LINE" != x
; then
4430 eval "DEFAULT_$LINE"
4435 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4439 eval "$ac_cv_use_fileproto"
4440 if test "$no_cache" != 1; then
4441 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4444 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4445 echo "$as_me:$LINENO: result: yes" >&5
4446 echo "${ECHO_T}yes" >&6
4448 echo "$as_me:$LINENO: result: no" >&5
4449 echo "${ECHO_T}no" >&6
4454 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4455 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4457 # Check whether --enable-sockets or --disable-sockets was given.
4458 if test "${enable_sockets+set}" = set; then
4459 enableval
="$enable_sockets"
4461 if test "$enableval" = yes; then
4462 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
4464 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
4469 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4470 if test "x$LINE" != x
; then
4471 eval "DEFAULT_$LINE"
4476 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4480 eval "$ac_cv_use_sockets"
4481 if test "$no_cache" != 1; then
4482 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4485 if test "$wxUSE_SOCKETS" = yes; then
4486 echo "$as_me:$LINENO: result: yes" >&5
4487 echo "${ECHO_T}yes" >&6
4489 echo "$as_me:$LINENO: result: no" >&5
4490 echo "${ECHO_T}no" >&6
4495 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4496 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4498 # Check whether --enable-ole or --disable-ole was given.
4499 if test "${enable_ole+set}" = set; then
4500 enableval
="$enable_ole"
4502 if test "$enableval" = yes; then
4503 ac_cv_use_ole
='wxUSE_OLE=yes'
4505 ac_cv_use_ole
='wxUSE_OLE=no'
4510 LINE
=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4511 if test "x$LINE" != x
; then
4512 eval "DEFAULT_$LINE"
4517 ac_cv_use_ole
='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4521 eval "$ac_cv_use_ole"
4522 if test "$no_cache" != 1; then
4523 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4526 if test "$wxUSE_OLE" = yes; then
4527 echo "$as_me:$LINENO: result: yes" >&5
4528 echo "${ECHO_T}yes" >&6
4530 echo "$as_me:$LINENO: result: no" >&5
4531 echo "${ECHO_T}no" >&6
4536 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4537 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4539 # Check whether --enable-dataobj or --disable-dataobj was given.
4540 if test "${enable_dataobj+set}" = set; then
4541 enableval
="$enable_dataobj"
4543 if test "$enableval" = yes; then
4544 ac_cv_use_dataobj
='wxUSE_DATAOBJ=yes'
4546 ac_cv_use_dataobj
='wxUSE_DATAOBJ=no'
4551 LINE
=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4552 if test "x$LINE" != x
; then
4553 eval "DEFAULT_$LINE"
4558 ac_cv_use_dataobj
='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4562 eval "$ac_cv_use_dataobj"
4563 if test "$no_cache" != 1; then
4564 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4567 if test "$wxUSE_DATAOBJ" = yes; then
4568 echo "$as_me:$LINENO: result: yes" >&5
4569 echo "${ECHO_T}yes" >&6
4571 echo "$as_me:$LINENO: result: no" >&5
4572 echo "${ECHO_T}no" >&6
4578 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4579 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4581 # Check whether --enable-ipc or --disable-ipc was given.
4582 if test "${enable_ipc+set}" = set; then
4583 enableval
="$enable_ipc"
4585 if test "$enableval" = yes; then
4586 ac_cv_use_ipc
='wxUSE_IPC=yes'
4588 ac_cv_use_ipc
='wxUSE_IPC=no'
4593 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4594 if test "x$LINE" != x
; then
4595 eval "DEFAULT_$LINE"
4600 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4604 eval "$ac_cv_use_ipc"
4605 if test "$no_cache" != 1; then
4606 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4609 if test "$wxUSE_IPC" = yes; then
4610 echo "$as_me:$LINENO: result: yes" >&5
4611 echo "${ECHO_T}yes" >&6
4613 echo "$as_me:$LINENO: result: no" >&5
4614 echo "${ECHO_T}no" >&6
4620 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4621 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4623 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4624 if test "${enable_apple_ieee+set}" = set; then
4625 enableval
="$enable_apple_ieee"
4627 if test "$enableval" = yes; then
4628 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
4630 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
4635 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4636 if test "x$LINE" != x
; then
4637 eval "DEFAULT_$LINE"
4642 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4646 eval "$ac_cv_use_apple_ieee"
4647 if test "$no_cache" != 1; then
4648 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4651 if test "$wxUSE_APPLE_IEEE" = yes; then
4652 echo "$as_me:$LINENO: result: yes" >&5
4653 echo "${ECHO_T}yes" >&6
4655 echo "$as_me:$LINENO: result: no" >&5
4656 echo "${ECHO_T}no" >&6
4661 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4662 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4664 # Check whether --enable-arcstream or --disable-arcstream was given.
4665 if test "${enable_arcstream+set}" = set; then
4666 enableval
="$enable_arcstream"
4668 if test "$enableval" = yes; then
4669 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=yes'
4671 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=no'
4676 LINE
=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
4677 if test "x$LINE" != x
; then
4678 eval "DEFAULT_$LINE"
4683 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
4687 eval "$ac_cv_use_arcstream"
4688 if test "$no_cache" != 1; then
4689 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4692 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
4693 echo "$as_me:$LINENO: result: yes" >&5
4694 echo "${ECHO_T}yes" >&6
4696 echo "$as_me:$LINENO: result: no" >&5
4697 echo "${ECHO_T}no" >&6
4702 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4703 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
4705 # Check whether --enable-backtrace or --disable-backtrace was given.
4706 if test "${enable_backtrace+set}" = set; then
4707 enableval
="$enable_backtrace"
4709 if test "$enableval" = yes; then
4710 ac_cv_use_backtrace
='wxUSE_STACKWALKER=yes'
4712 ac_cv_use_backtrace
='wxUSE_STACKWALKER=no'
4717 LINE
=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
4718 if test "x$LINE" != x
; then
4719 eval "DEFAULT_$LINE"
4724 ac_cv_use_backtrace
='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
4728 eval "$ac_cv_use_backtrace"
4729 if test "$no_cache" != 1; then
4730 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
4733 if test "$wxUSE_STACKWALKER" = yes; then
4734 echo "$as_me:$LINENO: result: yes" >&5
4735 echo "${ECHO_T}yes" >&6
4737 echo "$as_me:$LINENO: result: no" >&5
4738 echo "${ECHO_T}no" >&6
4743 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4744 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4746 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4747 if test "${enable_catch_segvs+set}" = set; then
4748 enableval
="$enable_catch_segvs"
4750 if test "$enableval" = yes; then
4751 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4753 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4758 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4759 if test "x$LINE" != x
; then
4760 eval "DEFAULT_$LINE"
4765 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4769 eval "$ac_cv_use_catch_segvs"
4770 if test "$no_cache" != 1; then
4771 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4774 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4775 echo "$as_me:$LINENO: result: yes" >&5
4776 echo "${ECHO_T}yes" >&6
4778 echo "$as_me:$LINENO: result: no" >&5
4779 echo "${ECHO_T}no" >&6
4784 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4785 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4787 # Check whether --enable-cmdline or --disable-cmdline was given.
4788 if test "${enable_cmdline+set}" = set; then
4789 enableval
="$enable_cmdline"
4791 if test "$enableval" = yes; then
4792 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
4794 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
4799 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4800 if test "x$LINE" != x
; then
4801 eval "DEFAULT_$LINE"
4806 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4810 eval "$ac_cv_use_cmdline"
4811 if test "$no_cache" != 1; then
4812 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4815 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4816 echo "$as_me:$LINENO: result: yes" >&5
4817 echo "${ECHO_T}yes" >&6
4819 echo "$as_me:$LINENO: result: no" >&5
4820 echo "${ECHO_T}no" >&6
4825 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4826 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4828 # Check whether --enable-datetime or --disable-datetime was given.
4829 if test "${enable_datetime+set}" = set; then
4830 enableval
="$enable_datetime"
4832 if test "$enableval" = yes; then
4833 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
4835 ac_cv_use_datetime
='wxUSE_DATETIME=no'
4840 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4841 if test "x$LINE" != x
; then
4842 eval "DEFAULT_$LINE"
4847 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4851 eval "$ac_cv_use_datetime"
4852 if test "$no_cache" != 1; then
4853 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4856 if test "$wxUSE_DATETIME" = yes; then
4857 echo "$as_me:$LINENO: result: yes" >&5
4858 echo "${ECHO_T}yes" >&6
4860 echo "$as_me:$LINENO: result: no" >&5
4861 echo "${ECHO_T}no" >&6
4866 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4867 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4869 # Check whether --enable-debugreport or --disable-debugreport was given.
4870 if test "${enable_debugreport+set}" = set; then
4871 enableval
="$enable_debugreport"
4873 if test "$enableval" = yes; then
4874 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT=yes'
4876 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT=no'
4881 LINE
=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4882 if test "x$LINE" != x
; then
4883 eval "DEFAULT_$LINE"
4888 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4892 eval "$ac_cv_use_debugreport"
4893 if test "$no_cache" != 1; then
4894 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4897 if test "$wxUSE_DEBUGREPORT" = yes; then
4898 echo "$as_me:$LINENO: result: yes" >&5
4899 echo "${ECHO_T}yes" >&6
4901 echo "$as_me:$LINENO: result: no" >&5
4902 echo "${ECHO_T}no" >&6
4907 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4908 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4910 # Check whether --enable-dialupman or --disable-dialupman was given.
4911 if test "${enable_dialupman+set}" = set; then
4912 enableval
="$enable_dialupman"
4914 if test "$enableval" = yes; then
4915 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
4917 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
4922 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4923 if test "x$LINE" != x
; then
4924 eval "DEFAULT_$LINE"
4929 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4933 eval "$ac_cv_use_dialupman"
4934 if test "$no_cache" != 1; then
4935 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4938 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4939 echo "$as_me:$LINENO: result: yes" >&5
4940 echo "${ECHO_T}yes" >&6
4942 echo "$as_me:$LINENO: result: no" >&5
4943 echo "${ECHO_T}no" >&6
4948 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4949 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4951 # Check whether --enable-dynlib or --disable-dynlib was given.
4952 if test "${enable_dynlib+set}" = set; then
4953 enableval
="$enable_dynlib"
4955 if test "$enableval" = yes; then
4956 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
4958 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
4963 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4964 if test "x$LINE" != x
; then
4965 eval "DEFAULT_$LINE"
4970 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4974 eval "$ac_cv_use_dynlib"
4975 if test "$no_cache" != 1; then
4976 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4979 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4980 echo "$as_me:$LINENO: result: yes" >&5
4981 echo "${ECHO_T}yes" >&6
4983 echo "$as_me:$LINENO: result: no" >&5
4984 echo "${ECHO_T}no" >&6
4989 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4990 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4992 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4993 if test "${enable_dynamicloader+set}" = set; then
4994 enableval
="$enable_dynamicloader"
4996 if test "$enableval" = yes; then
4997 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
4999 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
5004 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5005 if test "x$LINE" != x
; then
5006 eval "DEFAULT_$LINE"
5011 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5015 eval "$ac_cv_use_dynamicloader"
5016 if test "$no_cache" != 1; then
5017 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5020 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5021 echo "$as_me:$LINENO: result: yes" >&5
5022 echo "${ECHO_T}yes" >&6
5024 echo "$as_me:$LINENO: result: no" >&5
5025 echo "${ECHO_T}no" >&6
5030 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5031 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5033 # Check whether --enable-exceptions or --disable-exceptions was given.
5034 if test "${enable_exceptions+set}" = set; then
5035 enableval
="$enable_exceptions"
5037 if test "$enableval" = yes; then
5038 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=yes'
5040 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=no'
5045 LINE
=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5046 if test "x$LINE" != x
; then
5047 eval "DEFAULT_$LINE"
5052 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5056 eval "$ac_cv_use_exceptions"
5057 if test "$no_cache" != 1; then
5058 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5061 if test "$wxUSE_EXCEPTIONS" = yes; then
5062 echo "$as_me:$LINENO: result: yes" >&5
5063 echo "${ECHO_T}yes" >&6
5065 echo "$as_me:$LINENO: result: no" >&5
5066 echo "${ECHO_T}no" >&6
5071 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5072 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5074 # Check whether --enable-ffile or --disable-ffile was given.
5075 if test "${enable_ffile+set}" = set; then
5076 enableval
="$enable_ffile"
5078 if test "$enableval" = yes; then
5079 ac_cv_use_ffile
='wxUSE_FFILE=yes'
5081 ac_cv_use_ffile
='wxUSE_FFILE=no'
5086 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5087 if test "x$LINE" != x
; then
5088 eval "DEFAULT_$LINE"
5093 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5097 eval "$ac_cv_use_ffile"
5098 if test "$no_cache" != 1; then
5099 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5102 if test "$wxUSE_FFILE" = yes; then
5103 echo "$as_me:$LINENO: result: yes" >&5
5104 echo "${ECHO_T}yes" >&6
5106 echo "$as_me:$LINENO: result: no" >&5
5107 echo "${ECHO_T}no" >&6
5112 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5113 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5115 # Check whether --enable-file or --disable-file was given.
5116 if test "${enable_file+set}" = set; then
5117 enableval
="$enable_file"
5119 if test "$enableval" = yes; then
5120 ac_cv_use_file
='wxUSE_FILE=yes'
5122 ac_cv_use_file
='wxUSE_FILE=no'
5127 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5128 if test "x$LINE" != x
; then
5129 eval "DEFAULT_$LINE"
5134 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5138 eval "$ac_cv_use_file"
5139 if test "$no_cache" != 1; then
5140 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5143 if test "$wxUSE_FILE" = yes; then
5144 echo "$as_me:$LINENO: result: yes" >&5
5145 echo "${ECHO_T}yes" >&6
5147 echo "$as_me:$LINENO: result: no" >&5
5148 echo "${ECHO_T}no" >&6
5153 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5154 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5156 # Check whether --enable-filesystem or --disable-filesystem was given.
5157 if test "${enable_filesystem+set}" = set; then
5158 enableval
="$enable_filesystem"
5160 if test "$enableval" = yes; then
5161 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
5163 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
5168 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5169 if test "x$LINE" != x
; then
5170 eval "DEFAULT_$LINE"
5175 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5179 eval "$ac_cv_use_filesystem"
5180 if test "$no_cache" != 1; then
5181 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5184 if test "$wxUSE_FILESYSTEM" = yes; then
5185 echo "$as_me:$LINENO: result: yes" >&5
5186 echo "${ECHO_T}yes" >&6
5188 echo "$as_me:$LINENO: result: no" >&5
5189 echo "${ECHO_T}no" >&6
5194 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5195 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5197 # Check whether --enable-fontmap or --disable-fontmap was given.
5198 if test "${enable_fontmap+set}" = set; then
5199 enableval
="$enable_fontmap"
5201 if test "$enableval" = yes; then
5202 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
5204 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
5209 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5210 if test "x$LINE" != x
; then
5211 eval "DEFAULT_$LINE"
5216 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5220 eval "$ac_cv_use_fontmap"
5221 if test "$no_cache" != 1; then
5222 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5225 if test "$wxUSE_FONTMAP" = yes; then
5226 echo "$as_me:$LINENO: result: yes" >&5
5227 echo "${ECHO_T}yes" >&6
5229 echo "$as_me:$LINENO: result: no" >&5
5230 echo "${ECHO_T}no" >&6
5235 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5236 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5238 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5239 if test "${enable_fs_inet+set}" = set; then
5240 enableval
="$enable_fs_inet"
5242 if test "$enableval" = yes; then
5243 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
5245 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
5250 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5251 if test "x$LINE" != x
; then
5252 eval "DEFAULT_$LINE"
5257 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5261 eval "$ac_cv_use_fs_inet"
5262 if test "$no_cache" != 1; then
5263 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5266 if test "$wxUSE_FS_INET" = yes; then
5267 echo "$as_me:$LINENO: result: yes" >&5
5268 echo "${ECHO_T}yes" >&6
5270 echo "$as_me:$LINENO: result: no" >&5
5271 echo "${ECHO_T}no" >&6
5276 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5277 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5279 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5280 if test "${enable_fs_zip+set}" = set; then
5281 enableval
="$enable_fs_zip"
5283 if test "$enableval" = yes; then
5284 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
5286 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
5291 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5292 if test "x$LINE" != x
; then
5293 eval "DEFAULT_$LINE"
5298 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5302 eval "$ac_cv_use_fs_zip"
5303 if test "$no_cache" != 1; then
5304 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5307 if test "$wxUSE_FS_ZIP" = yes; then
5308 echo "$as_me:$LINENO: result: yes" >&5
5309 echo "${ECHO_T}yes" >&6
5311 echo "$as_me:$LINENO: result: no" >&5
5312 echo "${ECHO_T}no" >&6
5317 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5318 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5320 # Check whether --enable-geometry or --disable-geometry was given.
5321 if test "${enable_geometry+set}" = set; then
5322 enableval
="$enable_geometry"
5324 if test "$enableval" = yes; then
5325 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
5327 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
5332 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5333 if test "x$LINE" != x
; then
5334 eval "DEFAULT_$LINE"
5339 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5343 eval "$ac_cv_use_geometry"
5344 if test "$no_cache" != 1; then
5345 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5348 if test "$wxUSE_GEOMETRY" = yes; then
5349 echo "$as_me:$LINENO: result: yes" >&5
5350 echo "${ECHO_T}yes" >&6
5352 echo "$as_me:$LINENO: result: no" >&5
5353 echo "${ECHO_T}no" >&6
5358 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5359 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5361 # Check whether --enable-log or --disable-log was given.
5362 if test "${enable_log+set}" = set; then
5363 enableval
="$enable_log"
5365 if test "$enableval" = yes; then
5366 ac_cv_use_log
='wxUSE_LOG=yes'
5368 ac_cv_use_log
='wxUSE_LOG=no'
5373 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5374 if test "x$LINE" != x
; then
5375 eval "DEFAULT_$LINE"
5380 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5384 eval "$ac_cv_use_log"
5385 if test "$no_cache" != 1; then
5386 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5389 if test "$wxUSE_LOG" = yes; then
5390 echo "$as_me:$LINENO: result: yes" >&5
5391 echo "${ECHO_T}yes" >&6
5393 echo "$as_me:$LINENO: result: no" >&5
5394 echo "${ECHO_T}no" >&6
5399 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5400 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5402 # Check whether --enable-longlong or --disable-longlong was given.
5403 if test "${enable_longlong+set}" = set; then
5404 enableval
="$enable_longlong"
5406 if test "$enableval" = yes; then
5407 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
5409 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
5414 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5415 if test "x$LINE" != x
; then
5416 eval "DEFAULT_$LINE"
5421 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5425 eval "$ac_cv_use_longlong"
5426 if test "$no_cache" != 1; then
5427 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5430 if test "$wxUSE_LONGLONG" = yes; then
5431 echo "$as_me:$LINENO: result: yes" >&5
5432 echo "${ECHO_T}yes" >&6
5434 echo "$as_me:$LINENO: result: no" >&5
5435 echo "${ECHO_T}no" >&6
5440 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5441 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5443 # Check whether --enable-mimetype or --disable-mimetype was given.
5444 if test "${enable_mimetype+set}" = set; then
5445 enableval
="$enable_mimetype"
5447 if test "$enableval" = yes; then
5448 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
5450 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
5455 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5456 if test "x$LINE" != x
; then
5457 eval "DEFAULT_$LINE"
5462 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5466 eval "$ac_cv_use_mimetype"
5467 if test "$no_cache" != 1; then
5468 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5471 if test "$wxUSE_MIMETYPE" = yes; then
5472 echo "$as_me:$LINENO: result: yes" >&5
5473 echo "${ECHO_T}yes" >&6
5475 echo "$as_me:$LINENO: result: no" >&5
5476 echo "${ECHO_T}no" >&6
5481 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5482 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5484 # Check whether --enable-mslu or --disable-mslu was given.
5485 if test "${enable_mslu+set}" = set; then
5486 enableval
="$enable_mslu"
5488 if test "$enableval" = yes; then
5489 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
5491 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
5496 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5497 if test "x$LINE" != x
; then
5498 eval "DEFAULT_$LINE"
5503 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5507 eval "$ac_cv_use_mslu"
5508 if test "$no_cache" != 1; then
5509 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5512 if test "$wxUSE_UNICODE_MSLU" = yes; then
5513 echo "$as_me:$LINENO: result: yes" >&5
5514 echo "${ECHO_T}yes" >&6
5516 echo "$as_me:$LINENO: result: no" >&5
5517 echo "${ECHO_T}no" >&6
5522 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5523 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5525 # Check whether --enable-snglinst or --disable-snglinst was given.
5526 if test "${enable_snglinst+set}" = set; then
5527 enableval
="$enable_snglinst"
5529 if test "$enableval" = yes; then
5530 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
5532 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
5537 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5538 if test "x$LINE" != x
; then
5539 eval "DEFAULT_$LINE"
5544 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5548 eval "$ac_cv_use_snglinst"
5549 if test "$no_cache" != 1; then
5550 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5553 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5554 echo "$as_me:$LINENO: result: yes" >&5
5555 echo "${ECHO_T}yes" >&6
5557 echo "$as_me:$LINENO: result: no" >&5
5558 echo "${ECHO_T}no" >&6
5563 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5564 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5566 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5567 if test "${enable_std_iostreams+set}" = set; then
5568 enableval
="$enable_std_iostreams"
5570 if test "$enableval" = yes; then
5571 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
5573 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
5578 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5579 if test "x$LINE" != x
; then
5580 eval "DEFAULT_$LINE"
5585 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5589 eval "$ac_cv_use_std_iostreams"
5590 if test "$no_cache" != 1; then
5591 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5594 if test "$wxUSE_STD_IOSTREAM" = yes; then
5595 echo "$as_me:$LINENO: result: yes" >&5
5596 echo "${ECHO_T}yes" >&6
5598 echo "$as_me:$LINENO: result: no" >&5
5599 echo "${ECHO_T}no" >&6
5604 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5605 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5607 # Check whether --enable-std_string or --disable-std_string was given.
5608 if test "${enable_std_string+set}" = set; then
5609 enableval
="$enable_std_string"
5611 if test "$enableval" = yes; then
5612 ac_cv_use_std_string
='wxUSE_STD_STRING=yes'
5614 ac_cv_use_std_string
='wxUSE_STD_STRING=no'
5619 LINE
=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5620 if test "x$LINE" != x
; then
5621 eval "DEFAULT_$LINE"
5626 ac_cv_use_std_string
='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5630 eval "$ac_cv_use_std_string"
5631 if test "$no_cache" != 1; then
5632 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5635 if test "$wxUSE_STD_STRING" = yes; then
5636 echo "$as_me:$LINENO: result: yes" >&5
5637 echo "${ECHO_T}yes" >&6
5639 echo "$as_me:$LINENO: result: no" >&5
5640 echo "${ECHO_T}no" >&6
5645 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5646 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
5648 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5649 if test "${enable_stdpaths+set}" = set; then
5650 enableval
="$enable_stdpaths"
5652 if test "$enableval" = yes; then
5653 ac_cv_use_stdpaths
='wxUSE_STDPATHS=yes'
5655 ac_cv_use_stdpaths
='wxUSE_STDPATHS=no'
5660 LINE
=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
5661 if test "x$LINE" != x
; then
5662 eval "DEFAULT_$LINE"
5667 ac_cv_use_stdpaths
='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
5671 eval "$ac_cv_use_stdpaths"
5672 if test "$no_cache" != 1; then
5673 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
5676 if test "$wxUSE_STDPATHS" = yes; then
5677 echo "$as_me:$LINENO: result: yes" >&5
5678 echo "${ECHO_T}yes" >&6
5680 echo "$as_me:$LINENO: result: no" >&5
5681 echo "${ECHO_T}no" >&6
5686 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5687 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5689 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5690 if test "${enable_stopwatch+set}" = set; then
5691 enableval
="$enable_stopwatch"
5693 if test "$enableval" = yes; then
5694 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
5696 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
5701 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5702 if test "x$LINE" != x
; then
5703 eval "DEFAULT_$LINE"
5708 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5712 eval "$ac_cv_use_stopwatch"
5713 if test "$no_cache" != 1; then
5714 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5717 if test "$wxUSE_STOPWATCH" = yes; then
5718 echo "$as_me:$LINENO: result: yes" >&5
5719 echo "${ECHO_T}yes" >&6
5721 echo "$as_me:$LINENO: result: no" >&5
5722 echo "${ECHO_T}no" >&6
5727 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5728 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5730 # Check whether --enable-streams or --disable-streams was given.
5731 if test "${enable_streams+set}" = set; then
5732 enableval
="$enable_streams"
5734 if test "$enableval" = yes; then
5735 ac_cv_use_streams
='wxUSE_STREAMS=yes'
5737 ac_cv_use_streams
='wxUSE_STREAMS=no'
5742 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5743 if test "x$LINE" != x
; then
5744 eval "DEFAULT_$LINE"
5749 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5753 eval "$ac_cv_use_streams"
5754 if test "$no_cache" != 1; then
5755 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5758 if test "$wxUSE_STREAMS" = yes; then
5759 echo "$as_me:$LINENO: result: yes" >&5
5760 echo "${ECHO_T}yes" >&6
5762 echo "$as_me:$LINENO: result: no" >&5
5763 echo "${ECHO_T}no" >&6
5768 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5769 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5771 # Check whether --enable-system_options or --disable-system_options was given.
5772 if test "${enable_system_options+set}" = set; then
5773 enableval
="$enable_system_options"
5775 if test "$enableval" = yes; then
5776 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
5778 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
5783 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5784 if test "x$LINE" != x
; then
5785 eval "DEFAULT_$LINE"
5790 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5794 eval "$ac_cv_use_system_options"
5795 if test "$no_cache" != 1; then
5796 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5799 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5800 echo "$as_me:$LINENO: result: yes" >&5
5801 echo "${ECHO_T}yes" >&6
5803 echo "$as_me:$LINENO: result: no" >&5
5804 echo "${ECHO_T}no" >&6
5809 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5810 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5812 # Check whether --enable-textbuf or --disable-textbuf was given.
5813 if test "${enable_textbuf+set}" = set; then
5814 enableval
="$enable_textbuf"
5816 if test "$enableval" = yes; then
5817 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
5819 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
5824 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5825 if test "x$LINE" != x
; then
5826 eval "DEFAULT_$LINE"
5831 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5835 eval "$ac_cv_use_textbuf"
5836 if test "$no_cache" != 1; then
5837 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5840 if test "$wxUSE_TEXTBUFFER" = yes; then
5841 echo "$as_me:$LINENO: result: yes" >&5
5842 echo "${ECHO_T}yes" >&6
5844 echo "$as_me:$LINENO: result: no" >&5
5845 echo "${ECHO_T}no" >&6
5850 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5851 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5853 # Check whether --enable-textfile or --disable-textfile was given.
5854 if test "${enable_textfile+set}" = set; then
5855 enableval
="$enable_textfile"
5857 if test "$enableval" = yes; then
5858 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
5860 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
5865 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5866 if test "x$LINE" != x
; then
5867 eval "DEFAULT_$LINE"
5872 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5876 eval "$ac_cv_use_textfile"
5877 if test "$no_cache" != 1; then
5878 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5881 if test "$wxUSE_TEXTFILE" = yes; then
5882 echo "$as_me:$LINENO: result: yes" >&5
5883 echo "${ECHO_T}yes" >&6
5885 echo "$as_me:$LINENO: result: no" >&5
5886 echo "${ECHO_T}no" >&6
5891 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5892 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5894 # Check whether --enable-timer or --disable-timer was given.
5895 if test "${enable_timer+set}" = set; then
5896 enableval
="$enable_timer"
5898 if test "$enableval" = yes; then
5899 ac_cv_use_timer
='wxUSE_TIMER=yes'
5901 ac_cv_use_timer
='wxUSE_TIMER=no'
5906 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5907 if test "x$LINE" != x
; then
5908 eval "DEFAULT_$LINE"
5913 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5917 eval "$ac_cv_use_timer"
5918 if test "$no_cache" != 1; then
5919 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5922 if test "$wxUSE_TIMER" = yes; then
5923 echo "$as_me:$LINENO: result: yes" >&5
5924 echo "${ECHO_T}yes" >&6
5926 echo "$as_me:$LINENO: result: no" >&5
5927 echo "${ECHO_T}no" >&6
5932 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5933 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5935 # Check whether --enable-unicode or --disable-unicode was given.
5936 if test "${enable_unicode+set}" = set; then
5937 enableval
="$enable_unicode"
5939 if test "$enableval" = yes; then
5940 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
5942 ac_cv_use_unicode
='wxUSE_UNICODE=no'
5947 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5948 if test "x$LINE" != x
; then
5949 eval "DEFAULT_$LINE"
5954 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5958 eval "$ac_cv_use_unicode"
5959 if test "$no_cache" != 1; then
5960 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5963 if test "$wxUSE_UNICODE" = yes; then
5964 echo "$as_me:$LINENO: result: yes" >&5
5965 echo "${ECHO_T}yes" >&6
5967 echo "$as_me:$LINENO: result: no" >&5
5968 echo "${ECHO_T}no" >&6
5973 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5974 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5976 # Check whether --enable-sound or --disable-sound was given.
5977 if test "${enable_sound+set}" = set; then
5978 enableval
="$enable_sound"
5980 if test "$enableval" = yes; then
5981 ac_cv_use_sound
='wxUSE_SOUND=yes'
5983 ac_cv_use_sound
='wxUSE_SOUND=no'
5988 LINE
=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5989 if test "x$LINE" != x
; then
5990 eval "DEFAULT_$LINE"
5995 ac_cv_use_sound
='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5999 eval "$ac_cv_use_sound"
6000 if test "$no_cache" != 1; then
6001 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
6004 if test "$wxUSE_SOUND" = yes; then
6005 echo "$as_me:$LINENO: result: yes" >&5
6006 echo "${ECHO_T}yes" >&6
6008 echo "$as_me:$LINENO: result: no" >&5
6009 echo "${ECHO_T}no" >&6
6014 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6015 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6017 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6018 if test "${enable_mediactrl+set}" = set; then
6019 enableval
="$enable_mediactrl"
6021 if test "$enableval" = yes; then
6022 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=yes'
6024 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=no'
6029 LINE
=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6030 if test "x$LINE" != x
; then
6031 eval "DEFAULT_$LINE"
6036 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6040 eval "$ac_cv_use_mediactrl"
6041 if test "$no_cache" != 1; then
6042 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6045 if test "$wxUSE_MEDIACTRL" = yes; then
6046 echo "$as_me:$LINENO: result: yes" >&5
6047 echo "${ECHO_T}yes" >&6
6049 echo "$as_me:$LINENO: result: no" >&5
6050 echo "${ECHO_T}no" >&6
6055 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6056 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6058 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6059 if test "${enable_wxprintfv+set}" = set; then
6060 enableval
="$enable_wxprintfv"
6062 if test "$enableval" = yes; then
6063 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
6065 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
6070 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6071 if test "x$LINE" != x
; then
6072 eval "DEFAULT_$LINE"
6077 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6081 eval "$ac_cv_use_wxprintfv"
6082 if test "$no_cache" != 1; then
6083 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6086 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6087 echo "$as_me:$LINENO: result: yes" >&5
6088 echo "${ECHO_T}yes" >&6
6090 echo "$as_me:$LINENO: result: no" >&5
6091 echo "${ECHO_T}no" >&6
6096 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6097 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6099 # Check whether --enable-zipstream or --disable-zipstream was given.
6100 if test "${enable_zipstream+set}" = set; then
6101 enableval
="$enable_zipstream"
6103 if test "$enableval" = yes; then
6104 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
6106 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
6111 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6112 if test "x$LINE" != x
; then
6113 eval "DEFAULT_$LINE"
6118 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6122 eval "$ac_cv_use_zipstream"
6123 if test "$no_cache" != 1; then
6124 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6127 if test "$wxUSE_ZIPSTREAM" = yes; then
6128 echo "$as_me:$LINENO: result: yes" >&5
6129 echo "${ECHO_T}yes" >&6
6131 echo "$as_me:$LINENO: result: no" >&5
6132 echo "${ECHO_T}no" >&6
6138 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6139 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6141 # Check whether --enable-url or --disable-url was given.
6142 if test "${enable_url+set}" = set; then
6143 enableval
="$enable_url"
6145 if test "$enableval" = yes; then
6146 ac_cv_use_url
='wxUSE_URL=yes'
6148 ac_cv_use_url
='wxUSE_URL=no'
6153 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6154 if test "x$LINE" != x
; then
6155 eval "DEFAULT_$LINE"
6160 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
6164 eval "$ac_cv_use_url"
6165 if test "$no_cache" != 1; then
6166 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6169 if test "$wxUSE_URL" = yes; then
6170 echo "$as_me:$LINENO: result: yes" >&5
6171 echo "${ECHO_T}yes" >&6
6173 echo "$as_me:$LINENO: result: no" >&5
6174 echo "${ECHO_T}no" >&6
6179 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6180 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6182 # Check whether --enable-protocol or --disable-protocol was given.
6183 if test "${enable_protocol+set}" = set; then
6184 enableval
="$enable_protocol"
6186 if test "$enableval" = yes; then
6187 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
6189 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
6194 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6195 if test "x$LINE" != x
; then
6196 eval "DEFAULT_$LINE"
6201 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6205 eval "$ac_cv_use_protocol"
6206 if test "$no_cache" != 1; then
6207 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6210 if test "$wxUSE_PROTOCOL" = yes; then
6211 echo "$as_me:$LINENO: result: yes" >&5
6212 echo "${ECHO_T}yes" >&6
6214 echo "$as_me:$LINENO: result: no" >&5
6215 echo "${ECHO_T}no" >&6
6220 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6221 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6223 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6224 if test "${enable_protocol_http+set}" = set; then
6225 enableval
="$enable_protocol_http"
6227 if test "$enableval" = yes; then
6228 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
6230 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
6235 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6236 if test "x$LINE" != x
; then
6237 eval "DEFAULT_$LINE"
6242 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6246 eval "$ac_cv_use_protocol_http"
6247 if test "$no_cache" != 1; then
6248 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6251 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6252 echo "$as_me:$LINENO: result: yes" >&5
6253 echo "${ECHO_T}yes" >&6
6255 echo "$as_me:$LINENO: result: no" >&5
6256 echo "${ECHO_T}no" >&6
6261 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6262 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6264 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6265 if test "${enable_protocol_ftp+set}" = set; then
6266 enableval
="$enable_protocol_ftp"
6268 if test "$enableval" = yes; then
6269 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
6271 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
6276 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6277 if test "x$LINE" != x
; then
6278 eval "DEFAULT_$LINE"
6283 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6287 eval "$ac_cv_use_protocol_ftp"
6288 if test "$no_cache" != 1; then
6289 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6292 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6293 echo "$as_me:$LINENO: result: yes" >&5
6294 echo "${ECHO_T}yes" >&6
6296 echo "$as_me:$LINENO: result: no" >&5
6297 echo "${ECHO_T}no" >&6
6302 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6303 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6305 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6306 if test "${enable_protocol_file+set}" = set; then
6307 enableval
="$enable_protocol_file"
6309 if test "$enableval" = yes; then
6310 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
6312 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
6317 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6318 if test "x$LINE" != x
; then
6319 eval "DEFAULT_$LINE"
6324 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6328 eval "$ac_cv_use_protocol_file"
6329 if test "$no_cache" != 1; then
6330 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6333 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6334 echo "$as_me:$LINENO: result: yes" >&5
6335 echo "${ECHO_T}yes" >&6
6337 echo "$as_me:$LINENO: result: no" >&5
6338 echo "${ECHO_T}no" >&6
6346 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6347 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6349 # Check whether --enable-threads or --disable-threads was given.
6350 if test "${enable_threads+set}" = set; then
6351 enableval
="$enable_threads"
6353 if test "$enableval" = yes; then
6354 ac_cv_use_threads
='wxUSE_THREADS=yes'
6356 ac_cv_use_threads
='wxUSE_THREADS=no'
6361 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6362 if test "x$LINE" != x
; then
6363 eval "DEFAULT_$LINE"
6368 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6372 eval "$ac_cv_use_threads"
6373 if test "$no_cache" != 1; then
6374 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6377 if test "$wxUSE_THREADS" = yes; then
6378 echo "$as_me:$LINENO: result: yes" >&5
6379 echo "${ECHO_T}yes" >&6
6381 echo "$as_me:$LINENO: result: no" >&5
6382 echo "${ECHO_T}no" >&6
6386 if test "$wxUSE_GUI" = "yes"; then
6391 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6392 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6394 # Check whether --enable-docview or --disable-docview was given.
6395 if test "${enable_docview+set}" = set; then
6396 enableval
="$enable_docview"
6398 if test "$enableval" = yes; then
6399 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6401 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6406 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6407 if test "x$LINE" != x
; then
6408 eval "DEFAULT_$LINE"
6413 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6417 eval "$ac_cv_use_docview"
6418 if test "$no_cache" != 1; then
6419 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6422 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6423 echo "$as_me:$LINENO: result: yes" >&5
6424 echo "${ECHO_T}yes" >&6
6426 echo "$as_me:$LINENO: result: no" >&5
6427 echo "${ECHO_T}no" >&6
6432 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6433 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6435 # Check whether --enable-help or --disable-help was given.
6436 if test "${enable_help+set}" = set; then
6437 enableval
="$enable_help"
6439 if test "$enableval" = yes; then
6440 ac_cv_use_help
='wxUSE_HELP=yes'
6442 ac_cv_use_help
='wxUSE_HELP=no'
6447 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6448 if test "x$LINE" != x
; then
6449 eval "DEFAULT_$LINE"
6454 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6458 eval "$ac_cv_use_help"
6459 if test "$no_cache" != 1; then
6460 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6463 if test "$wxUSE_HELP" = yes; then
6464 echo "$as_me:$LINENO: result: yes" >&5
6465 echo "${ECHO_T}yes" >&6
6467 echo "$as_me:$LINENO: result: no" >&5
6468 echo "${ECHO_T}no" >&6
6473 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6474 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6476 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6477 if test "${enable_mshtmlhelp+set}" = set; then
6478 enableval
="$enable_mshtmlhelp"
6480 if test "$enableval" = yes; then
6481 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
6483 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
6488 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6489 if test "x$LINE" != x
; then
6490 eval "DEFAULT_$LINE"
6495 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6499 eval "$ac_cv_use_mshtmlhelp"
6500 if test "$no_cache" != 1; then
6501 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6504 if test "$wxUSE_MS_HTML_HELP" = yes; then
6505 echo "$as_me:$LINENO: result: yes" >&5
6506 echo "${ECHO_T}yes" >&6
6508 echo "$as_me:$LINENO: result: no" >&5
6509 echo "${ECHO_T}no" >&6
6514 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6515 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6517 # Check whether --enable-html or --disable-html was given.
6518 if test "${enable_html+set}" = set; then
6519 enableval
="$enable_html"
6521 if test "$enableval" = yes; then
6522 ac_cv_use_html
='wxUSE_HTML=yes'
6524 ac_cv_use_html
='wxUSE_HTML=no'
6529 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6530 if test "x$LINE" != x
; then
6531 eval "DEFAULT_$LINE"
6536 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6540 eval "$ac_cv_use_html"
6541 if test "$no_cache" != 1; then
6542 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6545 if test "$wxUSE_HTML" = yes; then
6546 echo "$as_me:$LINENO: result: yes" >&5
6547 echo "${ECHO_T}yes" >&6
6549 echo "$as_me:$LINENO: result: no" >&5
6550 echo "${ECHO_T}no" >&6
6555 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6556 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6558 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6559 if test "${enable_htmlhelp+set}" = set; then
6560 enableval
="$enable_htmlhelp"
6562 if test "$enableval" = yes; then
6563 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
6565 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
6570 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6571 if test "x$LINE" != x
; then
6572 eval "DEFAULT_$LINE"
6577 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6581 eval "$ac_cv_use_htmlhelp"
6582 if test "$no_cache" != 1; then
6583 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6586 if test "$wxUSE_WXHTML_HELP" = yes; then
6587 echo "$as_me:$LINENO: result: yes" >&5
6588 echo "${ECHO_T}yes" >&6
6590 echo "$as_me:$LINENO: result: no" >&5
6591 echo "${ECHO_T}no" >&6
6596 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6597 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6599 # Check whether --enable-xrc or --disable-xrc was given.
6600 if test "${enable_xrc+set}" = set; then
6601 enableval
="$enable_xrc"
6603 if test "$enableval" = yes; then
6604 ac_cv_use_xrc
='wxUSE_XRC=yes'
6606 ac_cv_use_xrc
='wxUSE_XRC=no'
6611 LINE
=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6612 if test "x$LINE" != x
; then
6613 eval "DEFAULT_$LINE"
6618 ac_cv_use_xrc
='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6622 eval "$ac_cv_use_xrc"
6623 if test "$no_cache" != 1; then
6624 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6627 if test "$wxUSE_XRC" = yes; then
6628 echo "$as_me:$LINENO: result: yes" >&5
6629 echo "${ECHO_T}yes" >&6
6631 echo "$as_me:$LINENO: result: no" >&5
6632 echo "${ECHO_T}no" >&6
6637 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6638 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6640 # Check whether --enable-constraints or --disable-constraints was given.
6641 if test "${enable_constraints+set}" = set; then
6642 enableval
="$enable_constraints"
6644 if test "$enableval" = yes; then
6645 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
6647 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
6652 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6653 if test "x$LINE" != x
; then
6654 eval "DEFAULT_$LINE"
6659 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6663 eval "$ac_cv_use_constraints"
6664 if test "$no_cache" != 1; then
6665 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6668 if test "$wxUSE_CONSTRAINTS" = yes; then
6669 echo "$as_me:$LINENO: result: yes" >&5
6670 echo "${ECHO_T}yes" >&6
6672 echo "$as_me:$LINENO: result: no" >&5
6673 echo "${ECHO_T}no" >&6
6678 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6679 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6681 # Check whether --enable-printarch or --disable-printarch was given.
6682 if test "${enable_printarch+set}" = set; then
6683 enableval
="$enable_printarch"
6685 if test "$enableval" = yes; then
6686 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
6688 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
6693 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6694 if test "x$LINE" != x
; then
6695 eval "DEFAULT_$LINE"
6700 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6704 eval "$ac_cv_use_printarch"
6705 if test "$no_cache" != 1; then
6706 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6709 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6710 echo "$as_me:$LINENO: result: yes" >&5
6711 echo "${ECHO_T}yes" >&6
6713 echo "$as_me:$LINENO: result: no" >&5
6714 echo "${ECHO_T}no" >&6
6719 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6720 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6722 # Check whether --enable-mdi or --disable-mdi was given.
6723 if test "${enable_mdi+set}" = set; then
6724 enableval
="$enable_mdi"
6726 if test "$enableval" = yes; then
6727 ac_cv_use_mdi
='wxUSE_MDI=yes'
6729 ac_cv_use_mdi
='wxUSE_MDI=no'
6734 LINE
=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6735 if test "x$LINE" != x
; then
6736 eval "DEFAULT_$LINE"
6741 ac_cv_use_mdi
='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6745 eval "$ac_cv_use_mdi"
6746 if test "$no_cache" != 1; then
6747 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6750 if test "$wxUSE_MDI" = yes; then
6751 echo "$as_me:$LINENO: result: yes" >&5
6752 echo "${ECHO_T}yes" >&6
6754 echo "$as_me:$LINENO: result: no" >&5
6755 echo "${ECHO_T}no" >&6
6760 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6761 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6763 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6764 if test "${enable_mdidoc+set}" = set; then
6765 enableval
="$enable_mdidoc"
6767 if test "$enableval" = yes; then
6768 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=yes'
6770 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=no'
6775 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6776 if test "x$LINE" != x
; then
6777 eval "DEFAULT_$LINE"
6782 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6786 eval "$ac_cv_use_mdidoc"
6787 if test "$no_cache" != 1; then
6788 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6791 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6792 echo "$as_me:$LINENO: result: yes" >&5
6793 echo "${ECHO_T}yes" >&6
6795 echo "$as_me:$LINENO: result: no" >&5
6796 echo "${ECHO_T}no" >&6
6801 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6802 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6804 # Check whether --enable-loggui or --disable-loggui was given.
6805 if test "${enable_loggui+set}" = set; then
6806 enableval
="$enable_loggui"
6808 if test "$enableval" = yes; then
6809 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
6811 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
6816 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6817 if test "x$LINE" != x
; then
6818 eval "DEFAULT_$LINE"
6823 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6827 eval "$ac_cv_use_loggui"
6828 if test "$no_cache" != 1; then
6829 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6832 if test "$wxUSE_LOGGUI" = yes; then
6833 echo "$as_me:$LINENO: result: yes" >&5
6834 echo "${ECHO_T}yes" >&6
6836 echo "$as_me:$LINENO: result: no" >&5
6837 echo "${ECHO_T}no" >&6
6842 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6843 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6845 # Check whether --enable-logwin or --disable-logwin was given.
6846 if test "${enable_logwin+set}" = set; then
6847 enableval
="$enable_logwin"
6849 if test "$enableval" = yes; then
6850 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
6852 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
6857 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6858 if test "x$LINE" != x
; then
6859 eval "DEFAULT_$LINE"
6864 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6868 eval "$ac_cv_use_logwin"
6869 if test "$no_cache" != 1; then
6870 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6873 if test "$wxUSE_LOGWINDOW" = yes; then
6874 echo "$as_me:$LINENO: result: yes" >&5
6875 echo "${ECHO_T}yes" >&6
6877 echo "$as_me:$LINENO: result: no" >&5
6878 echo "${ECHO_T}no" >&6
6883 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6884 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6886 # Check whether --enable-logdialog or --disable-logdialog was given.
6887 if test "${enable_logdialog+set}" = set; then
6888 enableval
="$enable_logdialog"
6890 if test "$enableval" = yes; then
6891 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
6893 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
6898 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6899 if test "x$LINE" != x
; then
6900 eval "DEFAULT_$LINE"
6905 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6909 eval "$ac_cv_use_logdialog"
6910 if test "$no_cache" != 1; then
6911 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6914 if test "$wxUSE_LOGDIALOG" = yes; then
6915 echo "$as_me:$LINENO: result: yes" >&5
6916 echo "${ECHO_T}yes" >&6
6918 echo "$as_me:$LINENO: result: no" >&5
6919 echo "${ECHO_T}no" >&6
6924 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6925 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6927 # Check whether --enable-webkit or --disable-webkit was given.
6928 if test "${enable_webkit+set}" = set; then
6929 enableval
="$enable_webkit"
6931 if test "$enableval" = yes; then
6932 ac_cv_use_webkit
='wxUSE_WEBKIT=yes'
6934 ac_cv_use_webkit
='wxUSE_WEBKIT=no'
6939 LINE
=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6940 if test "x$LINE" != x
; then
6941 eval "DEFAULT_$LINE"
6946 ac_cv_use_webkit
='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6950 eval "$ac_cv_use_webkit"
6951 if test "$no_cache" != 1; then
6952 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6955 if test "$wxUSE_WEBKIT" = yes; then
6956 echo "$as_me:$LINENO: result: yes" >&5
6957 echo "${ECHO_T}yes" >&6
6959 echo "$as_me:$LINENO: result: no" >&5
6960 echo "${ECHO_T}no" >&6
6966 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6967 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6969 # Check whether --enable-postscript or --disable-postscript was given.
6970 if test "${enable_postscript+set}" = set; then
6971 enableval
="$enable_postscript"
6973 if test "$enableval" = yes; then
6974 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
6976 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
6981 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6982 if test "x$LINE" != x
; then
6983 eval "DEFAULT_$LINE"
6988 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6992 eval "$ac_cv_use_postscript"
6993 if test "$no_cache" != 1; then
6994 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6997 if test "$wxUSE_POSTSCRIPT" = yes; then
6998 echo "$as_me:$LINENO: result: yes" >&5
6999 echo "${ECHO_T}yes" >&6
7001 echo "$as_me:$LINENO: result: no" >&5
7002 echo "${ECHO_T}no" >&6
7010 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7011 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7013 # Check whether --enable-prologio or --disable-prologio was given.
7014 if test "${enable_prologio+set}" = set; then
7015 enableval
="$enable_prologio"
7017 if test "$enableval" = yes; then
7018 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
7020 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
7025 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7026 if test "x$LINE" != x
; then
7027 eval "DEFAULT_$LINE"
7032 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7036 eval "$ac_cv_use_prologio"
7037 if test "$no_cache" != 1; then
7038 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7041 if test "$wxUSE_PROLOGIO" = yes; then
7042 echo "$as_me:$LINENO: result: yes" >&5
7043 echo "${ECHO_T}yes" >&6
7045 echo "$as_me:$LINENO: result: no" >&5
7046 echo "${ECHO_T}no" >&6
7051 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7052 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7054 # Check whether --enable-resources or --disable-resources was given.
7055 if test "${enable_resources+set}" = set; then
7056 enableval
="$enable_resources"
7058 if test "$enableval" = yes; then
7059 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
7061 ac_cv_use_resources
='wxUSE_RESOURCES=no'
7066 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7067 if test "x$LINE" != x
; then
7068 eval "DEFAULT_$LINE"
7073 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7077 eval "$ac_cv_use_resources"
7078 if test "$no_cache" != 1; then
7079 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7082 if test "$wxUSE_RESOURCES" = yes; then
7083 echo "$as_me:$LINENO: result: yes" >&5
7084 echo "${ECHO_T}yes" >&6
7086 echo "$as_me:$LINENO: result: no" >&5
7087 echo "${ECHO_T}no" >&6
7094 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7095 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7097 # Check whether --enable-clipboard or --disable-clipboard was given.
7098 if test "${enable_clipboard+set}" = set; then
7099 enableval
="$enable_clipboard"
7101 if test "$enableval" = yes; then
7102 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
7104 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
7109 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7110 if test "x$LINE" != x
; then
7111 eval "DEFAULT_$LINE"
7116 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7120 eval "$ac_cv_use_clipboard"
7121 if test "$no_cache" != 1; then
7122 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7125 if test "$wxUSE_CLIPBOARD" = yes; then
7126 echo "$as_me:$LINENO: result: yes" >&5
7127 echo "${ECHO_T}yes" >&6
7129 echo "$as_me:$LINENO: result: no" >&5
7130 echo "${ECHO_T}no" >&6
7135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7136 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7138 # Check whether --enable-dnd or --disable-dnd was given.
7139 if test "${enable_dnd+set}" = set; then
7140 enableval
="$enable_dnd"
7142 if test "$enableval" = yes; then
7143 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
7145 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
7150 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7151 if test "x$LINE" != x
; then
7152 eval "DEFAULT_$LINE"
7157 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7161 eval "$ac_cv_use_dnd"
7162 if test "$no_cache" != 1; then
7163 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7166 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7167 echo "$as_me:$LINENO: result: yes" >&5
7168 echo "${ECHO_T}yes" >&6
7170 echo "$as_me:$LINENO: result: no" >&5
7171 echo "${ECHO_T}no" >&6
7176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7177 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7179 # Check whether --enable-metafile or --disable-metafile was given.
7180 if test "${enable_metafile+set}" = set; then
7181 enableval
="$enable_metafile"
7183 if test "$enableval" = yes; then
7184 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
7186 ac_cv_use_metafile
='wxUSE_METAFILE=no'
7191 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7192 if test "x$LINE" != x
; then
7193 eval "DEFAULT_$LINE"
7198 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7202 eval "$ac_cv_use_metafile"
7203 if test "$no_cache" != 1; then
7204 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7207 if test "$wxUSE_METAFILE" = yes; then
7208 echo "$as_me:$LINENO: result: yes" >&5
7209 echo "${ECHO_T}yes" >&6
7211 echo "$as_me:$LINENO: result: no" >&5
7212 echo "${ECHO_T}no" >&6
7220 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7221 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7223 # Check whether --enable-controls or --disable-controls was given.
7224 if test "${enable_controls+set}" = set; then
7225 enableval
="$enable_controls"
7227 if test "$enableval" = yes; then
7228 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
7230 ac_cv_use_controls
='wxUSE_CONTROLS=no'
7235 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7236 if test "x$LINE" != x
; then
7237 eval "DEFAULT_$LINE"
7242 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7246 eval "$ac_cv_use_controls"
7247 if test "$no_cache" != 1; then
7248 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7251 if test "$wxUSE_CONTROLS" = yes; then
7252 echo "$as_me:$LINENO: result: yes" >&5
7253 echo "${ECHO_T}yes" >&6
7255 echo "$as_me:$LINENO: result: no" >&5
7256 echo "${ECHO_T}no" >&6
7260 if test "$wxUSE_CONTROLS" = "yes"; then
7261 DEFAULT_wxUSE_ACCEL
=yes
7262 DEFAULT_wxUSE_BMPBUTTON
=yes
7263 DEFAULT_wxUSE_BUTTON
=yes
7264 DEFAULT_wxUSE_CALCTRL
=yes
7265 DEFAULT_wxUSE_CARET
=yes
7266 DEFAULT_wxUSE_COMBOBOX
=yes
7267 DEFAULT_wxUSE_CHECKBOX
=yes
7268 DEFAULT_wxUSE_CHECKLISTBOX
=yes
7269 DEFAULT_wxUSE_CHOICE
=yes
7270 DEFAULT_wxUSE_CHOICEBOOK
=yes
7271 DEFAULT_wxUSE_DATEPICKCTRL
=yes
7272 DEFAULT_wxUSE_GAUGE
=yes
7273 DEFAULT_wxUSE_GRID
=yes
7274 DEFAULT_wxUSE_IMAGLIST
=yes
7275 DEFAULT_wxUSE_LISTBOOK
=yes
7276 DEFAULT_wxUSE_LISTBOX
=yes
7277 DEFAULT_wxUSE_LISTCTRL
=yes
7278 DEFAULT_wxUSE_NOTEBOOK
=yes
7279 DEFAULT_wxUSE_RADIOBOX
=yes
7280 DEFAULT_wxUSE_RADIOBTN
=yes
7281 DEFAULT_wxUSE_SASH
=yes
7282 DEFAULT_wxUSE_SCROLLBAR
=yes
7283 DEFAULT_wxUSE_SLIDER
=yes
7284 DEFAULT_wxUSE_SPINBTN
=yes
7285 DEFAULT_wxUSE_SPINCTRL
=yes
7286 DEFAULT_wxUSE_SPLITTER
=yes
7287 DEFAULT_wxUSE_STATBMP
=yes
7288 DEFAULT_wxUSE_STATBOX
=yes
7289 DEFAULT_wxUSE_STATLINE
=yes
7290 DEFAULT_wxUSE_STATUSBAR
=yes
7291 DEFAULT_wxUSE_TAB_DIALOG
=yes
7292 DEFAULT_wxUSE_TOGGLEBTN
=yes
7293 DEFAULT_wxUSE_TOOLBAR
=yes
7294 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
7295 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
7296 DEFAULT_wxUSE_TOOLTIPS
=yes
7297 DEFAULT_wxUSE_TREECTRL
=yes
7298 DEFAULT_wxUSE_POPUPWIN
=yes
7299 DEFAULT_wxUSE_TIPWINDOW
=yes
7300 elif test "$wxUSE_CONTROLS" = "no"; then
7301 DEFAULT_wxUSE_ACCEL
=no
7302 DEFAULT_wxUSE_BMPBUTTON
=no
7303 DEFAULT_wxUSE_BUTTON
=no
7304 DEFAULT_wxUSE_CALCTRL
=no
7305 DEFAULT_wxUSE_CARET
=no
7306 DEFAULT_wxUSE_COMBOBOX
=no
7307 DEFAULT_wxUSE_CHECKBOX
=no
7308 DEFAULT_wxUSE_CHECKLISTBOX
=no
7309 DEFAULT_wxUSE_CHOICE
=no
7310 DEFAULT_wxUSE_CHOICEBOOK
=no
7311 DEFAULT_wxUSE_DATEPICKCTRL
=no
7312 DEFAULT_wxUSE_GAUGE
=no
7313 DEFAULT_wxUSE_GRID
=no
7314 DEFAULT_wxUSE_IMAGLIST
=no
7315 DEFAULT_wxUSE_LISTBOOK
=no
7316 DEFAULT_wxUSE_LISTBOX
=no
7317 DEFAULT_wxUSE_LISTCTRL
=no
7318 DEFAULT_wxUSE_NOTEBOOK
=no
7319 DEFAULT_wxUSE_RADIOBOX
=no
7320 DEFAULT_wxUSE_RADIOBTN
=no
7321 DEFAULT_wxUSE_SASH
=no
7322 DEFAULT_wxUSE_SCROLLBAR
=no
7323 DEFAULT_wxUSE_SLIDER
=no
7324 DEFAULT_wxUSE_SPINBTN
=no
7325 DEFAULT_wxUSE_SPINCTRL
=no
7326 DEFAULT_wxUSE_SPLITTER
=no
7327 DEFAULT_wxUSE_STATBMP
=no
7328 DEFAULT_wxUSE_STATBOX
=no
7329 DEFAULT_wxUSE_STATLINE
=no
7330 DEFAULT_wxUSE_STATUSBAR
=no
7331 DEFAULT_wxUSE_TAB_DIALOG
=no
7332 DEFAULT_wxUSE_TOGGLEBTN
=no
7333 DEFAULT_wxUSE_TOOLBAR
=no
7334 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
7335 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
7336 DEFAULT_wxUSE_TOOLTIPS
=no
7337 DEFAULT_wxUSE_TREECTRL
=no
7338 DEFAULT_wxUSE_POPUPWIN
=no
7339 DEFAULT_wxUSE_TIPWINDOW
=no
7344 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7345 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7347 # Check whether --enable-accel or --disable-accel was given.
7348 if test "${enable_accel+set}" = set; then
7349 enableval
="$enable_accel"
7351 if test "$enableval" = yes; then
7352 ac_cv_use_accel
='wxUSE_ACCEL=yes'
7354 ac_cv_use_accel
='wxUSE_ACCEL=no'
7359 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7360 if test "x$LINE" != x
; then
7361 eval "DEFAULT_$LINE"
7366 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7370 eval "$ac_cv_use_accel"
7371 if test "$no_cache" != 1; then
7372 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7375 if test "$wxUSE_ACCEL" = yes; then
7376 echo "$as_me:$LINENO: result: yes" >&5
7377 echo "${ECHO_T}yes" >&6
7379 echo "$as_me:$LINENO: result: no" >&5
7380 echo "${ECHO_T}no" >&6
7385 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7386 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7388 # Check whether --enable-button or --disable-button was given.
7389 if test "${enable_button+set}" = set; then
7390 enableval
="$enable_button"
7392 if test "$enableval" = yes; then
7393 ac_cv_use_button
='wxUSE_BUTTON=yes'
7395 ac_cv_use_button
='wxUSE_BUTTON=no'
7400 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7401 if test "x$LINE" != x
; then
7402 eval "DEFAULT_$LINE"
7407 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7411 eval "$ac_cv_use_button"
7412 if test "$no_cache" != 1; then
7413 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7416 if test "$wxUSE_BUTTON" = yes; then
7417 echo "$as_me:$LINENO: result: yes" >&5
7418 echo "${ECHO_T}yes" >&6
7420 echo "$as_me:$LINENO: result: no" >&5
7421 echo "${ECHO_T}no" >&6
7426 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7427 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7429 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7430 if test "${enable_bmpbutton+set}" = set; then
7431 enableval
="$enable_bmpbutton"
7433 if test "$enableval" = yes; then
7434 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
7436 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
7441 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7442 if test "x$LINE" != x
; then
7443 eval "DEFAULT_$LINE"
7448 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7452 eval "$ac_cv_use_bmpbutton"
7453 if test "$no_cache" != 1; then
7454 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7457 if test "$wxUSE_BMPBUTTON" = yes; then
7458 echo "$as_me:$LINENO: result: yes" >&5
7459 echo "${ECHO_T}yes" >&6
7461 echo "$as_me:$LINENO: result: no" >&5
7462 echo "${ECHO_T}no" >&6
7467 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7468 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7470 # Check whether --enable-calendar or --disable-calendar was given.
7471 if test "${enable_calendar+set}" = set; then
7472 enableval
="$enable_calendar"
7474 if test "$enableval" = yes; then
7475 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
7477 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
7482 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7483 if test "x$LINE" != x
; then
7484 eval "DEFAULT_$LINE"
7489 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7493 eval "$ac_cv_use_calendar"
7494 if test "$no_cache" != 1; then
7495 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7498 if test "$wxUSE_CALCTRL" = yes; then
7499 echo "$as_me:$LINENO: result: yes" >&5
7500 echo "${ECHO_T}yes" >&6
7502 echo "$as_me:$LINENO: result: no" >&5
7503 echo "${ECHO_T}no" >&6
7508 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7509 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7511 # Check whether --enable-caret or --disable-caret was given.
7512 if test "${enable_caret+set}" = set; then
7513 enableval
="$enable_caret"
7515 if test "$enableval" = yes; then
7516 ac_cv_use_caret
='wxUSE_CARET=yes'
7518 ac_cv_use_caret
='wxUSE_CARET=no'
7523 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7524 if test "x$LINE" != x
; then
7525 eval "DEFAULT_$LINE"
7530 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7534 eval "$ac_cv_use_caret"
7535 if test "$no_cache" != 1; then
7536 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7539 if test "$wxUSE_CARET" = yes; then
7540 echo "$as_me:$LINENO: result: yes" >&5
7541 echo "${ECHO_T}yes" >&6
7543 echo "$as_me:$LINENO: result: no" >&5
7544 echo "${ECHO_T}no" >&6
7549 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7550 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7552 # Check whether --enable-checkbox or --disable-checkbox was given.
7553 if test "${enable_checkbox+set}" = set; then
7554 enableval
="$enable_checkbox"
7556 if test "$enableval" = yes; then
7557 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
7559 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
7564 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7565 if test "x$LINE" != x
; then
7566 eval "DEFAULT_$LINE"
7571 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7575 eval "$ac_cv_use_checkbox"
7576 if test "$no_cache" != 1; then
7577 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7580 if test "$wxUSE_CHECKBOX" = yes; then
7581 echo "$as_me:$LINENO: result: yes" >&5
7582 echo "${ECHO_T}yes" >&6
7584 echo "$as_me:$LINENO: result: no" >&5
7585 echo "${ECHO_T}no" >&6
7590 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7591 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7593 # Check whether --enable-checklst or --disable-checklst was given.
7594 if test "${enable_checklst+set}" = set; then
7595 enableval
="$enable_checklst"
7597 if test "$enableval" = yes; then
7598 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
7600 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
7605 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7606 if test "x$LINE" != x
; then
7607 eval "DEFAULT_$LINE"
7612 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7616 eval "$ac_cv_use_checklst"
7617 if test "$no_cache" != 1; then
7618 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7621 if test "$wxUSE_CHECKLST" = yes; then
7622 echo "$as_me:$LINENO: result: yes" >&5
7623 echo "${ECHO_T}yes" >&6
7625 echo "$as_me:$LINENO: result: no" >&5
7626 echo "${ECHO_T}no" >&6
7631 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7632 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7634 # Check whether --enable-choice or --disable-choice was given.
7635 if test "${enable_choice+set}" = set; then
7636 enableval
="$enable_choice"
7638 if test "$enableval" = yes; then
7639 ac_cv_use_choice
='wxUSE_CHOICE=yes'
7641 ac_cv_use_choice
='wxUSE_CHOICE=no'
7646 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7647 if test "x$LINE" != x
; then
7648 eval "DEFAULT_$LINE"
7653 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7657 eval "$ac_cv_use_choice"
7658 if test "$no_cache" != 1; then
7659 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7662 if test "$wxUSE_CHOICE" = yes; then
7663 echo "$as_me:$LINENO: result: yes" >&5
7664 echo "${ECHO_T}yes" >&6
7666 echo "$as_me:$LINENO: result: no" >&5
7667 echo "${ECHO_T}no" >&6
7672 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7673 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7675 # Check whether --enable-choicebook or --disable-choicebook was given.
7676 if test "${enable_choicebook+set}" = set; then
7677 enableval
="$enable_choicebook"
7679 if test "$enableval" = yes; then
7680 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=yes'
7682 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=no'
7687 LINE
=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7688 if test "x$LINE" != x
; then
7689 eval "DEFAULT_$LINE"
7694 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7698 eval "$ac_cv_use_choicebook"
7699 if test "$no_cache" != 1; then
7700 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7703 if test "$wxUSE_CHOICEBOOK" = yes; then
7704 echo "$as_me:$LINENO: result: yes" >&5
7705 echo "${ECHO_T}yes" >&6
7707 echo "$as_me:$LINENO: result: no" >&5
7708 echo "${ECHO_T}no" >&6
7713 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7714 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7716 # Check whether --enable-combobox or --disable-combobox was given.
7717 if test "${enable_combobox+set}" = set; then
7718 enableval
="$enable_combobox"
7720 if test "$enableval" = yes; then
7721 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
7723 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
7728 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7729 if test "x$LINE" != x
; then
7730 eval "DEFAULT_$LINE"
7735 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7739 eval "$ac_cv_use_combobox"
7740 if test "$no_cache" != 1; then
7741 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7744 if test "$wxUSE_COMBOBOX" = yes; then
7745 echo "$as_me:$LINENO: result: yes" >&5
7746 echo "${ECHO_T}yes" >&6
7748 echo "$as_me:$LINENO: result: no" >&5
7749 echo "${ECHO_T}no" >&6
7754 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7755 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7757 # Check whether --enable-datepick or --disable-datepick was given.
7758 if test "${enable_datepick+set}" = set; then
7759 enableval
="$enable_datepick"
7761 if test "$enableval" = yes; then
7762 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL=yes'
7764 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL=no'
7769 LINE
=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7770 if test "x$LINE" != x
; then
7771 eval "DEFAULT_$LINE"
7776 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7780 eval "$ac_cv_use_datepick"
7781 if test "$no_cache" != 1; then
7782 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7785 if test "$wxUSE_DATEPICKCTRL" = yes; then
7786 echo "$as_me:$LINENO: result: yes" >&5
7787 echo "${ECHO_T}yes" >&6
7789 echo "$as_me:$LINENO: result: no" >&5
7790 echo "${ECHO_T}no" >&6
7795 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7796 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7798 # Check whether --enable-display or --disable-display was given.
7799 if test "${enable_display+set}" = set; then
7800 enableval
="$enable_display"
7802 if test "$enableval" = yes; then
7803 ac_cv_use_display
='wxUSE_DISPLAY=yes'
7805 ac_cv_use_display
='wxUSE_DISPLAY=no'
7810 LINE
=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7811 if test "x$LINE" != x
; then
7812 eval "DEFAULT_$LINE"
7817 ac_cv_use_display
='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7821 eval "$ac_cv_use_display"
7822 if test "$no_cache" != 1; then
7823 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7826 if test "$wxUSE_DISPLAY" = yes; then
7827 echo "$as_me:$LINENO: result: yes" >&5
7828 echo "${ECHO_T}yes" >&6
7830 echo "$as_me:$LINENO: result: no" >&5
7831 echo "${ECHO_T}no" >&6
7836 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7837 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7839 # Check whether --enable-gauge or --disable-gauge was given.
7840 if test "${enable_gauge+set}" = set; then
7841 enableval
="$enable_gauge"
7843 if test "$enableval" = yes; then
7844 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
7846 ac_cv_use_gauge
='wxUSE_GAUGE=no'
7851 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7852 if test "x$LINE" != x
; then
7853 eval "DEFAULT_$LINE"
7858 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7862 eval "$ac_cv_use_gauge"
7863 if test "$no_cache" != 1; then
7864 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7867 if test "$wxUSE_GAUGE" = yes; then
7868 echo "$as_me:$LINENO: result: yes" >&5
7869 echo "${ECHO_T}yes" >&6
7871 echo "$as_me:$LINENO: result: no" >&5
7872 echo "${ECHO_T}no" >&6
7877 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7878 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7880 # Check whether --enable-grid or --disable-grid was given.
7881 if test "${enable_grid+set}" = set; then
7882 enableval
="$enable_grid"
7884 if test "$enableval" = yes; then
7885 ac_cv_use_grid
='wxUSE_GRID=yes'
7887 ac_cv_use_grid
='wxUSE_GRID=no'
7892 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7893 if test "x$LINE" != x
; then
7894 eval "DEFAULT_$LINE"
7899 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7903 eval "$ac_cv_use_grid"
7904 if test "$no_cache" != 1; then
7905 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7908 if test "$wxUSE_GRID" = yes; then
7909 echo "$as_me:$LINENO: result: yes" >&5
7910 echo "${ECHO_T}yes" >&6
7912 echo "$as_me:$LINENO: result: no" >&5
7913 echo "${ECHO_T}no" >&6
7918 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7919 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7921 # Check whether --enable-imaglist or --disable-imaglist was given.
7922 if test "${enable_imaglist+set}" = set; then
7923 enableval
="$enable_imaglist"
7925 if test "$enableval" = yes; then
7926 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
7928 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
7933 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7934 if test "x$LINE" != x
; then
7935 eval "DEFAULT_$LINE"
7940 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7944 eval "$ac_cv_use_imaglist"
7945 if test "$no_cache" != 1; then
7946 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7949 if test "$wxUSE_IMAGLIST" = yes; then
7950 echo "$as_me:$LINENO: result: yes" >&5
7951 echo "${ECHO_T}yes" >&6
7953 echo "$as_me:$LINENO: result: no" >&5
7954 echo "${ECHO_T}no" >&6
7959 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7960 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7962 # Check whether --enable-listbook or --disable-listbook was given.
7963 if test "${enable_listbook+set}" = set; then
7964 enableval
="$enable_listbook"
7966 if test "$enableval" = yes; then
7967 ac_cv_use_listbook
='wxUSE_LISTBOOK=yes'
7969 ac_cv_use_listbook
='wxUSE_LISTBOOK=no'
7974 LINE
=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7975 if test "x$LINE" != x
; then
7976 eval "DEFAULT_$LINE"
7981 ac_cv_use_listbook
='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7985 eval "$ac_cv_use_listbook"
7986 if test "$no_cache" != 1; then
7987 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7990 if test "$wxUSE_LISTBOOK" = yes; then
7991 echo "$as_me:$LINENO: result: yes" >&5
7992 echo "${ECHO_T}yes" >&6
7994 echo "$as_me:$LINENO: result: no" >&5
7995 echo "${ECHO_T}no" >&6
8000 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
8001 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
8003 # Check whether --enable-listbox or --disable-listbox was given.
8004 if test "${enable_listbox+set}" = set; then
8005 enableval
="$enable_listbox"
8007 if test "$enableval" = yes; then
8008 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
8010 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
8015 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8016 if test "x$LINE" != x
; then
8017 eval "DEFAULT_$LINE"
8022 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8026 eval "$ac_cv_use_listbox"
8027 if test "$no_cache" != 1; then
8028 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8031 if test "$wxUSE_LISTBOX" = yes; then
8032 echo "$as_me:$LINENO: result: yes" >&5
8033 echo "${ECHO_T}yes" >&6
8035 echo "$as_me:$LINENO: result: no" >&5
8036 echo "${ECHO_T}no" >&6
8041 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8042 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8044 # Check whether --enable-listctrl or --disable-listctrl was given.
8045 if test "${enable_listctrl+set}" = set; then
8046 enableval
="$enable_listctrl"
8048 if test "$enableval" = yes; then
8049 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
8051 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
8056 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8057 if test "x$LINE" != x
; then
8058 eval "DEFAULT_$LINE"
8063 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8067 eval "$ac_cv_use_listctrl"
8068 if test "$no_cache" != 1; then
8069 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8072 if test "$wxUSE_LISTCTRL" = yes; then
8073 echo "$as_me:$LINENO: result: yes" >&5
8074 echo "${ECHO_T}yes" >&6
8076 echo "$as_me:$LINENO: result: no" >&5
8077 echo "${ECHO_T}no" >&6
8082 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8083 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8085 # Check whether --enable-notebook or --disable-notebook was given.
8086 if test "${enable_notebook+set}" = set; then
8087 enableval
="$enable_notebook"
8089 if test "$enableval" = yes; then
8090 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
8092 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
8097 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8098 if test "x$LINE" != x
; then
8099 eval "DEFAULT_$LINE"
8104 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8108 eval "$ac_cv_use_notebook"
8109 if test "$no_cache" != 1; then
8110 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8113 if test "$wxUSE_NOTEBOOK" = yes; then
8114 echo "$as_me:$LINENO: result: yes" >&5
8115 echo "${ECHO_T}yes" >&6
8117 echo "$as_me:$LINENO: result: no" >&5
8118 echo "${ECHO_T}no" >&6
8123 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8124 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8126 # Check whether --enable-radiobox or --disable-radiobox was given.
8127 if test "${enable_radiobox+set}" = set; then
8128 enableval
="$enable_radiobox"
8130 if test "$enableval" = yes; then
8131 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
8133 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
8138 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8139 if test "x$LINE" != x
; then
8140 eval "DEFAULT_$LINE"
8145 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8149 eval "$ac_cv_use_radiobox"
8150 if test "$no_cache" != 1; then
8151 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8154 if test "$wxUSE_RADIOBOX" = yes; then
8155 echo "$as_me:$LINENO: result: yes" >&5
8156 echo "${ECHO_T}yes" >&6
8158 echo "$as_me:$LINENO: result: no" >&5
8159 echo "${ECHO_T}no" >&6
8164 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8165 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8167 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8168 if test "${enable_radiobtn+set}" = set; then
8169 enableval
="$enable_radiobtn"
8171 if test "$enableval" = yes; then
8172 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
8174 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
8179 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8180 if test "x$LINE" != x
; then
8181 eval "DEFAULT_$LINE"
8186 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8190 eval "$ac_cv_use_radiobtn"
8191 if test "$no_cache" != 1; then
8192 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8195 if test "$wxUSE_RADIOBTN" = yes; then
8196 echo "$as_me:$LINENO: result: yes" >&5
8197 echo "${ECHO_T}yes" >&6
8199 echo "$as_me:$LINENO: result: no" >&5
8200 echo "${ECHO_T}no" >&6
8205 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8206 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8208 # Check whether --enable-sash or --disable-sash was given.
8209 if test "${enable_sash+set}" = set; then
8210 enableval
="$enable_sash"
8212 if test "$enableval" = yes; then
8213 ac_cv_use_sash
='wxUSE_SASH=yes'
8215 ac_cv_use_sash
='wxUSE_SASH=no'
8220 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8221 if test "x$LINE" != x
; then
8222 eval "DEFAULT_$LINE"
8227 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8231 eval "$ac_cv_use_sash"
8232 if test "$no_cache" != 1; then
8233 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8236 if test "$wxUSE_SASH" = yes; then
8237 echo "$as_me:$LINENO: result: yes" >&5
8238 echo "${ECHO_T}yes" >&6
8240 echo "$as_me:$LINENO: result: no" >&5
8241 echo "${ECHO_T}no" >&6
8246 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8247 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8249 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8250 if test "${enable_scrollbar+set}" = set; then
8251 enableval
="$enable_scrollbar"
8253 if test "$enableval" = yes; then
8254 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
8256 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
8261 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8262 if test "x$LINE" != x
; then
8263 eval "DEFAULT_$LINE"
8268 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8272 eval "$ac_cv_use_scrollbar"
8273 if test "$no_cache" != 1; then
8274 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8277 if test "$wxUSE_SCROLLBAR" = yes; then
8278 echo "$as_me:$LINENO: result: yes" >&5
8279 echo "${ECHO_T}yes" >&6
8281 echo "$as_me:$LINENO: result: no" >&5
8282 echo "${ECHO_T}no" >&6
8287 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8288 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8290 # Check whether --enable-slider or --disable-slider was given.
8291 if test "${enable_slider+set}" = set; then
8292 enableval
="$enable_slider"
8294 if test "$enableval" = yes; then
8295 ac_cv_use_slider
='wxUSE_SLIDER=yes'
8297 ac_cv_use_slider
='wxUSE_SLIDER=no'
8302 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8303 if test "x$LINE" != x
; then
8304 eval "DEFAULT_$LINE"
8309 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8313 eval "$ac_cv_use_slider"
8314 if test "$no_cache" != 1; then
8315 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8318 if test "$wxUSE_SLIDER" = yes; then
8319 echo "$as_me:$LINENO: result: yes" >&5
8320 echo "${ECHO_T}yes" >&6
8322 echo "$as_me:$LINENO: result: no" >&5
8323 echo "${ECHO_T}no" >&6
8328 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8329 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8331 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8332 if test "${enable_spinbtn+set}" = set; then
8333 enableval
="$enable_spinbtn"
8335 if test "$enableval" = yes; then
8336 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
8338 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
8343 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8344 if test "x$LINE" != x
; then
8345 eval "DEFAULT_$LINE"
8350 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8354 eval "$ac_cv_use_spinbtn"
8355 if test "$no_cache" != 1; then
8356 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8359 if test "$wxUSE_SPINBTN" = yes; then
8360 echo "$as_me:$LINENO: result: yes" >&5
8361 echo "${ECHO_T}yes" >&6
8363 echo "$as_me:$LINENO: result: no" >&5
8364 echo "${ECHO_T}no" >&6
8369 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8370 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8372 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8373 if test "${enable_spinctrl+set}" = set; then
8374 enableval
="$enable_spinctrl"
8376 if test "$enableval" = yes; then
8377 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
8379 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
8384 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8385 if test "x$LINE" != x
; then
8386 eval "DEFAULT_$LINE"
8391 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8395 eval "$ac_cv_use_spinctrl"
8396 if test "$no_cache" != 1; then
8397 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8400 if test "$wxUSE_SPINCTRL" = yes; then
8401 echo "$as_me:$LINENO: result: yes" >&5
8402 echo "${ECHO_T}yes" >&6
8404 echo "$as_me:$LINENO: result: no" >&5
8405 echo "${ECHO_T}no" >&6
8410 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8411 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8413 # Check whether --enable-splitter or --disable-splitter was given.
8414 if test "${enable_splitter+set}" = set; then
8415 enableval
="$enable_splitter"
8417 if test "$enableval" = yes; then
8418 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
8420 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
8425 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8426 if test "x$LINE" != x
; then
8427 eval "DEFAULT_$LINE"
8432 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8436 eval "$ac_cv_use_splitter"
8437 if test "$no_cache" != 1; then
8438 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8441 if test "$wxUSE_SPLITTER" = yes; then
8442 echo "$as_me:$LINENO: result: yes" >&5
8443 echo "${ECHO_T}yes" >&6
8445 echo "$as_me:$LINENO: result: no" >&5
8446 echo "${ECHO_T}no" >&6
8451 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8452 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8454 # Check whether --enable-statbmp or --disable-statbmp was given.
8455 if test "${enable_statbmp+set}" = set; then
8456 enableval
="$enable_statbmp"
8458 if test "$enableval" = yes; then
8459 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
8461 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
8466 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8467 if test "x$LINE" != x
; then
8468 eval "DEFAULT_$LINE"
8473 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8477 eval "$ac_cv_use_statbmp"
8478 if test "$no_cache" != 1; then
8479 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8482 if test "$wxUSE_STATBMP" = yes; then
8483 echo "$as_me:$LINENO: result: yes" >&5
8484 echo "${ECHO_T}yes" >&6
8486 echo "$as_me:$LINENO: result: no" >&5
8487 echo "${ECHO_T}no" >&6
8492 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8493 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8495 # Check whether --enable-statbox or --disable-statbox was given.
8496 if test "${enable_statbox+set}" = set; then
8497 enableval
="$enable_statbox"
8499 if test "$enableval" = yes; then
8500 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
8502 ac_cv_use_statbox
='wxUSE_STATBOX=no'
8507 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8508 if test "x$LINE" != x
; then
8509 eval "DEFAULT_$LINE"
8514 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8518 eval "$ac_cv_use_statbox"
8519 if test "$no_cache" != 1; then
8520 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8523 if test "$wxUSE_STATBOX" = yes; then
8524 echo "$as_me:$LINENO: result: yes" >&5
8525 echo "${ECHO_T}yes" >&6
8527 echo "$as_me:$LINENO: result: no" >&5
8528 echo "${ECHO_T}no" >&6
8533 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8534 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8536 # Check whether --enable-statline or --disable-statline was given.
8537 if test "${enable_statline+set}" = set; then
8538 enableval
="$enable_statline"
8540 if test "$enableval" = yes; then
8541 ac_cv_use_statline
='wxUSE_STATLINE=yes'
8543 ac_cv_use_statline
='wxUSE_STATLINE=no'
8548 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8549 if test "x$LINE" != x
; then
8550 eval "DEFAULT_$LINE"
8555 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8559 eval "$ac_cv_use_statline"
8560 if test "$no_cache" != 1; then
8561 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8564 if test "$wxUSE_STATLINE" = yes; then
8565 echo "$as_me:$LINENO: result: yes" >&5
8566 echo "${ECHO_T}yes" >&6
8568 echo "$as_me:$LINENO: result: no" >&5
8569 echo "${ECHO_T}no" >&6
8574 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8575 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8577 # Check whether --enable-stattext or --disable-stattext was given.
8578 if test "${enable_stattext+set}" = set; then
8579 enableval
="$enable_stattext"
8581 if test "$enableval" = yes; then
8582 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
8584 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
8589 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8590 if test "x$LINE" != x
; then
8591 eval "DEFAULT_$LINE"
8596 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8600 eval "$ac_cv_use_stattext"
8601 if test "$no_cache" != 1; then
8602 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8605 if test "$wxUSE_STATTEXT" = yes; then
8606 echo "$as_me:$LINENO: result: yes" >&5
8607 echo "${ECHO_T}yes" >&6
8609 echo "$as_me:$LINENO: result: no" >&5
8610 echo "${ECHO_T}no" >&6
8615 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8616 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8618 # Check whether --enable-statusbar or --disable-statusbar was given.
8619 if test "${enable_statusbar+set}" = set; then
8620 enableval
="$enable_statusbar"
8622 if test "$enableval" = yes; then
8623 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
8625 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
8630 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8631 if test "x$LINE" != x
; then
8632 eval "DEFAULT_$LINE"
8637 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8641 eval "$ac_cv_use_statusbar"
8642 if test "$no_cache" != 1; then
8643 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8646 if test "$wxUSE_STATUSBAR" = yes; then
8647 echo "$as_me:$LINENO: result: yes" >&5
8648 echo "${ECHO_T}yes" >&6
8650 echo "$as_me:$LINENO: result: no" >&5
8651 echo "${ECHO_T}no" >&6
8656 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8657 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8659 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8660 if test "${enable_tabdialog+set}" = set; then
8661 enableval
="$enable_tabdialog"
8663 if test "$enableval" = yes; then
8664 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
8666 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
8671 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8672 if test "x$LINE" != x
; then
8673 eval "DEFAULT_$LINE"
8678 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8682 eval "$ac_cv_use_tabdialog"
8683 if test "$no_cache" != 1; then
8684 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8687 if test "$wxUSE_TABDIALOG" = yes; then
8688 echo "$as_me:$LINENO: result: yes" >&5
8689 echo "${ECHO_T}yes" >&6
8691 echo "$as_me:$LINENO: result: no" >&5
8692 echo "${ECHO_T}no" >&6
8697 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8698 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8700 # Check whether --enable-textctrl or --disable-textctrl was given.
8701 if test "${enable_textctrl+set}" = set; then
8702 enableval
="$enable_textctrl"
8704 if test "$enableval" = yes; then
8705 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
8707 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
8712 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8713 if test "x$LINE" != x
; then
8714 eval "DEFAULT_$LINE"
8719 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8723 eval "$ac_cv_use_textctrl"
8724 if test "$no_cache" != 1; then
8725 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8728 if test "$wxUSE_TEXTCTRL" = yes; then
8729 echo "$as_me:$LINENO: result: yes" >&5
8730 echo "${ECHO_T}yes" >&6
8732 echo "$as_me:$LINENO: result: no" >&5
8733 echo "${ECHO_T}no" >&6
8738 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8739 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8741 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8742 if test "${enable_togglebtn+set}" = set; then
8743 enableval
="$enable_togglebtn"
8745 if test "$enableval" = yes; then
8746 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
8748 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
8753 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8754 if test "x$LINE" != x
; then
8755 eval "DEFAULT_$LINE"
8760 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8764 eval "$ac_cv_use_togglebtn"
8765 if test "$no_cache" != 1; then
8766 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8769 if test "$wxUSE_TOGGLEBTN" = yes; then
8770 echo "$as_me:$LINENO: result: yes" >&5
8771 echo "${ECHO_T}yes" >&6
8773 echo "$as_me:$LINENO: result: no" >&5
8774 echo "${ECHO_T}no" >&6
8779 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8780 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8782 # Check whether --enable-toolbar or --disable-toolbar was given.
8783 if test "${enable_toolbar+set}" = set; then
8784 enableval
="$enable_toolbar"
8786 if test "$enableval" = yes; then
8787 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
8789 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
8794 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8795 if test "x$LINE" != x
; then
8796 eval "DEFAULT_$LINE"
8801 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8805 eval "$ac_cv_use_toolbar"
8806 if test "$no_cache" != 1; then
8807 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8810 if test "$wxUSE_TOOLBAR" = yes; then
8811 echo "$as_me:$LINENO: result: yes" >&5
8812 echo "${ECHO_T}yes" >&6
8814 echo "$as_me:$LINENO: result: no" >&5
8815 echo "${ECHO_T}no" >&6
8820 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8821 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8823 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8824 if test "${enable_tbarnative+set}" = set; then
8825 enableval
="$enable_tbarnative"
8827 if test "$enableval" = yes; then
8828 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
8830 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
8835 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8836 if test "x$LINE" != x
; then
8837 eval "DEFAULT_$LINE"
8842 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8846 eval "$ac_cv_use_tbarnative"
8847 if test "$no_cache" != 1; then
8848 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8851 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8852 echo "$as_me:$LINENO: result: yes" >&5
8853 echo "${ECHO_T}yes" >&6
8855 echo "$as_me:$LINENO: result: no" >&5
8856 echo "${ECHO_T}no" >&6
8861 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8862 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8864 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8865 if test "${enable_tbarsmpl+set}" = set; then
8866 enableval
="$enable_tbarsmpl"
8868 if test "$enableval" = yes; then
8869 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
8871 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
8876 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8877 if test "x$LINE" != x
; then
8878 eval "DEFAULT_$LINE"
8883 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8887 eval "$ac_cv_use_tbarsmpl"
8888 if test "$no_cache" != 1; then
8889 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8892 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8893 echo "$as_me:$LINENO: result: yes" >&5
8894 echo "${ECHO_T}yes" >&6
8896 echo "$as_me:$LINENO: result: no" >&5
8897 echo "${ECHO_T}no" >&6
8902 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8903 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8905 # Check whether --enable-treectrl or --disable-treectrl was given.
8906 if test "${enable_treectrl+set}" = set; then
8907 enableval
="$enable_treectrl"
8909 if test "$enableval" = yes; then
8910 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
8912 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
8917 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8918 if test "x$LINE" != x
; then
8919 eval "DEFAULT_$LINE"
8924 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8928 eval "$ac_cv_use_treectrl"
8929 if test "$no_cache" != 1; then
8930 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8933 if test "$wxUSE_TREECTRL" = yes; then
8934 echo "$as_me:$LINENO: result: yes" >&5
8935 echo "${ECHO_T}yes" >&6
8937 echo "$as_me:$LINENO: result: no" >&5
8938 echo "${ECHO_T}no" >&6
8943 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8944 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8946 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8947 if test "${enable_tipwindow+set}" = set; then
8948 enableval
="$enable_tipwindow"
8950 if test "$enableval" = yes; then
8951 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
8953 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
8958 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8959 if test "x$LINE" != x
; then
8960 eval "DEFAULT_$LINE"
8965 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8969 eval "$ac_cv_use_tipwindow"
8970 if test "$no_cache" != 1; then
8971 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8974 if test "$wxUSE_TIPWINDOW" = yes; then
8975 echo "$as_me:$LINENO: result: yes" >&5
8976 echo "${ECHO_T}yes" >&6
8978 echo "$as_me:$LINENO: result: no" >&5
8979 echo "${ECHO_T}no" >&6
8984 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8985 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8987 # Check whether --enable-popupwin or --disable-popupwin was given.
8988 if test "${enable_popupwin+set}" = set; then
8989 enableval
="$enable_popupwin"
8991 if test "$enableval" = yes; then
8992 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
8994 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
8999 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
9000 if test "x$LINE" != x
; then
9001 eval "DEFAULT_$LINE"
9006 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9010 eval "$ac_cv_use_popupwin"
9011 if test "$no_cache" != 1; then
9012 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9015 if test "$wxUSE_POPUPWIN" = yes; then
9016 echo "$as_me:$LINENO: result: yes" >&5
9017 echo "${ECHO_T}yes" >&6
9019 echo "$as_me:$LINENO: result: no" >&5
9020 echo "${ECHO_T}no" >&6
9027 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9028 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9030 # Check whether --enable-commondlg or --disable-commondlg was given.
9031 if test "${enable_commondlg+set}" = set; then
9032 enableval
="$enable_commondlg"
9034 if test "$enableval" = yes; then
9035 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
9037 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
9042 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9043 if test "x$LINE" != x
; then
9044 eval "DEFAULT_$LINE"
9049 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9053 eval "$ac_cv_use_commondlg"
9054 if test "$no_cache" != 1; then
9055 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9058 if test "$wxUSE_COMMONDLGS" = yes; then
9059 echo "$as_me:$LINENO: result: yes" >&5
9060 echo "${ECHO_T}yes" >&6
9062 echo "$as_me:$LINENO: result: no" >&5
9063 echo "${ECHO_T}no" >&6
9068 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9069 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9071 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9072 if test "${enable_choicedlg+set}" = set; then
9073 enableval
="$enable_choicedlg"
9075 if test "$enableval" = yes; then
9076 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
9078 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
9083 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9084 if test "x$LINE" != x
; then
9085 eval "DEFAULT_$LINE"
9090 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9094 eval "$ac_cv_use_choicedlg"
9095 if test "$no_cache" != 1; then
9096 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9099 if test "$wxUSE_CHOICEDLG" = yes; then
9100 echo "$as_me:$LINENO: result: yes" >&5
9101 echo "${ECHO_T}yes" >&6
9103 echo "$as_me:$LINENO: result: no" >&5
9104 echo "${ECHO_T}no" >&6
9109 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9110 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9112 # Check whether --enable-coldlg or --disable-coldlg was given.
9113 if test "${enable_coldlg+set}" = set; then
9114 enableval
="$enable_coldlg"
9116 if test "$enableval" = yes; then
9117 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
9119 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
9124 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9125 if test "x$LINE" != x
; then
9126 eval "DEFAULT_$LINE"
9131 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9135 eval "$ac_cv_use_coldlg"
9136 if test "$no_cache" != 1; then
9137 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9140 if test "$wxUSE_COLOURDLG" = yes; then
9141 echo "$as_me:$LINENO: result: yes" >&5
9142 echo "${ECHO_T}yes" >&6
9144 echo "$as_me:$LINENO: result: no" >&5
9145 echo "${ECHO_T}no" >&6
9150 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9151 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9153 # Check whether --enable-filedlg or --disable-filedlg was given.
9154 if test "${enable_filedlg+set}" = set; then
9155 enableval
="$enable_filedlg"
9157 if test "$enableval" = yes; then
9158 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
9160 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
9165 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9166 if test "x$LINE" != x
; then
9167 eval "DEFAULT_$LINE"
9172 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9176 eval "$ac_cv_use_filedlg"
9177 if test "$no_cache" != 1; then
9178 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9181 if test "$wxUSE_FILEDLG" = yes; then
9182 echo "$as_me:$LINENO: result: yes" >&5
9183 echo "${ECHO_T}yes" >&6
9185 echo "$as_me:$LINENO: result: no" >&5
9186 echo "${ECHO_T}no" >&6
9191 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9192 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9194 # Check whether --enable-finddlg or --disable-finddlg was given.
9195 if test "${enable_finddlg+set}" = set; then
9196 enableval
="$enable_finddlg"
9198 if test "$enableval" = yes; then
9199 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
9201 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
9206 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9207 if test "x$LINE" != x
; then
9208 eval "DEFAULT_$LINE"
9213 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9217 eval "$ac_cv_use_finddlg"
9218 if test "$no_cache" != 1; then
9219 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9222 if test "$wxUSE_FINDREPLDLG" = yes; then
9223 echo "$as_me:$LINENO: result: yes" >&5
9224 echo "${ECHO_T}yes" >&6
9226 echo "$as_me:$LINENO: result: no" >&5
9227 echo "${ECHO_T}no" >&6
9232 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9233 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9235 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9236 if test "${enable_fontdlg+set}" = set; then
9237 enableval
="$enable_fontdlg"
9239 if test "$enableval" = yes; then
9240 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
9242 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
9247 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9248 if test "x$LINE" != x
; then
9249 eval "DEFAULT_$LINE"
9254 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9258 eval "$ac_cv_use_fontdlg"
9259 if test "$no_cache" != 1; then
9260 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9263 if test "$wxUSE_FONTDLG" = yes; then
9264 echo "$as_me:$LINENO: result: yes" >&5
9265 echo "${ECHO_T}yes" >&6
9267 echo "$as_me:$LINENO: result: no" >&5
9268 echo "${ECHO_T}no" >&6
9273 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9274 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9276 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9277 if test "${enable_dirdlg+set}" = set; then
9278 enableval
="$enable_dirdlg"
9280 if test "$enableval" = yes; then
9281 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
9283 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
9288 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9289 if test "x$LINE" != x
; then
9290 eval "DEFAULT_$LINE"
9295 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9299 eval "$ac_cv_use_dirdlg"
9300 if test "$no_cache" != 1; then
9301 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9304 if test "$wxUSE_DIRDLG" = yes; then
9305 echo "$as_me:$LINENO: result: yes" >&5
9306 echo "${ECHO_T}yes" >&6
9308 echo "$as_me:$LINENO: result: no" >&5
9309 echo "${ECHO_T}no" >&6
9314 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9315 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9317 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9318 if test "${enable_msgdlg+set}" = set; then
9319 enableval
="$enable_msgdlg"
9321 if test "$enableval" = yes; then
9322 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
9324 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
9329 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9330 if test "x$LINE" != x
; then
9331 eval "DEFAULT_$LINE"
9336 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9340 eval "$ac_cv_use_msgdlg"
9341 if test "$no_cache" != 1; then
9342 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9345 if test "$wxUSE_MSGDLG" = yes; then
9346 echo "$as_me:$LINENO: result: yes" >&5
9347 echo "${ECHO_T}yes" >&6
9349 echo "$as_me:$LINENO: result: no" >&5
9350 echo "${ECHO_T}no" >&6
9355 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9356 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9358 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9359 if test "${enable_numberdlg+set}" = set; then
9360 enableval
="$enable_numberdlg"
9362 if test "$enableval" = yes; then
9363 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
9365 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
9370 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9371 if test "x$LINE" != x
; then
9372 eval "DEFAULT_$LINE"
9377 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9381 eval "$ac_cv_use_numberdlg"
9382 if test "$no_cache" != 1; then
9383 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9386 if test "$wxUSE_NUMBERDLG" = yes; then
9387 echo "$as_me:$LINENO: result: yes" >&5
9388 echo "${ECHO_T}yes" >&6
9390 echo "$as_me:$LINENO: result: no" >&5
9391 echo "${ECHO_T}no" >&6
9396 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9397 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9399 # Check whether --enable-splash or --disable-splash was given.
9400 if test "${enable_splash+set}" = set; then
9401 enableval
="$enable_splash"
9403 if test "$enableval" = yes; then
9404 ac_cv_use_splash
='wxUSE_SPLASH=yes'
9406 ac_cv_use_splash
='wxUSE_SPLASH=no'
9411 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9412 if test "x$LINE" != x
; then
9413 eval "DEFAULT_$LINE"
9418 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9422 eval "$ac_cv_use_splash"
9423 if test "$no_cache" != 1; then
9424 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9427 if test "$wxUSE_SPLASH" = yes; then
9428 echo "$as_me:$LINENO: result: yes" >&5
9429 echo "${ECHO_T}yes" >&6
9431 echo "$as_me:$LINENO: result: no" >&5
9432 echo "${ECHO_T}no" >&6
9437 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9438 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9440 # Check whether --enable-textdlg or --disable-textdlg was given.
9441 if test "${enable_textdlg+set}" = set; then
9442 enableval
="$enable_textdlg"
9444 if test "$enableval" = yes; then
9445 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
9447 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
9452 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9453 if test "x$LINE" != x
; then
9454 eval "DEFAULT_$LINE"
9459 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9463 eval "$ac_cv_use_textdlg"
9464 if test "$no_cache" != 1; then
9465 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9468 if test "$wxUSE_TEXTDLG" = yes; then
9469 echo "$as_me:$LINENO: result: yes" >&5
9470 echo "${ECHO_T}yes" >&6
9472 echo "$as_me:$LINENO: result: no" >&5
9473 echo "${ECHO_T}no" >&6
9478 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9479 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9481 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9482 if test "${enable_tipdlg+set}" = set; then
9483 enableval
="$enable_tipdlg"
9485 if test "$enableval" = yes; then
9486 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
9488 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
9493 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9494 if test "x$LINE" != x
; then
9495 eval "DEFAULT_$LINE"
9500 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9504 eval "$ac_cv_use_tipdlg"
9505 if test "$no_cache" != 1; then
9506 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9509 if test "$wxUSE_STARTUP_TIPS" = yes; then
9510 echo "$as_me:$LINENO: result: yes" >&5
9511 echo "${ECHO_T}yes" >&6
9513 echo "$as_me:$LINENO: result: no" >&5
9514 echo "${ECHO_T}no" >&6
9519 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9520 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9522 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9523 if test "${enable_progressdlg+set}" = set; then
9524 enableval
="$enable_progressdlg"
9526 if test "$enableval" = yes; then
9527 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
9529 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
9534 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9535 if test "x$LINE" != x
; then
9536 eval "DEFAULT_$LINE"
9541 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9545 eval "$ac_cv_use_progressdlg"
9546 if test "$no_cache" != 1; then
9547 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9550 if test "$wxUSE_PROGRESSDLG" = yes; then
9551 echo "$as_me:$LINENO: result: yes" >&5
9552 echo "${ECHO_T}yes" >&6
9554 echo "$as_me:$LINENO: result: no" >&5
9555 echo "${ECHO_T}no" >&6
9560 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9561 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9563 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9564 if test "${enable_wizarddlg+set}" = set; then
9565 enableval
="$enable_wizarddlg"
9567 if test "$enableval" = yes; then
9568 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
9570 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
9575 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9576 if test "x$LINE" != x
; then
9577 eval "DEFAULT_$LINE"
9582 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9586 eval "$ac_cv_use_wizarddlg"
9587 if test "$no_cache" != 1; then
9588 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9591 if test "$wxUSE_WIZARDDLG" = yes; then
9592 echo "$as_me:$LINENO: result: yes" >&5
9593 echo "${ECHO_T}yes" >&6
9595 echo "$as_me:$LINENO: result: no" >&5
9596 echo "${ECHO_T}no" >&6
9603 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9604 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9606 # Check whether --enable-menus or --disable-menus was given.
9607 if test "${enable_menus+set}" = set; then
9608 enableval
="$enable_menus"
9610 if test "$enableval" = yes; then
9611 ac_cv_use_menus
='wxUSE_MENUS=yes'
9613 ac_cv_use_menus
='wxUSE_MENUS=no'
9618 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9619 if test "x$LINE" != x
; then
9620 eval "DEFAULT_$LINE"
9625 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9629 eval "$ac_cv_use_menus"
9630 if test "$no_cache" != 1; then
9631 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9634 if test "$wxUSE_MENUS" = yes; then
9635 echo "$as_me:$LINENO: result: yes" >&5
9636 echo "${ECHO_T}yes" >&6
9638 echo "$as_me:$LINENO: result: no" >&5
9639 echo "${ECHO_T}no" >&6
9644 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9645 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9647 # Check whether --enable-miniframe or --disable-miniframe was given.
9648 if test "${enable_miniframe+set}" = set; then
9649 enableval
="$enable_miniframe"
9651 if test "$enableval" = yes; then
9652 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
9654 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
9659 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9660 if test "x$LINE" != x
; then
9661 eval "DEFAULT_$LINE"
9666 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9670 eval "$ac_cv_use_miniframe"
9671 if test "$no_cache" != 1; then
9672 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9675 if test "$wxUSE_MINIFRAME" = yes; then
9676 echo "$as_me:$LINENO: result: yes" >&5
9677 echo "${ECHO_T}yes" >&6
9679 echo "$as_me:$LINENO: result: no" >&5
9680 echo "${ECHO_T}no" >&6
9685 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9686 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9688 # Check whether --enable-tooltips or --disable-tooltips was given.
9689 if test "${enable_tooltips+set}" = set; then
9690 enableval
="$enable_tooltips"
9692 if test "$enableval" = yes; then
9693 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
9695 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
9700 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9701 if test "x$LINE" != x
; then
9702 eval "DEFAULT_$LINE"
9707 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9711 eval "$ac_cv_use_tooltips"
9712 if test "$no_cache" != 1; then
9713 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9716 if test "$wxUSE_TOOLTIPS" = yes; then
9717 echo "$as_me:$LINENO: result: yes" >&5
9718 echo "${ECHO_T}yes" >&6
9720 echo "$as_me:$LINENO: result: no" >&5
9721 echo "${ECHO_T}no" >&6
9726 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9727 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9729 # Check whether --enable-splines or --disable-splines was given.
9730 if test "${enable_splines+set}" = set; then
9731 enableval
="$enable_splines"
9733 if test "$enableval" = yes; then
9734 ac_cv_use_splines
='wxUSE_SPLINES=yes'
9736 ac_cv_use_splines
='wxUSE_SPLINES=no'
9741 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9742 if test "x$LINE" != x
; then
9743 eval "DEFAULT_$LINE"
9748 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9752 eval "$ac_cv_use_splines"
9753 if test "$no_cache" != 1; then
9754 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9757 if test "$wxUSE_SPLINES" = yes; then
9758 echo "$as_me:$LINENO: result: yes" >&5
9759 echo "${ECHO_T}yes" >&6
9761 echo "$as_me:$LINENO: result: no" >&5
9762 echo "${ECHO_T}no" >&6
9767 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9768 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9770 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9771 if test "${enable_mousewheel+set}" = set; then
9772 enableval
="$enable_mousewheel"
9774 if test "$enableval" = yes; then
9775 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL=yes'
9777 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL=no'
9782 LINE
=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9783 if test "x$LINE" != x
; then
9784 eval "DEFAULT_$LINE"
9789 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
9793 eval "$ac_cv_use_mousewheel"
9794 if test "$no_cache" != 1; then
9795 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9798 if test "$wxUSE_MOUSEWHEEL" = yes; then
9799 echo "$as_me:$LINENO: result: yes" >&5
9800 echo "${ECHO_T}yes" >&6
9802 echo "$as_me:$LINENO: result: no" >&5
9803 echo "${ECHO_T}no" >&6
9808 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9809 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9811 # Check whether --enable-validators or --disable-validators was given.
9812 if test "${enable_validators+set}" = set; then
9813 enableval
="$enable_validators"
9815 if test "$enableval" = yes; then
9816 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
9818 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
9823 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9824 if test "x$LINE" != x
; then
9825 eval "DEFAULT_$LINE"
9830 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9834 eval "$ac_cv_use_validators"
9835 if test "$no_cache" != 1; then
9836 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9839 if test "$wxUSE_VALIDATORS" = yes; then
9840 echo "$as_me:$LINENO: result: yes" >&5
9841 echo "${ECHO_T}yes" >&6
9843 echo "$as_me:$LINENO: result: no" >&5
9844 echo "${ECHO_T}no" >&6
9849 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9850 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9852 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9853 if test "${enable_busyinfo+set}" = set; then
9854 enableval
="$enable_busyinfo"
9856 if test "$enableval" = yes; then
9857 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
9859 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
9864 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9865 if test "x$LINE" != x
; then
9866 eval "DEFAULT_$LINE"
9871 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9875 eval "$ac_cv_use_busyinfo"
9876 if test "$no_cache" != 1; then
9877 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9880 if test "$wxUSE_BUSYINFO" = yes; then
9881 echo "$as_me:$LINENO: result: yes" >&5
9882 echo "${ECHO_T}yes" >&6
9884 echo "$as_me:$LINENO: result: no" >&5
9885 echo "${ECHO_T}no" >&6
9890 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9891 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9893 # Check whether --enable-joystick or --disable-joystick was given.
9894 if test "${enable_joystick+set}" = set; then
9895 enableval
="$enable_joystick"
9897 if test "$enableval" = yes; then
9898 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
9900 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
9905 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9906 if test "x$LINE" != x
; then
9907 eval "DEFAULT_$LINE"
9912 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9916 eval "$ac_cv_use_joystick"
9917 if test "$no_cache" != 1; then
9918 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9921 if test "$wxUSE_JOYSTICK" = yes; then
9922 echo "$as_me:$LINENO: result: yes" >&5
9923 echo "${ECHO_T}yes" >&6
9925 echo "$as_me:$LINENO: result: no" >&5
9926 echo "${ECHO_T}no" >&6
9931 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9932 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9934 # Check whether --enable-metafile or --disable-metafile was given.
9935 if test "${enable_metafile+set}" = set; then
9936 enableval
="$enable_metafile"
9938 if test "$enableval" = yes; then
9939 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
9941 ac_cv_use_metafile
='wxUSE_METAFILE=no'
9946 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9947 if test "x$LINE" != x
; then
9948 eval "DEFAULT_$LINE"
9953 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9957 eval "$ac_cv_use_metafile"
9958 if test "$no_cache" != 1; then
9959 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9962 if test "$wxUSE_METAFILE" = yes; then
9963 echo "$as_me:$LINENO: result: yes" >&5
9964 echo "${ECHO_T}yes" >&6
9966 echo "$as_me:$LINENO: result: no" >&5
9967 echo "${ECHO_T}no" >&6
9972 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9973 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9975 # Check whether --enable-dragimage or --disable-dragimage was given.
9976 if test "${enable_dragimage+set}" = set; then
9977 enableval
="$enable_dragimage"
9979 if test "$enableval" = yes; then
9980 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
9982 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
9987 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9988 if test "x$LINE" != x
; then
9989 eval "DEFAULT_$LINE"
9994 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9998 eval "$ac_cv_use_dragimage"
9999 if test "$no_cache" != 1; then
10000 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
10003 if test "$wxUSE_DRAGIMAGE" = yes; then
10004 echo "$as_me:$LINENO: result: yes" >&5
10005 echo "${ECHO_T}yes" >&6
10007 echo "$as_me:$LINENO: result: no" >&5
10008 echo "${ECHO_T}no" >&6
10013 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10014 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10016 # Check whether --enable-accessibility or --disable-accessibility was given.
10017 if test "${enable_accessibility+set}" = set; then
10018 enableval
="$enable_accessibility"
10020 if test "$enableval" = yes; then
10021 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=yes'
10023 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=no'
10028 LINE
=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10029 if test "x$LINE" != x
; then
10030 eval "DEFAULT_$LINE"
10035 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10039 eval "$ac_cv_use_accessibility"
10040 if test "$no_cache" != 1; then
10041 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10044 if test "$wxUSE_ACCESSIBILITY" = yes; then
10045 echo "$as_me:$LINENO: result: yes" >&5
10046 echo "${ECHO_T}yes" >&6
10048 echo "$as_me:$LINENO: result: no" >&5
10049 echo "${ECHO_T}no" >&6
10056 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10057 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10059 # Check whether --enable-palette or --disable-palette was given.
10060 if test "${enable_palette+set}" = set; then
10061 enableval
="$enable_palette"
10063 if test "$enableval" = yes; then
10064 ac_cv_use_palette
='wxUSE_PALETTE=yes'
10066 ac_cv_use_palette
='wxUSE_PALETTE=no'
10071 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10072 if test "x$LINE" != x
; then
10073 eval "DEFAULT_$LINE"
10078 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10082 eval "$ac_cv_use_palette"
10083 if test "$no_cache" != 1; then
10084 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10087 if test "$wxUSE_PALETTE" = yes; then
10088 echo "$as_me:$LINENO: result: yes" >&5
10089 echo "${ECHO_T}yes" >&6
10091 echo "$as_me:$LINENO: result: no" >&5
10092 echo "${ECHO_T}no" >&6
10097 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10098 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10100 # Check whether --enable-image or --disable-image was given.
10101 if test "${enable_image+set}" = set; then
10102 enableval
="$enable_image"
10104 if test "$enableval" = yes; then
10105 ac_cv_use_image
='wxUSE_IMAGE=yes'
10107 ac_cv_use_image
='wxUSE_IMAGE=no'
10112 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10113 if test "x$LINE" != x
; then
10114 eval "DEFAULT_$LINE"
10119 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10123 eval "$ac_cv_use_image"
10124 if test "$no_cache" != 1; then
10125 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10128 if test "$wxUSE_IMAGE" = yes; then
10129 echo "$as_me:$LINENO: result: yes" >&5
10130 echo "${ECHO_T}yes" >&6
10132 echo "$as_me:$LINENO: result: no" >&5
10133 echo "${ECHO_T}no" >&6
10138 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10139 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10141 # Check whether --enable-gif or --disable-gif was given.
10142 if test "${enable_gif+set}" = set; then
10143 enableval
="$enable_gif"
10145 if test "$enableval" = yes; then
10146 ac_cv_use_gif
='wxUSE_GIF=yes'
10148 ac_cv_use_gif
='wxUSE_GIF=no'
10153 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10154 if test "x$LINE" != x
; then
10155 eval "DEFAULT_$LINE"
10160 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10164 eval "$ac_cv_use_gif"
10165 if test "$no_cache" != 1; then
10166 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10169 if test "$wxUSE_GIF" = yes; then
10170 echo "$as_me:$LINENO: result: yes" >&5
10171 echo "${ECHO_T}yes" >&6
10173 echo "$as_me:$LINENO: result: no" >&5
10174 echo "${ECHO_T}no" >&6
10179 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10180 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10182 # Check whether --enable-pcx or --disable-pcx was given.
10183 if test "${enable_pcx+set}" = set; then
10184 enableval
="$enable_pcx"
10186 if test "$enableval" = yes; then
10187 ac_cv_use_pcx
='wxUSE_PCX=yes'
10189 ac_cv_use_pcx
='wxUSE_PCX=no'
10194 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10195 if test "x$LINE" != x
; then
10196 eval "DEFAULT_$LINE"
10201 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10205 eval "$ac_cv_use_pcx"
10206 if test "$no_cache" != 1; then
10207 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10210 if test "$wxUSE_PCX" = yes; then
10211 echo "$as_me:$LINENO: result: yes" >&5
10212 echo "${ECHO_T}yes" >&6
10214 echo "$as_me:$LINENO: result: no" >&5
10215 echo "${ECHO_T}no" >&6
10220 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10221 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10223 # Check whether --enable-iff or --disable-iff was given.
10224 if test "${enable_iff+set}" = set; then
10225 enableval
="$enable_iff"
10227 if test "$enableval" = yes; then
10228 ac_cv_use_iff
='wxUSE_IFF=yes'
10230 ac_cv_use_iff
='wxUSE_IFF=no'
10235 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10236 if test "x$LINE" != x
; then
10237 eval "DEFAULT_$LINE"
10242 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10246 eval "$ac_cv_use_iff"
10247 if test "$no_cache" != 1; then
10248 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10251 if test "$wxUSE_IFF" = yes; then
10252 echo "$as_me:$LINENO: result: yes" >&5
10253 echo "${ECHO_T}yes" >&6
10255 echo "$as_me:$LINENO: result: no" >&5
10256 echo "${ECHO_T}no" >&6
10261 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10262 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10264 # Check whether --enable-pnm or --disable-pnm was given.
10265 if test "${enable_pnm+set}" = set; then
10266 enableval
="$enable_pnm"
10268 if test "$enableval" = yes; then
10269 ac_cv_use_pnm
='wxUSE_PNM=yes'
10271 ac_cv_use_pnm
='wxUSE_PNM=no'
10276 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10277 if test "x$LINE" != x
; then
10278 eval "DEFAULT_$LINE"
10283 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10287 eval "$ac_cv_use_pnm"
10288 if test "$no_cache" != 1; then
10289 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10292 if test "$wxUSE_PNM" = yes; then
10293 echo "$as_me:$LINENO: result: yes" >&5
10294 echo "${ECHO_T}yes" >&6
10296 echo "$as_me:$LINENO: result: no" >&5
10297 echo "${ECHO_T}no" >&6
10302 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10303 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10305 # Check whether --enable-xpm or --disable-xpm was given.
10306 if test "${enable_xpm+set}" = set; then
10307 enableval
="$enable_xpm"
10309 if test "$enableval" = yes; then
10310 ac_cv_use_xpm
='wxUSE_XPM=yes'
10312 ac_cv_use_xpm
='wxUSE_XPM=no'
10317 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10318 if test "x$LINE" != x
; then
10319 eval "DEFAULT_$LINE"
10324 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10328 eval "$ac_cv_use_xpm"
10329 if test "$no_cache" != 1; then
10330 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10333 if test "$wxUSE_XPM" = yes; then
10334 echo "$as_me:$LINENO: result: yes" >&5
10335 echo "${ECHO_T}yes" >&6
10337 echo "$as_me:$LINENO: result: no" >&5
10338 echo "${ECHO_T}no" >&6
10343 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10344 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10346 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10347 if test "${enable_ico_cur+set}" = set; then
10348 enableval
="$enable_ico_cur"
10350 if test "$enableval" = yes; then
10351 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
10353 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
10358 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10359 if test "x$LINE" != x
; then
10360 eval "DEFAULT_$LINE"
10365 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10369 eval "$ac_cv_use_ico_cur"
10370 if test "$no_cache" != 1; then
10371 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10374 if test "$wxUSE_ICO_CUR" = yes; then
10375 echo "$as_me:$LINENO: result: yes" >&5
10376 echo "${ECHO_T}yes" >&6
10378 echo "$as_me:$LINENO: result: no" >&5
10379 echo "${ECHO_T}no" >&6
10387 # Check whether --with-flavour or --without-flavour was given.
10388 if test "${with_flavour+set}" = set; then
10389 withval
="$with_flavour"
10390 WX_FLAVOUR
="$withval"
10396 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10397 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10399 # Check whether --enable-official_build or --disable-official_build was given.
10400 if test "${enable_official_build+set}" = set; then
10401 enableval
="$enable_official_build"
10403 if test "$enableval" = yes; then
10404 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=yes'
10406 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=no'
10411 LINE
=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10412 if test "x$LINE" != x
; then
10413 eval "DEFAULT_$LINE"
10418 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10422 eval "$ac_cv_use_official_build"
10423 if test "$no_cache" != 1; then
10424 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10427 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10428 echo "$as_me:$LINENO: result: yes" >&5
10429 echo "${ECHO_T}yes" >&6
10431 echo "$as_me:$LINENO: result: no" >&5
10432 echo "${ECHO_T}no" >&6
10435 # Check whether --enable-vendor or --disable-vendor was given.
10436 if test "${enable_vendor+set}" = set; then
10437 enableval
="$enable_vendor"
10438 VENDOR
="$enableval"
10440 if test "x$VENDOR" = "x"; then
10447 echo "saving argument cache $wx_arg_cache_file"
10448 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
10452 echo "$as_me:$LINENO: checking for toolkit" >&5
10453 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10455 # In Wine, we need to default to MSW, not GTK or MOTIF
10456 if test "$wxUSE_WINE" = "yes"; then
10457 DEFAULT_DEFAULT_wxUSE_GTK
=0
10458 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
10459 DEFAULT_DEFAULT_wxUSE_MSW
=1
10464 if test "$wxUSE_GUI" = "yes"; then
10466 if test "$USE_BEOS" = 1; then
10467 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10468 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10469 { (exit 1); exit 1; }; }
10472 if test "$TOOLKIT_GIVEN" = 1; then
10473 for toolkit
in `echo $ALL_TOOLKITS`; do
10475 eval "value=\$${var}"
10476 if test "x$value" = "xno"; then
10478 elif test "x$value" != "x"; then
10482 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10483 eval "wx${toolkit}_VERSION=$value"
10487 for toolkit
in `echo $ALL_TOOLKITS`; do
10488 if test "$has_toolkit_in_cache" != 1; then
10489 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
10491 var
=DEFAULT_wxUSE_
$toolkit
10493 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10494 if test "x$version" != "x"; then
10495 eval "wx${toolkit}_VERSION=$version"
10498 eval "wxUSE_$toolkit=\$${var}"
10502 NUM_TOOLKITS
=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10503 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10504 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10507 *-pc-os2_emx | *-pc-os2-emx )
10508 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10511 case "$NUM_TOOLKITS" in
10515 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10516 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10517 { (exit 1); exit 1; }; }
10520 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10521 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10522 { (exit 1); exit 1; }; }
10525 # to be removed when --disable-gtk2 isn't needed
10526 if test "x$wxUSE_GTK2" = "xyes"; then
10528 elif test "x$wxUSE_GTK2" = "xno"; then
10532 for toolkit
in `echo $ALL_TOOLKITS`; do
10534 eval "value=\$${var}"
10535 if test "x$value" != x
; then
10536 cache_var
=CACHE_
$toolkit
10537 eval "cache=\$${cache_var}"
10538 if test "$cache" = 1; then
10539 echo "$var=$value" >> ${wx_arg_cache_file}
10540 eval "version=\$wx${toolkit}_VERSION"
10541 if test "x$version" != "x"; then
10542 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10545 if test "$value" = 1; then
10546 toolkit_echo
=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10547 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10548 echo "${ECHO_T}$toolkit_echo" >&6
10553 if test "x$host_alias" != "x"; then
10554 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10555 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10557 echo "$as_me:$LINENO: result: base only" >&5
10558 echo "${ECHO_T}base only" >&6
10563 doesnt_want_win32
=0
10566 if test "$wxUSE_MSW" = 1 ; then
10569 doesnt_want_win32
=1
10577 if test "$wxUSE_WINE" = "yes"; then
10582 LDFLAGS_GUI
="-mwindows"
10585 if test "$wants_win32" = 1 ; then
10588 cat >>confdefs.h
<<\_ACEOF
10589 #define __WIN32__ 1
10592 cat >>confdefs.h
<<\_ACEOF
10593 #define __WIN95__ 1
10596 cat >>confdefs.h
<<\_ACEOF
10597 #define __WINDOWS__ 1
10600 cat >>confdefs.h
<<\_ACEOF
10601 #define __GNUWIN32__ 1
10604 cat >>confdefs.h
<<\_ACEOF
10608 cat >>confdefs.h
<<\_ACEOF
10609 #define WINVER 0x0400
10613 if test "$doesnt_want_win32" = 1 ; then
10618 if test "$USE_UNIX" = 1 ; then
10620 cat >>confdefs.h
<<\_ACEOF
10627 cat >confcache
<<\_ACEOF
10628 # This file is a shell script that caches the results of configure
10629 # tests run on this system so they can be shared between configure
10630 # scripts and configure runs, see configure's option --config-cache.
10631 # It is not useful on other systems. If it contains results you don't
10632 # want to keep, you may remove or edit it.
10634 # config.status only pays attention to the cache file if you give it
10635 # the --recheck option to rerun configure.
10637 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10638 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10639 # following values.
10643 # The following way of writing the cache mishandles newlines in values,
10644 # but we know of no workaround that is simple, portable, and efficient.
10645 # So, don't put newlines in cache variables' values.
10646 # Ultrix sh set writes to stderr and can't be redirected directly,
10647 # and sets the high bit in the cache file unless we assign to the vars.
10650 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10652 # `set' does not quote correctly, so add quotes (double-quote
10653 # substitution turns \\\\ into \\, and sed turns \\ into \).
10656 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10659 # `set' quotes correctly as required by POSIX, so do not add quotes.
10661 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10668 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10670 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10672 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
10673 if test -w $cache_file; then
10674 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10675 cat confcache
>$cache_file
10677 echo "not updating unwritable cache $cache_file"
10682 if test "$build" != "$host" ; then
10683 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then
10685 CXX
=$host_alias-c++
10687 RANLIB
=$host_alias-ranlib
10688 DLLTOOL
=$host_alias-dlltool
10689 RESCOMP
=$host_alias-windres
10690 STRIP
=$host_alias-strip
10691 elif test "x$CC" '!=' "x"; then
10692 echo "You set CC, I assume you know what you are doing."
10694 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10695 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10696 { (exit 1); exit 1; }; }
10704 ac_cpp
='$CPP $CPPFLAGS'
10705 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10706 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10707 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10708 if test -n "$ac_tool_prefix"; then
10709 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10710 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
10711 echo "$as_me:$LINENO: checking for $ac_word" >&5
10712 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10713 if test "${ac_cv_prog_CC+set}" = set; then
10714 echo $ECHO_N "(cached) $ECHO_C" >&6
10716 if test -n "$CC"; then
10717 ac_cv_prog_CC
="$CC" # Let the user override the test.
10719 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10720 for as_dir
in $PATH
10723 test -z "$as_dir" && as_dir
=.
10724 for ac_exec_ext
in '' $ac_executable_extensions; do
10725 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10726 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
10727 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10736 if test -n "$CC"; then
10737 echo "$as_me:$LINENO: result: $CC" >&5
10738 echo "${ECHO_T}$CC" >&6
10740 echo "$as_me:$LINENO: result: no" >&5
10741 echo "${ECHO_T}no" >&6
10745 if test -z "$ac_cv_prog_CC"; then
10747 # Extract the first word of "gcc", so it can be a program name with args.
10748 set dummy gcc
; ac_word
=$2
10749 echo "$as_me:$LINENO: checking for $ac_word" >&5
10750 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10751 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10752 echo $ECHO_N "(cached) $ECHO_C" >&6
10754 if test -n "$ac_ct_CC"; then
10755 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10757 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10758 for as_dir
in $PATH
10761 test -z "$as_dir" && as_dir
=.
10762 for ac_exec_ext
in '' $ac_executable_extensions; do
10763 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10764 ac_cv_prog_ac_ct_CC
="gcc"
10765 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10773 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10774 if test -n "$ac_ct_CC"; then
10775 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10776 echo "${ECHO_T}$ac_ct_CC" >&6
10778 echo "$as_me:$LINENO: result: no" >&5
10779 echo "${ECHO_T}no" >&6
10784 CC
="$ac_cv_prog_CC"
10787 if test -z "$CC"; then
10788 if test -n "$ac_tool_prefix"; then
10789 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10790 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
10791 echo "$as_me:$LINENO: checking for $ac_word" >&5
10792 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10793 if test "${ac_cv_prog_CC+set}" = set; then
10794 echo $ECHO_N "(cached) $ECHO_C" >&6
10796 if test -n "$CC"; then
10797 ac_cv_prog_CC
="$CC" # Let the user override the test.
10799 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10800 for as_dir
in $PATH
10803 test -z "$as_dir" && as_dir
=.
10804 for ac_exec_ext
in '' $ac_executable_extensions; do
10805 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10806 ac_cv_prog_CC
="${ac_tool_prefix}cc"
10807 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10816 if test -n "$CC"; then
10817 echo "$as_me:$LINENO: result: $CC" >&5
10818 echo "${ECHO_T}$CC" >&6
10820 echo "$as_me:$LINENO: result: no" >&5
10821 echo "${ECHO_T}no" >&6
10825 if test -z "$ac_cv_prog_CC"; then
10827 # Extract the first word of "cc", so it can be a program name with args.
10828 set dummy cc
; ac_word
=$2
10829 echo "$as_me:$LINENO: checking for $ac_word" >&5
10830 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10831 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10832 echo $ECHO_N "(cached) $ECHO_C" >&6
10834 if test -n "$ac_ct_CC"; then
10835 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10837 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10838 for as_dir
in $PATH
10841 test -z "$as_dir" && as_dir
=.
10842 for ac_exec_ext
in '' $ac_executable_extensions; do
10843 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10844 ac_cv_prog_ac_ct_CC
="cc"
10845 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10853 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10854 if test -n "$ac_ct_CC"; then
10855 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10856 echo "${ECHO_T}$ac_ct_CC" >&6
10858 echo "$as_me:$LINENO: result: no" >&5
10859 echo "${ECHO_T}no" >&6
10864 CC
="$ac_cv_prog_CC"
10868 if test -z "$CC"; then
10869 # Extract the first word of "cc", so it can be a program name with args.
10870 set dummy cc
; ac_word
=$2
10871 echo "$as_me:$LINENO: checking for $ac_word" >&5
10872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10873 if test "${ac_cv_prog_CC+set}" = set; then
10874 echo $ECHO_N "(cached) $ECHO_C" >&6
10876 if test -n "$CC"; then
10877 ac_cv_prog_CC
="$CC" # Let the user override the test.
10879 ac_prog_rejected
=no
10880 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10881 for as_dir
in $PATH
10884 test -z "$as_dir" && as_dir
=.
10885 for ac_exec_ext
in '' $ac_executable_extensions; do
10886 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10887 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10888 ac_prog_rejected
=yes
10892 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10898 if test $ac_prog_rejected = yes; then
10899 # We found a bogon in the path, so make sure we never use it.
10900 set dummy
$ac_cv_prog_CC
10902 if test $# != 0; then
10903 # We chose a different compiler from the bogus one.
10904 # However, it has the same basename, so the bogon will be chosen
10905 # first if we set CC to just the basename; use the full file name.
10907 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
10913 if test -n "$CC"; then
10914 echo "$as_me:$LINENO: result: $CC" >&5
10915 echo "${ECHO_T}$CC" >&6
10917 echo "$as_me:$LINENO: result: no" >&5
10918 echo "${ECHO_T}no" >&6
10922 if test -z "$CC"; then
10923 if test -n "$ac_tool_prefix"; then
10926 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10927 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
10928 echo "$as_me:$LINENO: checking for $ac_word" >&5
10929 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10930 if test "${ac_cv_prog_CC+set}" = set; then
10931 echo $ECHO_N "(cached) $ECHO_C" >&6
10933 if test -n "$CC"; then
10934 ac_cv_prog_CC
="$CC" # Let the user override the test.
10936 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10937 for as_dir
in $PATH
10940 test -z "$as_dir" && as_dir
=.
10941 for ac_exec_ext
in '' $ac_executable_extensions; do
10942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10943 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
10944 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10953 if test -n "$CC"; then
10954 echo "$as_me:$LINENO: result: $CC" >&5
10955 echo "${ECHO_T}$CC" >&6
10957 echo "$as_me:$LINENO: result: no" >&5
10958 echo "${ECHO_T}no" >&6
10961 test -n "$CC" && break
10964 if test -z "$CC"; then
10968 # Extract the first word of "$ac_prog", so it can be a program name with args.
10969 set dummy
$ac_prog; ac_word
=$2
10970 echo "$as_me:$LINENO: checking for $ac_word" >&5
10971 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10972 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10973 echo $ECHO_N "(cached) $ECHO_C" >&6
10975 if test -n "$ac_ct_CC"; then
10976 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10978 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10979 for as_dir
in $PATH
10982 test -z "$as_dir" && as_dir
=.
10983 for ac_exec_ext
in '' $ac_executable_extensions; do
10984 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10985 ac_cv_prog_ac_ct_CC
="$ac_prog"
10986 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10994 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10995 if test -n "$ac_ct_CC"; then
10996 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10997 echo "${ECHO_T}$ac_ct_CC" >&6
10999 echo "$as_me:$LINENO: result: no" >&5
11000 echo "${ECHO_T}no" >&6
11003 test -n "$ac_ct_CC" && break
11012 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11013 See \`config.log' for more details." >&5
11014 echo "$as_me: error: no acceptable C compiler found in \$PATH
11015 See \`config.log' for more details." >&2;}
11016 { (exit 1); exit 1; }; }
11018 # Provide some information about the compiler.
11019 echo "$as_me:$LINENO:" \
11020 "checking for C compiler version" >&5
11021 ac_compiler
=`set X $ac_compile; echo $2`
11022 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11023 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
11025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11026 (exit $ac_status); }
11027 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11028 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
11030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); }
11032 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11033 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
11035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11036 (exit $ac_status); }
11038 cat >conftest.
$ac_ext <<_ACEOF
11041 cat confdefs.h
>>conftest.
$ac_ext
11042 cat >>conftest.
$ac_ext <<_ACEOF
11043 /* end confdefs.h. */
11053 ac_clean_files_save
=$ac_clean_files
11054 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
11055 # Try to create an executable without -o first, disregard a.out.
11056 # It will help us diagnose broken compilers, and finding out an intuition
11058 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11059 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
11060 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11061 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11062 (eval $ac_link_default) 2>&5
11064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11065 (exit $ac_status); }; then
11066 # Find the output, starting from the most likely. This scheme is
11067 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
11070 # Be careful to initialize this variable, since it used to be cached.
11071 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11073 # b.out is created by i960 compilers.
11074 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
11076 test -f "$ac_file" || continue
11078 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
11081 # This is the source file.
11084 # We found the default executable, but exeext='' is most
11088 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
11089 # FIXME: I believe we export ac_cv_exeext for Libtool,
11090 # but it would be cool to find out if it's true. Does anybody
11091 # maintain Libtool? --akim.
11092 export ac_cv_exeext
11099 echo "$as_me: failed program was:" >&5
11100 sed 's/^/| /' conftest.
$ac_ext >&5
11102 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
11103 See \`config.log' for more details." >&5
11104 echo "$as_me: error: C compiler cannot create executables
11105 See \`config.log' for more details." >&2;}
11106 { (exit 77); exit 77; }; }
11109 ac_exeext
=$ac_cv_exeext
11110 echo "$as_me:$LINENO: result: $ac_file" >&5
11111 echo "${ECHO_T}$ac_file" >&6
11113 # Check the compiler produces executables we can run. If not, either
11114 # the compiler is broken, or we cross compile.
11115 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11116 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11117 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11118 # If not cross compiling, check that we can run a simple program.
11119 if test "$cross_compiling" != yes; then
11120 if { ac_try
='./$ac_file'
11121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11122 (eval $ac_try) 2>&5
11124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11125 (exit $ac_status); }; }; then
11128 if test "$cross_compiling" = maybe
; then
11129 cross_compiling
=yes
11131 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11132 If you meant to cross compile, use \`--host'.
11133 See \`config.log' for more details." >&5
11134 echo "$as_me: error: cannot run C compiled programs.
11135 If you meant to cross compile, use \`--host'.
11136 See \`config.log' for more details." >&2;}
11137 { (exit 1); exit 1; }; }
11141 echo "$as_me:$LINENO: result: yes" >&5
11142 echo "${ECHO_T}yes" >&6
11144 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
11145 ac_clean_files
=$ac_clean_files_save
11146 # Check the compiler produces executables we can run. If not, either
11147 # the compiler is broken, or we cross compile.
11148 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11149 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11150 echo "$as_me:$LINENO: result: $cross_compiling" >&5
11151 echo "${ECHO_T}$cross_compiling" >&6
11153 echo "$as_me:$LINENO: checking for suffix of executables" >&5
11154 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11155 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11156 (eval $ac_link) 2>&5
11158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11159 (exit $ac_status); }; then
11160 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11161 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11162 # work properly (i.e., refer to `conftest.exe'), while it won't with
11164 for ac_file
in conftest.exe conftest conftest.
*; do
11165 test -f "$ac_file" || continue
11167 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
11168 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
11169 export ac_cv_exeext
11175 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11176 See \`config.log' for more details." >&5
11177 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11178 See \`config.log' for more details." >&2;}
11179 { (exit 1); exit 1; }; }
11182 rm -f conftest
$ac_cv_exeext
11183 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11184 echo "${ECHO_T}$ac_cv_exeext" >&6
11186 rm -f conftest.
$ac_ext
11187 EXEEXT
=$ac_cv_exeext
11189 echo "$as_me:$LINENO: checking for suffix of object files" >&5
11190 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11191 if test "${ac_cv_objext+set}" = set; then
11192 echo $ECHO_N "(cached) $ECHO_C" >&6
11194 cat >conftest.
$ac_ext <<_ACEOF
11197 cat confdefs.h
>>conftest.
$ac_ext
11198 cat >>conftest.
$ac_ext <<_ACEOF
11199 /* end confdefs.h. */
11209 rm -f conftest.o conftest.obj
11210 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11211 (eval $ac_compile) 2>&5
11213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11214 (exit $ac_status); }; then
11215 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11217 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
11218 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
11223 echo "$as_me: failed program was:" >&5
11224 sed 's/^/| /' conftest.
$ac_ext >&5
11226 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11227 See \`config.log' for more details." >&5
11228 echo "$as_me: error: cannot compute suffix of object files: cannot compile
11229 See \`config.log' for more details." >&2;}
11230 { (exit 1); exit 1; }; }
11233 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
11235 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11236 echo "${ECHO_T}$ac_cv_objext" >&6
11237 OBJEXT
=$ac_cv_objext
11239 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11240 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11241 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11242 echo $ECHO_N "(cached) $ECHO_C" >&6
11244 cat >conftest.
$ac_ext <<_ACEOF
11247 cat confdefs.h
>>conftest.
$ac_ext
11248 cat >>conftest.
$ac_ext <<_ACEOF
11249 /* end confdefs.h. */
11262 rm -f conftest.
$ac_objext
11263 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11264 (eval $ac_compile) 2>conftest.er1
11266 grep -v '^ *+' conftest.er1
>conftest.err
11268 cat conftest.err
>&5
11269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11270 (exit $ac_status); } &&
11271 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11273 (eval $ac_try) 2>&5
11275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11276 (exit $ac_status); }; } &&
11277 { ac_try
='test -s conftest.$ac_objext'
11278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11279 (eval $ac_try) 2>&5
11281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11282 (exit $ac_status); }; }; then
11283 ac_compiler_gnu
=yes
11285 echo "$as_me: failed program was:" >&5
11286 sed 's/^/| /' conftest.
$ac_ext >&5
11290 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11291 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
11294 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11295 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11296 GCC
=`test $ac_compiler_gnu = yes && echo yes`
11297 ac_test_CFLAGS
=${CFLAGS+set}
11298 ac_save_CFLAGS
=$CFLAGS
11300 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11301 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11302 if test "${ac_cv_prog_cc_g+set}" = set; then
11303 echo $ECHO_N "(cached) $ECHO_C" >&6
11305 cat >conftest.
$ac_ext <<_ACEOF
11308 cat confdefs.h
>>conftest.
$ac_ext
11309 cat >>conftest.
$ac_ext <<_ACEOF
11310 /* end confdefs.h. */
11320 rm -f conftest.
$ac_objext
11321 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11322 (eval $ac_compile) 2>conftest.er1
11324 grep -v '^ *+' conftest.er1
>conftest.err
11326 cat conftest.err
>&5
11327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11328 (exit $ac_status); } &&
11329 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11331 (eval $ac_try) 2>&5
11333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11334 (exit $ac_status); }; } &&
11335 { ac_try
='test -s conftest.$ac_objext'
11336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11337 (eval $ac_try) 2>&5
11339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340 (exit $ac_status); }; }; then
11341 ac_cv_prog_cc_g
=yes
11343 echo "$as_me: failed program was:" >&5
11344 sed 's/^/| /' conftest.
$ac_ext >&5
11348 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11350 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11351 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11352 if test "$ac_test_CFLAGS" = set; then
11353 CFLAGS
=$ac_save_CFLAGS
11354 elif test $ac_cv_prog_cc_g = yes; then
11355 if test "$GCC" = yes; then
11361 if test "$GCC" = yes; then
11367 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11368 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11369 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11370 echo $ECHO_N "(cached) $ECHO_C" >&6
11372 ac_cv_prog_cc_stdc
=no
11374 cat >conftest.
$ac_ext <<_ACEOF
11377 cat confdefs.h
>>conftest.
$ac_ext
11378 cat >>conftest.
$ac_ext <<_ACEOF
11379 /* end confdefs.h. */
11380 #include <stdarg.h>
11382 #include <sys/types.h>
11383 #include <sys/stat.h>
11384 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11385 struct buf { int x; };
11386 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11387 static char *e (p, i)
11393 static char *f (char * (*g) (char **, int), char **p, ...)
11398 s = g (p, va_arg (v,int));
11403 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11404 function prototypes and stuff, but not '\xHH' hex character constants.
11405 These don't provoke an error unfortunately, instead are silently treated
11406 as 'x'. The following induces an error, until -std1 is added to get
11407 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11408 array size at least. It's necessary to write '\x00'==0 to get something
11409 that's true only with -std1. */
11410 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11412 int test (int i, double x);
11413 struct s1 {int (*f) (int a);};
11414 struct s2 {int (*f) (double a);};
11415 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11421 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11426 # Don't try gcc -ansi; that turns off useful extensions and
11427 # breaks some systems' header files.
11428 # AIX -qlanglvl=ansi
11429 # Ultrix and OSF/1 -std1
11430 # HP-UX 10.20 and later -Ae
11431 # HP-UX older versions -Aa -D_HPUX_SOURCE
11432 # SVR4 -Xc -D__EXTENSIONS__
11433 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11435 CC
="$ac_save_CC $ac_arg"
11436 rm -f conftest.
$ac_objext
11437 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11438 (eval $ac_compile) 2>conftest.er1
11440 grep -v '^ *+' conftest.er1
>conftest.err
11442 cat conftest.err
>&5
11443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11444 (exit $ac_status); } &&
11445 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11447 (eval $ac_try) 2>&5
11449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11450 (exit $ac_status); }; } &&
11451 { ac_try
='test -s conftest.$ac_objext'
11452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11453 (eval $ac_try) 2>&5
11455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11456 (exit $ac_status); }; }; then
11457 ac_cv_prog_cc_stdc
=$ac_arg
11460 echo "$as_me: failed program was:" >&5
11461 sed 's/^/| /' conftest.
$ac_ext >&5
11464 rm -f conftest.err conftest.
$ac_objext
11466 rm -f conftest.
$ac_ext conftest.
$ac_objext
11471 case "x$ac_cv_prog_cc_stdc" in
11473 echo "$as_me:$LINENO: result: none needed" >&5
11474 echo "${ECHO_T}none needed" >&6 ;;
11476 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11477 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11478 CC
="$CC $ac_cv_prog_cc_stdc" ;;
11481 # Some people use a C++ compiler to compile C. Since we use `exit',
11482 # in C++ we need to declare it. In case someone uses the same compiler
11483 # for both compiling C and C++ we need to have the C++ compiler decide
11484 # the declaration of exit, since it's the most demanding environment.
11485 cat >conftest.
$ac_ext <<_ACEOF
11486 #ifndef __cplusplus
11490 rm -f conftest.
$ac_objext
11491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11492 (eval $ac_compile) 2>conftest.er1
11494 grep -v '^ *+' conftest.er1
>conftest.err
11496 cat conftest.err
>&5
11497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11498 (exit $ac_status); } &&
11499 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11501 (eval $ac_try) 2>&5
11503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11504 (exit $ac_status); }; } &&
11505 { ac_try
='test -s conftest.$ac_objext'
11506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11507 (eval $ac_try) 2>&5
11509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11510 (exit $ac_status); }; }; then
11511 for ac_declaration
in \
11513 'extern "C" void std::exit (int) throw (); using std::exit;' \
11514 'extern "C" void std::exit (int); using std::exit;' \
11515 'extern "C" void exit (int) throw ();' \
11516 'extern "C" void exit (int);' \
11519 cat >conftest.
$ac_ext <<_ACEOF
11522 cat confdefs.h
>>conftest.
$ac_ext
11523 cat >>conftest.
$ac_ext <<_ACEOF
11524 /* end confdefs.h. */
11526 #include <stdlib.h>
11535 rm -f conftest.
$ac_objext
11536 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11537 (eval $ac_compile) 2>conftest.er1
11539 grep -v '^ *+' conftest.er1
>conftest.err
11541 cat conftest.err
>&5
11542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11543 (exit $ac_status); } &&
11544 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11546 (eval $ac_try) 2>&5
11548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11549 (exit $ac_status); }; } &&
11550 { ac_try
='test -s conftest.$ac_objext'
11551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11552 (eval $ac_try) 2>&5
11554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11555 (exit $ac_status); }; }; then
11558 echo "$as_me: failed program was:" >&5
11559 sed 's/^/| /' conftest.
$ac_ext >&5
11563 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11564 cat >conftest.
$ac_ext <<_ACEOF
11567 cat confdefs.h
>>conftest.
$ac_ext
11568 cat >>conftest.
$ac_ext <<_ACEOF
11569 /* end confdefs.h. */
11579 rm -f conftest.
$ac_objext
11580 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11581 (eval $ac_compile) 2>conftest.er1
11583 grep -v '^ *+' conftest.er1
>conftest.err
11585 cat conftest.err
>&5
11586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11587 (exit $ac_status); } &&
11588 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11590 (eval $ac_try) 2>&5
11592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11593 (exit $ac_status); }; } &&
11594 { ac_try
='test -s conftest.$ac_objext'
11595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11596 (eval $ac_try) 2>&5
11598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11599 (exit $ac_status); }; }; then
11602 echo "$as_me: failed program was:" >&5
11603 sed 's/^/| /' conftest.
$ac_ext >&5
11606 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11609 if test -n "$ac_declaration"; then
11610 echo '#ifdef __cplusplus' >>confdefs.h
11611 echo $ac_declaration >>confdefs.h
11612 echo '#endif' >>confdefs.h
11616 echo "$as_me: failed program was:" >&5
11617 sed 's/^/| /' conftest.
$ac_ext >&5
11620 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11622 ac_cpp
='$CPP $CPPFLAGS'
11623 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11624 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11625 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11627 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11628 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11629 if test "${wx_cv_c_exto+set}" = set; then
11630 echo $ECHO_N "(cached) $ECHO_C" >&6
11632 cat >conftest.
$ac_ext <<_ACEOF
11635 cat confdefs.h
>>conftest.
$ac_ext
11636 cat >>conftest.
$ac_ext <<_ACEOF
11637 /* end confdefs.h. */
11647 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
11648 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11649 (eval $ac_compile) 2>&5
11651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); }; then
11653 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
11655 conftest.
$ac_ext.o
)
11656 wx_cv_c_exto
="-ext o"
11663 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11664 See \`config.log' for more details." >&5
11665 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11666 See \`config.log' for more details." >&2;}
11667 { (exit 1); exit 1; }; }
11671 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
11674 echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5
11675 echo "${ECHO_T}$wx_cv_c_exto" >&6
11676 if test "x$wx_cv_c_exto" '!=' "x"; then
11677 if test "c" = "c"; then
11678 CFLAGS
="$wx_cv_c_exto $CFLAGS"
11680 if test "c" = "cxx"; then
11681 CXXFLAGS
="$wx_cv_c_exto $CXXFLAGS"
11685 if test "x$wx_cv_c_exto" '!=' "x"; then
11686 unset ac_cv_prog_cc_g
11687 ac_test_CFLAGS
=${CFLAGS+set}
11688 ac_save_CFLAGS
=$CFLAGS
11690 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11691 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11692 if test "${ac_cv_prog_cc_g+set}" = set; then
11693 echo $ECHO_N "(cached) $ECHO_C" >&6
11695 cat >conftest.
$ac_ext <<_ACEOF
11698 cat confdefs.h
>>conftest.
$ac_ext
11699 cat >>conftest.
$ac_ext <<_ACEOF
11700 /* end confdefs.h. */
11710 rm -f conftest.
$ac_objext
11711 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11712 (eval $ac_compile) 2>conftest.er1
11714 grep -v '^ *+' conftest.er1
>conftest.err
11716 cat conftest.err
>&5
11717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11718 (exit $ac_status); } &&
11719 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11721 (eval $ac_try) 2>&5
11723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11724 (exit $ac_status); }; } &&
11725 { ac_try
='test -s conftest.$ac_objext'
11726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11727 (eval $ac_try) 2>&5
11729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11730 (exit $ac_status); }; }; then
11731 ac_cv_prog_cc_g
=yes
11733 echo "$as_me: failed program was:" >&5
11734 sed 's/^/| /' conftest.
$ac_ext >&5
11738 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11740 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11741 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11742 if test "$ac_test_CFLAGS" = set; then
11743 CFLAGS
=$ac_save_CFLAGS
11744 elif test $ac_cv_prog_cc_g = yes; then
11745 if test "$GCC" = yes; then
11751 if test "$GCC" = yes; then
11759 ac_cpp
='$CPP $CPPFLAGS'
11760 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11761 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11762 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11764 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
11765 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
11766 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
11767 echo $ECHO_N "(cached) $ECHO_C" >&6
11769 cat >conftest.
$ac_ext <<_ACEOF
11772 cat confdefs.h
>>conftest.
$ac_ext
11773 cat >>conftest.
$ac_ext <<_ACEOF
11774 /* end confdefs.h. */
11787 rm -f conftest.
$ac_objext
11788 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11789 (eval $ac_compile) 2>conftest.er1
11791 grep -v '^ *+' conftest.er1
>conftest.err
11793 cat conftest.err
>&5
11794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11795 (exit $ac_status); } &&
11796 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11798 (eval $ac_try) 2>&5
11800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11801 (exit $ac_status); }; } &&
11802 { ac_try
='test -s conftest.$ac_objext'
11803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11804 (eval $ac_try) 2>&5
11806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11807 (exit $ac_status); }; }; then
11808 bakefile_compiler_mwerks
=yes
11810 echo "$as_me: failed program was:" >&5
11811 sed 's/^/| /' conftest.
$ac_ext >&5
11813 bakefile_compiler_mwerks
=no
11815 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11816 bakefile_cv_c_compiler_mwerks
=$bakefile_compiler_mwerks
11819 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
11820 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
11822 MWCC
=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
11824 ac_cpp
='$CPP $CPPFLAGS'
11825 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11826 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11827 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11831 ac_cpp
='$CPP $CPPFLAGS'
11832 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11833 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11834 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11836 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
11837 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
11838 if test "${wx_cv_c_compiler_xlc+set}" = set; then
11839 echo $ECHO_N "(cached) $ECHO_C" >&6
11841 cat >conftest.
$ac_ext <<_ACEOF
11844 cat confdefs.h
>>conftest.
$ac_ext
11845 cat >>conftest.
$ac_ext <<_ACEOF
11846 /* end confdefs.h. */
11859 rm -f conftest.
$ac_objext
11860 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11861 (eval $ac_compile) 2>conftest.er1
11863 grep -v '^ *+' conftest.er1
>conftest.err
11865 cat conftest.err
>&5
11866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11867 (exit $ac_status); } &&
11868 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11870 (eval $ac_try) 2>&5
11872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11873 (exit $ac_status); }; } &&
11874 { ac_try
='test -s conftest.$ac_objext'
11875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11876 (eval $ac_try) 2>&5
11878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11879 (exit $ac_status); }; }; then
11880 wx_compiler_xlc
=yes
11882 echo "$as_me: failed program was:" >&5
11883 sed 's/^/| /' conftest.
$ac_ext >&5
11887 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11888 wx_cv_c_compiler_xlc
=$wx_compiler_xlc
11891 echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
11892 echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
11894 XLCC
=`test $wx_cv_c_compiler_xlc = yes && echo yes`
11896 ac_cpp
='$CPP $CPPFLAGS'
11897 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11898 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11899 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11905 ac_cpp
='$CPP $CPPFLAGS'
11906 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11907 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11908 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11909 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11910 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11911 # On Suns, sometimes $CPP names a directory.
11912 if test -n "$CPP" && test -d "$CPP"; then
11915 if test -z "$CPP"; then
11916 if test "${ac_cv_prog_CPP+set}" = set; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11919 # Double quotes because CPP needs to be expanded
11920 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
11922 ac_preproc_ok
=false
11923 for ac_c_preproc_warn_flag
in '' yes
11925 # Use a header file that comes with gcc, so configuring glibc
11926 # with a fresh cross-compiler works.
11927 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11928 # <limits.h> exists even on freestanding compilers.
11929 # On the NeXT, cc -E runs the code through the compiler's parser,
11930 # not just through cpp. "Syntax error" is here to catch this case.
11931 cat >conftest.
$ac_ext <<_ACEOF
11934 cat confdefs.h
>>conftest.
$ac_ext
11935 cat >>conftest.
$ac_ext <<_ACEOF
11936 /* end confdefs.h. */
11938 # include <limits.h>
11940 # include <assert.h>
11944 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11945 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11947 grep -v '^ *+' conftest.er1
>conftest.err
11949 cat conftest.err
>&5
11950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11951 (exit $ac_status); } >/dev
/null
; then
11952 if test -s conftest.err
; then
11953 ac_cpp_err
=$ac_c_preproc_warn_flag
11954 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11961 if test -z "$ac_cpp_err"; then
11964 echo "$as_me: failed program was:" >&5
11965 sed 's/^/| /' conftest.
$ac_ext >&5
11967 # Broken: fails on valid input.
11970 rm -f conftest.err conftest.
$ac_ext
11972 # OK, works on sane cases. Now check whether non-existent headers
11973 # can be detected and how.
11974 cat >conftest.
$ac_ext <<_ACEOF
11977 cat confdefs.h
>>conftest.
$ac_ext
11978 cat >>conftest.
$ac_ext <<_ACEOF
11979 /* end confdefs.h. */
11980 #include <ac_nonexistent.h>
11982 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11983 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11985 grep -v '^ *+' conftest.er1
>conftest.err
11987 cat conftest.err
>&5
11988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11989 (exit $ac_status); } >/dev
/null
; then
11990 if test -s conftest.err
; then
11991 ac_cpp_err
=$ac_c_preproc_warn_flag
11992 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11999 if test -z "$ac_cpp_err"; then
12000 # Broken: success on invalid input.
12003 echo "$as_me: failed program was:" >&5
12004 sed 's/^/| /' conftest.
$ac_ext >&5
12006 # Passes both tests.
12010 rm -f conftest.err conftest.
$ac_ext
12013 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12014 rm -f conftest.err conftest.
$ac_ext
12015 if $ac_preproc_ok; then
12020 ac_cv_prog_CPP
=$CPP
12023 CPP
=$ac_cv_prog_CPP
12025 ac_cv_prog_CPP
=$CPP
12027 echo "$as_me:$LINENO: result: $CPP" >&5
12028 echo "${ECHO_T}$CPP" >&6
12029 ac_preproc_ok
=false
12030 for ac_c_preproc_warn_flag
in '' yes
12032 # Use a header file that comes with gcc, so configuring glibc
12033 # with a fresh cross-compiler works.
12034 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12035 # <limits.h> exists even on freestanding compilers.
12036 # On the NeXT, cc -E runs the code through the compiler's parser,
12037 # not just through cpp. "Syntax error" is here to catch this case.
12038 cat >conftest.
$ac_ext <<_ACEOF
12041 cat confdefs.h
>>conftest.
$ac_ext
12042 cat >>conftest.
$ac_ext <<_ACEOF
12043 /* end confdefs.h. */
12045 # include <limits.h>
12047 # include <assert.h>
12051 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12052 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12054 grep -v '^ *+' conftest.er1
>conftest.err
12056 cat conftest.err
>&5
12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058 (exit $ac_status); } >/dev
/null
; then
12059 if test -s conftest.err
; then
12060 ac_cpp_err
=$ac_c_preproc_warn_flag
12061 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12068 if test -z "$ac_cpp_err"; then
12071 echo "$as_me: failed program was:" >&5
12072 sed 's/^/| /' conftest.
$ac_ext >&5
12074 # Broken: fails on valid input.
12077 rm -f conftest.err conftest.
$ac_ext
12079 # OK, works on sane cases. Now check whether non-existent headers
12080 # can be detected and how.
12081 cat >conftest.
$ac_ext <<_ACEOF
12084 cat confdefs.h
>>conftest.
$ac_ext
12085 cat >>conftest.
$ac_ext <<_ACEOF
12086 /* end confdefs.h. */
12087 #include <ac_nonexistent.h>
12089 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12090 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12092 grep -v '^ *+' conftest.er1
>conftest.err
12094 cat conftest.err
>&5
12095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12096 (exit $ac_status); } >/dev
/null
; then
12097 if test -s conftest.err
; then
12098 ac_cpp_err
=$ac_c_preproc_warn_flag
12099 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12106 if test -z "$ac_cpp_err"; then
12107 # Broken: success on invalid input.
12110 echo "$as_me: failed program was:" >&5
12111 sed 's/^/| /' conftest.
$ac_ext >&5
12113 # Passes both tests.
12117 rm -f conftest.err conftest.
$ac_ext
12120 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12121 rm -f conftest.err conftest.
$ac_ext
12122 if $ac_preproc_ok; then
12125 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12126 See \`config.log' for more details." >&5
12127 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12128 See \`config.log' for more details." >&2;}
12129 { (exit 1); exit 1; }; }
12133 ac_cpp
='$CPP $CPPFLAGS'
12134 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12135 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12136 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12139 echo "$as_me:$LINENO: checking for egrep" >&5
12140 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12141 if test "${ac_cv_prog_egrep+set}" = set; then
12142 echo $ECHO_N "(cached) $ECHO_C" >&6
12144 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
12145 then ac_cv_prog_egrep
='grep -E'
12146 else ac_cv_prog_egrep
='egrep'
12149 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12150 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12151 EGREP
=$ac_cv_prog_egrep
12154 if test $ac_cv_c_compiler_gnu = yes; then
12155 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12156 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12157 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12158 echo $ECHO_N "(cached) $ECHO_C" >&6
12160 ac_pattern
="Autoconf.*'x'"
12161 cat >conftest.
$ac_ext <<_ACEOF
12164 cat confdefs.h
>>conftest.
$ac_ext
12165 cat >>conftest.
$ac_ext <<_ACEOF
12166 /* end confdefs.h. */
12170 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12171 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
12172 ac_cv_prog_gcc_traditional
=yes
12174 ac_cv_prog_gcc_traditional
=no
12179 if test $ac_cv_prog_gcc_traditional = no
; then
12180 cat >conftest.
$ac_ext <<_ACEOF
12183 cat confdefs.h
>>conftest.
$ac_ext
12184 cat >>conftest.
$ac_ext <<_ACEOF
12185 /* end confdefs.h. */
12186 #include <termio.h>
12189 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12190 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
12191 ac_cv_prog_gcc_traditional
=yes
12197 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12198 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12199 if test $ac_cv_prog_gcc_traditional = yes; then
12200 CC
="$CC -traditional"
12208 ac_cpp
='$CXXCPP $CPPFLAGS'
12209 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12210 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12211 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12214 CXXFLAGS
=${CXXFLAGS:=}
12218 ac_cpp
='$CXXCPP $CPPFLAGS'
12219 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12220 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12221 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12222 if test -n "$ac_tool_prefix"; then
12223 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
12225 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12226 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
12227 echo "$as_me:$LINENO: checking for $ac_word" >&5
12228 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12229 if test "${ac_cv_prog_CXX+set}" = set; then
12230 echo $ECHO_N "(cached) $ECHO_C" >&6
12232 if test -n "$CXX"; then
12233 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
12235 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12236 for as_dir
in $PATH
12239 test -z "$as_dir" && as_dir
=.
12240 for ac_exec_ext
in '' $ac_executable_extensions; do
12241 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12242 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
12243 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12251 CXX
=$ac_cv_prog_CXX
12252 if test -n "$CXX"; then
12253 echo "$as_me:$LINENO: result: $CXX" >&5
12254 echo "${ECHO_T}$CXX" >&6
12256 echo "$as_me:$LINENO: result: no" >&5
12257 echo "${ECHO_T}no" >&6
12260 test -n "$CXX" && break
12263 if test -z "$CXX"; then
12265 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
12267 # Extract the first word of "$ac_prog", so it can be a program name with args.
12268 set dummy
$ac_prog; ac_word
=$2
12269 echo "$as_me:$LINENO: checking for $ac_word" >&5
12270 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12271 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12272 echo $ECHO_N "(cached) $ECHO_C" >&6
12274 if test -n "$ac_ct_CXX"; then
12275 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
12277 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12278 for as_dir
in $PATH
12281 test -z "$as_dir" && as_dir
=.
12282 for ac_exec_ext
in '' $ac_executable_extensions; do
12283 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12284 ac_cv_prog_ac_ct_CXX
="$ac_prog"
12285 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12293 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
12294 if test -n "$ac_ct_CXX"; then
12295 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12296 echo "${ECHO_T}$ac_ct_CXX" >&6
12298 echo "$as_me:$LINENO: result: no" >&5
12299 echo "${ECHO_T}no" >&6
12302 test -n "$ac_ct_CXX" && break
12304 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
12310 # Provide some information about the compiler.
12311 echo "$as_me:$LINENO:" \
12312 "checking for C++ compiler version" >&5
12313 ac_compiler
=`set X $ac_compile; echo $2`
12314 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12315 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
12317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12318 (exit $ac_status); }
12319 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12320 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
12322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12323 (exit $ac_status); }
12324 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12325 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
12327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12328 (exit $ac_status); }
12330 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12331 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12332 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12333 echo $ECHO_N "(cached) $ECHO_C" >&6
12335 cat >conftest.
$ac_ext <<_ACEOF
12338 cat confdefs.h
>>conftest.
$ac_ext
12339 cat >>conftest.
$ac_ext <<_ACEOF
12340 /* end confdefs.h. */
12353 rm -f conftest.
$ac_objext
12354 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12355 (eval $ac_compile) 2>conftest.er1
12357 grep -v '^ *+' conftest.er1
>conftest.err
12359 cat conftest.err
>&5
12360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12361 (exit $ac_status); } &&
12362 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12364 (eval $ac_try) 2>&5
12366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12367 (exit $ac_status); }; } &&
12368 { ac_try
='test -s conftest.$ac_objext'
12369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12370 (eval $ac_try) 2>&5
12372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373 (exit $ac_status); }; }; then
12374 ac_compiler_gnu
=yes
12376 echo "$as_me: failed program was:" >&5
12377 sed 's/^/| /' conftest.
$ac_ext >&5
12381 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12382 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
12385 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12386 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12387 GXX
=`test $ac_compiler_gnu = yes && echo yes`
12388 ac_test_CXXFLAGS
=${CXXFLAGS+set}
12389 ac_save_CXXFLAGS
=$CXXFLAGS
12391 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12392 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12393 if test "${ac_cv_prog_cxx_g+set}" = set; then
12394 echo $ECHO_N "(cached) $ECHO_C" >&6
12396 cat >conftest.
$ac_ext <<_ACEOF
12399 cat confdefs.h
>>conftest.
$ac_ext
12400 cat >>conftest.
$ac_ext <<_ACEOF
12401 /* end confdefs.h. */
12411 rm -f conftest.
$ac_objext
12412 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12413 (eval $ac_compile) 2>conftest.er1
12415 grep -v '^ *+' conftest.er1
>conftest.err
12417 cat conftest.err
>&5
12418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12419 (exit $ac_status); } &&
12420 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12422 (eval $ac_try) 2>&5
12424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12425 (exit $ac_status); }; } &&
12426 { ac_try
='test -s conftest.$ac_objext'
12427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12428 (eval $ac_try) 2>&5
12430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12431 (exit $ac_status); }; }; then
12432 ac_cv_prog_cxx_g
=yes
12434 echo "$as_me: failed program was:" >&5
12435 sed 's/^/| /' conftest.
$ac_ext >&5
12437 ac_cv_prog_cxx_g
=no
12439 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12441 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12442 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12443 if test "$ac_test_CXXFLAGS" = set; then
12444 CXXFLAGS
=$ac_save_CXXFLAGS
12445 elif test $ac_cv_prog_cxx_g = yes; then
12446 if test "$GXX" = yes; then
12452 if test "$GXX" = yes; then
12458 for ac_declaration
in \
12460 'extern "C" void std::exit (int) throw (); using std::exit;' \
12461 'extern "C" void std::exit (int); using std::exit;' \
12462 'extern "C" void exit (int) throw ();' \
12463 'extern "C" void exit (int);' \
12466 cat >conftest.
$ac_ext <<_ACEOF
12469 cat confdefs.h
>>conftest.
$ac_ext
12470 cat >>conftest.
$ac_ext <<_ACEOF
12471 /* end confdefs.h. */
12473 #include <stdlib.h>
12482 rm -f conftest.
$ac_objext
12483 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12484 (eval $ac_compile) 2>conftest.er1
12486 grep -v '^ *+' conftest.er1
>conftest.err
12488 cat conftest.err
>&5
12489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12490 (exit $ac_status); } &&
12491 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12493 (eval $ac_try) 2>&5
12495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12496 (exit $ac_status); }; } &&
12497 { ac_try
='test -s conftest.$ac_objext'
12498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12499 (eval $ac_try) 2>&5
12501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12502 (exit $ac_status); }; }; then
12505 echo "$as_me: failed program was:" >&5
12506 sed 's/^/| /' conftest.
$ac_ext >&5
12510 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12511 cat >conftest.
$ac_ext <<_ACEOF
12514 cat confdefs.h
>>conftest.
$ac_ext
12515 cat >>conftest.
$ac_ext <<_ACEOF
12516 /* end confdefs.h. */
12526 rm -f conftest.
$ac_objext
12527 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12528 (eval $ac_compile) 2>conftest.er1
12530 grep -v '^ *+' conftest.er1
>conftest.err
12532 cat conftest.err
>&5
12533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12534 (exit $ac_status); } &&
12535 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12537 (eval $ac_try) 2>&5
12539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12540 (exit $ac_status); }; } &&
12541 { ac_try
='test -s conftest.$ac_objext'
12542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12543 (eval $ac_try) 2>&5
12545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12546 (exit $ac_status); }; }; then
12549 echo "$as_me: failed program was:" >&5
12550 sed 's/^/| /' conftest.
$ac_ext >&5
12553 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12556 if test -n "$ac_declaration"; then
12557 echo '#ifdef __cplusplus' >>confdefs.h
12558 echo $ac_declaration >>confdefs.h
12559 echo '#endif' >>confdefs.h
12563 ac_cpp
='$CXXCPP $CPPFLAGS'
12564 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12565 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12566 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12568 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
12569 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12570 if test "${wx_cv_cxx_exto+set}" = set; then
12571 echo $ECHO_N "(cached) $ECHO_C" >&6
12573 cat >conftest.
$ac_ext <<_ACEOF
12576 cat confdefs.h
>>conftest.
$ac_ext
12577 cat >>conftest.
$ac_ext <<_ACEOF
12578 /* end confdefs.h. */
12588 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
12589 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12590 (eval $ac_compile) 2>&5
12592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12593 (exit $ac_status); }; then
12594 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
12596 conftest.
$ac_ext.o
)
12597 wx_cv_cxx_exto
="-ext o"
12604 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12605 See \`config.log' for more details." >&5
12606 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12607 See \`config.log' for more details." >&2;}
12608 { (exit 1); exit 1; }; }
12612 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
12615 echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12616 echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12617 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12618 if test "cxx" = "c"; then
12619 CFLAGS
="$wx_cv_cxx_exto $CFLAGS"
12621 if test "cxx" = "cxx"; then
12622 CXXFLAGS
="$wx_cv_cxx_exto $CXXFLAGS"
12626 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12627 unset ac_cv_prog_cxx_g
12628 ac_test_CXXFLAGS
=${CXXFLAGS+set}
12629 ac_save_CXXFLAGS
=$CXXFLAGS
12631 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12632 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12633 if test "${ac_cv_prog_cxx_g+set}" = set; then
12634 echo $ECHO_N "(cached) $ECHO_C" >&6
12636 cat >conftest.
$ac_ext <<_ACEOF
12639 cat confdefs.h
>>conftest.
$ac_ext
12640 cat >>conftest.
$ac_ext <<_ACEOF
12641 /* end confdefs.h. */
12651 rm -f conftest.
$ac_objext
12652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12653 (eval $ac_compile) 2>conftest.er1
12655 grep -v '^ *+' conftest.er1
>conftest.err
12657 cat conftest.err
>&5
12658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12659 (exit $ac_status); } &&
12660 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12662 (eval $ac_try) 2>&5
12664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12665 (exit $ac_status); }; } &&
12666 { ac_try
='test -s conftest.$ac_objext'
12667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12668 (eval $ac_try) 2>&5
12670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671 (exit $ac_status); }; }; then
12672 ac_cv_prog_cxx_g
=yes
12674 echo "$as_me: failed program was:" >&5
12675 sed 's/^/| /' conftest.
$ac_ext >&5
12677 ac_cv_prog_cxx_g
=no
12679 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12681 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12682 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12683 if test "$ac_test_CXXFLAGS" = set; then
12684 CXXFLAGS
=$ac_save_CXXFLAGS
12685 elif test $ac_cv_prog_cxx_g = yes; then
12686 if test "$GXX" = yes; then
12692 if test "$GXX" = yes; then
12700 ac_cpp
='$CXXCPP $CPPFLAGS'
12701 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12702 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12703 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12705 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12706 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12707 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12708 echo $ECHO_N "(cached) $ECHO_C" >&6
12710 cat >conftest.
$ac_ext <<_ACEOF
12713 cat confdefs.h
>>conftest.
$ac_ext
12714 cat >>conftest.
$ac_ext <<_ACEOF
12715 /* end confdefs.h. */
12728 rm -f conftest.
$ac_objext
12729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12730 (eval $ac_compile) 2>conftest.er1
12732 grep -v '^ *+' conftest.er1
>conftest.err
12734 cat conftest.err
>&5
12735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12736 (exit $ac_status); } &&
12737 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12739 (eval $ac_try) 2>&5
12741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12742 (exit $ac_status); }; } &&
12743 { ac_try
='test -s conftest.$ac_objext'
12744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12745 (eval $ac_try) 2>&5
12747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12748 (exit $ac_status); }; }; then
12749 bakefile_compiler_mwerks
=yes
12751 echo "$as_me: failed program was:" >&5
12752 sed 's/^/| /' conftest.
$ac_ext >&5
12754 bakefile_compiler_mwerks
=no
12756 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12757 bakefile_cv_cxx_compiler_mwerks
=$bakefile_compiler_mwerks
12760 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12761 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12763 MWCXX
=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
12765 ac_cpp
='$CXXCPP $CPPFLAGS'
12766 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12767 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12768 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12772 ac_cpp
='$CXXCPP $CPPFLAGS'
12773 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12774 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12775 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12777 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12778 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12779 if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12780 echo $ECHO_N "(cached) $ECHO_C" >&6
12782 cat >conftest.
$ac_ext <<_ACEOF
12785 cat confdefs.h
>>conftest.
$ac_ext
12786 cat >>conftest.
$ac_ext <<_ACEOF
12787 /* end confdefs.h. */
12800 rm -f conftest.
$ac_objext
12801 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12802 (eval $ac_compile) 2>conftest.er1
12804 grep -v '^ *+' conftest.er1
>conftest.err
12806 cat conftest.err
>&5
12807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12808 (exit $ac_status); } &&
12809 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12811 (eval $ac_try) 2>&5
12813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12814 (exit $ac_status); }; } &&
12815 { ac_try
='test -s conftest.$ac_objext'
12816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12817 (eval $ac_try) 2>&5
12819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12820 (exit $ac_status); }; }; then
12821 wx_compiler_xlc
=yes
12823 echo "$as_me: failed program was:" >&5
12824 sed 's/^/| /' conftest.
$ac_ext >&5
12828 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12829 wx_cv_cxx_compiler_xlc
=$wx_compiler_xlc
12832 echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
12833 echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
12835 XLCXX
=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
12837 ac_cpp
='$CXXCPP $CPPFLAGS'
12838 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12839 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12840 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12846 ac_cpp
='$CPP $CPPFLAGS'
12847 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12848 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12849 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12852 if test -n "$ac_tool_prefix"; then
12853 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12854 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
12855 echo "$as_me:$LINENO: checking for $ac_word" >&5
12856 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12857 if test "${ac_cv_prog_RANLIB+set}" = set; then
12858 echo $ECHO_N "(cached) $ECHO_C" >&6
12860 if test -n "$RANLIB"; then
12861 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
12863 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12864 for as_dir
in $PATH
12867 test -z "$as_dir" && as_dir
=.
12868 for ac_exec_ext
in '' $ac_executable_extensions; do
12869 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12870 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
12871 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12879 RANLIB
=$ac_cv_prog_RANLIB
12880 if test -n "$RANLIB"; then
12881 echo "$as_me:$LINENO: result: $RANLIB" >&5
12882 echo "${ECHO_T}$RANLIB" >&6
12884 echo "$as_me:$LINENO: result: no" >&5
12885 echo "${ECHO_T}no" >&6
12889 if test -z "$ac_cv_prog_RANLIB"; then
12890 ac_ct_RANLIB
=$RANLIB
12891 # Extract the first word of "ranlib", so it can be a program name with args.
12892 set dummy ranlib
; ac_word
=$2
12893 echo "$as_me:$LINENO: checking for $ac_word" >&5
12894 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12895 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
12896 echo $ECHO_N "(cached) $ECHO_C" >&6
12898 if test -n "$ac_ct_RANLIB"; then
12899 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
12901 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12902 for as_dir
in $PATH
12905 test -z "$as_dir" && as_dir
=.
12906 for ac_exec_ext
in '' $ac_executable_extensions; do
12907 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12908 ac_cv_prog_ac_ct_RANLIB
="ranlib"
12909 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12915 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
12918 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
12919 if test -n "$ac_ct_RANLIB"; then
12920 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
12921 echo "${ECHO_T}$ac_ct_RANLIB" >&6
12923 echo "$as_me:$LINENO: result: no" >&5
12924 echo "${ECHO_T}no" >&6
12927 RANLIB
=$ac_ct_RANLIB
12929 RANLIB
="$ac_cv_prog_RANLIB"
12933 # Extract the first word of "ar", so it can be a program name with args.
12934 set dummy
ar; ac_word
=$2
12935 echo "$as_me:$LINENO: checking for $ac_word" >&5
12936 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12937 if test "${ac_cv_prog_AR+set}" = set; then
12938 echo $ECHO_N "(cached) $ECHO_C" >&6
12940 if test -n "$AR"; then
12941 ac_cv_prog_AR
="$AR" # Let the user override the test.
12943 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12944 for as_dir
in $PATH
12947 test -z "$as_dir" && as_dir
=.
12948 for ac_exec_ext
in '' $ac_executable_extensions; do
12949 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12951 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12960 if test -n "$AR"; then
12961 echo "$as_me:$LINENO: result: $AR" >&5
12962 echo "${ECHO_T}$AR" >&6
12964 echo "$as_me:$LINENO: result: no" >&5
12965 echo "${ECHO_T}no" >&6
12968 if test "x$AR" = "x" ; then
12969 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
12970 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
12971 { (exit 1); exit 1; }; }
12974 # Find a good install program. We prefer a C program (faster),
12975 # so one script is as good as another. But avoid the broken or
12976 # incompatible versions:
12977 # SysV /etc/install, /usr/sbin/install
12978 # SunOS /usr/etc/install
12979 # IRIX /sbin/install
12981 # AmigaOS /C/install, which installs bootblocks on floppy discs
12982 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
12983 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
12984 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
12985 # OS/2's system install, which has a completely different semantic
12986 # ./install, which can be erroneously created by make from ./install.sh.
12987 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
12988 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
12989 if test -z "$INSTALL"; then
12990 if test "${ac_cv_path_install+set}" = set; then
12991 echo $ECHO_N "(cached) $ECHO_C" >&6
12993 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12994 for as_dir
in $PATH
12997 test -z "$as_dir" && as_dir
=.
12998 # Account for people who put trailing slashes in PATH elements.
13000 .
/ | .
// | /cC
/* | \
13001 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
13002 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
13005 # OSF1 and SCO ODT 3.0 have their own names for install.
13006 # Don't use installbsd from OSF since it installs stuff as root
13008 for ac_prog
in ginstall scoinst
install; do
13009 for ac_exec_ext
in '' $ac_executable_extensions; do
13010 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
13011 if test $ac_prog = install &&
13012 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
13013 # AIX install. It has an incompatible calling convention.
13015 elif test $ac_prog = install &&
13016 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
13017 # program-specific install script used by HP pwplus--don't use.
13020 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
13032 if test "${ac_cv_path_install+set}" = set; then
13033 INSTALL
=$ac_cv_path_install
13035 # As a last resort, use the slow shell script. We don't cache a
13036 # path for INSTALL within a source directory, because that will
13037 # break other packages using the cache if that directory is
13038 # removed, or if the path is relative.
13039 INSTALL
=$ac_install_sh
13042 echo "$as_me:$LINENO: result: $INSTALL" >&5
13043 echo "${ECHO_T}$INSTALL" >&6
13045 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
13046 # It thinks the first close brace ends the variable substitution.
13047 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
13049 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
13051 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
13057 ?
:* ) # Drive letter, considered as absolute.
13060 INSTALL
=`pwd`/${INSTALL} ;;
13066 powerpc
-*-darwin* )
13067 INSTALL_PROGRAM
="cp -fp"
13068 INSTALL_DATA
="cp -fp"
13074 # Extract the first word of "strip", so it can be a program name with args.
13075 set dummy strip
; ac_word
=$2
13076 echo "$as_me:$LINENO: checking for $ac_word" >&5
13077 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13078 if test "${ac_cv_prog_STRIP+set}" = set; then
13079 echo $ECHO_N "(cached) $ECHO_C" >&6
13081 if test -n "$STRIP"; then
13082 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
13084 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13085 for as_dir
in $PATH
13088 test -z "$as_dir" && as_dir
=.
13089 for ac_exec_ext
in '' $ac_executable_extensions; do
13090 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13091 ac_cv_prog_STRIP
="strip"
13092 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13098 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
13101 STRIP
=$ac_cv_prog_STRIP
13102 if test -n "$STRIP"; then
13103 echo "$as_me:$LINENO: result: $STRIP" >&5
13104 echo "${ECHO_T}$STRIP" >&6
13106 echo "$as_me:$LINENO: result: no" >&5
13107 echo "${ECHO_T}no" >&6
13111 echo "$as_me:$LINENO: checking if make is GNU make" >&5
13112 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13113 if test "${wx_cv_prog_makeisgnu+set}" = set; then
13114 echo $ECHO_N "(cached) $ECHO_C" >&6
13117 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
13118 egrep -s GNU
> /dev
/null
); then
13119 wx_cv_prog_makeisgnu
="yes"
13121 wx_cv_prog_makeisgnu
="no"
13125 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13126 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13128 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13136 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13137 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13138 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13139 if test "${wx_cv_prog_makevpath+set}" = set; then
13140 echo $ECHO_N "(cached) $ECHO_C" >&6
13143 cat - << EOF > confMake
13149 if test ! -d sub
; then
13152 echo dummy
> sub
/file
13153 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
13155 rm -f sub
/file check final_file confMake
13157 if test "$RESULT" = 0; then
13158 wx_cv_prog_makevpath
="yes"
13160 wx_cv_prog_makevpath
="no"
13164 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13165 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13167 if test "x$wx_cv_prog_makevpath" != "xyes"; then
13168 { { echo "$as_me:$LINENO: error:
13169 You need a make-utility that is able to use the variable
13171 If your version of make does not support VPATH correctly,
13172 please install GNU-make (possibly as gmake), and start
13173 configure with the following command:
13174 export MAKE=gmake; ./configure for sh-type shells
13175 setenv MAKE gmake; ./configure for csh-type shells
13176 Also please do remember to use gmake in this case every time
13177 you are trying to compile.
13179 echo "$as_me: error:
13180 You need a make-utility that is able to use the variable
13182 If your version of make does not support VPATH correctly,
13183 please install GNU-make (possibly as gmake), and start
13184 configure with the following command:
13185 export MAKE=gmake; ./configure for sh-type shells
13186 setenv MAKE gmake; ./configure for csh-type shells
13187 Also please do remember to use gmake in this case every time
13188 you are trying to compile.
13190 { (exit 1); exit 1; }; }
13192 echo "$as_me:$LINENO: checking whether ln -s works" >&5
13193 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13195 if test "$LN_S" = "ln -s"; then
13196 echo "$as_me:$LINENO: result: yes" >&5
13197 echo "${ECHO_T}yes" >&6
13199 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13200 echo "${ECHO_T}no, using $LN_S" >&6
13205 if test "x$XLCXX" = "xyes"; then
13206 CXXFLAGS
="$CXXFLAGS -qunique"
13211 powerpc
-*-darwin* )
13212 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13213 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13214 cat >conftest.
$ac_ext <<_ACEOF
13217 cat confdefs.h
>>conftest.
$ac_ext
13218 cat >>conftest.
$ac_ext <<_ACEOF
13219 /* end confdefs.h. */
13224 #ifndef __POWERPC__
13225 choke me for lack of PowerPC
13232 rm -f conftest.
$ac_objext
13233 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13234 (eval $ac_compile) 2>conftest.er1
13236 grep -v '^ *+' conftest.er1
>conftest.err
13238 cat conftest.err
>&5
13239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13240 (exit $ac_status); } &&
13241 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13243 (eval $ac_try) 2>&5
13245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13246 (exit $ac_status); }; } &&
13247 { ac_try
='test -s conftest.$ac_objext'
13248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13249 (eval $ac_try) 2>&5
13251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13252 (exit $ac_status); }; }; then
13253 echo "$as_me:$LINENO: result: yes" >&5
13254 echo "${ECHO_T}yes" >&6
13256 echo "$as_me: failed program was:" >&5
13257 sed 's/^/| /' conftest.
$ac_ext >&5
13259 echo "$as_me:$LINENO: result: no" >&5
13260 echo "${ECHO_T}no" >&6
13261 cat >>confdefs.h
<<\_ACEOF
13262 #define __POWERPC__ 1
13267 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13268 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13269 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13270 cat >conftest.
$ac_ext <<_ACEOF
13273 cat confdefs.h
>>conftest.
$ac_ext
13274 cat >>conftest.
$ac_ext <<_ACEOF
13275 /* end confdefs.h. */
13276 #include <CoreFoundation/CFBase.h>
13286 rm -f conftest.
$ac_objext
13287 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13288 (eval $ac_compile) 2>conftest.er1
13290 grep -v '^ *+' conftest.er1
>conftest.err
13292 cat conftest.err
>&5
13293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13294 (exit $ac_status); } &&
13295 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13297 (eval $ac_try) 2>&5
13299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13300 (exit $ac_status); }; } &&
13301 { ac_try
='test -s conftest.$ac_objext'
13302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13303 (eval $ac_try) 2>&5
13305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13306 (exit $ac_status); }; }; then
13307 echo "$as_me:$LINENO: result: yes" >&5
13308 echo "${ECHO_T}yes" >&6
13310 echo "$as_me: failed program was:" >&5
13311 sed 's/^/| /' conftest.
$ac_ext >&5
13313 echo "$as_me:$LINENO: result: no" >&5
13314 echo "${ECHO_T}no" >&6
13315 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13316 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13317 cat >conftest.
$ac_ext <<_ACEOF
13320 cat confdefs.h
>>conftest.
$ac_ext
13321 cat >>conftest.
$ac_ext <<_ACEOF
13322 /* end confdefs.h. */
13323 #define __CF_USE_FRAMEWORK_INCLUDES__
13324 #include <CoreFoundation/CFBase.h>
13334 rm -f conftest.
$ac_objext
13335 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13336 (eval $ac_compile) 2>conftest.er1
13338 grep -v '^ *+' conftest.er1
>conftest.err
13340 cat conftest.err
>&5
13341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13342 (exit $ac_status); } &&
13343 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13345 (eval $ac_try) 2>&5
13347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13348 (exit $ac_status); }; } &&
13349 { ac_try
='test -s conftest.$ac_objext'
13350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13351 (eval $ac_try) 2>&5
13353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13354 (exit $ac_status); }; }; then
13355 echo "$as_me:$LINENO: result: yes" >&5
13356 echo "${ECHO_T}yes" >&6
13357 CPPFLAGS
="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
13359 echo "$as_me: failed program was:" >&5
13360 sed 's/^/| /' conftest.
$ac_ext >&5
13362 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
13363 See \`config.log' for more details." >&5
13364 echo "$as_me: error: no. CoreFoundation not available.
13365 See \`config.log' for more details." >&2;}
13366 { (exit 1); exit 1; }; }
13369 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13373 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13378 *-pc-os2_emx | *-pc-os2-emx )
13379 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
13380 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
13381 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
13382 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
13383 echo $ECHO_N "(cached) $ECHO_C" >&6
13385 ac_check_lib_save_LIBS
=$LIBS
13386 LIBS
="-lcExt $LIBS"
13387 cat >conftest.
$ac_ext <<_ACEOF
13390 cat confdefs.h
>>conftest.
$ac_ext
13391 cat >>conftest.
$ac_ext <<_ACEOF
13392 /* end confdefs.h. */
13394 /* Override any gcc2 internal prototype to avoid an error. */
13398 /* We use char because int might match the return type of a gcc2
13399 builtin and then its argument prototype would still apply. */
13409 rm -f conftest.
$ac_objext conftest
$ac_exeext
13410 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13411 (eval $ac_link) 2>conftest.er1
13413 grep -v '^ *+' conftest.er1
>conftest.err
13415 cat conftest.err
>&5
13416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13417 (exit $ac_status); } &&
13418 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13420 (eval $ac_try) 2>&5
13422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13423 (exit $ac_status); }; } &&
13424 { ac_try
='test -s conftest$ac_exeext'
13425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13426 (eval $ac_try) 2>&5
13428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13429 (exit $ac_status); }; }; then
13430 ac_cv_lib_cExt_drand48
=yes
13432 echo "$as_me: failed program was:" >&5
13433 sed 's/^/| /' conftest.
$ac_ext >&5
13435 ac_cv_lib_cExt_drand48
=no
13437 rm -f conftest.err conftest.
$ac_objext \
13438 conftest
$ac_exeext conftest.
$ac_ext
13439 LIBS
=$ac_check_lib_save_LIBS
13441 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
13442 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
13443 if test $ac_cv_lib_cExt_drand48 = yes; then
13444 LIBS
="$LIBS -lcExt"
13448 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
13450 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
13451 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
13452 if test "${wx_cv_gccversion+set}" = set; then
13453 echo $ECHO_N "(cached) $ECHO_C" >&6
13456 if test "$cross_compiling" = yes; then
13457 wx_cv_gccversion
="EMX2"
13460 cat >conftest.
$ac_ext <<_ACEOF
13463 cat confdefs.h
>>conftest.
$ac_ext
13464 cat >>conftest.
$ac_ext <<_ACEOF
13465 /* end confdefs.h. */
13471 FILE *f=fopen("conftestval", "w");
13476 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
13478 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
13488 rm -f conftest
$ac_exeext
13489 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13490 (eval $ac_link) 2>&5
13492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13493 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
13494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13495 (eval $ac_try) 2>&5
13497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13498 (exit $ac_status); }; }; then
13499 wx_cv_gccversion
=`cat conftestval`
13501 echo "$as_me: program exited with status $ac_status" >&5
13502 echo "$as_me: failed program was:" >&5
13503 sed 's/^/| /' conftest.
$ac_ext >&5
13505 ( exit $ac_status )
13506 wx_cv_gccversion
="EMX2"
13508 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
13512 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
13513 echo "${ECHO_T}$wx_cv_gccversion" >&6
13514 if test "$wx_cv_gccversion" = "EMX2"; then
13515 LIBS
="$LIBS -lstdcpp"
13516 LDFLAGS
="$LDFLAGS -Zsysv-signals"
13518 if test "$wx_cv_gccversion" = "EMX3"; then
13519 LIBS
="$LIBS -lstdcxx"
13520 LDFLAGS
="$LDFLAGS -Zsysv-signals"
13522 LIBS
="$LIBS -lstdc++"
13525 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
13526 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
13527 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
13537 ac_cpp
='$CXXCPP $CPPFLAGS'
13538 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13539 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13540 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13543 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
13544 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
13545 if test "${ac_cv_string_strcasecmp+set}" = set; then
13546 echo $ECHO_N "(cached) $ECHO_C" >&6
13549 cat >conftest.
$ac_ext <<_ACEOF
13552 cat confdefs.h
>>conftest.
$ac_ext
13553 cat >>conftest.
$ac_ext <<_ACEOF
13554 /* end confdefs.h. */
13556 #include <string.h>
13562 strcasecmp("foo", "bar");
13568 rm -f conftest.
$ac_objext conftest
$ac_exeext
13569 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13570 (eval $ac_link) 2>conftest.er1
13572 grep -v '^ *+' conftest.er1
>conftest.err
13574 cat conftest.err
>&5
13575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13576 (exit $ac_status); } &&
13577 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13579 (eval $ac_try) 2>&5
13581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13582 (exit $ac_status); }; } &&
13583 { ac_try
='test -s conftest$ac_exeext'
13584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13585 (eval $ac_try) 2>&5
13587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13588 (exit $ac_status); }; }; then
13589 ac_cv_string_strcasecmp
=yes
13591 echo "$as_me: failed program was:" >&5
13592 sed 's/^/| /' conftest.
$ac_ext >&5
13594 ac_cv_string_strcasecmp
=no
13597 rm -f conftest.err conftest.
$ac_objext \
13598 conftest
$ac_exeext conftest.
$ac_ext
13601 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
13602 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
13604 if test x
"$ac_cv_string_strcasecmp" = "xyes"; then
13605 cat >>confdefs.h
<<\_ACEOF
13606 #define HAVE_STRCASECMP_IN_STRING_H 1
13610 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
13611 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
13612 if test "${ac_cv_strings_strcasecmp+set}" = set; then
13613 echo $ECHO_N "(cached) $ECHO_C" >&6
13616 cat >conftest.
$ac_ext <<_ACEOF
13619 cat confdefs.h
>>conftest.
$ac_ext
13620 cat >>conftest.
$ac_ext <<_ACEOF
13621 /* end confdefs.h. */
13623 #include <strings.h>
13629 strcasecmp("foo", "bar");
13635 rm -f conftest.
$ac_objext conftest
$ac_exeext
13636 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13637 (eval $ac_link) 2>conftest.er1
13639 grep -v '^ *+' conftest.er1
>conftest.err
13641 cat conftest.err
>&5
13642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13643 (exit $ac_status); } &&
13644 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13646 (eval $ac_try) 2>&5
13648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13649 (exit $ac_status); }; } &&
13650 { ac_try
='test -s conftest$ac_exeext'
13651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13652 (eval $ac_try) 2>&5
13654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13655 (exit $ac_status); }; }; then
13656 ac_cv_strings_strcasecmp
=yes
13658 echo "$as_me: failed program was:" >&5
13659 sed 's/^/| /' conftest.
$ac_ext >&5
13661 ac_cv_strings_strcasecmp
=no
13664 rm -f conftest.err conftest.
$ac_objext \
13665 conftest
$ac_exeext conftest.
$ac_ext
13668 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
13669 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
13671 if test x
"$ac_cv_strings_strcasecmp" = "xyes"; then
13672 cat >>confdefs.h
<<\_ACEOF
13673 #define HAVE_STRCASECMP_IN_STRINGS_H 1
13677 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
13678 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
13679 { (exit 1); exit 1; }; }
13684 ac_cpp
='$CPP $CPPFLAGS'
13685 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13686 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13687 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13693 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
13694 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
13695 if test "${ac_cv_header_stdc+set}" = set; then
13696 echo $ECHO_N "(cached) $ECHO_C" >&6
13698 cat >conftest.
$ac_ext <<_ACEOF
13701 cat confdefs.h
>>conftest.
$ac_ext
13702 cat >>conftest.
$ac_ext <<_ACEOF
13703 /* end confdefs.h. */
13704 #include <stdlib.h>
13705 #include <stdarg.h>
13706 #include <string.h>
13717 rm -f conftest.
$ac_objext
13718 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13719 (eval $ac_compile) 2>conftest.er1
13721 grep -v '^ *+' conftest.er1
>conftest.err
13723 cat conftest.err
>&5
13724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13725 (exit $ac_status); } &&
13726 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13728 (eval $ac_try) 2>&5
13730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13731 (exit $ac_status); }; } &&
13732 { ac_try
='test -s conftest.$ac_objext'
13733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13734 (eval $ac_try) 2>&5
13736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13737 (exit $ac_status); }; }; then
13738 ac_cv_header_stdc
=yes
13740 echo "$as_me: failed program was:" >&5
13741 sed 's/^/| /' conftest.
$ac_ext >&5
13743 ac_cv_header_stdc
=no
13745 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13747 if test $ac_cv_header_stdc = yes; then
13748 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13749 cat >conftest.
$ac_ext <<_ACEOF
13752 cat confdefs.h
>>conftest.
$ac_ext
13753 cat >>conftest.
$ac_ext <<_ACEOF
13754 /* end confdefs.h. */
13755 #include <string.h>
13758 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13759 $EGREP "memchr" >/dev
/null
2>&1; then
13762 ac_cv_header_stdc
=no
13768 if test $ac_cv_header_stdc = yes; then
13769 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13770 cat >conftest.
$ac_ext <<_ACEOF
13773 cat confdefs.h
>>conftest.
$ac_ext
13774 cat >>conftest.
$ac_ext <<_ACEOF
13775 /* end confdefs.h. */
13776 #include <stdlib.h>
13779 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13780 $EGREP "free" >/dev
/null
2>&1; then
13783 ac_cv_header_stdc
=no
13789 if test $ac_cv_header_stdc = yes; then
13790 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13791 if test "$cross_compiling" = yes; then
13794 cat >conftest.
$ac_ext <<_ACEOF
13797 cat confdefs.h
>>conftest.
$ac_ext
13798 cat >>conftest.
$ac_ext <<_ACEOF
13799 /* end confdefs.h. */
13801 #if ((' ' & 0x0FF) == 0x020)
13802 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13803 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13805 # define ISLOWER(c) \
13806 (('a' <= (c) && (c) <= 'i') \
13807 || ('j' <= (c) && (c) <= 'r') \
13808 || ('s' <= (c) && (c) <= 'z'))
13809 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13812 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13817 for (i = 0; i < 256; i++)
13818 if (XOR (islower (i), ISLOWER (i))
13819 || toupper (i) != TOUPPER (i))
13824 rm -f conftest
$ac_exeext
13825 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13826 (eval $ac_link) 2>&5
13828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13829 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
13830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13831 (eval $ac_try) 2>&5
13833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13834 (exit $ac_status); }; }; then
13837 echo "$as_me: program exited with status $ac_status" >&5
13838 echo "$as_me: failed program was:" >&5
13839 sed 's/^/| /' conftest.
$ac_ext >&5
13841 ( exit $ac_status )
13842 ac_cv_header_stdc
=no
13844 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
13848 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
13849 echo "${ECHO_T}$ac_cv_header_stdc" >&6
13850 if test $ac_cv_header_stdc = yes; then
13852 cat >>confdefs.h
<<\_ACEOF
13853 #define STDC_HEADERS 1
13858 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
13868 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
13869 inttypes.h stdint.h unistd.h
13871 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13872 echo "$as_me:$LINENO: checking for $ac_header" >&5
13873 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13874 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13875 echo $ECHO_N "(cached) $ECHO_C" >&6
13877 cat >conftest.
$ac_ext <<_ACEOF
13880 cat confdefs.h
>>conftest.
$ac_ext
13881 cat >>conftest.
$ac_ext <<_ACEOF
13882 /* end confdefs.h. */
13883 $ac_includes_default
13885 #include <$ac_header>
13887 rm -f conftest.
$ac_objext
13888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13889 (eval $ac_compile) 2>conftest.er1
13891 grep -v '^ *+' conftest.er1
>conftest.err
13893 cat conftest.err
>&5
13894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13895 (exit $ac_status); } &&
13896 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13898 (eval $ac_try) 2>&5
13900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13901 (exit $ac_status); }; } &&
13902 { ac_try
='test -s conftest.$ac_objext'
13903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13904 (eval $ac_try) 2>&5
13906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13907 (exit $ac_status); }; }; then
13908 eval "$as_ac_Header=yes"
13910 echo "$as_me: failed program was:" >&5
13911 sed 's/^/| /' conftest.
$ac_ext >&5
13913 eval "$as_ac_Header=no"
13915 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13917 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13918 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13919 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13920 cat >>confdefs.h
<<_ACEOF
13921 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13930 for ac_header
in stdlib.h
13932 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13933 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13934 echo "$as_me:$LINENO: checking for $ac_header" >&5
13935 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13936 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13937 echo $ECHO_N "(cached) $ECHO_C" >&6
13939 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13940 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13942 # Is the header compilable?
13943 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13944 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13945 cat >conftest.
$ac_ext <<_ACEOF
13948 cat confdefs.h
>>conftest.
$ac_ext
13949 cat >>conftest.
$ac_ext <<_ACEOF
13950 /* end confdefs.h. */
13951 $ac_includes_default
13952 #include <$ac_header>
13954 rm -f conftest.
$ac_objext
13955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13956 (eval $ac_compile) 2>conftest.er1
13958 grep -v '^ *+' conftest.er1
>conftest.err
13960 cat conftest.err
>&5
13961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13962 (exit $ac_status); } &&
13963 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13965 (eval $ac_try) 2>&5
13967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13968 (exit $ac_status); }; } &&
13969 { ac_try
='test -s conftest.$ac_objext'
13970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13971 (eval $ac_try) 2>&5
13973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13974 (exit $ac_status); }; }; then
13975 ac_header_compiler
=yes
13977 echo "$as_me: failed program was:" >&5
13978 sed 's/^/| /' conftest.
$ac_ext >&5
13980 ac_header_compiler
=no
13982 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13983 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13984 echo "${ECHO_T}$ac_header_compiler" >&6
13986 # Is the header present?
13987 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13988 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13989 cat >conftest.
$ac_ext <<_ACEOF
13992 cat confdefs.h
>>conftest.
$ac_ext
13993 cat >>conftest.
$ac_ext <<_ACEOF
13994 /* end confdefs.h. */
13995 #include <$ac_header>
13997 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13998 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14000 grep -v '^ *+' conftest.er1
>conftest.err
14002 cat conftest.err
>&5
14003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14004 (exit $ac_status); } >/dev
/null
; then
14005 if test -s conftest.err
; then
14006 ac_cpp_err
=$ac_c_preproc_warn_flag
14007 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14014 if test -z "$ac_cpp_err"; then
14015 ac_header_preproc
=yes
14017 echo "$as_me: failed program was:" >&5
14018 sed 's/^/| /' conftest.
$ac_ext >&5
14020 ac_header_preproc
=no
14022 rm -f conftest.err conftest.
$ac_ext
14023 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14024 echo "${ECHO_T}$ac_header_preproc" >&6
14026 # So? What about this header?
14027 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14029 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14030 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14031 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14032 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14033 ac_header_preproc
=yes
14036 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14037 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14038 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14039 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14040 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14041 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14042 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14043 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14044 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14045 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14046 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14047 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14050 ## ----------------------------------------- ##
14051 ## Report this to wx-dev@lists.wxwidgets.org ##
14052 ## ----------------------------------------- ##
14055 sed "s/^/$as_me: WARNING: /" >&2
14058 echo "$as_me:$LINENO: checking for $ac_header" >&5
14059 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14060 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14061 echo $ECHO_N "(cached) $ECHO_C" >&6
14063 eval "$as_ac_Header=\$ac_header_preproc"
14065 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14066 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14069 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14070 cat >>confdefs.h
<<_ACEOF
14071 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14079 for ac_header
in malloc.h
14081 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14082 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14083 echo "$as_me:$LINENO: checking for $ac_header" >&5
14084 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14085 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14086 echo $ECHO_N "(cached) $ECHO_C" >&6
14088 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14089 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14091 # Is the header compilable?
14092 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14093 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14094 cat >conftest.
$ac_ext <<_ACEOF
14097 cat confdefs.h
>>conftest.
$ac_ext
14098 cat >>conftest.
$ac_ext <<_ACEOF
14099 /* end confdefs.h. */
14100 $ac_includes_default
14101 #include <$ac_header>
14103 rm -f conftest.
$ac_objext
14104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14105 (eval $ac_compile) 2>conftest.er1
14107 grep -v '^ *+' conftest.er1
>conftest.err
14109 cat conftest.err
>&5
14110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14111 (exit $ac_status); } &&
14112 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14114 (eval $ac_try) 2>&5
14116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14117 (exit $ac_status); }; } &&
14118 { ac_try
='test -s conftest.$ac_objext'
14119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14120 (eval $ac_try) 2>&5
14122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14123 (exit $ac_status); }; }; then
14124 ac_header_compiler
=yes
14126 echo "$as_me: failed program was:" >&5
14127 sed 's/^/| /' conftest.
$ac_ext >&5
14129 ac_header_compiler
=no
14131 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14132 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14133 echo "${ECHO_T}$ac_header_compiler" >&6
14135 # Is the header present?
14136 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14137 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14138 cat >conftest.
$ac_ext <<_ACEOF
14141 cat confdefs.h
>>conftest.
$ac_ext
14142 cat >>conftest.
$ac_ext <<_ACEOF
14143 /* end confdefs.h. */
14144 #include <$ac_header>
14146 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14147 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14149 grep -v '^ *+' conftest.er1
>conftest.err
14151 cat conftest.err
>&5
14152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14153 (exit $ac_status); } >/dev
/null
; then
14154 if test -s conftest.err
; then
14155 ac_cpp_err
=$ac_c_preproc_warn_flag
14156 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14163 if test -z "$ac_cpp_err"; then
14164 ac_header_preproc
=yes
14166 echo "$as_me: failed program was:" >&5
14167 sed 's/^/| /' conftest.
$ac_ext >&5
14169 ac_header_preproc
=no
14171 rm -f conftest.err conftest.
$ac_ext
14172 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14173 echo "${ECHO_T}$ac_header_preproc" >&6
14175 # So? What about this header?
14176 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14178 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14179 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14180 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14181 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14182 ac_header_preproc
=yes
14185 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14186 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14187 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14188 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14189 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14190 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14191 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14192 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14193 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14194 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14195 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14196 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14199 ## ----------------------------------------- ##
14200 ## Report this to wx-dev@lists.wxwidgets.org ##
14201 ## ----------------------------------------- ##
14204 sed "s/^/$as_me: WARNING: /" >&2
14207 echo "$as_me:$LINENO: checking for $ac_header" >&5
14208 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14209 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14210 echo $ECHO_N "(cached) $ECHO_C" >&6
14212 eval "$as_ac_Header=\$ac_header_preproc"
14214 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14215 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14218 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14219 cat >>confdefs.h
<<_ACEOF
14220 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14228 for ac_header
in unistd.h
14230 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14231 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14232 echo "$as_me:$LINENO: checking for $ac_header" >&5
14233 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14234 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14235 echo $ECHO_N "(cached) $ECHO_C" >&6
14237 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14238 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14240 # Is the header compilable?
14241 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14242 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14243 cat >conftest.
$ac_ext <<_ACEOF
14246 cat confdefs.h
>>conftest.
$ac_ext
14247 cat >>conftest.
$ac_ext <<_ACEOF
14248 /* end confdefs.h. */
14249 $ac_includes_default
14250 #include <$ac_header>
14252 rm -f conftest.
$ac_objext
14253 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14254 (eval $ac_compile) 2>conftest.er1
14256 grep -v '^ *+' conftest.er1
>conftest.err
14258 cat conftest.err
>&5
14259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14260 (exit $ac_status); } &&
14261 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14263 (eval $ac_try) 2>&5
14265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); }; } &&
14267 { ac_try
='test -s conftest.$ac_objext'
14268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14269 (eval $ac_try) 2>&5
14271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14272 (exit $ac_status); }; }; then
14273 ac_header_compiler
=yes
14275 echo "$as_me: failed program was:" >&5
14276 sed 's/^/| /' conftest.
$ac_ext >&5
14278 ac_header_compiler
=no
14280 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14281 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14282 echo "${ECHO_T}$ac_header_compiler" >&6
14284 # Is the header present?
14285 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14286 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14287 cat >conftest.
$ac_ext <<_ACEOF
14290 cat confdefs.h
>>conftest.
$ac_ext
14291 cat >>conftest.
$ac_ext <<_ACEOF
14292 /* end confdefs.h. */
14293 #include <$ac_header>
14295 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14296 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14298 grep -v '^ *+' conftest.er1
>conftest.err
14300 cat conftest.err
>&5
14301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14302 (exit $ac_status); } >/dev
/null
; then
14303 if test -s conftest.err
; then
14304 ac_cpp_err
=$ac_c_preproc_warn_flag
14305 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14312 if test -z "$ac_cpp_err"; then
14313 ac_header_preproc
=yes
14315 echo "$as_me: failed program was:" >&5
14316 sed 's/^/| /' conftest.
$ac_ext >&5
14318 ac_header_preproc
=no
14320 rm -f conftest.err conftest.
$ac_ext
14321 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14322 echo "${ECHO_T}$ac_header_preproc" >&6
14324 # So? What about this header?
14325 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14327 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14328 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14329 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14330 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14331 ac_header_preproc
=yes
14334 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14335 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14336 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14337 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14338 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14339 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14340 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14341 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14342 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14343 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14344 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14345 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14348 ## ----------------------------------------- ##
14349 ## Report this to wx-dev@lists.wxwidgets.org ##
14350 ## ----------------------------------------- ##
14353 sed "s/^/$as_me: WARNING: /" >&2
14356 echo "$as_me:$LINENO: checking for $ac_header" >&5
14357 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14358 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14359 echo $ECHO_N "(cached) $ECHO_C" >&6
14361 eval "$as_ac_Header=\$ac_header_preproc"
14363 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14364 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14367 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14368 cat >>confdefs.h
<<_ACEOF
14369 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14377 for ac_header
in wchar.h
14379 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14380 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14381 echo "$as_me:$LINENO: checking for $ac_header" >&5
14382 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14383 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14384 echo $ECHO_N "(cached) $ECHO_C" >&6
14386 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14387 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14389 # Is the header compilable?
14390 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14391 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14392 cat >conftest.
$ac_ext <<_ACEOF
14395 cat confdefs.h
>>conftest.
$ac_ext
14396 cat >>conftest.
$ac_ext <<_ACEOF
14397 /* end confdefs.h. */
14398 $ac_includes_default
14399 #include <$ac_header>
14401 rm -f conftest.
$ac_objext
14402 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14403 (eval $ac_compile) 2>conftest.er1
14405 grep -v '^ *+' conftest.er1
>conftest.err
14407 cat conftest.err
>&5
14408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14409 (exit $ac_status); } &&
14410 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14412 (eval $ac_try) 2>&5
14414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14415 (exit $ac_status); }; } &&
14416 { ac_try
='test -s conftest.$ac_objext'
14417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14418 (eval $ac_try) 2>&5
14420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14421 (exit $ac_status); }; }; then
14422 ac_header_compiler
=yes
14424 echo "$as_me: failed program was:" >&5
14425 sed 's/^/| /' conftest.
$ac_ext >&5
14427 ac_header_compiler
=no
14429 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14430 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14431 echo "${ECHO_T}$ac_header_compiler" >&6
14433 # Is the header present?
14434 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14435 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14436 cat >conftest.
$ac_ext <<_ACEOF
14439 cat confdefs.h
>>conftest.
$ac_ext
14440 cat >>conftest.
$ac_ext <<_ACEOF
14441 /* end confdefs.h. */
14442 #include <$ac_header>
14444 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14445 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14447 grep -v '^ *+' conftest.er1
>conftest.err
14449 cat conftest.err
>&5
14450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14451 (exit $ac_status); } >/dev
/null
; then
14452 if test -s conftest.err
; then
14453 ac_cpp_err
=$ac_c_preproc_warn_flag
14454 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14461 if test -z "$ac_cpp_err"; then
14462 ac_header_preproc
=yes
14464 echo "$as_me: failed program was:" >&5
14465 sed 's/^/| /' conftest.
$ac_ext >&5
14467 ac_header_preproc
=no
14469 rm -f conftest.err conftest.
$ac_ext
14470 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14471 echo "${ECHO_T}$ac_header_preproc" >&6
14473 # So? What about this header?
14474 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14476 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14477 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14478 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14479 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14480 ac_header_preproc
=yes
14483 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14484 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14485 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14486 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14487 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14488 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14489 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14490 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14491 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14492 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14493 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14494 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14497 ## ----------------------------------------- ##
14498 ## Report this to wx-dev@lists.wxwidgets.org ##
14499 ## ----------------------------------------- ##
14502 sed "s/^/$as_me: WARNING: /" >&2
14505 echo "$as_me:$LINENO: checking for $ac_header" >&5
14506 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14507 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14508 echo $ECHO_N "(cached) $ECHO_C" >&6
14510 eval "$as_ac_Header=\$ac_header_preproc"
14512 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14513 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14516 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14517 cat >>confdefs.h
<<_ACEOF
14518 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14526 if test "$ac_cv_header_wchar_h" != "yes"; then
14528 for ac_header
in wcstr.h
14530 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14531 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14532 echo "$as_me:$LINENO: checking for $ac_header" >&5
14533 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14534 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14535 echo $ECHO_N "(cached) $ECHO_C" >&6
14537 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14538 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14540 # Is the header compilable?
14541 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14542 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14543 cat >conftest.
$ac_ext <<_ACEOF
14546 cat confdefs.h
>>conftest.
$ac_ext
14547 cat >>conftest.
$ac_ext <<_ACEOF
14548 /* end confdefs.h. */
14549 $ac_includes_default
14550 #include <$ac_header>
14552 rm -f conftest.
$ac_objext
14553 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14554 (eval $ac_compile) 2>conftest.er1
14556 grep -v '^ *+' conftest.er1
>conftest.err
14558 cat conftest.err
>&5
14559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14560 (exit $ac_status); } &&
14561 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14563 (eval $ac_try) 2>&5
14565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14566 (exit $ac_status); }; } &&
14567 { ac_try
='test -s conftest.$ac_objext'
14568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14569 (eval $ac_try) 2>&5
14571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14572 (exit $ac_status); }; }; then
14573 ac_header_compiler
=yes
14575 echo "$as_me: failed program was:" >&5
14576 sed 's/^/| /' conftest.
$ac_ext >&5
14578 ac_header_compiler
=no
14580 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14581 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14582 echo "${ECHO_T}$ac_header_compiler" >&6
14584 # Is the header present?
14585 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14586 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14587 cat >conftest.
$ac_ext <<_ACEOF
14590 cat confdefs.h
>>conftest.
$ac_ext
14591 cat >>conftest.
$ac_ext <<_ACEOF
14592 /* end confdefs.h. */
14593 #include <$ac_header>
14595 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14596 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14598 grep -v '^ *+' conftest.er1
>conftest.err
14600 cat conftest.err
>&5
14601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14602 (exit $ac_status); } >/dev
/null
; then
14603 if test -s conftest.err
; then
14604 ac_cpp_err
=$ac_c_preproc_warn_flag
14605 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14612 if test -z "$ac_cpp_err"; then
14613 ac_header_preproc
=yes
14615 echo "$as_me: failed program was:" >&5
14616 sed 's/^/| /' conftest.
$ac_ext >&5
14618 ac_header_preproc
=no
14620 rm -f conftest.err conftest.
$ac_ext
14621 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14622 echo "${ECHO_T}$ac_header_preproc" >&6
14624 # So? What about this header?
14625 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14627 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14628 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14629 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14630 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14631 ac_header_preproc
=yes
14634 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14635 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14636 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14637 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14638 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14639 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14640 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14641 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14642 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14643 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14644 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14645 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14648 ## ----------------------------------------- ##
14649 ## Report this to wx-dev@lists.wxwidgets.org ##
14650 ## ----------------------------------------- ##
14653 sed "s/^/$as_me: WARNING: /" >&2
14656 echo "$as_me:$LINENO: checking for $ac_header" >&5
14657 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14658 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14659 echo $ECHO_N "(cached) $ECHO_C" >&6
14661 eval "$as_ac_Header=\$ac_header_preproc"
14663 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14664 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14667 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14668 cat >>confdefs.h
<<_ACEOF
14669 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14679 for ac_header
in fnmatch.h
14681 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14682 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14683 echo "$as_me:$LINENO: checking for $ac_header" >&5
14684 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14685 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14686 echo $ECHO_N "(cached) $ECHO_C" >&6
14688 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14689 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14691 # Is the header compilable?
14692 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14693 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14694 cat >conftest.
$ac_ext <<_ACEOF
14697 cat confdefs.h
>>conftest.
$ac_ext
14698 cat >>conftest.
$ac_ext <<_ACEOF
14699 /* end confdefs.h. */
14700 $ac_includes_default
14701 #include <$ac_header>
14703 rm -f conftest.
$ac_objext
14704 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14705 (eval $ac_compile) 2>conftest.er1
14707 grep -v '^ *+' conftest.er1
>conftest.err
14709 cat conftest.err
>&5
14710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14711 (exit $ac_status); } &&
14712 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14714 (eval $ac_try) 2>&5
14716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14717 (exit $ac_status); }; } &&
14718 { ac_try
='test -s conftest.$ac_objext'
14719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14720 (eval $ac_try) 2>&5
14722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14723 (exit $ac_status); }; }; then
14724 ac_header_compiler
=yes
14726 echo "$as_me: failed program was:" >&5
14727 sed 's/^/| /' conftest.
$ac_ext >&5
14729 ac_header_compiler
=no
14731 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14732 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14733 echo "${ECHO_T}$ac_header_compiler" >&6
14735 # Is the header present?
14736 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14737 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14738 cat >conftest.
$ac_ext <<_ACEOF
14741 cat confdefs.h
>>conftest.
$ac_ext
14742 cat >>conftest.
$ac_ext <<_ACEOF
14743 /* end confdefs.h. */
14744 #include <$ac_header>
14746 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14747 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14749 grep -v '^ *+' conftest.er1
>conftest.err
14751 cat conftest.err
>&5
14752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14753 (exit $ac_status); } >/dev
/null
; then
14754 if test -s conftest.err
; then
14755 ac_cpp_err
=$ac_c_preproc_warn_flag
14756 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14763 if test -z "$ac_cpp_err"; then
14764 ac_header_preproc
=yes
14766 echo "$as_me: failed program was:" >&5
14767 sed 's/^/| /' conftest.
$ac_ext >&5
14769 ac_header_preproc
=no
14771 rm -f conftest.err conftest.
$ac_ext
14772 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14773 echo "${ECHO_T}$ac_header_preproc" >&6
14775 # So? What about this header?
14776 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14778 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14779 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14780 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14781 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14782 ac_header_preproc
=yes
14785 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14786 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14787 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14788 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14789 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14790 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14791 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14792 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14793 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14794 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14795 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14796 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14799 ## ----------------------------------------- ##
14800 ## Report this to wx-dev@lists.wxwidgets.org ##
14801 ## ----------------------------------------- ##
14804 sed "s/^/$as_me: WARNING: /" >&2
14807 echo "$as_me:$LINENO: checking for $ac_header" >&5
14808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14809 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14810 echo $ECHO_N "(cached) $ECHO_C" >&6
14812 eval "$as_ac_Header=\$ac_header_preproc"
14814 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14815 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14818 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14819 cat >>confdefs.h
<<_ACEOF
14820 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14828 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
14830 for ac_func
in fnmatch
14832 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14833 echo "$as_me:$LINENO: checking for $ac_func" >&5
14834 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14835 if eval "test \"\${$as_ac_var+set}\" = set"; then
14836 echo $ECHO_N "(cached) $ECHO_C" >&6
14838 cat >conftest.
$ac_ext <<_ACEOF
14841 cat confdefs.h
>>conftest.
$ac_ext
14842 cat >>conftest.
$ac_ext <<_ACEOF
14843 /* end confdefs.h. */
14844 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14845 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14846 #define $ac_func innocuous_$ac_func
14848 /* System header to define __stub macros and hopefully few prototypes,
14849 which can conflict with char $ac_func (); below.
14850 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14851 <limits.h> exists even on freestanding compilers. */
14854 # include <limits.h>
14856 # include <assert.h>
14861 /* Override any gcc2 internal prototype to avoid an error. */
14866 /* We use char because int might match the return type of a gcc2
14867 builtin and then its argument prototype would still apply. */
14869 /* The GNU C library defines this for functions which it implements
14870 to always fail with ENOSYS. Some functions are actually named
14871 something starting with __ and the normal name is an alias. */
14872 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14875 char (*f) () = $ac_func;
14884 return f != $ac_func;
14889 rm -f conftest.
$ac_objext conftest
$ac_exeext
14890 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14891 (eval $ac_link) 2>conftest.er1
14893 grep -v '^ *+' conftest.er1
>conftest.err
14895 cat conftest.err
>&5
14896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14897 (exit $ac_status); } &&
14898 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14900 (eval $ac_try) 2>&5
14902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14903 (exit $ac_status); }; } &&
14904 { ac_try
='test -s conftest$ac_exeext'
14905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14906 (eval $ac_try) 2>&5
14908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14909 (exit $ac_status); }; }; then
14910 eval "$as_ac_var=yes"
14912 echo "$as_me: failed program was:" >&5
14913 sed 's/^/| /' conftest.
$ac_ext >&5
14915 eval "$as_ac_var=no"
14917 rm -f conftest.err conftest.
$ac_objext \
14918 conftest
$ac_exeext conftest.
$ac_ext
14920 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14921 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14922 if test `eval echo '${'$as_ac_var'}'` = yes; then
14923 cat >>confdefs.h
<<_ACEOF
14924 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14933 for ac_header
in langinfo.h
14935 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14936 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14937 echo "$as_me:$LINENO: checking for $ac_header" >&5
14938 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14939 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14940 echo $ECHO_N "(cached) $ECHO_C" >&6
14942 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14943 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14945 # Is the header compilable?
14946 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14947 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14948 cat >conftest.
$ac_ext <<_ACEOF
14951 cat confdefs.h
>>conftest.
$ac_ext
14952 cat >>conftest.
$ac_ext <<_ACEOF
14953 /* end confdefs.h. */
14954 $ac_includes_default
14955 #include <$ac_header>
14957 rm -f conftest.
$ac_objext
14958 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14959 (eval $ac_compile) 2>conftest.er1
14961 grep -v '^ *+' conftest.er1
>conftest.err
14963 cat conftest.err
>&5
14964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14965 (exit $ac_status); } &&
14966 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14968 (eval $ac_try) 2>&5
14970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14971 (exit $ac_status); }; } &&
14972 { ac_try
='test -s conftest.$ac_objext'
14973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14974 (eval $ac_try) 2>&5
14976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14977 (exit $ac_status); }; }; then
14978 ac_header_compiler
=yes
14980 echo "$as_me: failed program was:" >&5
14981 sed 's/^/| /' conftest.
$ac_ext >&5
14983 ac_header_compiler
=no
14985 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14986 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14987 echo "${ECHO_T}$ac_header_compiler" >&6
14989 # Is the header present?
14990 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14991 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14992 cat >conftest.
$ac_ext <<_ACEOF
14995 cat confdefs.h
>>conftest.
$ac_ext
14996 cat >>conftest.
$ac_ext <<_ACEOF
14997 /* end confdefs.h. */
14998 #include <$ac_header>
15000 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15001 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15003 grep -v '^ *+' conftest.er1
>conftest.err
15005 cat conftest.err
>&5
15006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15007 (exit $ac_status); } >/dev
/null
; then
15008 if test -s conftest.err
; then
15009 ac_cpp_err
=$ac_c_preproc_warn_flag
15010 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15017 if test -z "$ac_cpp_err"; then
15018 ac_header_preproc
=yes
15020 echo "$as_me: failed program was:" >&5
15021 sed 's/^/| /' conftest.
$ac_ext >&5
15023 ac_header_preproc
=no
15025 rm -f conftest.err conftest.
$ac_ext
15026 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15027 echo "${ECHO_T}$ac_header_preproc" >&6
15029 # So? What about this header?
15030 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15032 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15033 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15034 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15035 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15036 ac_header_preproc
=yes
15039 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15040 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15041 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15042 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15043 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15044 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15045 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15046 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15047 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15048 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15049 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15050 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15053 ## ----------------------------------------- ##
15054 ## Report this to wx-dev@lists.wxwidgets.org ##
15055 ## ----------------------------------------- ##
15058 sed "s/^/$as_me: WARNING: /" >&2
15061 echo "$as_me:$LINENO: checking for $ac_header" >&5
15062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15063 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15064 echo $ECHO_N "(cached) $ECHO_C" >&6
15066 eval "$as_ac_Header=\$ac_header_preproc"
15068 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15069 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15072 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15073 cat >>confdefs.h
<<_ACEOF
15074 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15083 *-pc-os2_emx | *-pc-os2-emx )
15084 if test $ac_cv_header_langinfo_h = "yes" \
15085 -a \
( "$wx_cv_gccversion" = "EMX2" \
15086 -o "$wx_cv_gccversion" = "EMX3" \
15087 -o "$wx_cv_gccversion" = "Innotek5" \
); then
15088 LIBS
="$LIBS -lintl"
15093 if test "$wxUSE_GUI" = "yes"; then
15094 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
15096 for ac_header
in X
11/Xlib.h
15098 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15099 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15100 echo "$as_me:$LINENO: checking for $ac_header" >&5
15101 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15102 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15103 echo $ECHO_N "(cached) $ECHO_C" >&6
15105 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15106 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15108 # Is the header compilable?
15109 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15110 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15111 cat >conftest.
$ac_ext <<_ACEOF
15114 cat confdefs.h
>>conftest.
$ac_ext
15115 cat >>conftest.
$ac_ext <<_ACEOF
15116 /* end confdefs.h. */
15117 $ac_includes_default
15118 #include <$ac_header>
15120 rm -f conftest.
$ac_objext
15121 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15122 (eval $ac_compile) 2>conftest.er1
15124 grep -v '^ *+' conftest.er1
>conftest.err
15126 cat conftest.err
>&5
15127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15128 (exit $ac_status); } &&
15129 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15131 (eval $ac_try) 2>&5
15133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15134 (exit $ac_status); }; } &&
15135 { ac_try
='test -s conftest.$ac_objext'
15136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15137 (eval $ac_try) 2>&5
15139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15140 (exit $ac_status); }; }; then
15141 ac_header_compiler
=yes
15143 echo "$as_me: failed program was:" >&5
15144 sed 's/^/| /' conftest.
$ac_ext >&5
15146 ac_header_compiler
=no
15148 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15149 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15150 echo "${ECHO_T}$ac_header_compiler" >&6
15152 # Is the header present?
15153 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15154 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15155 cat >conftest.
$ac_ext <<_ACEOF
15158 cat confdefs.h
>>conftest.
$ac_ext
15159 cat >>conftest.
$ac_ext <<_ACEOF
15160 /* end confdefs.h. */
15161 #include <$ac_header>
15163 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15164 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15166 grep -v '^ *+' conftest.er1
>conftest.err
15168 cat conftest.err
>&5
15169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15170 (exit $ac_status); } >/dev
/null
; then
15171 if test -s conftest.err
; then
15172 ac_cpp_err
=$ac_c_preproc_warn_flag
15173 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15180 if test -z "$ac_cpp_err"; then
15181 ac_header_preproc
=yes
15183 echo "$as_me: failed program was:" >&5
15184 sed 's/^/| /' conftest.
$ac_ext >&5
15186 ac_header_preproc
=no
15188 rm -f conftest.err conftest.
$ac_ext
15189 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15190 echo "${ECHO_T}$ac_header_preproc" >&6
15192 # So? What about this header?
15193 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15195 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15196 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15197 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15198 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15199 ac_header_preproc
=yes
15202 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15203 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15204 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15205 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15206 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15207 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15208 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15209 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15210 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15211 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15212 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15213 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15216 ## ----------------------------------------- ##
15217 ## Report this to wx-dev@lists.wxwidgets.org ##
15218 ## ----------------------------------------- ##
15221 sed "s/^/$as_me: WARNING: /" >&2
15224 echo "$as_me:$LINENO: checking for $ac_header" >&5
15225 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15226 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15227 echo $ECHO_N "(cached) $ECHO_C" >&6
15229 eval "$as_ac_Header=\$ac_header_preproc"
15231 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15232 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15235 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15236 cat >>confdefs.h
<<_ACEOF
15237 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15245 for ac_header
in X
11/XKBlib.h
15247 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15248 echo "$as_me:$LINENO: checking for $ac_header" >&5
15249 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15250 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15251 echo $ECHO_N "(cached) $ECHO_C" >&6
15253 cat >conftest.
$ac_ext <<_ACEOF
15256 cat confdefs.h
>>conftest.
$ac_ext
15257 cat >>conftest.
$ac_ext <<_ACEOF
15258 /* end confdefs.h. */
15260 #if HAVE_X11_XLIB_H
15261 #include <X11/Xlib.h>
15265 #include <$ac_header>
15267 rm -f conftest.
$ac_objext
15268 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15269 (eval $ac_compile) 2>conftest.er1
15271 grep -v '^ *+' conftest.er1
>conftest.err
15273 cat conftest.err
>&5
15274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15275 (exit $ac_status); } &&
15276 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15278 (eval $ac_try) 2>&5
15280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15281 (exit $ac_status); }; } &&
15282 { ac_try
='test -s conftest.$ac_objext'
15283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15284 (eval $ac_try) 2>&5
15286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15287 (exit $ac_status); }; }; then
15288 eval "$as_ac_Header=yes"
15290 echo "$as_me: failed program was:" >&5
15291 sed 's/^/| /' conftest.
$ac_ext >&5
15293 eval "$as_ac_Header=no"
15295 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15297 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15298 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15299 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15300 cat >>confdefs.h
<<_ACEOF
15301 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15312 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15313 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15314 if test "${ac_cv_c_const+set}" = set; then
15315 echo $ECHO_N "(cached) $ECHO_C" >&6
15317 cat >conftest.
$ac_ext <<_ACEOF
15320 cat confdefs.h
>>conftest.
$ac_ext
15321 cat >>conftest.
$ac_ext <<_ACEOF
15322 /* end confdefs.h. */
15327 /* FIXME: Include the comments suggested by Paul. */
15328 #ifndef __cplusplus
15329 /* Ultrix mips cc rejects this. */
15330 typedef int charset[2];
15332 /* SunOS 4.1.1 cc rejects this. */
15333 char const *const *ccp;
15335 /* NEC SVR4.0.2 mips cc rejects this. */
15336 struct point {int x, y;};
15337 static struct point const zero = {0,0};
15338 /* AIX XL C 1.02.0.0 rejects this.
15339 It does not let you subtract one const X* pointer from another in
15340 an arm of an if-expression whose if-part is not a constant
15342 const char *g = "string";
15343 ccp = &g + (g ? g-g : 0);
15344 /* HPUX 7.0 cc rejects these. */
15347 ccp = (char const *const *) p;
15348 { /* SCO 3.2v4 cc rejects this. */
15350 char const *s = 0 ? (char *) 0 : (char const *) 0;
15354 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15355 int x[] = {25, 17};
15356 const int *foo = &x[0];
15359 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15360 typedef const int *iptr;
15364 { /* AIX XL C 1.02.0.0 rejects this saying
15365 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15366 struct s { int j; const int *ap[3]; };
15367 struct s *b; b->j = 5;
15369 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15370 const int foo = 10;
15378 rm -f conftest.
$ac_objext
15379 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15380 (eval $ac_compile) 2>conftest.er1
15382 grep -v '^ *+' conftest.er1
>conftest.err
15384 cat conftest.err
>&5
15385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15386 (exit $ac_status); } &&
15387 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15389 (eval $ac_try) 2>&5
15391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15392 (exit $ac_status); }; } &&
15393 { ac_try
='test -s conftest.$ac_objext'
15394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15395 (eval $ac_try) 2>&5
15397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15398 (exit $ac_status); }; }; then
15401 echo "$as_me: failed program was:" >&5
15402 sed 's/^/| /' conftest.
$ac_ext >&5
15406 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15408 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15409 echo "${ECHO_T}$ac_cv_c_const" >&6
15410 if test $ac_cv_c_const = no
; then
15412 cat >>confdefs.h
<<\_ACEOF
15418 echo "$as_me:$LINENO: checking for inline" >&5
15419 echo $ECHO_N "checking for inline... $ECHO_C" >&6
15420 if test "${ac_cv_c_inline+set}" = set; then
15421 echo $ECHO_N "(cached) $ECHO_C" >&6
15424 for ac_kw
in inline __inline__ __inline
; do
15425 cat >conftest.
$ac_ext <<_ACEOF
15428 cat confdefs.h
>>conftest.
$ac_ext
15429 cat >>conftest.
$ac_ext <<_ACEOF
15430 /* end confdefs.h. */
15431 #ifndef __cplusplus
15433 static $ac_kw foo_t static_foo () {return 0; }
15434 $ac_kw foo_t foo () {return 0; }
15438 rm -f conftest.
$ac_objext
15439 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15440 (eval $ac_compile) 2>conftest.er1
15442 grep -v '^ *+' conftest.er1
>conftest.err
15444 cat conftest.err
>&5
15445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15446 (exit $ac_status); } &&
15447 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15449 (eval $ac_try) 2>&5
15451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15452 (exit $ac_status); }; } &&
15453 { ac_try
='test -s conftest.$ac_objext'
15454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15455 (eval $ac_try) 2>&5
15457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15458 (exit $ac_status); }; }; then
15459 ac_cv_c_inline
=$ac_kw; break
15461 echo "$as_me: failed program was:" >&5
15462 sed 's/^/| /' conftest.
$ac_ext >&5
15465 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15469 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15470 echo "${ECHO_T}$ac_cv_c_inline" >&6
15473 case $ac_cv_c_inline in
15476 case $ac_cv_c_inline in
15478 *) ac_val
=$ac_cv_c_inline;;
15480 cat >>confdefs.h
<<_ACEOF
15481 #ifndef __cplusplus
15482 #define inline $ac_val
15489 echo "$as_me:$LINENO: checking for char" >&5
15490 echo $ECHO_N "checking for char... $ECHO_C" >&6
15491 if test "${ac_cv_type_char+set}" = set; then
15492 echo $ECHO_N "(cached) $ECHO_C" >&6
15494 cat >conftest.
$ac_ext <<_ACEOF
15497 cat confdefs.h
>>conftest.
$ac_ext
15498 cat >>conftest.
$ac_ext <<_ACEOF
15499 /* end confdefs.h. */
15500 $ac_includes_default
15512 rm -f conftest.
$ac_objext
15513 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15514 (eval $ac_compile) 2>conftest.er1
15516 grep -v '^ *+' conftest.er1
>conftest.err
15518 cat conftest.err
>&5
15519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15520 (exit $ac_status); } &&
15521 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15523 (eval $ac_try) 2>&5
15525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15526 (exit $ac_status); }; } &&
15527 { ac_try
='test -s conftest.$ac_objext'
15528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15529 (eval $ac_try) 2>&5
15531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15532 (exit $ac_status); }; }; then
15533 ac_cv_type_char
=yes
15535 echo "$as_me: failed program was:" >&5
15536 sed 's/^/| /' conftest.
$ac_ext >&5
15540 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15542 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15543 echo "${ECHO_T}$ac_cv_type_char" >&6
15545 echo "$as_me:$LINENO: checking size of char" >&5
15546 echo $ECHO_N "checking size of char... $ECHO_C" >&6
15547 if test "${ac_cv_sizeof_char+set}" = set; then
15548 echo $ECHO_N "(cached) $ECHO_C" >&6
15550 if test "$ac_cv_type_char" = yes; then
15551 # The cast to unsigned long works around a bug in the HP C Compiler
15552 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15553 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15554 # This bug is HP SR number 8606223364.
15555 if test "$cross_compiling" = yes; then
15556 # Depending upon the size, compute the lo and hi bounds.
15557 cat >conftest.
$ac_ext <<_ACEOF
15560 cat confdefs.h
>>conftest.
$ac_ext
15561 cat >>conftest.
$ac_ext <<_ACEOF
15562 /* end confdefs.h. */
15563 $ac_includes_default
15567 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15574 rm -f conftest.
$ac_objext
15575 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15576 (eval $ac_compile) 2>conftest.er1
15578 grep -v '^ *+' conftest.er1
>conftest.err
15580 cat conftest.err
>&5
15581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15582 (exit $ac_status); } &&
15583 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15585 (eval $ac_try) 2>&5
15587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15588 (exit $ac_status); }; } &&
15589 { ac_try
='test -s conftest.$ac_objext'
15590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15591 (eval $ac_try) 2>&5
15593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15594 (exit $ac_status); }; }; then
15597 cat >conftest.
$ac_ext <<_ACEOF
15600 cat confdefs.h
>>conftest.
$ac_ext
15601 cat >>conftest.
$ac_ext <<_ACEOF
15602 /* end confdefs.h. */
15603 $ac_includes_default
15607 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15614 rm -f conftest.
$ac_objext
15615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15616 (eval $ac_compile) 2>conftest.er1
15618 grep -v '^ *+' conftest.er1
>conftest.err
15620 cat conftest.err
>&5
15621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15622 (exit $ac_status); } &&
15623 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15625 (eval $ac_try) 2>&5
15627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15628 (exit $ac_status); }; } &&
15629 { ac_try
='test -s conftest.$ac_objext'
15630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15631 (eval $ac_try) 2>&5
15633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15634 (exit $ac_status); }; }; then
15635 ac_hi
=$ac_mid; break
15637 echo "$as_me: failed program was:" >&5
15638 sed 's/^/| /' conftest.
$ac_ext >&5
15640 ac_lo
=`expr $ac_mid + 1`
15641 if test $ac_lo -le $ac_mid; then
15645 ac_mid
=`expr 2 '*' $ac_mid + 1`
15647 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15650 echo "$as_me: failed program was:" >&5
15651 sed 's/^/| /' conftest.
$ac_ext >&5
15653 cat >conftest.
$ac_ext <<_ACEOF
15656 cat confdefs.h
>>conftest.
$ac_ext
15657 cat >>conftest.
$ac_ext <<_ACEOF
15658 /* end confdefs.h. */
15659 $ac_includes_default
15663 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
15670 rm -f conftest.
$ac_objext
15671 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15672 (eval $ac_compile) 2>conftest.er1
15674 grep -v '^ *+' conftest.er1
>conftest.err
15676 cat conftest.err
>&5
15677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15678 (exit $ac_status); } &&
15679 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15681 (eval $ac_try) 2>&5
15683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15684 (exit $ac_status); }; } &&
15685 { ac_try
='test -s conftest.$ac_objext'
15686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15687 (eval $ac_try) 2>&5
15689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15690 (exit $ac_status); }; }; then
15693 cat >conftest.
$ac_ext <<_ACEOF
15696 cat confdefs.h
>>conftest.
$ac_ext
15697 cat >>conftest.
$ac_ext <<_ACEOF
15698 /* end confdefs.h. */
15699 $ac_includes_default
15703 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
15710 rm -f conftest.
$ac_objext
15711 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15712 (eval $ac_compile) 2>conftest.er1
15714 grep -v '^ *+' conftest.er1
>conftest.err
15716 cat conftest.err
>&5
15717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15718 (exit $ac_status); } &&
15719 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15721 (eval $ac_try) 2>&5
15723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15724 (exit $ac_status); }; } &&
15725 { ac_try
='test -s conftest.$ac_objext'
15726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15727 (eval $ac_try) 2>&5
15729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15730 (exit $ac_status); }; }; then
15731 ac_lo
=$ac_mid; break
15733 echo "$as_me: failed program was:" >&5
15734 sed 's/^/| /' conftest.
$ac_ext >&5
15736 ac_hi
=`expr '(' $ac_mid ')' - 1`
15737 if test $ac_mid -le $ac_hi; then
15741 ac_mid
=`expr 2 '*' $ac_mid`
15743 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15746 echo "$as_me: failed program was:" >&5
15747 sed 's/^/| /' conftest.
$ac_ext >&5
15751 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15753 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15754 # Binary search between lo and hi bounds.
15755 while test "x$ac_lo" != "x$ac_hi"; do
15756 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15757 cat >conftest.
$ac_ext <<_ACEOF
15760 cat confdefs.h
>>conftest.
$ac_ext
15761 cat >>conftest.
$ac_ext <<_ACEOF
15762 /* end confdefs.h. */
15763 $ac_includes_default
15767 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15774 rm -f conftest.
$ac_objext
15775 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15776 (eval $ac_compile) 2>conftest.er1
15778 grep -v '^ *+' conftest.er1
>conftest.err
15780 cat conftest.err
>&5
15781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15782 (exit $ac_status); } &&
15783 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15785 (eval $ac_try) 2>&5
15787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15788 (exit $ac_status); }; } &&
15789 { ac_try
='test -s conftest.$ac_objext'
15790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15791 (eval $ac_try) 2>&5
15793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15794 (exit $ac_status); }; }; then
15797 echo "$as_me: failed program was:" >&5
15798 sed 's/^/| /' conftest.
$ac_ext >&5
15800 ac_lo
=`expr '(' $ac_mid ')' + 1`
15802 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15805 ?
*) ac_cv_sizeof_char
=$ac_lo;;
15806 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15807 See \`config.log' for more details." >&5
15808 echo "$as_me: error: cannot compute sizeof (char), 77
15809 See \`config.log' for more details." >&2;}
15810 { (exit 1); exit 1; }; } ;;
15813 if test "$cross_compiling" = yes; then
15814 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
15815 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
15816 { (exit 1); exit 1; }; }
15818 cat >conftest.
$ac_ext <<_ACEOF
15821 cat confdefs.h
>>conftest.
$ac_ext
15822 cat >>conftest.
$ac_ext <<_ACEOF
15823 /* end confdefs.h. */
15824 $ac_includes_default
15825 long longval () { return (long) (sizeof (char)); }
15826 unsigned long ulongval () { return (long) (sizeof (char)); }
15828 #include <stdlib.h>
15833 FILE *f = fopen ("conftest.val", "w");
15836 if (((long) (sizeof (char))) < 0)
15838 long i = longval ();
15839 if (i != ((long) (sizeof (char))))
15841 fprintf (f, "%ld\n", i);
15845 unsigned long i = ulongval ();
15846 if (i != ((long) (sizeof (char))))
15848 fprintf (f, "%lu\n", i);
15850 exit (ferror (f) || fclose (f) != 0);
15856 rm -f conftest
$ac_exeext
15857 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15858 (eval $ac_link) 2>&5
15860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15861 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15863 (eval $ac_try) 2>&5
15865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15866 (exit $ac_status); }; }; then
15867 ac_cv_sizeof_char
=`cat conftest.val`
15869 echo "$as_me: program exited with status $ac_status" >&5
15870 echo "$as_me: failed program was:" >&5
15871 sed 's/^/| /' conftest.
$ac_ext >&5
15873 ( exit $ac_status )
15874 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15875 See \`config.log' for more details." >&5
15876 echo "$as_me: error: cannot compute sizeof (char), 77
15877 See \`config.log' for more details." >&2;}
15878 { (exit 1); exit 1; }; }
15880 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15885 ac_cv_sizeof_char
=0
15888 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
15889 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
15890 cat >>confdefs.h
<<_ACEOF
15891 #define SIZEOF_CHAR $ac_cv_sizeof_char
15895 echo "$as_me:$LINENO: checking for short" >&5
15896 echo $ECHO_N "checking for short... $ECHO_C" >&6
15897 if test "${ac_cv_type_short+set}" = set; then
15898 echo $ECHO_N "(cached) $ECHO_C" >&6
15900 cat >conftest.
$ac_ext <<_ACEOF
15903 cat confdefs.h
>>conftest.
$ac_ext
15904 cat >>conftest.
$ac_ext <<_ACEOF
15905 /* end confdefs.h. */
15906 $ac_includes_default
15912 if (sizeof (short))
15918 rm -f conftest.
$ac_objext
15919 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15920 (eval $ac_compile) 2>conftest.er1
15922 grep -v '^ *+' conftest.er1
>conftest.err
15924 cat conftest.err
>&5
15925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15926 (exit $ac_status); } &&
15927 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15929 (eval $ac_try) 2>&5
15931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15932 (exit $ac_status); }; } &&
15933 { ac_try
='test -s conftest.$ac_objext'
15934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15935 (eval $ac_try) 2>&5
15937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15938 (exit $ac_status); }; }; then
15939 ac_cv_type_short
=yes
15941 echo "$as_me: failed program was:" >&5
15942 sed 's/^/| /' conftest.
$ac_ext >&5
15944 ac_cv_type_short
=no
15946 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15948 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
15949 echo "${ECHO_T}$ac_cv_type_short" >&6
15951 echo "$as_me:$LINENO: checking size of short" >&5
15952 echo $ECHO_N "checking size of short... $ECHO_C" >&6
15953 if test "${ac_cv_sizeof_short+set}" = set; then
15954 echo $ECHO_N "(cached) $ECHO_C" >&6
15956 if test "$ac_cv_type_short" = yes; then
15957 # The cast to unsigned long works around a bug in the HP C Compiler
15958 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15959 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15960 # This bug is HP SR number 8606223364.
15961 if test "$cross_compiling" = yes; then
15962 # Depending upon the size, compute the lo and hi bounds.
15963 cat >conftest.
$ac_ext <<_ACEOF
15966 cat confdefs.h
>>conftest.
$ac_ext
15967 cat >>conftest.
$ac_ext <<_ACEOF
15968 /* end confdefs.h. */
15969 $ac_includes_default
15973 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
15980 rm -f conftest.
$ac_objext
15981 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15982 (eval $ac_compile) 2>conftest.er1
15984 grep -v '^ *+' conftest.er1
>conftest.err
15986 cat conftest.err
>&5
15987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15988 (exit $ac_status); } &&
15989 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15991 (eval $ac_try) 2>&5
15993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15994 (exit $ac_status); }; } &&
15995 { ac_try
='test -s conftest.$ac_objext'
15996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15997 (eval $ac_try) 2>&5
15999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16000 (exit $ac_status); }; }; then
16003 cat >conftest.
$ac_ext <<_ACEOF
16006 cat confdefs.h
>>conftest.
$ac_ext
16007 cat >>conftest.
$ac_ext <<_ACEOF
16008 /* end confdefs.h. */
16009 $ac_includes_default
16013 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16020 rm -f conftest.
$ac_objext
16021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16022 (eval $ac_compile) 2>conftest.er1
16024 grep -v '^ *+' conftest.er1
>conftest.err
16026 cat conftest.err
>&5
16027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16028 (exit $ac_status); } &&
16029 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16031 (eval $ac_try) 2>&5
16033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16034 (exit $ac_status); }; } &&
16035 { ac_try
='test -s conftest.$ac_objext'
16036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16037 (eval $ac_try) 2>&5
16039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16040 (exit $ac_status); }; }; then
16041 ac_hi
=$ac_mid; break
16043 echo "$as_me: failed program was:" >&5
16044 sed 's/^/| /' conftest.
$ac_ext >&5
16046 ac_lo
=`expr $ac_mid + 1`
16047 if test $ac_lo -le $ac_mid; then
16051 ac_mid
=`expr 2 '*' $ac_mid + 1`
16053 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16056 echo "$as_me: failed program was:" >&5
16057 sed 's/^/| /' conftest.
$ac_ext >&5
16059 cat >conftest.
$ac_ext <<_ACEOF
16062 cat confdefs.h
>>conftest.
$ac_ext
16063 cat >>conftest.
$ac_ext <<_ACEOF
16064 /* end confdefs.h. */
16065 $ac_includes_default
16069 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
16076 rm -f conftest.
$ac_objext
16077 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16078 (eval $ac_compile) 2>conftest.er1
16080 grep -v '^ *+' conftest.er1
>conftest.err
16082 cat conftest.err
>&5
16083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16084 (exit $ac_status); } &&
16085 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16087 (eval $ac_try) 2>&5
16089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16090 (exit $ac_status); }; } &&
16091 { ac_try
='test -s conftest.$ac_objext'
16092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16093 (eval $ac_try) 2>&5
16095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096 (exit $ac_status); }; }; then
16099 cat >conftest.
$ac_ext <<_ACEOF
16102 cat confdefs.h
>>conftest.
$ac_ext
16103 cat >>conftest.
$ac_ext <<_ACEOF
16104 /* end confdefs.h. */
16105 $ac_includes_default
16109 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16116 rm -f conftest.
$ac_objext
16117 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16118 (eval $ac_compile) 2>conftest.er1
16120 grep -v '^ *+' conftest.er1
>conftest.err
16122 cat conftest.err
>&5
16123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16124 (exit $ac_status); } &&
16125 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16127 (eval $ac_try) 2>&5
16129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16130 (exit $ac_status); }; } &&
16131 { ac_try
='test -s conftest.$ac_objext'
16132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16133 (eval $ac_try) 2>&5
16135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16136 (exit $ac_status); }; }; then
16137 ac_lo
=$ac_mid; break
16139 echo "$as_me: failed program was:" >&5
16140 sed 's/^/| /' conftest.
$ac_ext >&5
16142 ac_hi
=`expr '(' $ac_mid ')' - 1`
16143 if test $ac_mid -le $ac_hi; then
16147 ac_mid
=`expr 2 '*' $ac_mid`
16149 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16152 echo "$as_me: failed program was:" >&5
16153 sed 's/^/| /' conftest.
$ac_ext >&5
16157 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16159 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16160 # Binary search between lo and hi bounds.
16161 while test "x$ac_lo" != "x$ac_hi"; do
16162 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16163 cat >conftest.
$ac_ext <<_ACEOF
16166 cat confdefs.h
>>conftest.
$ac_ext
16167 cat >>conftest.
$ac_ext <<_ACEOF
16168 /* end confdefs.h. */
16169 $ac_includes_default
16173 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16180 rm -f conftest.
$ac_objext
16181 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16182 (eval $ac_compile) 2>conftest.er1
16184 grep -v '^ *+' conftest.er1
>conftest.err
16186 cat conftest.err
>&5
16187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16188 (exit $ac_status); } &&
16189 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16191 (eval $ac_try) 2>&5
16193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16194 (exit $ac_status); }; } &&
16195 { ac_try
='test -s conftest.$ac_objext'
16196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16197 (eval $ac_try) 2>&5
16199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16200 (exit $ac_status); }; }; then
16203 echo "$as_me: failed program was:" >&5
16204 sed 's/^/| /' conftest.
$ac_ext >&5
16206 ac_lo
=`expr '(' $ac_mid ')' + 1`
16208 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16211 ?
*) ac_cv_sizeof_short
=$ac_lo;;
16212 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16213 See \`config.log' for more details." >&5
16214 echo "$as_me: error: cannot compute sizeof (short), 77
16215 See \`config.log' for more details." >&2;}
16216 { (exit 1); exit 1; }; } ;;
16219 if test "$cross_compiling" = yes; then
16220 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16221 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16222 { (exit 1); exit 1; }; }
16224 cat >conftest.
$ac_ext <<_ACEOF
16227 cat confdefs.h
>>conftest.
$ac_ext
16228 cat >>conftest.
$ac_ext <<_ACEOF
16229 /* end confdefs.h. */
16230 $ac_includes_default
16231 long longval () { return (long) (sizeof (short)); }
16232 unsigned long ulongval () { return (long) (sizeof (short)); }
16234 #include <stdlib.h>
16239 FILE *f = fopen ("conftest.val", "w");
16242 if (((long) (sizeof (short))) < 0)
16244 long i = longval ();
16245 if (i != ((long) (sizeof (short))))
16247 fprintf (f, "%ld\n", i);
16251 unsigned long i = ulongval ();
16252 if (i != ((long) (sizeof (short))))
16254 fprintf (f, "%lu\n", i);
16256 exit (ferror (f) || fclose (f) != 0);
16262 rm -f conftest
$ac_exeext
16263 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16264 (eval $ac_link) 2>&5
16266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16267 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16269 (eval $ac_try) 2>&5
16271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16272 (exit $ac_status); }; }; then
16273 ac_cv_sizeof_short
=`cat conftest.val`
16275 echo "$as_me: program exited with status $ac_status" >&5
16276 echo "$as_me: failed program was:" >&5
16277 sed 's/^/| /' conftest.
$ac_ext >&5
16279 ( exit $ac_status )
16280 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16281 See \`config.log' for more details." >&5
16282 echo "$as_me: error: cannot compute sizeof (short), 77
16283 See \`config.log' for more details." >&2;}
16284 { (exit 1); exit 1; }; }
16286 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16291 ac_cv_sizeof_short
=0
16294 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16295 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16296 cat >>confdefs.h
<<_ACEOF
16297 #define SIZEOF_SHORT $ac_cv_sizeof_short
16301 echo "$as_me:$LINENO: checking for void *" >&5
16302 echo $ECHO_N "checking for void *... $ECHO_C" >&6
16303 if test "${ac_cv_type_void_p+set}" = set; then
16304 echo $ECHO_N "(cached) $ECHO_C" >&6
16306 cat >conftest.
$ac_ext <<_ACEOF
16309 cat confdefs.h
>>conftest.
$ac_ext
16310 cat >>conftest.
$ac_ext <<_ACEOF
16311 /* end confdefs.h. */
16312 $ac_includes_default
16318 if (sizeof (void *))
16324 rm -f conftest.
$ac_objext
16325 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16335 (eval $ac_try) 2>&5
16337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16338 (exit $ac_status); }; } &&
16339 { ac_try
='test -s conftest.$ac_objext'
16340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16341 (eval $ac_try) 2>&5
16343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16344 (exit $ac_status); }; }; then
16345 ac_cv_type_void_p
=yes
16347 echo "$as_me: failed program was:" >&5
16348 sed 's/^/| /' conftest.
$ac_ext >&5
16350 ac_cv_type_void_p
=no
16352 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16354 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16355 echo "${ECHO_T}$ac_cv_type_void_p" >&6
16357 echo "$as_me:$LINENO: checking size of void *" >&5
16358 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16359 if test "${ac_cv_sizeof_void_p+set}" = set; then
16360 echo $ECHO_N "(cached) $ECHO_C" >&6
16362 if test "$ac_cv_type_void_p" = yes; then
16363 # The cast to unsigned long works around a bug in the HP C Compiler
16364 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16365 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16366 # This bug is HP SR number 8606223364.
16367 if test "$cross_compiling" = yes; then
16368 # Depending upon the size, compute the lo and hi bounds.
16369 cat >conftest.
$ac_ext <<_ACEOF
16372 cat confdefs.h
>>conftest.
$ac_ext
16373 cat >>conftest.
$ac_ext <<_ACEOF
16374 /* end confdefs.h. */
16375 $ac_includes_default
16379 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16386 rm -f conftest.
$ac_objext
16387 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16388 (eval $ac_compile) 2>conftest.er1
16390 grep -v '^ *+' conftest.er1
>conftest.err
16392 cat conftest.err
>&5
16393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16394 (exit $ac_status); } &&
16395 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16397 (eval $ac_try) 2>&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); }; } &&
16401 { ac_try
='test -s conftest.$ac_objext'
16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16403 (eval $ac_try) 2>&5
16405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16406 (exit $ac_status); }; }; then
16409 cat >conftest.
$ac_ext <<_ACEOF
16412 cat confdefs.h
>>conftest.
$ac_ext
16413 cat >>conftest.
$ac_ext <<_ACEOF
16414 /* end confdefs.h. */
16415 $ac_includes_default
16419 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16426 rm -f conftest.
$ac_objext
16427 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16428 (eval $ac_compile) 2>conftest.er1
16430 grep -v '^ *+' conftest.er1
>conftest.err
16432 cat conftest.err
>&5
16433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16434 (exit $ac_status); } &&
16435 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16437 (eval $ac_try) 2>&5
16439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16440 (exit $ac_status); }; } &&
16441 { ac_try
='test -s conftest.$ac_objext'
16442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16443 (eval $ac_try) 2>&5
16445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16446 (exit $ac_status); }; }; then
16447 ac_hi
=$ac_mid; break
16449 echo "$as_me: failed program was:" >&5
16450 sed 's/^/| /' conftest.
$ac_ext >&5
16452 ac_lo
=`expr $ac_mid + 1`
16453 if test $ac_lo -le $ac_mid; then
16457 ac_mid
=`expr 2 '*' $ac_mid + 1`
16459 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16462 echo "$as_me: failed program was:" >&5
16463 sed 's/^/| /' conftest.
$ac_ext >&5
16465 cat >conftest.
$ac_ext <<_ACEOF
16468 cat confdefs.h
>>conftest.
$ac_ext
16469 cat >>conftest.
$ac_ext <<_ACEOF
16470 /* end confdefs.h. */
16471 $ac_includes_default
16475 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16482 rm -f conftest.
$ac_objext
16483 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16484 (eval $ac_compile) 2>conftest.er1
16486 grep -v '^ *+' conftest.er1
>conftest.err
16488 cat conftest.err
>&5
16489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16490 (exit $ac_status); } &&
16491 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16493 (eval $ac_try) 2>&5
16495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16496 (exit $ac_status); }; } &&
16497 { ac_try
='test -s conftest.$ac_objext'
16498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16499 (eval $ac_try) 2>&5
16501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16502 (exit $ac_status); }; }; then
16505 cat >conftest.
$ac_ext <<_ACEOF
16508 cat confdefs.h
>>conftest.
$ac_ext
16509 cat >>conftest.
$ac_ext <<_ACEOF
16510 /* end confdefs.h. */
16511 $ac_includes_default
16515 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16522 rm -f conftest.
$ac_objext
16523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16524 (eval $ac_compile) 2>conftest.er1
16526 grep -v '^ *+' conftest.er1
>conftest.err
16528 cat conftest.err
>&5
16529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16530 (exit $ac_status); } &&
16531 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16533 (eval $ac_try) 2>&5
16535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16536 (exit $ac_status); }; } &&
16537 { ac_try
='test -s conftest.$ac_objext'
16538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16539 (eval $ac_try) 2>&5
16541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16542 (exit $ac_status); }; }; then
16543 ac_lo
=$ac_mid; break
16545 echo "$as_me: failed program was:" >&5
16546 sed 's/^/| /' conftest.
$ac_ext >&5
16548 ac_hi
=`expr '(' $ac_mid ')' - 1`
16549 if test $ac_mid -le $ac_hi; then
16553 ac_mid
=`expr 2 '*' $ac_mid`
16555 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16558 echo "$as_me: failed program was:" >&5
16559 sed 's/^/| /' conftest.
$ac_ext >&5
16563 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16565 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16566 # Binary search between lo and hi bounds.
16567 while test "x$ac_lo" != "x$ac_hi"; do
16568 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16569 cat >conftest.
$ac_ext <<_ACEOF
16572 cat confdefs.h
>>conftest.
$ac_ext
16573 cat >>conftest.
$ac_ext <<_ACEOF
16574 /* end confdefs.h. */
16575 $ac_includes_default
16579 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16586 rm -f conftest.
$ac_objext
16587 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16588 (eval $ac_compile) 2>conftest.er1
16590 grep -v '^ *+' conftest.er1
>conftest.err
16592 cat conftest.err
>&5
16593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16594 (exit $ac_status); } &&
16595 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16597 (eval $ac_try) 2>&5
16599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16600 (exit $ac_status); }; } &&
16601 { ac_try
='test -s conftest.$ac_objext'
16602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16603 (eval $ac_try) 2>&5
16605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16606 (exit $ac_status); }; }; then
16609 echo "$as_me: failed program was:" >&5
16610 sed 's/^/| /' conftest.
$ac_ext >&5
16612 ac_lo
=`expr '(' $ac_mid ')' + 1`
16614 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16617 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
16618 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16619 See \`config.log' for more details." >&5
16620 echo "$as_me: error: cannot compute sizeof (void *), 77
16621 See \`config.log' for more details." >&2;}
16622 { (exit 1); exit 1; }; } ;;
16625 if test "$cross_compiling" = yes; then
16626 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16627 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16628 { (exit 1); exit 1; }; }
16630 cat >conftest.
$ac_ext <<_ACEOF
16633 cat confdefs.h
>>conftest.
$ac_ext
16634 cat >>conftest.
$ac_ext <<_ACEOF
16635 /* end confdefs.h. */
16636 $ac_includes_default
16637 long longval () { return (long) (sizeof (void *)); }
16638 unsigned long ulongval () { return (long) (sizeof (void *)); }
16640 #include <stdlib.h>
16645 FILE *f = fopen ("conftest.val", "w");
16648 if (((long) (sizeof (void *))) < 0)
16650 long i = longval ();
16651 if (i != ((long) (sizeof (void *))))
16653 fprintf (f, "%ld\n", i);
16657 unsigned long i = ulongval ();
16658 if (i != ((long) (sizeof (void *))))
16660 fprintf (f, "%lu\n", i);
16662 exit (ferror (f) || fclose (f) != 0);
16668 rm -f conftest
$ac_exeext
16669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16670 (eval $ac_link) 2>&5
16672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16673 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16675 (eval $ac_try) 2>&5
16677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16678 (exit $ac_status); }; }; then
16679 ac_cv_sizeof_void_p
=`cat conftest.val`
16681 echo "$as_me: program exited with status $ac_status" >&5
16682 echo "$as_me: failed program was:" >&5
16683 sed 's/^/| /' conftest.
$ac_ext >&5
16685 ( exit $ac_status )
16686 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16687 See \`config.log' for more details." >&5
16688 echo "$as_me: error: cannot compute sizeof (void *), 77
16689 See \`config.log' for more details." >&2;}
16690 { (exit 1); exit 1; }; }
16692 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16697 ac_cv_sizeof_void_p
=0
16700 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
16701 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
16702 cat >>confdefs.h
<<_ACEOF
16703 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16707 echo "$as_me:$LINENO: checking for int" >&5
16708 echo $ECHO_N "checking for int... $ECHO_C" >&6
16709 if test "${ac_cv_type_int+set}" = set; then
16710 echo $ECHO_N "(cached) $ECHO_C" >&6
16712 cat >conftest.
$ac_ext <<_ACEOF
16715 cat confdefs.h
>>conftest.
$ac_ext
16716 cat >>conftest.
$ac_ext <<_ACEOF
16717 /* end confdefs.h. */
16718 $ac_includes_default
16730 rm -f conftest.
$ac_objext
16731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16732 (eval $ac_compile) 2>conftest.er1
16734 grep -v '^ *+' conftest.er1
>conftest.err
16736 cat conftest.err
>&5
16737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16738 (exit $ac_status); } &&
16739 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16741 (eval $ac_try) 2>&5
16743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16744 (exit $ac_status); }; } &&
16745 { ac_try
='test -s conftest.$ac_objext'
16746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16747 (eval $ac_try) 2>&5
16749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16750 (exit $ac_status); }; }; then
16753 echo "$as_me: failed program was:" >&5
16754 sed 's/^/| /' conftest.
$ac_ext >&5
16758 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16760 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
16761 echo "${ECHO_T}$ac_cv_type_int" >&6
16763 echo "$as_me:$LINENO: checking size of int" >&5
16764 echo $ECHO_N "checking size of int... $ECHO_C" >&6
16765 if test "${ac_cv_sizeof_int+set}" = set; then
16766 echo $ECHO_N "(cached) $ECHO_C" >&6
16768 if test "$ac_cv_type_int" = yes; then
16769 # The cast to unsigned long works around a bug in the HP C Compiler
16770 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16771 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16772 # This bug is HP SR number 8606223364.
16773 if test "$cross_compiling" = yes; then
16774 # Depending upon the size, compute the lo and hi bounds.
16775 cat >conftest.
$ac_ext <<_ACEOF
16778 cat confdefs.h
>>conftest.
$ac_ext
16779 cat >>conftest.
$ac_ext <<_ACEOF
16780 /* end confdefs.h. */
16781 $ac_includes_default
16785 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
16792 rm -f conftest.
$ac_objext
16793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16794 (eval $ac_compile) 2>conftest.er1
16796 grep -v '^ *+' conftest.er1
>conftest.err
16798 cat conftest.err
>&5
16799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16800 (exit $ac_status); } &&
16801 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16803 (eval $ac_try) 2>&5
16805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16806 (exit $ac_status); }; } &&
16807 { ac_try
='test -s conftest.$ac_objext'
16808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16809 (eval $ac_try) 2>&5
16811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16812 (exit $ac_status); }; }; then
16815 cat >conftest.
$ac_ext <<_ACEOF
16818 cat confdefs.h
>>conftest.
$ac_ext
16819 cat >>conftest.
$ac_ext <<_ACEOF
16820 /* end confdefs.h. */
16821 $ac_includes_default
16825 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
16832 rm -f conftest.
$ac_objext
16833 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16834 (eval $ac_compile) 2>conftest.er1
16836 grep -v '^ *+' conftest.er1
>conftest.err
16838 cat conftest.err
>&5
16839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16840 (exit $ac_status); } &&
16841 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16843 (eval $ac_try) 2>&5
16845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16846 (exit $ac_status); }; } &&
16847 { ac_try
='test -s conftest.$ac_objext'
16848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16849 (eval $ac_try) 2>&5
16851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16852 (exit $ac_status); }; }; then
16853 ac_hi
=$ac_mid; break
16855 echo "$as_me: failed program was:" >&5
16856 sed 's/^/| /' conftest.
$ac_ext >&5
16858 ac_lo
=`expr $ac_mid + 1`
16859 if test $ac_lo -le $ac_mid; then
16863 ac_mid
=`expr 2 '*' $ac_mid + 1`
16865 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16868 echo "$as_me: failed program was:" >&5
16869 sed 's/^/| /' conftest.
$ac_ext >&5
16871 cat >conftest.
$ac_ext <<_ACEOF
16874 cat confdefs.h
>>conftest.
$ac_ext
16875 cat >>conftest.
$ac_ext <<_ACEOF
16876 /* end confdefs.h. */
16877 $ac_includes_default
16881 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
16888 rm -f conftest.
$ac_objext
16889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16890 (eval $ac_compile) 2>conftest.er1
16892 grep -v '^ *+' conftest.er1
>conftest.err
16894 cat conftest.err
>&5
16895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16896 (exit $ac_status); } &&
16897 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16899 (eval $ac_try) 2>&5
16901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16902 (exit $ac_status); }; } &&
16903 { ac_try
='test -s conftest.$ac_objext'
16904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16905 (eval $ac_try) 2>&5
16907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16908 (exit $ac_status); }; }; then
16911 cat >conftest.
$ac_ext <<_ACEOF
16914 cat confdefs.h
>>conftest.
$ac_ext
16915 cat >>conftest.
$ac_ext <<_ACEOF
16916 /* end confdefs.h. */
16917 $ac_includes_default
16921 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
16928 rm -f conftest.
$ac_objext
16929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16930 (eval $ac_compile) 2>conftest.er1
16932 grep -v '^ *+' conftest.er1
>conftest.err
16934 cat conftest.err
>&5
16935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16936 (exit $ac_status); } &&
16937 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16939 (eval $ac_try) 2>&5
16941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16942 (exit $ac_status); }; } &&
16943 { ac_try
='test -s conftest.$ac_objext'
16944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16945 (eval $ac_try) 2>&5
16947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16948 (exit $ac_status); }; }; then
16949 ac_lo
=$ac_mid; break
16951 echo "$as_me: failed program was:" >&5
16952 sed 's/^/| /' conftest.
$ac_ext >&5
16954 ac_hi
=`expr '(' $ac_mid ')' - 1`
16955 if test $ac_mid -le $ac_hi; then
16959 ac_mid
=`expr 2 '*' $ac_mid`
16961 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16964 echo "$as_me: failed program was:" >&5
16965 sed 's/^/| /' conftest.
$ac_ext >&5
16969 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16971 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16972 # Binary search between lo and hi bounds.
16973 while test "x$ac_lo" != "x$ac_hi"; do
16974 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16975 cat >conftest.
$ac_ext <<_ACEOF
16978 cat confdefs.h
>>conftest.
$ac_ext
16979 cat >>conftest.
$ac_ext <<_ACEOF
16980 /* end confdefs.h. */
16981 $ac_includes_default
16985 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
16992 rm -f conftest.
$ac_objext
16993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16994 (eval $ac_compile) 2>conftest.er1
16996 grep -v '^ *+' conftest.er1
>conftest.err
16998 cat conftest.err
>&5
16999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17000 (exit $ac_status); } &&
17001 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17003 (eval $ac_try) 2>&5
17005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17006 (exit $ac_status); }; } &&
17007 { ac_try
='test -s conftest.$ac_objext'
17008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17009 (eval $ac_try) 2>&5
17011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17012 (exit $ac_status); }; }; then
17015 echo "$as_me: failed program was:" >&5
17016 sed 's/^/| /' conftest.
$ac_ext >&5
17018 ac_lo
=`expr '(' $ac_mid ')' + 1`
17020 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17023 ?
*) ac_cv_sizeof_int
=$ac_lo;;
17024 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17025 See \`config.log' for more details." >&5
17026 echo "$as_me: error: cannot compute sizeof (int), 77
17027 See \`config.log' for more details." >&2;}
17028 { (exit 1); exit 1; }; } ;;
17031 if test "$cross_compiling" = yes; then
17032 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17033 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17034 { (exit 1); exit 1; }; }
17036 cat >conftest.
$ac_ext <<_ACEOF
17039 cat confdefs.h
>>conftest.
$ac_ext
17040 cat >>conftest.
$ac_ext <<_ACEOF
17041 /* end confdefs.h. */
17042 $ac_includes_default
17043 long longval () { return (long) (sizeof (int)); }
17044 unsigned long ulongval () { return (long) (sizeof (int)); }
17046 #include <stdlib.h>
17051 FILE *f = fopen ("conftest.val", "w");
17054 if (((long) (sizeof (int))) < 0)
17056 long i = longval ();
17057 if (i != ((long) (sizeof (int))))
17059 fprintf (f, "%ld\n", i);
17063 unsigned long i = ulongval ();
17064 if (i != ((long) (sizeof (int))))
17066 fprintf (f, "%lu\n", i);
17068 exit (ferror (f) || fclose (f) != 0);
17074 rm -f conftest
$ac_exeext
17075 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17076 (eval $ac_link) 2>&5
17078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17079 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17081 (eval $ac_try) 2>&5
17083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17084 (exit $ac_status); }; }; then
17085 ac_cv_sizeof_int
=`cat conftest.val`
17087 echo "$as_me: program exited with status $ac_status" >&5
17088 echo "$as_me: failed program was:" >&5
17089 sed 's/^/| /' conftest.
$ac_ext >&5
17091 ( exit $ac_status )
17092 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17093 See \`config.log' for more details." >&5
17094 echo "$as_me: error: cannot compute sizeof (int), 77
17095 See \`config.log' for more details." >&2;}
17096 { (exit 1); exit 1; }; }
17098 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17106 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17107 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17108 cat >>confdefs.h
<<_ACEOF
17109 #define SIZEOF_INT $ac_cv_sizeof_int
17113 echo "$as_me:$LINENO: checking for long" >&5
17114 echo $ECHO_N "checking for long... $ECHO_C" >&6
17115 if test "${ac_cv_type_long+set}" = set; then
17116 echo $ECHO_N "(cached) $ECHO_C" >&6
17118 cat >conftest.
$ac_ext <<_ACEOF
17121 cat confdefs.h
>>conftest.
$ac_ext
17122 cat >>conftest.
$ac_ext <<_ACEOF
17123 /* end confdefs.h. */
17124 $ac_includes_default
17136 rm -f conftest.
$ac_objext
17137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17138 (eval $ac_compile) 2>conftest.er1
17140 grep -v '^ *+' conftest.er1
>conftest.err
17142 cat conftest.err
>&5
17143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17144 (exit $ac_status); } &&
17145 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17147 (eval $ac_try) 2>&5
17149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17150 (exit $ac_status); }; } &&
17151 { ac_try
='test -s conftest.$ac_objext'
17152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17153 (eval $ac_try) 2>&5
17155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17156 (exit $ac_status); }; }; then
17157 ac_cv_type_long
=yes
17159 echo "$as_me: failed program was:" >&5
17160 sed 's/^/| /' conftest.
$ac_ext >&5
17164 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17166 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17167 echo "${ECHO_T}$ac_cv_type_long" >&6
17169 echo "$as_me:$LINENO: checking size of long" >&5
17170 echo $ECHO_N "checking size of long... $ECHO_C" >&6
17171 if test "${ac_cv_sizeof_long+set}" = set; then
17172 echo $ECHO_N "(cached) $ECHO_C" >&6
17174 if test "$ac_cv_type_long" = yes; then
17175 # The cast to unsigned long works around a bug in the HP C Compiler
17176 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17177 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17178 # This bug is HP SR number 8606223364.
17179 if test "$cross_compiling" = yes; then
17180 # Depending upon the size, compute the lo and hi bounds.
17181 cat >conftest.
$ac_ext <<_ACEOF
17184 cat confdefs.h
>>conftest.
$ac_ext
17185 cat >>conftest.
$ac_ext <<_ACEOF
17186 /* end confdefs.h. */
17187 $ac_includes_default
17191 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17198 rm -f conftest.
$ac_objext
17199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17200 (eval $ac_compile) 2>conftest.er1
17202 grep -v '^ *+' conftest.er1
>conftest.err
17204 cat conftest.err
>&5
17205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17206 (exit $ac_status); } &&
17207 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17209 (eval $ac_try) 2>&5
17211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17212 (exit $ac_status); }; } &&
17213 { ac_try
='test -s conftest.$ac_objext'
17214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17215 (eval $ac_try) 2>&5
17217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17218 (exit $ac_status); }; }; then
17221 cat >conftest.
$ac_ext <<_ACEOF
17224 cat confdefs.h
>>conftest.
$ac_ext
17225 cat >>conftest.
$ac_ext <<_ACEOF
17226 /* end confdefs.h. */
17227 $ac_includes_default
17231 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17238 rm -f conftest.
$ac_objext
17239 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17240 (eval $ac_compile) 2>conftest.er1
17242 grep -v '^ *+' conftest.er1
>conftest.err
17244 cat conftest.err
>&5
17245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17246 (exit $ac_status); } &&
17247 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17249 (eval $ac_try) 2>&5
17251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17252 (exit $ac_status); }; } &&
17253 { ac_try
='test -s conftest.$ac_objext'
17254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17255 (eval $ac_try) 2>&5
17257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17258 (exit $ac_status); }; }; then
17259 ac_hi
=$ac_mid; break
17261 echo "$as_me: failed program was:" >&5
17262 sed 's/^/| /' conftest.
$ac_ext >&5
17264 ac_lo
=`expr $ac_mid + 1`
17265 if test $ac_lo -le $ac_mid; then
17269 ac_mid
=`expr 2 '*' $ac_mid + 1`
17271 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17274 echo "$as_me: failed program was:" >&5
17275 sed 's/^/| /' conftest.
$ac_ext >&5
17277 cat >conftest.
$ac_ext <<_ACEOF
17280 cat confdefs.h
>>conftest.
$ac_ext
17281 cat >>conftest.
$ac_ext <<_ACEOF
17282 /* end confdefs.h. */
17283 $ac_includes_default
17287 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17294 rm -f conftest.
$ac_objext
17295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17296 (eval $ac_compile) 2>conftest.er1
17298 grep -v '^ *+' conftest.er1
>conftest.err
17300 cat conftest.err
>&5
17301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17302 (exit $ac_status); } &&
17303 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17305 (eval $ac_try) 2>&5
17307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17308 (exit $ac_status); }; } &&
17309 { ac_try
='test -s conftest.$ac_objext'
17310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17311 (eval $ac_try) 2>&5
17313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17314 (exit $ac_status); }; }; then
17317 cat >conftest.
$ac_ext <<_ACEOF
17320 cat confdefs.h
>>conftest.
$ac_ext
17321 cat >>conftest.
$ac_ext <<_ACEOF
17322 /* end confdefs.h. */
17323 $ac_includes_default
17327 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17334 rm -f conftest.
$ac_objext
17335 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17336 (eval $ac_compile) 2>conftest.er1
17338 grep -v '^ *+' conftest.er1
>conftest.err
17340 cat conftest.err
>&5
17341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17342 (exit $ac_status); } &&
17343 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17345 (eval $ac_try) 2>&5
17347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17348 (exit $ac_status); }; } &&
17349 { ac_try
='test -s conftest.$ac_objext'
17350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17351 (eval $ac_try) 2>&5
17353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17354 (exit $ac_status); }; }; then
17355 ac_lo
=$ac_mid; break
17357 echo "$as_me: failed program was:" >&5
17358 sed 's/^/| /' conftest.
$ac_ext >&5
17360 ac_hi
=`expr '(' $ac_mid ')' - 1`
17361 if test $ac_mid -le $ac_hi; then
17365 ac_mid
=`expr 2 '*' $ac_mid`
17367 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17370 echo "$as_me: failed program was:" >&5
17371 sed 's/^/| /' conftest.
$ac_ext >&5
17375 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17377 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17378 # Binary search between lo and hi bounds.
17379 while test "x$ac_lo" != "x$ac_hi"; do
17380 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17381 cat >conftest.
$ac_ext <<_ACEOF
17384 cat confdefs.h
>>conftest.
$ac_ext
17385 cat >>conftest.
$ac_ext <<_ACEOF
17386 /* end confdefs.h. */
17387 $ac_includes_default
17391 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17398 rm -f conftest.
$ac_objext
17399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17400 (eval $ac_compile) 2>conftest.er1
17402 grep -v '^ *+' conftest.er1
>conftest.err
17404 cat conftest.err
>&5
17405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17406 (exit $ac_status); } &&
17407 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17409 (eval $ac_try) 2>&5
17411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17412 (exit $ac_status); }; } &&
17413 { ac_try
='test -s conftest.$ac_objext'
17414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17415 (eval $ac_try) 2>&5
17417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17418 (exit $ac_status); }; }; then
17421 echo "$as_me: failed program was:" >&5
17422 sed 's/^/| /' conftest.
$ac_ext >&5
17424 ac_lo
=`expr '(' $ac_mid ')' + 1`
17426 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17429 ?
*) ac_cv_sizeof_long
=$ac_lo;;
17430 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17431 See \`config.log' for more details." >&5
17432 echo "$as_me: error: cannot compute sizeof (long), 77
17433 See \`config.log' for more details." >&2;}
17434 { (exit 1); exit 1; }; } ;;
17437 if test "$cross_compiling" = yes; then
17438 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17439 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17440 { (exit 1); exit 1; }; }
17442 cat >conftest.
$ac_ext <<_ACEOF
17445 cat confdefs.h
>>conftest.
$ac_ext
17446 cat >>conftest.
$ac_ext <<_ACEOF
17447 /* end confdefs.h. */
17448 $ac_includes_default
17449 long longval () { return (long) (sizeof (long)); }
17450 unsigned long ulongval () { return (long) (sizeof (long)); }
17452 #include <stdlib.h>
17457 FILE *f = fopen ("conftest.val", "w");
17460 if (((long) (sizeof (long))) < 0)
17462 long i = longval ();
17463 if (i != ((long) (sizeof (long))))
17465 fprintf (f, "%ld\n", i);
17469 unsigned long i = ulongval ();
17470 if (i != ((long) (sizeof (long))))
17472 fprintf (f, "%lu\n", i);
17474 exit (ferror (f) || fclose (f) != 0);
17480 rm -f conftest
$ac_exeext
17481 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17482 (eval $ac_link) 2>&5
17484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17485 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17487 (eval $ac_try) 2>&5
17489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17490 (exit $ac_status); }; }; then
17491 ac_cv_sizeof_long
=`cat conftest.val`
17493 echo "$as_me: program exited with status $ac_status" >&5
17494 echo "$as_me: failed program was:" >&5
17495 sed 's/^/| /' conftest.
$ac_ext >&5
17497 ( exit $ac_status )
17498 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17499 See \`config.log' for more details." >&5
17500 echo "$as_me: error: cannot compute sizeof (long), 77
17501 See \`config.log' for more details." >&2;}
17502 { (exit 1); exit 1; }; }
17504 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17509 ac_cv_sizeof_long
=0
17512 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17513 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17514 cat >>confdefs.h
<<_ACEOF
17515 #define SIZEOF_LONG $ac_cv_sizeof_long
17519 echo "$as_me:$LINENO: checking for size_t" >&5
17520 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17521 if test "${ac_cv_type_size_t+set}" = set; then
17522 echo $ECHO_N "(cached) $ECHO_C" >&6
17524 cat >conftest.
$ac_ext <<_ACEOF
17527 cat confdefs.h
>>conftest.
$ac_ext
17528 cat >>conftest.
$ac_ext <<_ACEOF
17529 /* end confdefs.h. */
17530 $ac_includes_default
17536 if (sizeof (size_t))
17542 rm -f conftest.
$ac_objext
17543 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17544 (eval $ac_compile) 2>conftest.er1
17546 grep -v '^ *+' conftest.er1
>conftest.err
17548 cat conftest.err
>&5
17549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17550 (exit $ac_status); } &&
17551 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17553 (eval $ac_try) 2>&5
17555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17556 (exit $ac_status); }; } &&
17557 { ac_try
='test -s conftest.$ac_objext'
17558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17559 (eval $ac_try) 2>&5
17561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17562 (exit $ac_status); }; }; then
17563 ac_cv_type_size_t
=yes
17565 echo "$as_me: failed program was:" >&5
17566 sed 's/^/| /' conftest.
$ac_ext >&5
17568 ac_cv_type_size_t
=no
17570 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17572 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17573 echo "${ECHO_T}$ac_cv_type_size_t" >&6
17575 echo "$as_me:$LINENO: checking size of size_t" >&5
17576 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17577 if test "${ac_cv_sizeof_size_t+set}" = set; then
17578 echo $ECHO_N "(cached) $ECHO_C" >&6
17580 if test "$ac_cv_type_size_t" = yes; then
17581 # The cast to unsigned long works around a bug in the HP C Compiler
17582 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17583 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17584 # This bug is HP SR number 8606223364.
17585 if test "$cross_compiling" = yes; then
17586 # Depending upon the size, compute the lo and hi bounds.
17587 cat >conftest.
$ac_ext <<_ACEOF
17590 cat confdefs.h
>>conftest.
$ac_ext
17591 cat >>conftest.
$ac_ext <<_ACEOF
17592 /* end confdefs.h. */
17593 $ac_includes_default
17597 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17604 rm -f conftest.
$ac_objext
17605 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17606 (eval $ac_compile) 2>conftest.er1
17608 grep -v '^ *+' conftest.er1
>conftest.err
17610 cat conftest.err
>&5
17611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17612 (exit $ac_status); } &&
17613 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17615 (eval $ac_try) 2>&5
17617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17618 (exit $ac_status); }; } &&
17619 { ac_try
='test -s conftest.$ac_objext'
17620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17621 (eval $ac_try) 2>&5
17623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17624 (exit $ac_status); }; }; then
17627 cat >conftest.
$ac_ext <<_ACEOF
17630 cat confdefs.h
>>conftest.
$ac_ext
17631 cat >>conftest.
$ac_ext <<_ACEOF
17632 /* end confdefs.h. */
17633 $ac_includes_default
17637 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17644 rm -f conftest.
$ac_objext
17645 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17646 (eval $ac_compile) 2>conftest.er1
17648 grep -v '^ *+' conftest.er1
>conftest.err
17650 cat conftest.err
>&5
17651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17652 (exit $ac_status); } &&
17653 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17655 (eval $ac_try) 2>&5
17657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17658 (exit $ac_status); }; } &&
17659 { ac_try
='test -s conftest.$ac_objext'
17660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17661 (eval $ac_try) 2>&5
17663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17664 (exit $ac_status); }; }; then
17665 ac_hi
=$ac_mid; break
17667 echo "$as_me: failed program was:" >&5
17668 sed 's/^/| /' conftest.
$ac_ext >&5
17670 ac_lo
=`expr $ac_mid + 1`
17671 if test $ac_lo -le $ac_mid; then
17675 ac_mid
=`expr 2 '*' $ac_mid + 1`
17677 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17680 echo "$as_me: failed program was:" >&5
17681 sed 's/^/| /' conftest.
$ac_ext >&5
17683 cat >conftest.
$ac_ext <<_ACEOF
17686 cat confdefs.h
>>conftest.
$ac_ext
17687 cat >>conftest.
$ac_ext <<_ACEOF
17688 /* end confdefs.h. */
17689 $ac_includes_default
17693 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
17700 rm -f conftest.
$ac_objext
17701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17702 (eval $ac_compile) 2>conftest.er1
17704 grep -v '^ *+' conftest.er1
>conftest.err
17706 cat conftest.err
>&5
17707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17708 (exit $ac_status); } &&
17709 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17711 (eval $ac_try) 2>&5
17713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17714 (exit $ac_status); }; } &&
17715 { ac_try
='test -s conftest.$ac_objext'
17716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17717 (eval $ac_try) 2>&5
17719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17720 (exit $ac_status); }; }; then
17723 cat >conftest.
$ac_ext <<_ACEOF
17726 cat confdefs.h
>>conftest.
$ac_ext
17727 cat >>conftest.
$ac_ext <<_ACEOF
17728 /* end confdefs.h. */
17729 $ac_includes_default
17733 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
17740 rm -f conftest.
$ac_objext
17741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17742 (eval $ac_compile) 2>conftest.er1
17744 grep -v '^ *+' conftest.er1
>conftest.err
17746 cat conftest.err
>&5
17747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17748 (exit $ac_status); } &&
17749 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17751 (eval $ac_try) 2>&5
17753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17754 (exit $ac_status); }; } &&
17755 { ac_try
='test -s conftest.$ac_objext'
17756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17757 (eval $ac_try) 2>&5
17759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17760 (exit $ac_status); }; }; then
17761 ac_lo
=$ac_mid; break
17763 echo "$as_me: failed program was:" >&5
17764 sed 's/^/| /' conftest.
$ac_ext >&5
17766 ac_hi
=`expr '(' $ac_mid ')' - 1`
17767 if test $ac_mid -le $ac_hi; then
17771 ac_mid
=`expr 2 '*' $ac_mid`
17773 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17776 echo "$as_me: failed program was:" >&5
17777 sed 's/^/| /' conftest.
$ac_ext >&5
17781 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17783 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17784 # Binary search between lo and hi bounds.
17785 while test "x$ac_lo" != "x$ac_hi"; do
17786 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17787 cat >conftest.
$ac_ext <<_ACEOF
17790 cat confdefs.h
>>conftest.
$ac_ext
17791 cat >>conftest.
$ac_ext <<_ACEOF
17792 /* end confdefs.h. */
17793 $ac_includes_default
17797 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17804 rm -f conftest.
$ac_objext
17805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17806 (eval $ac_compile) 2>conftest.er1
17808 grep -v '^ *+' conftest.er1
>conftest.err
17810 cat conftest.err
>&5
17811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17812 (exit $ac_status); } &&
17813 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17815 (eval $ac_try) 2>&5
17817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17818 (exit $ac_status); }; } &&
17819 { ac_try
='test -s conftest.$ac_objext'
17820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17821 (eval $ac_try) 2>&5
17823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17824 (exit $ac_status); }; }; then
17827 echo "$as_me: failed program was:" >&5
17828 sed 's/^/| /' conftest.
$ac_ext >&5
17830 ac_lo
=`expr '(' $ac_mid ')' + 1`
17832 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17835 ?
*) ac_cv_sizeof_size_t
=$ac_lo;;
17836 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
17837 See \`config.log' for more details." >&5
17838 echo "$as_me: error: cannot compute sizeof (size_t), 77
17839 See \`config.log' for more details." >&2;}
17840 { (exit 1); exit 1; }; } ;;
17843 if test "$cross_compiling" = yes; then
17844 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17845 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17846 { (exit 1); exit 1; }; }
17848 cat >conftest.
$ac_ext <<_ACEOF
17851 cat confdefs.h
>>conftest.
$ac_ext
17852 cat >>conftest.
$ac_ext <<_ACEOF
17853 /* end confdefs.h. */
17854 $ac_includes_default
17855 long longval () { return (long) (sizeof (size_t)); }
17856 unsigned long ulongval () { return (long) (sizeof (size_t)); }
17858 #include <stdlib.h>
17863 FILE *f = fopen ("conftest.val", "w");
17866 if (((long) (sizeof (size_t))) < 0)
17868 long i = longval ();
17869 if (i != ((long) (sizeof (size_t))))
17871 fprintf (f, "%ld\n", i);
17875 unsigned long i = ulongval ();
17876 if (i != ((long) (sizeof (size_t))))
17878 fprintf (f, "%lu\n", i);
17880 exit (ferror (f) || fclose (f) != 0);
17886 rm -f conftest
$ac_exeext
17887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17888 (eval $ac_link) 2>&5
17890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17891 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17893 (eval $ac_try) 2>&5
17895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17896 (exit $ac_status); }; }; then
17897 ac_cv_sizeof_size_t
=`cat conftest.val`
17899 echo "$as_me: program exited with status $ac_status" >&5
17900 echo "$as_me: failed program was:" >&5
17901 sed 's/^/| /' conftest.
$ac_ext >&5
17903 ( exit $ac_status )
17904 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
17905 See \`config.log' for more details." >&5
17906 echo "$as_me: error: cannot compute sizeof (size_t), 77
17907 See \`config.log' for more details." >&2;}
17908 { (exit 1); exit 1; }; }
17910 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17915 ac_cv_sizeof_size_t
=0
17918 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
17919 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
17920 cat >>confdefs.h
<<_ACEOF
17921 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
17928 echo "$as_me:$LINENO: checking for long long" >&5
17929 echo $ECHO_N "checking for long long... $ECHO_C" >&6
17930 if test "${ac_cv_type_long_long+set}" = set; then
17931 echo $ECHO_N "(cached) $ECHO_C" >&6
17933 cat >conftest.
$ac_ext <<_ACEOF
17936 cat confdefs.h
>>conftest.
$ac_ext
17937 cat >>conftest.
$ac_ext <<_ACEOF
17938 /* end confdefs.h. */
17939 $ac_includes_default
17943 if ((long long *) 0)
17945 if (sizeof (long long))
17951 rm -f conftest.
$ac_objext
17952 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17953 (eval $ac_compile) 2>conftest.er1
17955 grep -v '^ *+' conftest.er1
>conftest.err
17957 cat conftest.err
>&5
17958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17959 (exit $ac_status); } &&
17960 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17962 (eval $ac_try) 2>&5
17964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17965 (exit $ac_status); }; } &&
17966 { ac_try
='test -s conftest.$ac_objext'
17967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17968 (eval $ac_try) 2>&5
17970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17971 (exit $ac_status); }; }; then
17972 ac_cv_type_long_long
=yes
17974 echo "$as_me: failed program was:" >&5
17975 sed 's/^/| /' conftest.
$ac_ext >&5
17977 ac_cv_type_long_long
=no
17979 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17981 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17982 echo "${ECHO_T}$ac_cv_type_long_long" >&6
17984 echo "$as_me:$LINENO: checking size of long long" >&5
17985 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
17986 if test "${ac_cv_sizeof_long_long+set}" = set; then
17987 echo $ECHO_N "(cached) $ECHO_C" >&6
17989 if test "$ac_cv_type_long_long" = yes; then
17990 # The cast to unsigned long works around a bug in the HP C Compiler
17991 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17992 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17993 # This bug is HP SR number 8606223364.
17994 if test "$cross_compiling" = yes; then
17995 # Depending upon the size, compute the lo and hi bounds.
17996 cat >conftest.
$ac_ext <<_ACEOF
17999 cat confdefs.h
>>conftest.
$ac_ext
18000 cat >>conftest.
$ac_ext <<_ACEOF
18001 /* end confdefs.h. */
18002 $ac_includes_default
18006 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18013 rm -f conftest.
$ac_objext
18014 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18015 (eval $ac_compile) 2>conftest.er1
18017 grep -v '^ *+' conftest.er1
>conftest.err
18019 cat conftest.err
>&5
18020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18021 (exit $ac_status); } &&
18022 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18024 (eval $ac_try) 2>&5
18026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18027 (exit $ac_status); }; } &&
18028 { ac_try
='test -s conftest.$ac_objext'
18029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18030 (eval $ac_try) 2>&5
18032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18033 (exit $ac_status); }; }; then
18036 cat >conftest.
$ac_ext <<_ACEOF
18039 cat confdefs.h
>>conftest.
$ac_ext
18040 cat >>conftest.
$ac_ext <<_ACEOF
18041 /* end confdefs.h. */
18042 $ac_includes_default
18046 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18053 rm -f conftest.
$ac_objext
18054 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18055 (eval $ac_compile) 2>conftest.er1
18057 grep -v '^ *+' conftest.er1
>conftest.err
18059 cat conftest.err
>&5
18060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18061 (exit $ac_status); } &&
18062 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18064 (eval $ac_try) 2>&5
18066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18067 (exit $ac_status); }; } &&
18068 { ac_try
='test -s conftest.$ac_objext'
18069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18070 (eval $ac_try) 2>&5
18072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18073 (exit $ac_status); }; }; then
18074 ac_hi
=$ac_mid; break
18076 echo "$as_me: failed program was:" >&5
18077 sed 's/^/| /' conftest.
$ac_ext >&5
18079 ac_lo
=`expr $ac_mid + 1`
18080 if test $ac_lo -le $ac_mid; then
18084 ac_mid
=`expr 2 '*' $ac_mid + 1`
18086 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18089 echo "$as_me: failed program was:" >&5
18090 sed 's/^/| /' conftest.
$ac_ext >&5
18092 cat >conftest.
$ac_ext <<_ACEOF
18095 cat confdefs.h
>>conftest.
$ac_ext
18096 cat >>conftest.
$ac_ext <<_ACEOF
18097 /* end confdefs.h. */
18098 $ac_includes_default
18102 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18109 rm -f conftest.
$ac_objext
18110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18111 (eval $ac_compile) 2>conftest.er1
18113 grep -v '^ *+' conftest.er1
>conftest.err
18115 cat conftest.err
>&5
18116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18117 (exit $ac_status); } &&
18118 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18120 (eval $ac_try) 2>&5
18122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18123 (exit $ac_status); }; } &&
18124 { ac_try
='test -s conftest.$ac_objext'
18125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18126 (eval $ac_try) 2>&5
18128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18129 (exit $ac_status); }; }; then
18132 cat >conftest.
$ac_ext <<_ACEOF
18135 cat confdefs.h
>>conftest.
$ac_ext
18136 cat >>conftest.
$ac_ext <<_ACEOF
18137 /* end confdefs.h. */
18138 $ac_includes_default
18142 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18149 rm -f conftest.
$ac_objext
18150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18151 (eval $ac_compile) 2>conftest.er1
18153 grep -v '^ *+' conftest.er1
>conftest.err
18155 cat conftest.err
>&5
18156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18157 (exit $ac_status); } &&
18158 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18160 (eval $ac_try) 2>&5
18162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18163 (exit $ac_status); }; } &&
18164 { ac_try
='test -s conftest.$ac_objext'
18165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18166 (eval $ac_try) 2>&5
18168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18169 (exit $ac_status); }; }; then
18170 ac_lo
=$ac_mid; break
18172 echo "$as_me: failed program was:" >&5
18173 sed 's/^/| /' conftest.
$ac_ext >&5
18175 ac_hi
=`expr '(' $ac_mid ')' - 1`
18176 if test $ac_mid -le $ac_hi; then
18180 ac_mid
=`expr 2 '*' $ac_mid`
18182 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18185 echo "$as_me: failed program was:" >&5
18186 sed 's/^/| /' conftest.
$ac_ext >&5
18190 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18192 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18193 # Binary search between lo and hi bounds.
18194 while test "x$ac_lo" != "x$ac_hi"; do
18195 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18196 cat >conftest.
$ac_ext <<_ACEOF
18199 cat confdefs.h
>>conftest.
$ac_ext
18200 cat >>conftest.
$ac_ext <<_ACEOF
18201 /* end confdefs.h. */
18202 $ac_includes_default
18206 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18213 rm -f conftest.
$ac_objext
18214 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18215 (eval $ac_compile) 2>conftest.er1
18217 grep -v '^ *+' conftest.er1
>conftest.err
18219 cat conftest.err
>&5
18220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18221 (exit $ac_status); } &&
18222 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18224 (eval $ac_try) 2>&5
18226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18227 (exit $ac_status); }; } &&
18228 { ac_try
='test -s conftest.$ac_objext'
18229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18230 (eval $ac_try) 2>&5
18232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18233 (exit $ac_status); }; }; then
18236 echo "$as_me: failed program was:" >&5
18237 sed 's/^/| /' conftest.
$ac_ext >&5
18239 ac_lo
=`expr '(' $ac_mid ')' + 1`
18241 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18244 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
18245 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18246 See \`config.log' for more details." >&5
18247 echo "$as_me: error: cannot compute sizeof (long long), 77
18248 See \`config.log' for more details." >&2;}
18249 { (exit 1); exit 1; }; } ;;
18252 if test "$cross_compiling" = yes; then
18253 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18254 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18255 { (exit 1); exit 1; }; }
18257 cat >conftest.
$ac_ext <<_ACEOF
18260 cat confdefs.h
>>conftest.
$ac_ext
18261 cat >>conftest.
$ac_ext <<_ACEOF
18262 /* end confdefs.h. */
18263 $ac_includes_default
18264 long longval () { return (long) (sizeof (long long)); }
18265 unsigned long ulongval () { return (long) (sizeof (long long)); }
18267 #include <stdlib.h>
18272 FILE *f = fopen ("conftest.val", "w");
18275 if (((long) (sizeof (long long))) < 0)
18277 long i = longval ();
18278 if (i != ((long) (sizeof (long long))))
18280 fprintf (f, "%ld\n", i);
18284 unsigned long i = ulongval ();
18285 if (i != ((long) (sizeof (long long))))
18287 fprintf (f, "%lu\n", i);
18289 exit (ferror (f) || fclose (f) != 0);
18295 rm -f conftest
$ac_exeext
18296 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18297 (eval $ac_link) 2>&5
18299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18300 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18302 (eval $ac_try) 2>&5
18304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18305 (exit $ac_status); }; }; then
18306 ac_cv_sizeof_long_long
=`cat conftest.val`
18308 echo "$as_me: program exited with status $ac_status" >&5
18309 echo "$as_me: failed program was:" >&5
18310 sed 's/^/| /' conftest.
$ac_ext >&5
18312 ( exit $ac_status )
18313 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18314 See \`config.log' for more details." >&5
18315 echo "$as_me: error: cannot compute sizeof (long long), 77
18316 See \`config.log' for more details." >&2;}
18317 { (exit 1); exit 1; }; }
18319 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18324 ac_cv_sizeof_long_long
=0
18327 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18328 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18329 cat >>confdefs.h
<<_ACEOF
18330 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18336 echo "$as_me:$LINENO: checking for long long" >&5
18337 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18338 if test "${ac_cv_type_long_long+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. */
18347 $ac_includes_default
18351 if ((long long *) 0)
18353 if (sizeof (long long))
18359 rm -f conftest.
$ac_objext
18360 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18361 (eval $ac_compile) 2>conftest.er1
18363 grep -v '^ *+' conftest.er1
>conftest.err
18365 cat conftest.err
>&5
18366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18367 (exit $ac_status); } &&
18368 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18370 (eval $ac_try) 2>&5
18372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18373 (exit $ac_status); }; } &&
18374 { ac_try
='test -s conftest.$ac_objext'
18375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18376 (eval $ac_try) 2>&5
18378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18379 (exit $ac_status); }; }; then
18380 ac_cv_type_long_long
=yes
18382 echo "$as_me: failed program was:" >&5
18383 sed 's/^/| /' conftest.
$ac_ext >&5
18385 ac_cv_type_long_long
=no
18387 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18389 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18390 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18392 echo "$as_me:$LINENO: checking size of long long" >&5
18393 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18394 if test "${ac_cv_sizeof_long_long+set}" = set; then
18395 echo $ECHO_N "(cached) $ECHO_C" >&6
18397 if test "$ac_cv_type_long_long" = yes; then
18398 # The cast to unsigned long works around a bug in the HP C Compiler
18399 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18400 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18401 # This bug is HP SR number 8606223364.
18402 if test "$cross_compiling" = yes; then
18403 # Depending upon the size, compute the lo and hi bounds.
18404 cat >conftest.
$ac_ext <<_ACEOF
18407 cat confdefs.h
>>conftest.
$ac_ext
18408 cat >>conftest.
$ac_ext <<_ACEOF
18409 /* end confdefs.h. */
18410 $ac_includes_default
18414 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18421 rm -f conftest.
$ac_objext
18422 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18423 (eval $ac_compile) 2>conftest.er1
18425 grep -v '^ *+' conftest.er1
>conftest.err
18427 cat conftest.err
>&5
18428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18429 (exit $ac_status); } &&
18430 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18432 (eval $ac_try) 2>&5
18434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18435 (exit $ac_status); }; } &&
18436 { ac_try
='test -s conftest.$ac_objext'
18437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18438 (eval $ac_try) 2>&5
18440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18441 (exit $ac_status); }; }; then
18444 cat >conftest.
$ac_ext <<_ACEOF
18447 cat confdefs.h
>>conftest.
$ac_ext
18448 cat >>conftest.
$ac_ext <<_ACEOF
18449 /* end confdefs.h. */
18450 $ac_includes_default
18454 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18461 rm -f conftest.
$ac_objext
18462 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18463 (eval $ac_compile) 2>conftest.er1
18465 grep -v '^ *+' conftest.er1
>conftest.err
18467 cat conftest.err
>&5
18468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18469 (exit $ac_status); } &&
18470 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18472 (eval $ac_try) 2>&5
18474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18475 (exit $ac_status); }; } &&
18476 { ac_try
='test -s conftest.$ac_objext'
18477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18478 (eval $ac_try) 2>&5
18480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18481 (exit $ac_status); }; }; then
18482 ac_hi
=$ac_mid; break
18484 echo "$as_me: failed program was:" >&5
18485 sed 's/^/| /' conftest.
$ac_ext >&5
18487 ac_lo
=`expr $ac_mid + 1`
18488 if test $ac_lo -le $ac_mid; then
18492 ac_mid
=`expr 2 '*' $ac_mid + 1`
18494 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18497 echo "$as_me: failed program was:" >&5
18498 sed 's/^/| /' conftest.
$ac_ext >&5
18500 cat >conftest.
$ac_ext <<_ACEOF
18503 cat confdefs.h
>>conftest.
$ac_ext
18504 cat >>conftest.
$ac_ext <<_ACEOF
18505 /* end confdefs.h. */
18506 $ac_includes_default
18510 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18517 rm -f conftest.
$ac_objext
18518 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18519 (eval $ac_compile) 2>conftest.er1
18521 grep -v '^ *+' conftest.er1
>conftest.err
18523 cat conftest.err
>&5
18524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18525 (exit $ac_status); } &&
18526 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18528 (eval $ac_try) 2>&5
18530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18531 (exit $ac_status); }; } &&
18532 { ac_try
='test -s conftest.$ac_objext'
18533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18534 (eval $ac_try) 2>&5
18536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18537 (exit $ac_status); }; }; then
18540 cat >conftest.
$ac_ext <<_ACEOF
18543 cat confdefs.h
>>conftest.
$ac_ext
18544 cat >>conftest.
$ac_ext <<_ACEOF
18545 /* end confdefs.h. */
18546 $ac_includes_default
18550 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18557 rm -f conftest.
$ac_objext
18558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18559 (eval $ac_compile) 2>conftest.er1
18561 grep -v '^ *+' conftest.er1
>conftest.err
18563 cat conftest.err
>&5
18564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18565 (exit $ac_status); } &&
18566 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18568 (eval $ac_try) 2>&5
18570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18571 (exit $ac_status); }; } &&
18572 { ac_try
='test -s conftest.$ac_objext'
18573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18574 (eval $ac_try) 2>&5
18576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18577 (exit $ac_status); }; }; then
18578 ac_lo
=$ac_mid; break
18580 echo "$as_me: failed program was:" >&5
18581 sed 's/^/| /' conftest.
$ac_ext >&5
18583 ac_hi
=`expr '(' $ac_mid ')' - 1`
18584 if test $ac_mid -le $ac_hi; then
18588 ac_mid
=`expr 2 '*' $ac_mid`
18590 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18593 echo "$as_me: failed program was:" >&5
18594 sed 's/^/| /' conftest.
$ac_ext >&5
18598 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18600 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18601 # Binary search between lo and hi bounds.
18602 while test "x$ac_lo" != "x$ac_hi"; do
18603 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18604 cat >conftest.
$ac_ext <<_ACEOF
18607 cat confdefs.h
>>conftest.
$ac_ext
18608 cat >>conftest.
$ac_ext <<_ACEOF
18609 /* end confdefs.h. */
18610 $ac_includes_default
18614 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18621 rm -f conftest.
$ac_objext
18622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18623 (eval $ac_compile) 2>conftest.er1
18625 grep -v '^ *+' conftest.er1
>conftest.err
18627 cat conftest.err
>&5
18628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18629 (exit $ac_status); } &&
18630 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18632 (eval $ac_try) 2>&5
18634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18635 (exit $ac_status); }; } &&
18636 { ac_try
='test -s conftest.$ac_objext'
18637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18638 (eval $ac_try) 2>&5
18640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18641 (exit $ac_status); }; }; then
18644 echo "$as_me: failed program was:" >&5
18645 sed 's/^/| /' conftest.
$ac_ext >&5
18647 ac_lo
=`expr '(' $ac_mid ')' + 1`
18649 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18652 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
18653 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18654 See \`config.log' for more details." >&5
18655 echo "$as_me: error: cannot compute sizeof (long long), 77
18656 See \`config.log' for more details." >&2;}
18657 { (exit 1); exit 1; }; } ;;
18660 if test "$cross_compiling" = yes; then
18661 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18662 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18663 { (exit 1); exit 1; }; }
18665 cat >conftest.
$ac_ext <<_ACEOF
18668 cat confdefs.h
>>conftest.
$ac_ext
18669 cat >>conftest.
$ac_ext <<_ACEOF
18670 /* end confdefs.h. */
18671 $ac_includes_default
18672 long longval () { return (long) (sizeof (long long)); }
18673 unsigned long ulongval () { return (long) (sizeof (long long)); }
18675 #include <stdlib.h>
18680 FILE *f = fopen ("conftest.val", "w");
18683 if (((long) (sizeof (long long))) < 0)
18685 long i = longval ();
18686 if (i != ((long) (sizeof (long long))))
18688 fprintf (f, "%ld\n", i);
18692 unsigned long i = ulongval ();
18693 if (i != ((long) (sizeof (long long))))
18695 fprintf (f, "%lu\n", i);
18697 exit (ferror (f) || fclose (f) != 0);
18703 rm -f conftest
$ac_exeext
18704 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18705 (eval $ac_link) 2>&5
18707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18708 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18710 (eval $ac_try) 2>&5
18712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18713 (exit $ac_status); }; }; then
18714 ac_cv_sizeof_long_long
=`cat conftest.val`
18716 echo "$as_me: program exited with status $ac_status" >&5
18717 echo "$as_me: failed program was:" >&5
18718 sed 's/^/| /' conftest.
$ac_ext >&5
18720 ( exit $ac_status )
18721 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18722 See \`config.log' for more details." >&5
18723 echo "$as_me: error: cannot compute sizeof (long long), 77
18724 See \`config.log' for more details." >&2;}
18725 { (exit 1); exit 1; }; }
18727 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18732 ac_cv_sizeof_long_long
=0
18735 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18736 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18737 cat >>confdefs.h
<<_ACEOF
18738 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18742 if test "$ac_cv_sizeof_long_long" != "0"; then
18743 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
18747 echo "$as_me:$LINENO: checking for long long" >&5
18748 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18749 if test "${ac_cv_type_long_long+set}" = set; then
18750 echo $ECHO_N "(cached) $ECHO_C" >&6
18752 cat >conftest.
$ac_ext <<_ACEOF
18755 cat confdefs.h
>>conftest.
$ac_ext
18756 cat >>conftest.
$ac_ext <<_ACEOF
18757 /* end confdefs.h. */
18758 $ac_includes_default
18762 if ((long long *) 0)
18764 if (sizeof (long long))
18770 rm -f conftest.
$ac_objext
18771 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18772 (eval $ac_compile) 2>conftest.er1
18774 grep -v '^ *+' conftest.er1
>conftest.err
18776 cat conftest.err
>&5
18777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18778 (exit $ac_status); } &&
18779 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18781 (eval $ac_try) 2>&5
18783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18784 (exit $ac_status); }; } &&
18785 { ac_try
='test -s conftest.$ac_objext'
18786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18787 (eval $ac_try) 2>&5
18789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18790 (exit $ac_status); }; }; then
18791 ac_cv_type_long_long
=yes
18793 echo "$as_me: failed program was:" >&5
18794 sed 's/^/| /' conftest.
$ac_ext >&5
18796 ac_cv_type_long_long
=no
18798 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18800 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18801 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18803 echo "$as_me:$LINENO: checking size of long long" >&5
18804 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18805 if test "${ac_cv_sizeof_long_long+set}" = set; then
18806 echo $ECHO_N "(cached) $ECHO_C" >&6
18808 if test "$ac_cv_type_long_long" = yes; then
18809 # The cast to unsigned long works around a bug in the HP C Compiler
18810 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18811 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18812 # This bug is HP SR number 8606223364.
18813 if test "$cross_compiling" = yes; then
18814 # Depending upon the size, compute the lo and hi bounds.
18815 cat >conftest.
$ac_ext <<_ACEOF
18818 cat confdefs.h
>>conftest.
$ac_ext
18819 cat >>conftest.
$ac_ext <<_ACEOF
18820 /* end confdefs.h. */
18821 $ac_includes_default
18825 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18832 rm -f conftest.
$ac_objext
18833 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18834 (eval $ac_compile) 2>conftest.er1
18836 grep -v '^ *+' conftest.er1
>conftest.err
18838 cat conftest.err
>&5
18839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18840 (exit $ac_status); } &&
18841 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18843 (eval $ac_try) 2>&5
18845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18846 (exit $ac_status); }; } &&
18847 { ac_try
='test -s conftest.$ac_objext'
18848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18849 (eval $ac_try) 2>&5
18851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18852 (exit $ac_status); }; }; then
18855 cat >conftest.
$ac_ext <<_ACEOF
18858 cat confdefs.h
>>conftest.
$ac_ext
18859 cat >>conftest.
$ac_ext <<_ACEOF
18860 /* end confdefs.h. */
18861 $ac_includes_default
18865 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18872 rm -f conftest.
$ac_objext
18873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18874 (eval $ac_compile) 2>conftest.er1
18876 grep -v '^ *+' conftest.er1
>conftest.err
18878 cat conftest.err
>&5
18879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18880 (exit $ac_status); } &&
18881 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18883 (eval $ac_try) 2>&5
18885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18886 (exit $ac_status); }; } &&
18887 { ac_try
='test -s conftest.$ac_objext'
18888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18889 (eval $ac_try) 2>&5
18891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18892 (exit $ac_status); }; }; then
18893 ac_hi
=$ac_mid; break
18895 echo "$as_me: failed program was:" >&5
18896 sed 's/^/| /' conftest.
$ac_ext >&5
18898 ac_lo
=`expr $ac_mid + 1`
18899 if test $ac_lo -le $ac_mid; then
18903 ac_mid
=`expr 2 '*' $ac_mid + 1`
18905 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18908 echo "$as_me: failed program was:" >&5
18909 sed 's/^/| /' conftest.
$ac_ext >&5
18911 cat >conftest.
$ac_ext <<_ACEOF
18914 cat confdefs.h
>>conftest.
$ac_ext
18915 cat >>conftest.
$ac_ext <<_ACEOF
18916 /* end confdefs.h. */
18917 $ac_includes_default
18921 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18928 rm -f conftest.
$ac_objext
18929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18930 (eval $ac_compile) 2>conftest.er1
18932 grep -v '^ *+' conftest.er1
>conftest.err
18934 cat conftest.err
>&5
18935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18936 (exit $ac_status); } &&
18937 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18939 (eval $ac_try) 2>&5
18941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18942 (exit $ac_status); }; } &&
18943 { ac_try
='test -s conftest.$ac_objext'
18944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18945 (eval $ac_try) 2>&5
18947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18948 (exit $ac_status); }; }; then
18951 cat >conftest.
$ac_ext <<_ACEOF
18954 cat confdefs.h
>>conftest.
$ac_ext
18955 cat >>conftest.
$ac_ext <<_ACEOF
18956 /* end confdefs.h. */
18957 $ac_includes_default
18961 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18968 rm -f conftest.
$ac_objext
18969 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18970 (eval $ac_compile) 2>conftest.er1
18972 grep -v '^ *+' conftest.er1
>conftest.err
18974 cat conftest.err
>&5
18975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18976 (exit $ac_status); } &&
18977 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18979 (eval $ac_try) 2>&5
18981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18982 (exit $ac_status); }; } &&
18983 { ac_try
='test -s conftest.$ac_objext'
18984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18985 (eval $ac_try) 2>&5
18987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18988 (exit $ac_status); }; }; then
18989 ac_lo
=$ac_mid; break
18991 echo "$as_me: failed program was:" >&5
18992 sed 's/^/| /' conftest.
$ac_ext >&5
18994 ac_hi
=`expr '(' $ac_mid ')' - 1`
18995 if test $ac_mid -le $ac_hi; then
18999 ac_mid
=`expr 2 '*' $ac_mid`
19001 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19004 echo "$as_me: failed program was:" >&5
19005 sed 's/^/| /' conftest.
$ac_ext >&5
19009 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19011 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19012 # Binary search between lo and hi bounds.
19013 while test "x$ac_lo" != "x$ac_hi"; do
19014 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19015 cat >conftest.
$ac_ext <<_ACEOF
19018 cat confdefs.h
>>conftest.
$ac_ext
19019 cat >>conftest.
$ac_ext <<_ACEOF
19020 /* end confdefs.h. */
19021 $ac_includes_default
19025 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19032 rm -f conftest.
$ac_objext
19033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19034 (eval $ac_compile) 2>conftest.er1
19036 grep -v '^ *+' conftest.er1
>conftest.err
19038 cat conftest.err
>&5
19039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19040 (exit $ac_status); } &&
19041 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19043 (eval $ac_try) 2>&5
19045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19046 (exit $ac_status); }; } &&
19047 { ac_try
='test -s conftest.$ac_objext'
19048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19049 (eval $ac_try) 2>&5
19051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19052 (exit $ac_status); }; }; then
19055 echo "$as_me: failed program was:" >&5
19056 sed 's/^/| /' conftest.
$ac_ext >&5
19058 ac_lo
=`expr '(' $ac_mid ')' + 1`
19060 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19063 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
19064 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19065 See \`config.log' for more details." >&5
19066 echo "$as_me: error: cannot compute sizeof (long long), 77
19067 See \`config.log' for more details." >&2;}
19068 { (exit 1); exit 1; }; } ;;
19071 if test "$cross_compiling" = yes; then
19072 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19073 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19074 { (exit 1); exit 1; }; }
19076 cat >conftest.
$ac_ext <<_ACEOF
19079 cat confdefs.h
>>conftest.
$ac_ext
19080 cat >>conftest.
$ac_ext <<_ACEOF
19081 /* end confdefs.h. */
19082 $ac_includes_default
19083 long longval () { return (long) (sizeof (long long)); }
19084 unsigned long ulongval () { return (long) (sizeof (long long)); }
19086 #include <stdlib.h>
19091 FILE *f = fopen ("conftest.val", "w");
19094 if (((long) (sizeof (long long))) < 0)
19096 long i = longval ();
19097 if (i != ((long) (sizeof (long long))))
19099 fprintf (f, "%ld\n", i);
19103 unsigned long i = ulongval ();
19104 if (i != ((long) (sizeof (long long))))
19106 fprintf (f, "%lu\n", i);
19108 exit (ferror (f) || fclose (f) != 0);
19114 rm -f conftest
$ac_exeext
19115 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19116 (eval $ac_link) 2>&5
19118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19119 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19121 (eval $ac_try) 2>&5
19123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19124 (exit $ac_status); }; }; then
19125 ac_cv_sizeof_long_long
=`cat conftest.val`
19127 echo "$as_me: program exited with status $ac_status" >&5
19128 echo "$as_me: failed program was:" >&5
19129 sed 's/^/| /' conftest.
$ac_ext >&5
19131 ( exit $ac_status )
19132 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19133 See \`config.log' for more details." >&5
19134 echo "$as_me: error: cannot compute sizeof (long long), 77
19135 See \`config.log' for more details." >&2;}
19136 { (exit 1); exit 1; }; }
19138 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19143 ac_cv_sizeof_long_long
=0
19146 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19147 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19148 cat >>confdefs.h
<<_ACEOF
19149 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19155 echo "$as_me:$LINENO: checking for wchar_t" >&5
19156 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19157 if test "${ac_cv_type_wchar_t+set}" = set; then
19158 echo $ECHO_N "(cached) $ECHO_C" >&6
19160 cat >conftest.
$ac_ext <<_ACEOF
19163 cat confdefs.h
>>conftest.
$ac_ext
19164 cat >>conftest.
$ac_ext <<_ACEOF
19165 /* end confdefs.h. */
19167 /* DJGPP only has fake wchar_t: */
19169 # error "fake wchar_t"
19171 #ifdef HAVE_WCHAR_H
19173 # include <stddef.h>
19175 # include <wchar.h>
19177 #ifdef HAVE_STDLIB_H
19178 # include <stdlib.h>
19189 if (sizeof (wchar_t))
19195 rm -f conftest.
$ac_objext
19196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19197 (eval $ac_compile) 2>conftest.er1
19199 grep -v '^ *+' conftest.er1
>conftest.err
19201 cat conftest.err
>&5
19202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19203 (exit $ac_status); } &&
19204 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19206 (eval $ac_try) 2>&5
19208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19209 (exit $ac_status); }; } &&
19210 { ac_try
='test -s conftest.$ac_objext'
19211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19212 (eval $ac_try) 2>&5
19214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19215 (exit $ac_status); }; }; then
19216 ac_cv_type_wchar_t
=yes
19218 echo "$as_me: failed program was:" >&5
19219 sed 's/^/| /' conftest.
$ac_ext >&5
19221 ac_cv_type_wchar_t
=no
19223 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19225 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19226 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19228 echo "$as_me:$LINENO: checking size of wchar_t" >&5
19229 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
19230 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
19231 echo $ECHO_N "(cached) $ECHO_C" >&6
19233 if test "$ac_cv_type_wchar_t" = yes; then
19234 # The cast to unsigned long works around a bug in the HP C Compiler
19235 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19236 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19237 # This bug is HP SR number 8606223364.
19238 if test "$cross_compiling" = yes; then
19239 # Depending upon the size, compute the lo and hi bounds.
19240 cat >conftest.
$ac_ext <<_ACEOF
19243 cat confdefs.h
>>conftest.
$ac_ext
19244 cat >>conftest.
$ac_ext <<_ACEOF
19245 /* end confdefs.h. */
19247 /* DJGPP only has fake wchar_t: */
19249 # error "fake wchar_t"
19251 #ifdef HAVE_WCHAR_H
19253 # include <stddef.h>
19255 # include <wchar.h>
19257 #ifdef HAVE_STDLIB_H
19258 # include <stdlib.h>
19267 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19274 rm -f conftest.
$ac_objext
19275 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19276 (eval $ac_compile) 2>conftest.er1
19278 grep -v '^ *+' conftest.er1
>conftest.err
19280 cat conftest.err
>&5
19281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19282 (exit $ac_status); } &&
19283 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19285 (eval $ac_try) 2>&5
19287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19288 (exit $ac_status); }; } &&
19289 { ac_try
='test -s conftest.$ac_objext'
19290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19291 (eval $ac_try) 2>&5
19293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19294 (exit $ac_status); }; }; then
19297 cat >conftest.
$ac_ext <<_ACEOF
19300 cat confdefs.h
>>conftest.
$ac_ext
19301 cat >>conftest.
$ac_ext <<_ACEOF
19302 /* end confdefs.h. */
19304 /* DJGPP only has fake wchar_t: */
19306 # error "fake wchar_t"
19308 #ifdef HAVE_WCHAR_H
19310 # include <stddef.h>
19312 # include <wchar.h>
19314 #ifdef HAVE_STDLIB_H
19315 # include <stdlib.h>
19324 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19331 rm -f conftest.
$ac_objext
19332 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19333 (eval $ac_compile) 2>conftest.er1
19335 grep -v '^ *+' conftest.er1
>conftest.err
19337 cat conftest.err
>&5
19338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19339 (exit $ac_status); } &&
19340 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19342 (eval $ac_try) 2>&5
19344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19345 (exit $ac_status); }; } &&
19346 { ac_try
='test -s conftest.$ac_objext'
19347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19348 (eval $ac_try) 2>&5
19350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19351 (exit $ac_status); }; }; then
19352 ac_hi
=$ac_mid; break
19354 echo "$as_me: failed program was:" >&5
19355 sed 's/^/| /' conftest.
$ac_ext >&5
19357 ac_lo
=`expr $ac_mid + 1`
19358 if test $ac_lo -le $ac_mid; then
19362 ac_mid
=`expr 2 '*' $ac_mid + 1`
19364 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19367 echo "$as_me: failed program was:" >&5
19368 sed 's/^/| /' conftest.
$ac_ext >&5
19370 cat >conftest.
$ac_ext <<_ACEOF
19373 cat confdefs.h
>>conftest.
$ac_ext
19374 cat >>conftest.
$ac_ext <<_ACEOF
19375 /* end confdefs.h. */
19377 /* DJGPP only has fake wchar_t: */
19379 # error "fake wchar_t"
19381 #ifdef HAVE_WCHAR_H
19383 # include <stddef.h>
19385 # include <wchar.h>
19387 #ifdef HAVE_STDLIB_H
19388 # include <stdlib.h>
19397 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19404 rm -f conftest.
$ac_objext
19405 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19406 (eval $ac_compile) 2>conftest.er1
19408 grep -v '^ *+' conftest.er1
>conftest.err
19410 cat conftest.err
>&5
19411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19412 (exit $ac_status); } &&
19413 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19415 (eval $ac_try) 2>&5
19417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19418 (exit $ac_status); }; } &&
19419 { ac_try
='test -s conftest.$ac_objext'
19420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19421 (eval $ac_try) 2>&5
19423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19424 (exit $ac_status); }; }; then
19427 cat >conftest.
$ac_ext <<_ACEOF
19430 cat confdefs.h
>>conftest.
$ac_ext
19431 cat >>conftest.
$ac_ext <<_ACEOF
19432 /* end confdefs.h. */
19434 /* DJGPP only has fake wchar_t: */
19436 # error "fake wchar_t"
19438 #ifdef HAVE_WCHAR_H
19440 # include <stddef.h>
19442 # include <wchar.h>
19444 #ifdef HAVE_STDLIB_H
19445 # include <stdlib.h>
19454 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19461 rm -f conftest.
$ac_objext
19462 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19463 (eval $ac_compile) 2>conftest.er1
19465 grep -v '^ *+' conftest.er1
>conftest.err
19467 cat conftest.err
>&5
19468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19469 (exit $ac_status); } &&
19470 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19472 (eval $ac_try) 2>&5
19474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19475 (exit $ac_status); }; } &&
19476 { ac_try
='test -s conftest.$ac_objext'
19477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19478 (eval $ac_try) 2>&5
19480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19481 (exit $ac_status); }; }; then
19482 ac_lo
=$ac_mid; break
19484 echo "$as_me: failed program was:" >&5
19485 sed 's/^/| /' conftest.
$ac_ext >&5
19487 ac_hi
=`expr '(' $ac_mid ')' - 1`
19488 if test $ac_mid -le $ac_hi; then
19492 ac_mid
=`expr 2 '*' $ac_mid`
19494 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19497 echo "$as_me: failed program was:" >&5
19498 sed 's/^/| /' conftest.
$ac_ext >&5
19502 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19504 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19505 # Binary search between lo and hi bounds.
19506 while test "x$ac_lo" != "x$ac_hi"; do
19507 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19508 cat >conftest.
$ac_ext <<_ACEOF
19511 cat confdefs.h
>>conftest.
$ac_ext
19512 cat >>conftest.
$ac_ext <<_ACEOF
19513 /* end confdefs.h. */
19515 /* DJGPP only has fake wchar_t: */
19517 # error "fake wchar_t"
19519 #ifdef HAVE_WCHAR_H
19521 # include <stddef.h>
19523 # include <wchar.h>
19525 #ifdef HAVE_STDLIB_H
19526 # include <stdlib.h>
19535 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19542 rm -f conftest.
$ac_objext
19543 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19544 (eval $ac_compile) 2>conftest.er1
19546 grep -v '^ *+' conftest.er1
>conftest.err
19548 cat conftest.err
>&5
19549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19550 (exit $ac_status); } &&
19551 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19553 (eval $ac_try) 2>&5
19555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19556 (exit $ac_status); }; } &&
19557 { ac_try
='test -s conftest.$ac_objext'
19558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19559 (eval $ac_try) 2>&5
19561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19562 (exit $ac_status); }; }; then
19565 echo "$as_me: failed program was:" >&5
19566 sed 's/^/| /' conftest.
$ac_ext >&5
19568 ac_lo
=`expr '(' $ac_mid ')' + 1`
19570 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19573 ?
*) ac_cv_sizeof_wchar_t
=$ac_lo;;
19574 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19575 See \`config.log' for more details." >&5
19576 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19577 See \`config.log' for more details." >&2;}
19578 { (exit 1); exit 1; }; } ;;
19581 if test "$cross_compiling" = yes; then
19582 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19583 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19584 { (exit 1); exit 1; }; }
19586 cat >conftest.
$ac_ext <<_ACEOF
19589 cat confdefs.h
>>conftest.
$ac_ext
19590 cat >>conftest.
$ac_ext <<_ACEOF
19591 /* end confdefs.h. */
19593 /* DJGPP only has fake wchar_t: */
19595 # error "fake wchar_t"
19597 #ifdef HAVE_WCHAR_H
19599 # include <stddef.h>
19601 # include <wchar.h>
19603 #ifdef HAVE_STDLIB_H
19604 # include <stdlib.h>
19610 long longval () { return (long) (sizeof (wchar_t)); }
19611 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19613 #include <stdlib.h>
19618 FILE *f = fopen ("conftest.val", "w");
19621 if (((long) (sizeof (wchar_t))) < 0)
19623 long i = longval ();
19624 if (i != ((long) (sizeof (wchar_t))))
19626 fprintf (f, "%ld\n", i);
19630 unsigned long i = ulongval ();
19631 if (i != ((long) (sizeof (wchar_t))))
19633 fprintf (f, "%lu\n", i);
19635 exit (ferror (f) || fclose (f) != 0);
19641 rm -f conftest
$ac_exeext
19642 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19643 (eval $ac_link) 2>&5
19645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19646 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19648 (eval $ac_try) 2>&5
19650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19651 (exit $ac_status); }; }; then
19652 ac_cv_sizeof_wchar_t
=`cat conftest.val`
19654 echo "$as_me: program exited with status $ac_status" >&5
19655 echo "$as_me: failed program was:" >&5
19656 sed 's/^/| /' conftest.
$ac_ext >&5
19658 ( exit $ac_status )
19659 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19660 See \`config.log' for more details." >&5
19661 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19662 See \`config.log' for more details." >&2;}
19663 { (exit 1); exit 1; }; }
19665 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19670 ac_cv_sizeof_wchar_t
=0
19673 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
19674 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
19675 cat >>confdefs.h
<<_ACEOF
19676 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
19681 echo "$as_me:$LINENO: checking for va_copy" >&5
19682 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
19683 if test "${wx_cv_func_va_copy+set}" = set; then
19684 echo $ECHO_N "(cached) $ECHO_C" >&6
19687 cat >conftest.
$ac_ext <<_ACEOF
19689 #include <stdarg.h>
19690 void foo(char *f, ...)
19704 rm -f conftest.
$ac_objext conftest
$ac_exeext
19705 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19706 (eval $ac_link) 2>conftest.er1
19708 grep -v '^ *+' conftest.er1
>conftest.err
19710 cat conftest.err
>&5
19711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19712 (exit $ac_status); } &&
19713 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19715 (eval $ac_try) 2>&5
19717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19718 (exit $ac_status); }; } &&
19719 { ac_try
='test -s conftest$ac_exeext'
19720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19721 (eval $ac_try) 2>&5
19723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19724 (exit $ac_status); }; }; then
19725 wx_cv_func_va_copy
=yes
19727 echo "$as_me: failed program was:" >&5
19728 sed 's/^/| /' conftest.
$ac_ext >&5
19730 wx_cv_func_va_copy
=no
19733 rm -f conftest.err conftest.
$ac_objext \
19734 conftest
$ac_exeext conftest.
$ac_ext
19738 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
19739 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
19741 if test $wx_cv_func_va_copy = "yes"; then
19742 cat >>confdefs.h
<<\_ACEOF
19743 #define HAVE_VA_COPY 1
19747 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
19748 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
19749 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
19750 echo $ECHO_N "(cached) $ECHO_C" >&6
19753 if test "$cross_compiling" = yes; then
19754 wx_cv_type_va_list_lvalue
=yes
19757 cat >conftest.
$ac_ext <<_ACEOF
19759 #include <stdarg.h>
19760 int foo(char *f, ...)
19765 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
19773 return foo("hi", 17);
19776 rm -f conftest
$ac_exeext
19777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19778 (eval $ac_link) 2>&5
19780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19781 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19783 (eval $ac_try) 2>&5
19785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19786 (exit $ac_status); }; }; then
19787 wx_cv_type_va_list_lvalue
=yes
19789 echo "$as_me: program exited with status $ac_status" >&5
19790 echo "$as_me: failed program was:" >&5
19791 sed 's/^/| /' conftest.
$ac_ext >&5
19793 ( exit $ac_status )
19794 wx_cv_type_va_list_lvalue
=no
19796 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19801 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
19802 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
19804 if test $wx_cv_type_va_list_lvalue != "yes"; then
19805 cat >>confdefs.h
<<\_ACEOF
19806 #define VA_LIST_IS_ARRAY 1
19812 # Check whether --enable-largefile or --disable-largefile was given.
19813 if test "${enable_largefile+set}" = set; then
19814 enableval
="$enable_largefile"
19817 if test "$enable_largefile" != no
; then
19820 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
19821 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
19822 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
19823 echo $ECHO_N "(cached) $ECHO_C" >&6
19826 cat >conftest.
$ac_ext <<_ACEOF
19829 cat confdefs.h
>>conftest.
$ac_ext
19830 cat >>conftest.
$ac_ext <<_ACEOF
19831 /* end confdefs.h. */
19832 #define _FILE_OFFSET_BITS 64
19833 #include <sys/types.h>
19838 unsigned int field: sizeof(off_t) == 8;
19845 rm -f conftest.
$ac_objext
19846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19847 (eval $ac_compile) 2>conftest.er1
19849 grep -v '^ *+' conftest.er1
>conftest.err
19851 cat conftest.err
>&5
19852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19853 (exit $ac_status); } &&
19854 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19856 (eval $ac_try) 2>&5
19858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19859 (exit $ac_status); }; } &&
19860 { ac_try
='test -s conftest.$ac_objext'
19861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19862 (eval $ac_try) 2>&5
19864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19865 (exit $ac_status); }; }; then
19866 ac_cv_sys_file_offset_bits
=64
19868 echo "$as_me: failed program was:" >&5
19869 sed 's/^/| /' conftest.
$ac_ext >&5
19871 ac_cv_sys_file_offset_bits
=no
19873 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19877 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
19878 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
19880 if test "$ac_cv_sys_file_offset_bits" != no
; then
19882 cat >>confdefs.h
<<_ACEOF
19883 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
19888 if test "x$wx_largefile" != "xyes"; then
19890 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
19891 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
19892 if test "${ac_cv_sys_large_files+set}" = set; then
19893 echo $ECHO_N "(cached) $ECHO_C" >&6
19896 cat >conftest.
$ac_ext <<_ACEOF
19899 cat confdefs.h
>>conftest.
$ac_ext
19900 cat >>conftest.
$ac_ext <<_ACEOF
19901 /* end confdefs.h. */
19902 #define _LARGE_FILES 1
19903 #include <sys/types.h>
19908 unsigned int field: sizeof(off_t) == 8;
19915 rm -f conftest.
$ac_objext
19916 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19917 (eval $ac_compile) 2>conftest.er1
19919 grep -v '^ *+' conftest.er1
>conftest.err
19921 cat conftest.err
>&5
19922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19923 (exit $ac_status); } &&
19924 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19926 (eval $ac_try) 2>&5
19928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19929 (exit $ac_status); }; } &&
19930 { ac_try
='test -s conftest.$ac_objext'
19931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19932 (eval $ac_try) 2>&5
19934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19935 (exit $ac_status); }; }; then
19936 ac_cv_sys_large_files
=1
19938 echo "$as_me: failed program was:" >&5
19939 sed 's/^/| /' conftest.
$ac_ext >&5
19941 ac_cv_sys_large_files
=no
19943 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19947 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
19948 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
19950 if test "$ac_cv_sys_large_files" != no
; then
19952 cat >>confdefs.h
<<_ACEOF
19953 #define _LARGE_FILES $ac_cv_sys_large_files
19960 echo "$as_me:$LINENO: checking if large file support is available" >&5
19961 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
19962 if test "x$wx_largefile" = "xyes"; then
19963 cat >>confdefs.h
<<\_ACEOF
19964 #define HAVE_LARGEFILE_SUPPORT 1
19968 echo "$as_me:$LINENO: result: $wx_largefile" >&5
19969 echo "${ECHO_T}$wx_largefile" >&6
19973 if test "x$wx_largefile" = "xyes"; then
19974 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
19975 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
19977 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
19979 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
19980 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
19981 if test "${ac_cv_sys_largefile_source+set}" = set; then
19982 echo $ECHO_N "(cached) $ECHO_C" >&6
19985 ac_cv_sys_largefile_source
=no
19986 cat >conftest.
$ac_ext <<_ACEOF
19989 cat confdefs.h
>>conftest.
$ac_ext
19990 cat >>conftest.
$ac_ext <<_ACEOF
19991 /* end confdefs.h. */
20001 rm -f conftest.
$ac_objext
20002 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20003 (eval $ac_compile) 2>conftest.er1
20005 grep -v '^ *+' conftest.er1
>conftest.err
20007 cat conftest.err
>&5
20008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20009 (exit $ac_status); } &&
20010 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20012 (eval $ac_try) 2>&5
20014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20015 (exit $ac_status); }; } &&
20016 { ac_try
='test -s conftest.$ac_objext'
20017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20018 (eval $ac_try) 2>&5
20020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20021 (exit $ac_status); }; }; then
20024 echo "$as_me: failed program was:" >&5
20025 sed 's/^/| /' conftest.
$ac_ext >&5
20028 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20029 cat >conftest.
$ac_ext <<_ACEOF
20032 cat confdefs.h
>>conftest.
$ac_ext
20033 cat >>conftest.
$ac_ext <<_ACEOF
20034 /* end confdefs.h. */
20035 #define _LARGEFILE_SOURCE 1
20045 rm -f conftest.
$ac_objext
20046 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20047 (eval $ac_compile) 2>conftest.er1
20049 grep -v '^ *+' conftest.er1
>conftest.err
20051 cat conftest.err
>&5
20052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20053 (exit $ac_status); } &&
20054 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20056 (eval $ac_try) 2>&5
20058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20059 (exit $ac_status); }; } &&
20060 { ac_try
='test -s conftest.$ac_objext'
20061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20062 (eval $ac_try) 2>&5
20064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20065 (exit $ac_status); }; }; then
20066 ac_cv_sys_largefile_source
=1; break
20068 echo "$as_me: failed program was:" >&5
20069 sed 's/^/| /' conftest.
$ac_ext >&5
20072 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20076 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
20077 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
20078 if test "$ac_cv_sys_largefile_source" != no
; then
20080 cat >>confdefs.h
<<_ACEOF
20081 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20087 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20088 # in glibc 2.1.3, but that breaks too many other things.
20089 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20090 echo "$as_me:$LINENO: checking for fseeko" >&5
20091 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20092 if test "${ac_cv_func_fseeko+set}" = set; then
20093 echo $ECHO_N "(cached) $ECHO_C" >&6
20095 cat >conftest.
$ac_ext <<_ACEOF
20098 cat confdefs.h
>>conftest.
$ac_ext
20099 cat >>conftest.
$ac_ext <<_ACEOF
20100 /* end confdefs.h. */
20105 return fseeko && fseeko (stdin, 0, 0);
20110 rm -f conftest.
$ac_objext conftest
$ac_exeext
20111 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20112 (eval $ac_link) 2>conftest.er1
20114 grep -v '^ *+' conftest.er1
>conftest.err
20116 cat conftest.err
>&5
20117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20118 (exit $ac_status); } &&
20119 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20121 (eval $ac_try) 2>&5
20123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20124 (exit $ac_status); }; } &&
20125 { ac_try
='test -s conftest$ac_exeext'
20126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20127 (eval $ac_try) 2>&5
20129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20130 (exit $ac_status); }; }; then
20131 ac_cv_func_fseeko
=yes
20133 echo "$as_me: failed program was:" >&5
20134 sed 's/^/| /' conftest.
$ac_ext >&5
20136 ac_cv_func_fseeko
=no
20138 rm -f conftest.err conftest.
$ac_objext \
20139 conftest
$ac_exeext conftest.
$ac_ext
20141 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20142 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20143 if test $ac_cv_func_fseeko = yes; then
20145 cat >>confdefs.h
<<\_ACEOF
20146 #define HAVE_FSEEKO 1
20151 if test "$ac_cv_sys_largefile_source" != no
; then
20152 WX_LARGEFILE_FLAGS
="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
20154 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20157 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20158 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20159 if test "${ac_cv_c_bigendian+set}" = set; then
20160 echo $ECHO_N "(cached) $ECHO_C" >&6
20162 ac_cv_c_bigendian
=unknown
20163 # See if sys/param.h defines the BYTE_ORDER macro.
20164 cat >conftest.
$ac_ext <<_ACEOF
20167 cat confdefs.h
>>conftest.
$ac_ext
20168 cat >>conftest.
$ac_ext <<_ACEOF
20169 /* end confdefs.h. */
20170 #include <sys/types.h>
20171 #include <sys/param.h>
20176 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20177 bogus endian macros
20183 rm -f conftest.
$ac_objext
20184 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20185 (eval $ac_compile) 2>conftest.er1
20187 grep -v '^ *+' conftest.er1
>conftest.err
20189 cat conftest.err
>&5
20190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20191 (exit $ac_status); } &&
20192 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20194 (eval $ac_try) 2>&5
20196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20197 (exit $ac_status); }; } &&
20198 { ac_try
='test -s conftest.$ac_objext'
20199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20200 (eval $ac_try) 2>&5
20202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20203 (exit $ac_status); }; }; then
20204 # It does; now see whether it defined to BIG_ENDIAN or not.
20205 cat >conftest.
$ac_ext <<_ACEOF
20208 cat confdefs.h
>>conftest.
$ac_ext
20209 cat >>conftest.
$ac_ext <<_ACEOF
20210 /* end confdefs.h. */
20211 #include <sys/types.h>
20212 #include <sys/param.h>
20217 #if BYTE_ORDER != BIG_ENDIAN
20224 rm -f conftest.
$ac_objext
20225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20226 (eval $ac_compile) 2>conftest.er1
20228 grep -v '^ *+' conftest.er1
>conftest.err
20230 cat conftest.err
>&5
20231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20232 (exit $ac_status); } &&
20233 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20235 (eval $ac_try) 2>&5
20237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20238 (exit $ac_status); }; } &&
20239 { ac_try
='test -s conftest.$ac_objext'
20240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20241 (eval $ac_try) 2>&5
20243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20244 (exit $ac_status); }; }; then
20245 ac_cv_c_bigendian
=yes
20247 echo "$as_me: failed program was:" >&5
20248 sed 's/^/| /' conftest.
$ac_ext >&5
20250 ac_cv_c_bigendian
=no
20252 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20254 echo "$as_me: failed program was:" >&5
20255 sed 's/^/| /' conftest.
$ac_ext >&5
20258 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20259 if test $ac_cv_c_bigendian = unknown
; then
20260 if test "$cross_compiling" = yes; then
20261 ac_cv_c_bigendian
=unknown
20263 cat >conftest.
$ac_ext <<_ACEOF
20266 cat confdefs.h
>>conftest.
$ac_ext
20267 cat >>conftest.
$ac_ext <<_ACEOF
20268 /* end confdefs.h. */
20270 /* Are we little or big endian? From Harbison&Steele. */
20274 char c[sizeof (long)];
20277 exit (u.c[sizeof (long) - 1] == 1);
20280 rm -f conftest
$ac_exeext
20281 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20282 (eval $ac_link) 2>&5
20284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20285 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20287 (eval $ac_try) 2>&5
20289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20290 (exit $ac_status); }; }; then
20291 ac_cv_c_bigendian
=no
20293 echo "$as_me: program exited with status $ac_status" >&5
20294 echo "$as_me: failed program was:" >&5
20295 sed 's/^/| /' conftest.
$ac_ext >&5
20297 ( exit $ac_status )
20298 ac_cv_c_bigendian
=yes
20300 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20304 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20305 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20306 if test $ac_cv_c_bigendian = unknown
; then
20307 { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
20308 echo "$as_me: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
20310 if test $ac_cv_c_bigendian = yes; then
20311 cat >>confdefs.h
<<\_ACEOF
20312 #define WORDS_BIGENDIAN 1
20319 ac_cpp
='$CXXCPP $CPPFLAGS'
20320 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20321 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20322 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20323 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20324 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20325 if test -z "$CXXCPP"; then
20326 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20327 echo $ECHO_N "(cached) $ECHO_C" >&6
20329 # Double quotes because CXXCPP needs to be expanded
20330 for CXXCPP
in "$CXX -E" "/lib/cpp"
20332 ac_preproc_ok
=false
20333 for ac_cxx_preproc_warn_flag
in '' yes
20335 # Use a header file that comes with gcc, so configuring glibc
20336 # with a fresh cross-compiler works.
20337 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20338 # <limits.h> exists even on freestanding compilers.
20339 # On the NeXT, cc -E runs the code through the compiler's parser,
20340 # not just through cpp. "Syntax error" is here to catch this case.
20341 cat >conftest.
$ac_ext <<_ACEOF
20344 cat confdefs.h
>>conftest.
$ac_ext
20345 cat >>conftest.
$ac_ext <<_ACEOF
20346 /* end confdefs.h. */
20348 # include <limits.h>
20350 # include <assert.h>
20354 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20355 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20357 grep -v '^ *+' conftest.er1
>conftest.err
20359 cat conftest.err
>&5
20360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20361 (exit $ac_status); } >/dev
/null
; then
20362 if test -s conftest.err
; then
20363 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20364 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20371 if test -z "$ac_cpp_err"; then
20374 echo "$as_me: failed program was:" >&5
20375 sed 's/^/| /' conftest.
$ac_ext >&5
20377 # Broken: fails on valid input.
20380 rm -f conftest.err conftest.
$ac_ext
20382 # OK, works on sane cases. Now check whether non-existent headers
20383 # can be detected and how.
20384 cat >conftest.
$ac_ext <<_ACEOF
20387 cat confdefs.h
>>conftest.
$ac_ext
20388 cat >>conftest.
$ac_ext <<_ACEOF
20389 /* end confdefs.h. */
20390 #include <ac_nonexistent.h>
20392 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20393 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20395 grep -v '^ *+' conftest.er1
>conftest.err
20397 cat conftest.err
>&5
20398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20399 (exit $ac_status); } >/dev
/null
; then
20400 if test -s conftest.err
; then
20401 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20402 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20409 if test -z "$ac_cpp_err"; then
20410 # Broken: success on invalid input.
20413 echo "$as_me: failed program was:" >&5
20414 sed 's/^/| /' conftest.
$ac_ext >&5
20416 # Passes both tests.
20420 rm -f conftest.err conftest.
$ac_ext
20423 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20424 rm -f conftest.err conftest.
$ac_ext
20425 if $ac_preproc_ok; then
20430 ac_cv_prog_CXXCPP
=$CXXCPP
20433 CXXCPP
=$ac_cv_prog_CXXCPP
20435 ac_cv_prog_CXXCPP
=$CXXCPP
20437 echo "$as_me:$LINENO: result: $CXXCPP" >&5
20438 echo "${ECHO_T}$CXXCPP" >&6
20439 ac_preproc_ok
=false
20440 for ac_cxx_preproc_warn_flag
in '' yes
20442 # Use a header file that comes with gcc, so configuring glibc
20443 # with a fresh cross-compiler works.
20444 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20445 # <limits.h> exists even on freestanding compilers.
20446 # On the NeXT, cc -E runs the code through the compiler's parser,
20447 # not just through cpp. "Syntax error" is here to catch this case.
20448 cat >conftest.
$ac_ext <<_ACEOF
20451 cat confdefs.h
>>conftest.
$ac_ext
20452 cat >>conftest.
$ac_ext <<_ACEOF
20453 /* end confdefs.h. */
20455 # include <limits.h>
20457 # include <assert.h>
20461 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20462 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20464 grep -v '^ *+' conftest.er1
>conftest.err
20466 cat conftest.err
>&5
20467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20468 (exit $ac_status); } >/dev
/null
; then
20469 if test -s conftest.err
; then
20470 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20471 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20478 if test -z "$ac_cpp_err"; then
20481 echo "$as_me: failed program was:" >&5
20482 sed 's/^/| /' conftest.
$ac_ext >&5
20484 # Broken: fails on valid input.
20487 rm -f conftest.err conftest.
$ac_ext
20489 # OK, works on sane cases. Now check whether non-existent headers
20490 # can be detected and how.
20491 cat >conftest.
$ac_ext <<_ACEOF
20494 cat confdefs.h
>>conftest.
$ac_ext
20495 cat >>conftest.
$ac_ext <<_ACEOF
20496 /* end confdefs.h. */
20497 #include <ac_nonexistent.h>
20499 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20500 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20502 grep -v '^ *+' conftest.er1
>conftest.err
20504 cat conftest.err
>&5
20505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20506 (exit $ac_status); } >/dev
/null
; then
20507 if test -s conftest.err
; then
20508 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20509 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20516 if test -z "$ac_cpp_err"; then
20517 # Broken: success on invalid input.
20520 echo "$as_me: failed program was:" >&5
20521 sed 's/^/| /' conftest.
$ac_ext >&5
20523 # Passes both tests.
20527 rm -f conftest.err conftest.
$ac_ext
20530 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20531 rm -f conftest.err conftest.
$ac_ext
20532 if $ac_preproc_ok; then
20535 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20536 See \`config.log' for more details." >&5
20537 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20538 See \`config.log' for more details." >&2;}
20539 { (exit 1); exit 1; }; }
20543 ac_cpp
='$CXXCPP $CPPFLAGS'
20544 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20545 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20546 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20553 ac_cpp
='$CXXCPP $CPPFLAGS'
20554 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20555 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20556 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20560 for ac_header
in iostream
20562 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20563 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20564 echo "$as_me:$LINENO: checking for $ac_header" >&5
20565 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20566 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20567 echo $ECHO_N "(cached) $ECHO_C" >&6
20569 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20570 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20572 # Is the header compilable?
20573 echo "$as_me:$LINENO: checking $ac_header usability" >&5
20574 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20575 cat >conftest.
$ac_ext <<_ACEOF
20578 cat confdefs.h
>>conftest.
$ac_ext
20579 cat >>conftest.
$ac_ext <<_ACEOF
20580 /* end confdefs.h. */
20581 $ac_includes_default
20582 #include <$ac_header>
20584 rm -f conftest.
$ac_objext
20585 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20586 (eval $ac_compile) 2>conftest.er1
20588 grep -v '^ *+' conftest.er1
>conftest.err
20590 cat conftest.err
>&5
20591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20592 (exit $ac_status); } &&
20593 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20595 (eval $ac_try) 2>&5
20597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20598 (exit $ac_status); }; } &&
20599 { ac_try
='test -s conftest.$ac_objext'
20600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20601 (eval $ac_try) 2>&5
20603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20604 (exit $ac_status); }; }; then
20605 ac_header_compiler
=yes
20607 echo "$as_me: failed program was:" >&5
20608 sed 's/^/| /' conftest.
$ac_ext >&5
20610 ac_header_compiler
=no
20612 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20613 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20614 echo "${ECHO_T}$ac_header_compiler" >&6
20616 # Is the header present?
20617 echo "$as_me:$LINENO: checking $ac_header presence" >&5
20618 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20619 cat >conftest.
$ac_ext <<_ACEOF
20622 cat confdefs.h
>>conftest.
$ac_ext
20623 cat >>conftest.
$ac_ext <<_ACEOF
20624 /* end confdefs.h. */
20625 #include <$ac_header>
20627 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20628 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20630 grep -v '^ *+' conftest.er1
>conftest.err
20632 cat conftest.err
>&5
20633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20634 (exit $ac_status); } >/dev
/null
; then
20635 if test -s conftest.err
; then
20636 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20637 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20644 if test -z "$ac_cpp_err"; then
20645 ac_header_preproc
=yes
20647 echo "$as_me: failed program was:" >&5
20648 sed 's/^/| /' conftest.
$ac_ext >&5
20650 ac_header_preproc
=no
20652 rm -f conftest.err conftest.
$ac_ext
20653 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20654 echo "${ECHO_T}$ac_header_preproc" >&6
20656 # So? What about this header?
20657 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20659 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20660 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20661 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20662 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20663 ac_header_preproc
=yes
20666 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20667 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20668 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20669 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20670 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20671 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20672 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20673 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20674 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20675 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20676 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20677 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20680 ## ----------------------------------------- ##
20681 ## Report this to wx-dev@lists.wxwidgets.org ##
20682 ## ----------------------------------------- ##
20685 sed "s/^/$as_me: WARNING: /" >&2
20688 echo "$as_me:$LINENO: checking for $ac_header" >&5
20689 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20690 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20691 echo $ECHO_N "(cached) $ECHO_C" >&6
20693 eval "$as_ac_Header=\$ac_header_preproc"
20695 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20696 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20699 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20700 cat >>confdefs.h
<<_ACEOF
20701 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20709 if test "$ac_cv_header_iostream" = "yes" ; then
20712 cat >>confdefs.h
<<\_ACEOF
20713 #define wxUSE_IOSTREAMH 1
20719 ac_cpp
='$CPP $CPPFLAGS'
20720 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20721 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20722 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20727 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
20728 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
20729 if test "${wx_cv_cpp_bool+set}" = set; then
20730 echo $ECHO_N "(cached) $ECHO_C" >&6
20736 ac_cpp
='$CXXCPP $CPPFLAGS'
20737 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20738 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20739 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20742 cat >conftest.
$ac_ext <<_ACEOF
20745 cat confdefs.h
>>conftest.
$ac_ext
20746 cat >>conftest.
$ac_ext <<_ACEOF
20747 /* end confdefs.h. */
20762 rm -f conftest.
$ac_objext
20763 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20764 (eval $ac_compile) 2>conftest.er1
20766 grep -v '^ *+' conftest.er1
>conftest.err
20768 cat conftest.err
>&5
20769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770 (exit $ac_status); } &&
20771 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20773 (eval $ac_try) 2>&5
20775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776 (exit $ac_status); }; } &&
20777 { ac_try
='test -s conftest.$ac_objext'
20778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20779 (eval $ac_try) 2>&5
20781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20782 (exit $ac_status); }; }; then
20787 echo "$as_me: failed program was:" >&5
20788 sed 's/^/| /' conftest.
$ac_ext >&5
20795 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20798 ac_cpp
='$CPP $CPPFLAGS'
20799 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20800 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20801 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20805 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
20806 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
20808 if test "$wx_cv_cpp_bool" = "yes"; then
20809 cat >>confdefs.h
<<\_ACEOF
20810 #define HAVE_BOOL 1
20817 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
20818 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
20819 if test "${wx_cv_explicit+set}" = set; then
20820 echo $ECHO_N "(cached) $ECHO_C" >&6
20826 ac_cpp
='$CXXCPP $CPPFLAGS'
20827 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20828 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20829 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20832 cat >conftest.
$ac_ext <<_ACEOF
20835 cat confdefs.h
>>conftest.
$ac_ext
20836 cat >>conftest.
$ac_ext <<_ACEOF
20837 /* end confdefs.h. */
20839 class Foo { public: explicit Foo(int) {} };
20851 rm -f conftest.
$ac_objext
20852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20853 (eval $ac_compile) 2>conftest.er1
20855 grep -v '^ *+' conftest.er1
>conftest.err
20857 cat conftest.err
>&5
20858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20859 (exit $ac_status); } &&
20860 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20862 (eval $ac_try) 2>&5
20864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20865 (exit $ac_status); }; } &&
20866 { ac_try
='test -s conftest.$ac_objext'
20867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20868 (eval $ac_try) 2>&5
20870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20871 (exit $ac_status); }; }; then
20873 cat >conftest.
$ac_ext <<_ACEOF
20876 cat confdefs.h
>>conftest.
$ac_ext
20877 cat >>conftest.
$ac_ext <<_ACEOF
20878 /* end confdefs.h. */
20880 class Foo { public: explicit Foo(int) {} };
20881 static void TakeFoo(const Foo& foo) { }
20894 rm -f conftest.
$ac_objext
20895 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20896 (eval $ac_compile) 2>conftest.er1
20898 grep -v '^ *+' conftest.er1
>conftest.err
20900 cat conftest.err
>&5
20901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20902 (exit $ac_status); } &&
20903 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20905 (eval $ac_try) 2>&5
20907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20908 (exit $ac_status); }; } &&
20909 { ac_try
='test -s conftest.$ac_objext'
20910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20911 (eval $ac_try) 2>&5
20913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20914 (exit $ac_status); }; }; then
20917 echo "$as_me: failed program was:" >&5
20918 sed 's/^/| /' conftest.
$ac_ext >&5
20923 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20926 echo "$as_me: failed program was:" >&5
20927 sed 's/^/| /' conftest.
$ac_ext >&5
20932 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20935 ac_cpp
='$CPP $CPPFLAGS'
20936 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20937 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20938 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20942 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
20943 echo "${ECHO_T}$wx_cv_explicit" >&6
20945 if test "$wx_cv_explicit" = "yes"; then
20946 cat >>confdefs.h
<<\_ACEOF
20947 #define HAVE_EXPLICIT 1
20953 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
20954 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
20955 if test "${ac_cv_cxx_const_cast+set}" = set; then
20956 echo $ECHO_N "(cached) $ECHO_C" >&6
20961 ac_cpp
='$CXXCPP $CPPFLAGS'
20962 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20963 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20964 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20966 cat >conftest.
$ac_ext <<_ACEOF
20969 cat confdefs.h
>>conftest.
$ac_ext
20970 cat >>conftest.
$ac_ext <<_ACEOF
20971 /* end confdefs.h. */
20976 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
20981 rm -f conftest.
$ac_objext
20982 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20983 (eval $ac_compile) 2>conftest.er1
20985 grep -v '^ *+' conftest.er1
>conftest.err
20987 cat conftest.err
>&5
20988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20989 (exit $ac_status); } &&
20990 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20992 (eval $ac_try) 2>&5
20994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20995 (exit $ac_status); }; } &&
20996 { ac_try
='test -s conftest.$ac_objext'
20997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20998 (eval $ac_try) 2>&5
21000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21001 (exit $ac_status); }; }; then
21002 ac_cv_cxx_const_cast
=yes
21004 echo "$as_me: failed program was:" >&5
21005 sed 's/^/| /' conftest.
$ac_ext >&5
21007 ac_cv_cxx_const_cast
=no
21009 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21011 ac_cpp
='$CPP $CPPFLAGS'
21012 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21013 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21014 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21018 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
21019 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
21020 if test "$ac_cv_cxx_const_cast" = yes; then
21022 cat >>confdefs.h
<<\_ACEOF
21023 #define HAVE_CONST_CAST
21028 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
21029 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
21030 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
21031 echo $ECHO_N "(cached) $ECHO_C" >&6
21036 ac_cpp
='$CXXCPP $CPPFLAGS'
21037 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21038 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21039 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21041 cat >conftest.
$ac_ext <<_ACEOF
21044 cat confdefs.h
>>conftest.
$ac_ext
21045 cat >>conftest.
$ac_ext <<_ACEOF
21046 /* end confdefs.h. */
21047 #include <typeinfo>
21048 class Base { public : Base () {} virtual void f () = 0;};
21049 class Derived : public Base { public : Derived () {} virtual void f () {} };
21050 class Unrelated { public : Unrelated () {} };
21051 int g (Unrelated&) { return 0; }
21056 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
21061 rm -f conftest.
$ac_objext
21062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21063 (eval $ac_compile) 2>conftest.er1
21065 grep -v '^ *+' conftest.er1
>conftest.err
21067 cat conftest.err
>&5
21068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21069 (exit $ac_status); } &&
21070 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21072 (eval $ac_try) 2>&5
21074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21075 (exit $ac_status); }; } &&
21076 { ac_try
='test -s conftest.$ac_objext'
21077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21078 (eval $ac_try) 2>&5
21080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21081 (exit $ac_status); }; }; then
21082 ac_cv_cxx_reinterpret_cast
=yes
21084 echo "$as_me: failed program was:" >&5
21085 sed 's/^/| /' conftest.
$ac_ext >&5
21087 ac_cv_cxx_reinterpret_cast
=no
21089 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21091 ac_cpp
='$CPP $CPPFLAGS'
21092 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21093 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21094 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21098 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21099 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21100 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21102 cat >>confdefs.h
<<\_ACEOF
21103 #define HAVE_REINTERPRET_CAST
21108 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21109 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21110 if test "${ac_cv_cxx_static_cast+set}" = set; then
21111 echo $ECHO_N "(cached) $ECHO_C" >&6
21116 ac_cpp
='$CXXCPP $CPPFLAGS'
21117 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21118 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21119 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21121 cat >conftest.
$ac_ext <<_ACEOF
21124 cat confdefs.h
>>conftest.
$ac_ext
21125 cat >>conftest.
$ac_ext <<_ACEOF
21126 /* end confdefs.h. */
21127 #include <typeinfo>
21128 class Base { public : Base () {} virtual void f () = 0; };
21129 class Derived : public Base { public : Derived () {} virtual void f () {} };
21130 int g (Derived&) { return 0; }
21135 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21140 rm -f conftest.
$ac_objext
21141 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21142 (eval $ac_compile) 2>conftest.er1
21144 grep -v '^ *+' conftest.er1
>conftest.err
21146 cat conftest.err
>&5
21147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21148 (exit $ac_status); } &&
21149 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21151 (eval $ac_try) 2>&5
21153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21154 (exit $ac_status); }; } &&
21155 { ac_try
='test -s conftest.$ac_objext'
21156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21157 (eval $ac_try) 2>&5
21159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21160 (exit $ac_status); }; }; then
21161 ac_cv_cxx_static_cast
=yes
21163 echo "$as_me: failed program was:" >&5
21164 sed 's/^/| /' conftest.
$ac_ext >&5
21166 ac_cv_cxx_static_cast
=no
21168 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21170 ac_cpp
='$CPP $CPPFLAGS'
21171 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21172 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21173 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21177 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21178 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21179 if test "$ac_cv_cxx_static_cast" = yes; then
21181 cat >>confdefs.h
<<\_ACEOF
21182 #define HAVE_STATIC_CAST
21188 if test "$wxUSE_UNICODE" = "yes" -a \
21189 \
( "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes" \
); then
21191 ac_cpp
='$CXXCPP $CPPFLAGS'
21192 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21193 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21194 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21197 echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
21198 echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
21199 cat >conftest.
$ac_ext <<_ACEOF
21202 cat confdefs.h
>>conftest.
$ac_ext
21203 cat >>conftest.
$ac_ext <<_ACEOF
21204 /* end confdefs.h. */
21214 rm -f conftest.
$ac_objext
21215 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21216 (eval $ac_compile) 2>conftest.er1
21218 grep -v '^ *+' conftest.er1
>conftest.err
21220 cat conftest.err
>&5
21221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21222 (exit $ac_status); } &&
21223 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21225 (eval $ac_try) 2>&5
21227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21228 (exit $ac_status); }; } &&
21229 { ac_try
='test -s conftest.$ac_objext'
21230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21231 (eval $ac_try) 2>&5
21233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234 (exit $ac_status); }; }; then
21235 echo "$as_me:$LINENO: result: yes" >&5
21236 echo "${ECHO_T}yes" >&6
21237 cat >>confdefs.h
<<\_ACEOF
21238 #define HAVE_STD_WSTRING 1
21242 echo "$as_me: failed program was:" >&5
21243 sed 's/^/| /' conftest.
$ac_ext >&5
21245 echo "$as_me:$LINENO: result: no" >&5
21246 echo "${ECHO_T}no" >&6
21247 echo "$as_me:$LINENO: checking if std::basic_string<wchar_t> works" >&5
21248 echo $ECHO_N "checking if std::basic_string<wchar_t> works... $ECHO_C" >&6
21249 cat >conftest.
$ac_ext <<_ACEOF
21252 cat confdefs.h
>>conftest.
$ac_ext
21253 cat >>conftest.
$ac_ext <<_ACEOF
21254 /* end confdefs.h. */
21256 #ifdef HAVE_WCHAR_H
21258 # include <stddef.h>
21260 # include <wchar.h>
21262 #ifdef HAVE_STDLIB_H
21263 # include <stdlib.h>
21271 std::basic_string<wchar_t> foo;
21272 const wchar_t* dummy = foo.c_str();
21277 rm -f conftest.
$ac_objext
21278 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21279 (eval $ac_compile) 2>conftest.er1
21281 grep -v '^ *+' conftest.er1
>conftest.err
21283 cat conftest.err
>&5
21284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21285 (exit $ac_status); } &&
21286 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21288 (eval $ac_try) 2>&5
21290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21291 (exit $ac_status); }; } &&
21292 { ac_try
='test -s conftest.$ac_objext'
21293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21294 (eval $ac_try) 2>&5
21296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21297 (exit $ac_status); }; }; then
21298 echo "$as_me:$LINENO: result: yes" >&5
21299 echo "${ECHO_T}yes" >&6
21301 echo "$as_me: failed program was:" >&5
21302 sed 's/^/| /' conftest.
$ac_ext >&5
21304 echo "$as_me:$LINENO: result: no" >&5
21305 echo "${ECHO_T}no" >&6
21306 { { echo "$as_me:$LINENO: error: Can't compile without unicode string class" >&5
21307 echo "$as_me: error: Can't compile without unicode string class" >&2;}
21308 { (exit 1); exit 1; }; }
21311 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21314 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21317 ac_cpp
='$CPP $CPPFLAGS'
21318 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21319 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21320 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21324 if test "$wxUSE_STL" = "yes"; then
21326 ac_cpp
='$CXXCPP $CPPFLAGS'
21327 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21328 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21329 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21332 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21333 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
21334 cat >conftest.
$ac_ext <<_ACEOF
21337 cat confdefs.h
>>conftest.
$ac_ext
21338 cat >>conftest.
$ac_ext <<_ACEOF
21339 /* end confdefs.h. */
21341 #include <functional>
21342 #include <algorithm>
21348 std::vector<int> moo;
21349 std::list<int> foo;
21350 std::vector<int>::iterator it =
21351 std::find_if(moo.begin(), moo.end(),
21352 std::bind2nd(std::less<int>(), 3));
21357 rm -f conftest.
$ac_objext
21358 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21359 (eval $ac_compile) 2>conftest.er1
21361 grep -v '^ *+' conftest.er1
>conftest.err
21363 cat conftest.err
>&5
21364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21365 (exit $ac_status); } &&
21366 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21368 (eval $ac_try) 2>&5
21370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21371 (exit $ac_status); }; } &&
21372 { ac_try
='test -s conftest.$ac_objext'
21373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21374 (eval $ac_try) 2>&5
21376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21377 (exit $ac_status); }; }; then
21378 echo "$as_me:$LINENO: result: yes" >&5
21379 echo "${ECHO_T}yes" >&6
21381 echo "$as_me: failed program was:" >&5
21382 sed 's/^/| /' conftest.
$ac_ext >&5
21384 echo "$as_me:$LINENO: result: no" >&5
21385 echo "${ECHO_T}no" >&6
21386 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
21387 echo "$as_me: error: Basic STL functionality missing" >&2;}
21388 { (exit 1); exit 1; }; }
21390 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21392 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
21393 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
21394 cat >conftest.
$ac_ext <<_ACEOF
21397 cat confdefs.h
>>conftest.
$ac_ext
21398 cat >>conftest.
$ac_ext <<_ACEOF
21399 /* end confdefs.h. */
21404 std::string foo, bar;
21406 foo.compare(1, 1, bar);
21407 foo.compare(1, 1, bar, 1, 1);
21409 foo.compare(1, 1, "");
21410 foo.compare(1, 1, "", 2);
21415 rm -f conftest.
$ac_objext
21416 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21417 (eval $ac_compile) 2>conftest.er1
21419 grep -v '^ *+' conftest.er1
>conftest.err
21421 cat conftest.err
>&5
21422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21423 (exit $ac_status); } &&
21424 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21426 (eval $ac_try) 2>&5
21428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21429 (exit $ac_status); }; } &&
21430 { ac_try
='test -s conftest.$ac_objext'
21431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21432 (eval $ac_try) 2>&5
21434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21435 (exit $ac_status); }; }; then
21436 echo "$as_me:$LINENO: result: yes" >&5
21437 echo "${ECHO_T}yes" >&6
21438 cat >>confdefs.h
<<\_ACEOF
21439 #define HAVE_STD_STRING_COMPARE 1
21443 echo "$as_me: failed program was:" >&5
21444 sed 's/^/| /' conftest.
$ac_ext >&5
21446 echo "$as_me:$LINENO: result: no" >&5
21447 echo "${ECHO_T}no" >&6
21449 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21451 if test "${ac_cv_header_hash_map+set}" = set; then
21452 echo "$as_me:$LINENO: checking for hash_map" >&5
21453 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21454 if test "${ac_cv_header_hash_map+set}" = set; then
21455 echo $ECHO_N "(cached) $ECHO_C" >&6
21457 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21458 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21460 # Is the header compilable?
21461 echo "$as_me:$LINENO: checking hash_map usability" >&5
21462 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
21463 cat >conftest.
$ac_ext <<_ACEOF
21466 cat confdefs.h
>>conftest.
$ac_ext
21467 cat >>conftest.
$ac_ext <<_ACEOF
21468 /* end confdefs.h. */
21469 $ac_includes_default
21470 #include <hash_map>
21472 rm -f conftest.
$ac_objext
21473 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21474 (eval $ac_compile) 2>conftest.er1
21476 grep -v '^ *+' conftest.er1
>conftest.err
21478 cat conftest.err
>&5
21479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21480 (exit $ac_status); } &&
21481 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21483 (eval $ac_try) 2>&5
21485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21486 (exit $ac_status); }; } &&
21487 { ac_try
='test -s conftest.$ac_objext'
21488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21489 (eval $ac_try) 2>&5
21491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21492 (exit $ac_status); }; }; then
21493 ac_header_compiler
=yes
21495 echo "$as_me: failed program was:" >&5
21496 sed 's/^/| /' conftest.
$ac_ext >&5
21498 ac_header_compiler
=no
21500 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21501 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21502 echo "${ECHO_T}$ac_header_compiler" >&6
21504 # Is the header present?
21505 echo "$as_me:$LINENO: checking hash_map presence" >&5
21506 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
21507 cat >conftest.
$ac_ext <<_ACEOF
21510 cat confdefs.h
>>conftest.
$ac_ext
21511 cat >>conftest.
$ac_ext <<_ACEOF
21512 /* end confdefs.h. */
21513 #include <hash_map>
21515 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21516 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21518 grep -v '^ *+' conftest.er1
>conftest.err
21520 cat conftest.err
>&5
21521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21522 (exit $ac_status); } >/dev
/null
; then
21523 if test -s conftest.err
; then
21524 ac_cpp_err
=$ac_cxx_preproc_warn_flag
21525 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
21532 if test -z "$ac_cpp_err"; then
21533 ac_header_preproc
=yes
21535 echo "$as_me: failed program was:" >&5
21536 sed 's/^/| /' conftest.
$ac_ext >&5
21538 ac_header_preproc
=no
21540 rm -f conftest.err conftest.
$ac_ext
21541 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21542 echo "${ECHO_T}$ac_header_preproc" >&6
21544 # So? What about this header?
21545 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21547 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
21548 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
21549 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
21550 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
21551 ac_header_preproc
=yes
21554 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
21555 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
21556 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
21557 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
21558 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
21559 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
21560 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
21561 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
21562 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
21563 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
21564 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
21565 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
21568 ## ----------------------------------------- ##
21569 ## Report this to wx-dev@lists.wxwidgets.org ##
21570 ## ----------------------------------------- ##
21573 sed "s/^/$as_me: WARNING: /" >&2
21576 echo "$as_me:$LINENO: checking for hash_map" >&5
21577 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21578 if test "${ac_cv_header_hash_map+set}" = set; then
21579 echo $ECHO_N "(cached) $ECHO_C" >&6
21581 ac_cv_header_hash_map
=$ac_header_preproc
21583 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21584 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21587 if test $ac_cv_header_hash_map = yes; then
21588 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
21589 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
21590 cat >conftest.
$ac_ext <<_ACEOF
21593 cat confdefs.h
>>conftest.
$ac_ext
21594 cat >>conftest.
$ac_ext <<_ACEOF
21595 /* end confdefs.h. */
21596 #include <hash_map>
21597 #include <hash_set>
21601 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
21602 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
21607 rm -f conftest.
$ac_objext
21608 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21609 (eval $ac_compile) 2>conftest.er1
21611 grep -v '^ *+' conftest.er1
>conftest.err
21613 cat conftest.err
>&5
21614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21615 (exit $ac_status); } &&
21616 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21618 (eval $ac_try) 2>&5
21620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621 (exit $ac_status); }; } &&
21622 { ac_try
='test -s conftest.$ac_objext'
21623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21624 (eval $ac_try) 2>&5
21626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21627 (exit $ac_status); }; }; then
21628 echo "$as_me:$LINENO: result: yes" >&5
21629 echo "${ECHO_T}yes" >&6
21630 cat >>confdefs.h
<<\_ACEOF
21631 #define HAVE_HASH_MAP 1
21634 cat >>confdefs.h
<<\_ACEOF
21635 #define HAVE_STD_HASH_MAP 1
21639 echo "$as_me: failed program was:" >&5
21640 sed 's/^/| /' conftest.
$ac_ext >&5
21642 echo "$as_me:$LINENO: result: no" >&5
21643 echo "${ECHO_T}no" >&6
21645 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21651 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21652 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
21653 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
21654 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21655 echo $ECHO_N "(cached) $ECHO_C" >&6
21657 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
21658 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
21660 # Is the header compilable?
21661 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
21662 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
21663 cat >conftest.
$ac_ext <<_ACEOF
21666 cat confdefs.h
>>conftest.
$ac_ext
21667 cat >>conftest.
$ac_ext <<_ACEOF
21668 /* end confdefs.h. */
21669 $ac_includes_default
21670 #include <ext/hash_map>
21672 rm -f conftest.
$ac_objext
21673 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21674 (eval $ac_compile) 2>conftest.er1
21676 grep -v '^ *+' conftest.er1
>conftest.err
21678 cat conftest.err
>&5
21679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21680 (exit $ac_status); } &&
21681 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21683 (eval $ac_try) 2>&5
21685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21686 (exit $ac_status); }; } &&
21687 { ac_try
='test -s conftest.$ac_objext'
21688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21689 (eval $ac_try) 2>&5
21691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21692 (exit $ac_status); }; }; then
21693 ac_header_compiler
=yes
21695 echo "$as_me: failed program was:" >&5
21696 sed 's/^/| /' conftest.
$ac_ext >&5
21698 ac_header_compiler
=no
21700 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21701 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21702 echo "${ECHO_T}$ac_header_compiler" >&6
21704 # Is the header present?
21705 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
21706 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
21707 cat >conftest.
$ac_ext <<_ACEOF
21710 cat confdefs.h
>>conftest.
$ac_ext
21711 cat >>conftest.
$ac_ext <<_ACEOF
21712 /* end confdefs.h. */
21713 #include <ext/hash_map>
21715 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21716 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21718 grep -v '^ *+' conftest.er1
>conftest.err
21720 cat conftest.err
>&5
21721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21722 (exit $ac_status); } >/dev
/null
; then
21723 if test -s conftest.err
; then
21724 ac_cpp_err
=$ac_cxx_preproc_warn_flag
21725 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
21732 if test -z "$ac_cpp_err"; then
21733 ac_header_preproc
=yes
21735 echo "$as_me: failed program was:" >&5
21736 sed 's/^/| /' conftest.
$ac_ext >&5
21738 ac_header_preproc
=no
21740 rm -f conftest.err conftest.
$ac_ext
21741 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21742 echo "${ECHO_T}$ac_header_preproc" >&6
21744 # So? What about this header?
21745 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21747 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
21748 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
21749 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
21750 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
21751 ac_header_preproc
=yes
21754 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
21755 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
21756 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
21757 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
21758 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
21759 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
21760 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
21761 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
21762 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
21763 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
21764 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
21765 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
21768 ## ----------------------------------------- ##
21769 ## Report this to wx-dev@lists.wxwidgets.org ##
21770 ## ----------------------------------------- ##
21773 sed "s/^/$as_me: WARNING: /" >&2
21776 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
21777 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
21778 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21779 echo $ECHO_N "(cached) $ECHO_C" >&6
21781 ac_cv_header_ext_hash_map
=$ac_header_preproc
21783 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
21784 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
21787 if test $ac_cv_header_ext_hash_map = yes; then
21788 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
21789 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
21790 cat >conftest.
$ac_ext <<_ACEOF
21793 cat confdefs.h
>>conftest.
$ac_ext
21794 cat >>conftest.
$ac_ext <<_ACEOF
21795 /* end confdefs.h. */
21796 #include <ext/hash_map>
21797 #include <ext/hash_set>
21801 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
21802 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
21807 rm -f conftest.
$ac_objext
21808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21809 (eval $ac_compile) 2>conftest.er1
21811 grep -v '^ *+' conftest.er1
>conftest.err
21813 cat conftest.err
>&5
21814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21815 (exit $ac_status); } &&
21816 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21818 (eval $ac_try) 2>&5
21820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21821 (exit $ac_status); }; } &&
21822 { ac_try
='test -s conftest.$ac_objext'
21823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21824 (eval $ac_try) 2>&5
21826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21827 (exit $ac_status); }; }; then
21828 echo "$as_me:$LINENO: result: yes" >&5
21829 echo "${ECHO_T}yes" >&6
21830 cat >>confdefs.h
<<\_ACEOF
21831 #define HAVE_EXT_HASH_MAP 1
21834 cat >>confdefs.h
<<\_ACEOF
21835 #define HAVE_GNU_CXX_HASH_MAP 1
21839 echo "$as_me: failed program was:" >&5
21840 sed 's/^/| /' conftest.
$ac_ext >&5
21842 echo "$as_me:$LINENO: result: no" >&5
21843 echo "${ECHO_T}no" >&6
21845 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21852 ac_cpp
='$CPP $CPPFLAGS'
21853 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21854 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21855 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21861 /usr/local/include \
21863 /usr/Motif-2.1/include \
21864 /usr/Motif-1.2/include \
21865 /usr/include/Motif1.2 \
21866 /opt/xpm/include/X11 \
21867 /opt/GBxpm/include/ \
21868 /opt/GBxpm/X11/include/ \
21871 /usr/openwin/include \
21875 /usr/X11R6/include \
21876 /usr/X11R6.4/include \
21877 /usr/X11R5/include \
21878 /usr/X11R4/include \
21880 /usr/include/X11R6 \
21881 /usr/include/X11R5 \
21882 /usr/include/X11R4 \
21884 /usr/local/X11R6/include \
21885 /usr/local/X11R5/include \
21886 /usr/local/X11R4/include \
21888 /usr/local/include/X11R6 \
21889 /usr/local/include/X11R5 \
21890 /usr/local/include/X11R4 \
21894 /usr/local/X11/include \
21895 /usr/local/include/X11 \
21897 /usr/X386/include \
21898 /usr/x386/include \
21899 /usr/XFree86/include/X11 \
21901 X:/XFree86/include \
21902 X:/XFree86/include/X11 \
21905 /usr/local/include/gtk \
21906 /usr/include/glib \
21907 /usr/local/include/glib \
21910 /usr/local/include/qt \
21912 /usr/local/arm/3.3.2/include \
21914 /usr/include/windows \
21915 /usr/include/wine \
21916 /usr/local/include/wine \
21918 /usr/unsupported/include \
21919 /usr/athena/include \
21920 /usr/local/x11r5/include \
21921 /usr/lpp/Xamples/include \
21923 /usr/openwin/share/include"
21925 SEARCH_LIB
="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`"
21928 cat >confcache
<<\_ACEOF
21929 # This file is a shell script that caches the results of configure
21930 # tests run on this system so they can be shared between configure
21931 # scripts and configure runs, see configure's option --config-cache.
21932 # It is not useful on other systems. If it contains results you don't
21933 # want to keep, you may remove or edit it.
21935 # config.status only pays attention to the cache file if you give it
21936 # the --recheck option to rerun configure.
21938 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21939 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21940 # following values.
21944 # The following way of writing the cache mishandles newlines in values,
21945 # but we know of no workaround that is simple, portable, and efficient.
21946 # So, don't put newlines in cache variables' values.
21947 # Ultrix sh set writes to stderr and can't be redirected directly,
21948 # and sets the high bit in the cache file unless we assign to the vars.
21951 case `(ac_space=' '; set | grep ac_space) 2>&1` in
21953 # `set' does not quote correctly, so add quotes (double-quote
21954 # substitution turns \\\\ into \\, and sed turns \\ into \).
21957 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21960 # `set' quotes correctly as required by POSIX, so do not add quotes.
21962 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
21969 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21971 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21973 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
21974 if test -w $cache_file; then
21975 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
21976 cat confcache
>$cache_file
21978 echo "not updating unwritable cache $cache_file"
21983 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
21984 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
21985 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
21986 if test "${wx_cv_lib_glibc21+set}" = set; then
21987 echo $ECHO_N "(cached) $ECHO_C" >&6
21990 cat >conftest.
$ac_ext <<_ACEOF
21993 cat confdefs.h
>>conftest.
$ac_ext
21994 cat >>conftest.
$ac_ext <<_ACEOF
21995 /* end confdefs.h. */
21996 #include <features.h>
22001 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
22002 #error not glibc2.1
22009 rm -f conftest.
$ac_objext
22010 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22011 (eval $ac_compile) 2>conftest.er1
22013 grep -v '^ *+' conftest.er1
>conftest.err
22015 cat conftest.err
>&5
22016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22017 (exit $ac_status); } &&
22018 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22020 (eval $ac_try) 2>&5
22022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22023 (exit $ac_status); }; } &&
22024 { ac_try
='test -s conftest.$ac_objext'
22025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22026 (eval $ac_try) 2>&5
22028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22029 (exit $ac_status); }; }; then
22031 wx_cv_lib_glibc21
=yes
22034 echo "$as_me: failed program was:" >&5
22035 sed 's/^/| /' conftest.
$ac_ext >&5
22038 wx_cv_lib_glibc21
=no
22042 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22045 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
22046 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
22047 if test "$wx_cv_lib_glibc21" = "yes"; then
22048 cat >>confdefs.h
<<\_ACEOF
22049 #define wxHAVE_GLIBC2 1
22055 if test "x$wx_cv_lib_glibc21" = "xyes"; then
22056 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
22057 cat >>confdefs.h
<<\_ACEOF
22058 #define _GNU_SOURCE 1
22066 if test "$wxUSE_REGEX" != "no"; then
22067 cat >>confdefs.h
<<\_ACEOF
22068 #define wxUSE_REGEX 1
22072 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22073 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
22074 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
22075 wxUSE_REGEX
=builtin
22078 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22079 if test "${ac_cv_header_regex_h+set}" = set; then
22080 echo "$as_me:$LINENO: checking for regex.h" >&5
22081 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22082 if test "${ac_cv_header_regex_h+set}" = set; then
22083 echo $ECHO_N "(cached) $ECHO_C" >&6
22085 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22086 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22088 # Is the header compilable?
22089 echo "$as_me:$LINENO: checking regex.h usability" >&5
22090 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
22091 cat >conftest.
$ac_ext <<_ACEOF
22094 cat confdefs.h
>>conftest.
$ac_ext
22095 cat >>conftest.
$ac_ext <<_ACEOF
22096 /* end confdefs.h. */
22097 $ac_includes_default
22100 rm -f conftest.
$ac_objext
22101 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22102 (eval $ac_compile) 2>conftest.er1
22104 grep -v '^ *+' conftest.er1
>conftest.err
22106 cat conftest.err
>&5
22107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22108 (exit $ac_status); } &&
22109 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22111 (eval $ac_try) 2>&5
22113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22114 (exit $ac_status); }; } &&
22115 { ac_try
='test -s conftest.$ac_objext'
22116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22117 (eval $ac_try) 2>&5
22119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22120 (exit $ac_status); }; }; then
22121 ac_header_compiler
=yes
22123 echo "$as_me: failed program was:" >&5
22124 sed 's/^/| /' conftest.
$ac_ext >&5
22126 ac_header_compiler
=no
22128 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22129 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22130 echo "${ECHO_T}$ac_header_compiler" >&6
22132 # Is the header present?
22133 echo "$as_me:$LINENO: checking regex.h presence" >&5
22134 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
22135 cat >conftest.
$ac_ext <<_ACEOF
22138 cat confdefs.h
>>conftest.
$ac_ext
22139 cat >>conftest.
$ac_ext <<_ACEOF
22140 /* end confdefs.h. */
22143 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22144 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22146 grep -v '^ *+' conftest.er1
>conftest.err
22148 cat conftest.err
>&5
22149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22150 (exit $ac_status); } >/dev
/null
; then
22151 if test -s conftest.err
; then
22152 ac_cpp_err
=$ac_c_preproc_warn_flag
22153 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22160 if test -z "$ac_cpp_err"; then
22161 ac_header_preproc
=yes
22163 echo "$as_me: failed program was:" >&5
22164 sed 's/^/| /' conftest.
$ac_ext >&5
22166 ac_header_preproc
=no
22168 rm -f conftest.err conftest.
$ac_ext
22169 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22170 echo "${ECHO_T}$ac_header_preproc" >&6
22172 # So? What about this header?
22173 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22175 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22176 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22177 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22178 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22179 ac_header_preproc
=yes
22182 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22183 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
22184 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22185 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22186 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22187 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22188 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22189 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
22190 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22191 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
22192 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22193 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
22196 ## ----------------------------------------- ##
22197 ## Report this to wx-dev@lists.wxwidgets.org ##
22198 ## ----------------------------------------- ##
22201 sed "s/^/$as_me: WARNING: /" >&2
22204 echo "$as_me:$LINENO: checking for regex.h" >&5
22205 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22206 if test "${ac_cv_header_regex_h+set}" = set; then
22207 echo $ECHO_N "(cached) $ECHO_C" >&6
22209 ac_cv_header_regex_h
=$ac_header_preproc
22211 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22212 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22215 if test $ac_cv_header_regex_h = yes; then
22217 for ac_func
in regcomp
22219 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22220 echo "$as_me:$LINENO: checking for $ac_func" >&5
22221 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22222 if eval "test \"\${$as_ac_var+set}\" = set"; then
22223 echo $ECHO_N "(cached) $ECHO_C" >&6
22225 cat >conftest.
$ac_ext <<_ACEOF
22228 cat confdefs.h
>>conftest.
$ac_ext
22229 cat >>conftest.
$ac_ext <<_ACEOF
22230 /* end confdefs.h. */
22231 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22232 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22233 #define $ac_func innocuous_$ac_func
22235 /* System header to define __stub macros and hopefully few prototypes,
22236 which can conflict with char $ac_func (); below.
22237 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22238 <limits.h> exists even on freestanding compilers. */
22241 # include <limits.h>
22243 # include <assert.h>
22248 /* Override any gcc2 internal prototype to avoid an error. */
22253 /* We use char because int might match the return type of a gcc2
22254 builtin and then its argument prototype would still apply. */
22256 /* The GNU C library defines this for functions which it implements
22257 to always fail with ENOSYS. Some functions are actually named
22258 something starting with __ and the normal name is an alias. */
22259 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22262 char (*f) () = $ac_func;
22271 return f != $ac_func;
22276 rm -f conftest.
$ac_objext conftest
$ac_exeext
22277 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22278 (eval $ac_link) 2>conftest.er1
22280 grep -v '^ *+' conftest.er1
>conftest.err
22282 cat conftest.err
>&5
22283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22284 (exit $ac_status); } &&
22285 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22287 (eval $ac_try) 2>&5
22289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22290 (exit $ac_status); }; } &&
22291 { ac_try
='test -s conftest$ac_exeext'
22292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22293 (eval $ac_try) 2>&5
22295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22296 (exit $ac_status); }; }; then
22297 eval "$as_ac_var=yes"
22299 echo "$as_me: failed program was:" >&5
22300 sed 's/^/| /' conftest.
$ac_ext >&5
22302 eval "$as_ac_var=no"
22304 rm -f conftest.err conftest.
$ac_objext \
22305 conftest
$ac_exeext conftest.
$ac_ext
22307 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22308 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22309 if test `eval echo '${'$as_ac_var'}'` = yes; then
22310 cat >>confdefs.h
<<_ACEOF
22311 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22321 if test "x$ac_cv_func_regcomp" != "xyes"; then
22322 if test "$wxUSE_REGEX" = "sys" ; then
22323 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
22324 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
22325 { (exit 1); exit 1; }; }
22327 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
22328 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22329 wxUSE_REGEX
=builtin
22333 cat >>confdefs.h
<<\_ACEOF
22334 #define WX_NO_REGEX_ADVANCED 1
22343 if test "$wxUSE_ZLIB" != "no" ; then
22344 cat >>confdefs.h
<<\_ACEOF
22345 #define wxUSE_ZLIB 1
22349 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22350 if test "$USE_DARWIN" = 1; then
22351 system_zlib_h_ok
="yes"
22353 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
22354 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
22355 if test "${ac_cv_header_zlib_h+set}" = set; then
22356 echo $ECHO_N "(cached) $ECHO_C" >&6
22358 if test "$cross_compiling" = yes; then
22359 unset ac_cv_header_zlib_h
22362 cat >conftest.
$ac_ext <<_ACEOF
22365 cat confdefs.h
>>conftest.
$ac_ext
22366 cat >>conftest.
$ac_ext <<_ACEOF
22367 /* end confdefs.h. */
22374 FILE *f=fopen("conftestval", "w");
22377 ZLIB_VERSION[0] == '1' &&
22378 (ZLIB_VERSION[2] > '1' ||
22379 (ZLIB_VERSION[2] == '1' &&
22380 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22385 rm -f conftest
$ac_exeext
22386 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22387 (eval $ac_link) 2>&5
22389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22390 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22392 (eval $ac_try) 2>&5
22394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22395 (exit $ac_status); }; }; then
22396 ac_cv_header_zlib_h
=`cat conftestval`
22398 echo "$as_me: program exited with status $ac_status" >&5
22399 echo "$as_me: failed program was:" >&5
22400 sed 's/^/| /' conftest.
$ac_ext >&5
22402 ( exit $ac_status )
22403 ac_cv_header_zlib_h
=no
22405 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22409 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22410 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22411 if test "${ac_cv_header_zlib_h+set}" = set; then
22412 echo "$as_me:$LINENO: checking for zlib.h" >&5
22413 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22414 if test "${ac_cv_header_zlib_h+set}" = set; then
22415 echo $ECHO_N "(cached) $ECHO_C" >&6
22417 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22418 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22420 # Is the header compilable?
22421 echo "$as_me:$LINENO: checking zlib.h usability" >&5
22422 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
22423 cat >conftest.
$ac_ext <<_ACEOF
22426 cat confdefs.h
>>conftest.
$ac_ext
22427 cat >>conftest.
$ac_ext <<_ACEOF
22428 /* end confdefs.h. */
22429 $ac_includes_default
22432 rm -f conftest.
$ac_objext
22433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22434 (eval $ac_compile) 2>conftest.er1
22436 grep -v '^ *+' conftest.er1
>conftest.err
22438 cat conftest.err
>&5
22439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22440 (exit $ac_status); } &&
22441 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22443 (eval $ac_try) 2>&5
22445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22446 (exit $ac_status); }; } &&
22447 { ac_try
='test -s conftest.$ac_objext'
22448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22449 (eval $ac_try) 2>&5
22451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22452 (exit $ac_status); }; }; then
22453 ac_header_compiler
=yes
22455 echo "$as_me: failed program was:" >&5
22456 sed 's/^/| /' conftest.
$ac_ext >&5
22458 ac_header_compiler
=no
22460 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22461 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22462 echo "${ECHO_T}$ac_header_compiler" >&6
22464 # Is the header present?
22465 echo "$as_me:$LINENO: checking zlib.h presence" >&5
22466 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
22467 cat >conftest.
$ac_ext <<_ACEOF
22470 cat confdefs.h
>>conftest.
$ac_ext
22471 cat >>conftest.
$ac_ext <<_ACEOF
22472 /* end confdefs.h. */
22475 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22476 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22478 grep -v '^ *+' conftest.er1
>conftest.err
22480 cat conftest.err
>&5
22481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22482 (exit $ac_status); } >/dev
/null
; then
22483 if test -s conftest.err
; then
22484 ac_cpp_err
=$ac_c_preproc_warn_flag
22485 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22492 if test -z "$ac_cpp_err"; then
22493 ac_header_preproc
=yes
22495 echo "$as_me: failed program was:" >&5
22496 sed 's/^/| /' conftest.
$ac_ext >&5
22498 ac_header_preproc
=no
22500 rm -f conftest.err conftest.
$ac_ext
22501 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22502 echo "${ECHO_T}$ac_header_preproc" >&6
22504 # So? What about this header?
22505 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22507 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
22508 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22509 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
22510 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
22511 ac_header_preproc
=yes
22514 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
22515 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
22516 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
22517 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
22518 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
22519 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
22520 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
22521 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
22522 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
22523 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
22524 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
22525 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
22528 ## ----------------------------------------- ##
22529 ## Report this to wx-dev@lists.wxwidgets.org ##
22530 ## ----------------------------------------- ##
22533 sed "s/^/$as_me: WARNING: /" >&2
22536 echo "$as_me:$LINENO: checking for zlib.h" >&5
22537 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22538 if test "${ac_cv_header_zlib_h+set}" = set; then
22539 echo $ECHO_N "(cached) $ECHO_C" >&6
22541 ac_cv_header_zlib_h
=$ac_header_preproc
22543 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22544 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22550 system_zlib_h_ok
=$ac_cv_header_zlib_h
22553 if test "$system_zlib_h_ok" = "yes"; then
22554 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
22555 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
22556 if test "${ac_cv_lib_z_deflate+set}" = set; then
22557 echo $ECHO_N "(cached) $ECHO_C" >&6
22559 ac_check_lib_save_LIBS
=$LIBS
22561 cat >conftest.
$ac_ext <<_ACEOF
22564 cat confdefs.h
>>conftest.
$ac_ext
22565 cat >>conftest.
$ac_ext <<_ACEOF
22566 /* end confdefs.h. */
22568 /* Override any gcc2 internal prototype to avoid an error. */
22572 /* We use char because int might match the return type of a gcc2
22573 builtin and then its argument prototype would still apply. */
22583 rm -f conftest.
$ac_objext conftest
$ac_exeext
22584 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22585 (eval $ac_link) 2>conftest.er1
22587 grep -v '^ *+' conftest.er1
>conftest.err
22589 cat conftest.err
>&5
22590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22591 (exit $ac_status); } &&
22592 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22594 (eval $ac_try) 2>&5
22596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22597 (exit $ac_status); }; } &&
22598 { ac_try
='test -s conftest$ac_exeext'
22599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22600 (eval $ac_try) 2>&5
22602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22603 (exit $ac_status); }; }; then
22604 ac_cv_lib_z_deflate
=yes
22606 echo "$as_me: failed program was:" >&5
22607 sed 's/^/| /' conftest.
$ac_ext >&5
22609 ac_cv_lib_z_deflate
=no
22611 rm -f conftest.err conftest.
$ac_objext \
22612 conftest
$ac_exeext conftest.
$ac_ext
22613 LIBS
=$ac_check_lib_save_LIBS
22615 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
22616 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
22617 if test $ac_cv_lib_z_deflate = yes; then
22623 if test "x$ZLIB_LINK" = "x" ; then
22624 if test "$wxUSE_ZLIB" = "sys" ; then
22625 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
22626 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
22627 { (exit 1); exit 1; }; }
22629 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
22630 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
22641 if test "$wxUSE_LIBPNG" != "no" ; then
22642 cat >>confdefs.h
<<\_ACEOF
22643 #define wxUSE_LIBPNG 1
22647 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
22648 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
22649 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
22653 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
22654 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
22655 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
22656 wxUSE_LIBPNG
=builtin
22659 if test "$wxUSE_MGL" != 1 ; then
22660 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
22661 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
22662 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
22663 if test "${ac_cv_header_png_h+set}" = set; then
22664 echo $ECHO_N "(cached) $ECHO_C" >&6
22666 if test "$cross_compiling" = yes; then
22667 unset ac_cv_header_png_h
22670 cat >conftest.
$ac_ext <<_ACEOF
22673 cat confdefs.h
>>conftest.
$ac_ext
22674 cat >>conftest.
$ac_ext <<_ACEOF
22675 /* end confdefs.h. */
22682 FILE *f=fopen("conftestval", "w");
22685 PNG_LIBPNG_VER > 90 ? "yes" : "no");
22690 rm -f conftest
$ac_exeext
22691 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22692 (eval $ac_link) 2>&5
22694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22695 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22697 (eval $ac_try) 2>&5
22699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22700 (exit $ac_status); }; }; then
22701 ac_cv_header_png_h
=`cat conftestval`
22703 echo "$as_me: program exited with status $ac_status" >&5
22704 echo "$as_me: failed program was:" >&5
22705 sed 's/^/| /' conftest.
$ac_ext >&5
22707 ( exit $ac_status )
22708 ac_cv_header_png_h
=no
22710 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22714 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
22715 echo "${ECHO_T}$ac_cv_header_png_h" >&6
22716 if test "${ac_cv_header_png_h+set}" = set; then
22717 echo "$as_me:$LINENO: checking for png.h" >&5
22718 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
22719 if test "${ac_cv_header_png_h+set}" = set; then
22720 echo $ECHO_N "(cached) $ECHO_C" >&6
22722 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
22723 echo "${ECHO_T}$ac_cv_header_png_h" >&6
22725 # Is the header compilable?
22726 echo "$as_me:$LINENO: checking png.h usability" >&5
22727 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
22728 cat >conftest.
$ac_ext <<_ACEOF
22731 cat confdefs.h
>>conftest.
$ac_ext
22732 cat >>conftest.
$ac_ext <<_ACEOF
22733 /* end confdefs.h. */
22734 $ac_includes_default
22737 rm -f conftest.
$ac_objext
22738 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22739 (eval $ac_compile) 2>conftest.er1
22741 grep -v '^ *+' conftest.er1
>conftest.err
22743 cat conftest.err
>&5
22744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22745 (exit $ac_status); } &&
22746 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22748 (eval $ac_try) 2>&5
22750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22751 (exit $ac_status); }; } &&
22752 { ac_try
='test -s conftest.$ac_objext'
22753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22754 (eval $ac_try) 2>&5
22756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22757 (exit $ac_status); }; }; then
22758 ac_header_compiler
=yes
22760 echo "$as_me: failed program was:" >&5
22761 sed 's/^/| /' conftest.
$ac_ext >&5
22763 ac_header_compiler
=no
22765 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22766 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22767 echo "${ECHO_T}$ac_header_compiler" >&6
22769 # Is the header present?
22770 echo "$as_me:$LINENO: checking png.h presence" >&5
22771 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
22772 cat >conftest.
$ac_ext <<_ACEOF
22775 cat confdefs.h
>>conftest.
$ac_ext
22776 cat >>conftest.
$ac_ext <<_ACEOF
22777 /* end confdefs.h. */
22780 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22781 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22783 grep -v '^ *+' conftest.er1
>conftest.err
22785 cat conftest.err
>&5
22786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22787 (exit $ac_status); } >/dev
/null
; then
22788 if test -s conftest.err
; then
22789 ac_cpp_err
=$ac_c_preproc_warn_flag
22790 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22797 if test -z "$ac_cpp_err"; then
22798 ac_header_preproc
=yes
22800 echo "$as_me: failed program was:" >&5
22801 sed 's/^/| /' conftest.
$ac_ext >&5
22803 ac_header_preproc
=no
22805 rm -f conftest.err conftest.
$ac_ext
22806 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22807 echo "${ECHO_T}$ac_header_preproc" >&6
22809 # So? What about this header?
22810 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22812 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
22813 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22814 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
22815 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
22816 ac_header_preproc
=yes
22819 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
22820 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
22821 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
22822 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
22823 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
22824 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
22825 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
22826 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
22827 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
22828 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
22829 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
22830 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
22833 ## ----------------------------------------- ##
22834 ## Report this to wx-dev@lists.wxwidgets.org ##
22835 ## ----------------------------------------- ##
22838 sed "s/^/$as_me: WARNING: /" >&2
22841 echo "$as_me:$LINENO: checking for png.h" >&5
22842 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
22843 if test "${ac_cv_header_png_h+set}" = set; then
22844 echo $ECHO_N "(cached) $ECHO_C" >&6
22846 ac_cv_header_png_h
=$ac_header_preproc
22848 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
22849 echo "${ECHO_T}$ac_cv_header_png_h" >&6
22855 if test "$ac_cv_header_png_h" = "yes"; then
22856 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
22857 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
22858 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
22859 echo $ECHO_N "(cached) $ECHO_C" >&6
22861 ac_check_lib_save_LIBS
=$LIBS
22862 LIBS
="-lpng -lz -lm $LIBS"
22863 cat >conftest.
$ac_ext <<_ACEOF
22866 cat confdefs.h
>>conftest.
$ac_ext
22867 cat >>conftest.
$ac_ext <<_ACEOF
22868 /* end confdefs.h. */
22870 /* Override any gcc2 internal prototype to avoid an error. */
22874 /* We use char because int might match the return type of a gcc2
22875 builtin and then its argument prototype would still apply. */
22876 char png_check_sig ();
22885 rm -f conftest.
$ac_objext conftest
$ac_exeext
22886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22887 (eval $ac_link) 2>conftest.er1
22889 grep -v '^ *+' conftest.er1
>conftest.err
22891 cat conftest.err
>&5
22892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22893 (exit $ac_status); } &&
22894 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22896 (eval $ac_try) 2>&5
22898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22899 (exit $ac_status); }; } &&
22900 { ac_try
='test -s conftest$ac_exeext'
22901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22902 (eval $ac_try) 2>&5
22904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22905 (exit $ac_status); }; }; then
22906 ac_cv_lib_png_png_check_sig
=yes
22908 echo "$as_me: failed program was:" >&5
22909 sed 's/^/| /' conftest.
$ac_ext >&5
22911 ac_cv_lib_png_png_check_sig
=no
22913 rm -f conftest.err conftest.
$ac_objext \
22914 conftest
$ac_exeext conftest.
$ac_ext
22915 LIBS
=$ac_check_lib_save_LIBS
22917 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
22918 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
22919 if test $ac_cv_lib_png_png_check_sig = yes; then
22920 PNG_LINK
=" -lpng -lz"
22925 if test "x$PNG_LINK" = "x" ; then
22926 if test "$wxUSE_LIBPNG" = "sys" ; then
22927 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
22928 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
22929 { (exit 1); exit 1; }; }
22931 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
22932 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
22933 wxUSE_LIBPNG
=builtin
22941 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
22946 if test "$wxUSE_LIBJPEG" != "no" ; then
22947 cat >>confdefs.h
<<\_ACEOF
22948 #define wxUSE_LIBJPEG 1
22952 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
22953 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
22954 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
22958 if test "$wxUSE_MGL" != 1 ; then
22959 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
22960 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
22961 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
22962 if test "${ac_cv_header_jpeglib_h+set}" = set; then
22963 echo $ECHO_N "(cached) $ECHO_C" >&6
22965 cat >conftest.
$ac_ext <<_ACEOF
22968 cat confdefs.h
>>conftest.
$ac_ext
22969 cat >>conftest.
$ac_ext <<_ACEOF
22970 /* end confdefs.h. */
22972 #undef HAVE_STDLIB_H
22974 #include <jpeglib.h>
22985 rm -f conftest.
$ac_objext
22986 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22987 (eval $ac_compile) 2>conftest.er1
22989 grep -v '^ *+' conftest.er1
>conftest.err
22991 cat conftest.err
>&5
22992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22993 (exit $ac_status); } &&
22994 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22996 (eval $ac_try) 2>&5
22998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22999 (exit $ac_status); }; } &&
23000 { ac_try
='test -s conftest.$ac_objext'
23001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23002 (eval $ac_try) 2>&5
23004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23005 (exit $ac_status); }; }; then
23006 ac_cv_header_jpeglib_h
=yes
23008 echo "$as_me: failed program was:" >&5
23009 sed 's/^/| /' conftest.
$ac_ext >&5
23011 ac_cv_header_jpeglib_h
=no
23014 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23018 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
23019 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
23021 if test "$ac_cv_header_jpeglib_h" = "yes"; then
23022 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
23023 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
23024 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
23025 echo $ECHO_N "(cached) $ECHO_C" >&6
23027 ac_check_lib_save_LIBS
=$LIBS
23028 LIBS
="-ljpeg $LIBS"
23029 cat >conftest.
$ac_ext <<_ACEOF
23032 cat confdefs.h
>>conftest.
$ac_ext
23033 cat >>conftest.
$ac_ext <<_ACEOF
23034 /* end confdefs.h. */
23036 /* Override any gcc2 internal prototype to avoid an error. */
23040 /* We use char because int might match the return type of a gcc2
23041 builtin and then its argument prototype would still apply. */
23042 char jpeg_read_header ();
23046 jpeg_read_header ();
23051 rm -f conftest.
$ac_objext conftest
$ac_exeext
23052 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23053 (eval $ac_link) 2>conftest.er1
23055 grep -v '^ *+' conftest.er1
>conftest.err
23057 cat conftest.err
>&5
23058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23059 (exit $ac_status); } &&
23060 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23062 (eval $ac_try) 2>&5
23064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23065 (exit $ac_status); }; } &&
23066 { ac_try
='test -s conftest$ac_exeext'
23067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23068 (eval $ac_try) 2>&5
23070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23071 (exit $ac_status); }; }; then
23072 ac_cv_lib_jpeg_jpeg_read_header
=yes
23074 echo "$as_me: failed program was:" >&5
23075 sed 's/^/| /' conftest.
$ac_ext >&5
23077 ac_cv_lib_jpeg_jpeg_read_header
=no
23079 rm -f conftest.err conftest.
$ac_objext \
23080 conftest
$ac_exeext conftest.
$ac_ext
23081 LIBS
=$ac_check_lib_save_LIBS
23083 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
23084 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
23085 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
23086 JPEG_LINK
=" -ljpeg"
23091 if test "x$JPEG_LINK" = "x" ; then
23092 if test "$wxUSE_LIBJPEG" = "sys" ; then
23093 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
23094 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
23095 { (exit 1); exit 1; }; }
23097 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
23098 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
23099 wxUSE_LIBJPEG
=builtin
23110 TIFF_PREREQ_LINKS
=-lm
23111 if test "$wxUSE_LIBTIFF" != "no" ; then
23112 cat >>confdefs.h
<<\_ACEOF
23113 #define wxUSE_LIBTIFF 1
23117 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
23118 if test "$wxUSE_LIBJPEG" = "sys"; then
23119 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
23121 if test "$wxUSE_ZLIB" = "sys"; then
23122 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
23124 if test "${ac_cv_header_tiffio_h+set}" = set; then
23125 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23126 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23127 if test "${ac_cv_header_tiffio_h+set}" = set; then
23128 echo $ECHO_N "(cached) $ECHO_C" >&6
23130 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23131 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23133 # Is the header compilable?
23134 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
23135 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
23136 cat >conftest.
$ac_ext <<_ACEOF
23139 cat confdefs.h
>>conftest.
$ac_ext
23140 cat >>conftest.
$ac_ext <<_ACEOF
23141 /* end confdefs.h. */
23142 $ac_includes_default
23143 #include <tiffio.h>
23145 rm -f conftest.
$ac_objext
23146 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23147 (eval $ac_compile) 2>conftest.er1
23149 grep -v '^ *+' conftest.er1
>conftest.err
23151 cat conftest.err
>&5
23152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23153 (exit $ac_status); } &&
23154 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23156 (eval $ac_try) 2>&5
23158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23159 (exit $ac_status); }; } &&
23160 { ac_try
='test -s conftest.$ac_objext'
23161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23162 (eval $ac_try) 2>&5
23164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23165 (exit $ac_status); }; }; then
23166 ac_header_compiler
=yes
23168 echo "$as_me: failed program was:" >&5
23169 sed 's/^/| /' conftest.
$ac_ext >&5
23171 ac_header_compiler
=no
23173 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23174 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23175 echo "${ECHO_T}$ac_header_compiler" >&6
23177 # Is the header present?
23178 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23179 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23180 cat >conftest.
$ac_ext <<_ACEOF
23183 cat confdefs.h
>>conftest.
$ac_ext
23184 cat >>conftest.
$ac_ext <<_ACEOF
23185 /* end confdefs.h. */
23186 #include <tiffio.h>
23188 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23189 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23191 grep -v '^ *+' conftest.er1
>conftest.err
23193 cat conftest.err
>&5
23194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23195 (exit $ac_status); } >/dev
/null
; then
23196 if test -s conftest.err
; then
23197 ac_cpp_err
=$ac_c_preproc_warn_flag
23198 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23205 if test -z "$ac_cpp_err"; then
23206 ac_header_preproc
=yes
23208 echo "$as_me: failed program was:" >&5
23209 sed 's/^/| /' conftest.
$ac_ext >&5
23211 ac_header_preproc
=no
23213 rm -f conftest.err conftest.
$ac_ext
23214 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23215 echo "${ECHO_T}$ac_header_preproc" >&6
23217 # So? What about this header?
23218 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23220 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23221 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23222 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23223 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23224 ac_header_preproc
=yes
23227 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23228 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
23229 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23230 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23231 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23232 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23233 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23234 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
23235 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23236 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
23237 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23238 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
23241 ## ----------------------------------------- ##
23242 ## Report this to wx-dev@lists.wxwidgets.org ##
23243 ## ----------------------------------------- ##
23246 sed "s/^/$as_me: WARNING: /" >&2
23249 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23250 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23251 if test "${ac_cv_header_tiffio_h+set}" = set; then
23252 echo $ECHO_N "(cached) $ECHO_C" >&6
23254 ac_cv_header_tiffio_h
=$ac_header_preproc
23256 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23257 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23260 if test $ac_cv_header_tiffio_h = yes; then
23262 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23263 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23264 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23265 echo $ECHO_N "(cached) $ECHO_C" >&6
23267 ac_check_lib_save_LIBS
=$LIBS
23268 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
23269 cat >conftest.
$ac_ext <<_ACEOF
23272 cat confdefs.h
>>conftest.
$ac_ext
23273 cat >>conftest.
$ac_ext <<_ACEOF
23274 /* end confdefs.h. */
23276 /* Override any gcc2 internal prototype to avoid an error. */
23280 /* We use char because int might match the return type of a gcc2
23281 builtin and then its argument prototype would still apply. */
23291 rm -f conftest.
$ac_objext conftest
$ac_exeext
23292 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23293 (eval $ac_link) 2>conftest.er1
23295 grep -v '^ *+' conftest.er1
>conftest.err
23297 cat conftest.err
>&5
23298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23299 (exit $ac_status); } &&
23300 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23302 (eval $ac_try) 2>&5
23304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23305 (exit $ac_status); }; } &&
23306 { ac_try
='test -s conftest$ac_exeext'
23307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23308 (eval $ac_try) 2>&5
23310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23311 (exit $ac_status); }; }; then
23312 ac_cv_lib_tiff_TIFFError
=yes
23314 echo "$as_me: failed program was:" >&5
23315 sed 's/^/| /' conftest.
$ac_ext >&5
23317 ac_cv_lib_tiff_TIFFError
=no
23319 rm -f conftest.err conftest.
$ac_objext \
23320 conftest
$ac_exeext conftest.
$ac_ext
23321 LIBS
=$ac_check_lib_save_LIBS
23323 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
23324 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
23325 if test $ac_cv_lib_tiff_TIFFError = yes; then
23326 TIFF_LINK
=" -ltiff"
23335 if test "x$TIFF_LINK" = "x" ; then
23336 if test "$wxUSE_LIBTIFF" = "sys" ; then
23337 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
23338 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
23339 { (exit 1); exit 1; }; }
23341 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
23342 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
23343 wxUSE_LIBTIFF
=builtin
23352 if test "$wxUSE_EXPAT" != "no"; then
23354 cat >>confdefs.h
<<\_ACEOF
23355 #define wxUSE_EXPAT 1
23358 cat >>confdefs.h
<<\_ACEOF
23359 #define wxUSE_XML 1
23363 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23364 if test "${ac_cv_header_expat_h+set}" = set; then
23365 echo "$as_me:$LINENO: checking for expat.h" >&5
23366 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23367 if test "${ac_cv_header_expat_h+set}" = set; then
23368 echo $ECHO_N "(cached) $ECHO_C" >&6
23370 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23371 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23373 # Is the header compilable?
23374 echo "$as_me:$LINENO: checking expat.h usability" >&5
23375 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
23376 cat >conftest.
$ac_ext <<_ACEOF
23379 cat confdefs.h
>>conftest.
$ac_ext
23380 cat >>conftest.
$ac_ext <<_ACEOF
23381 /* end confdefs.h. */
23382 $ac_includes_default
23385 rm -f conftest.
$ac_objext
23386 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23387 (eval $ac_compile) 2>conftest.er1
23389 grep -v '^ *+' conftest.er1
>conftest.err
23391 cat conftest.err
>&5
23392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23393 (exit $ac_status); } &&
23394 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23396 (eval $ac_try) 2>&5
23398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23399 (exit $ac_status); }; } &&
23400 { ac_try
='test -s conftest.$ac_objext'
23401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23402 (eval $ac_try) 2>&5
23404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23405 (exit $ac_status); }; }; then
23406 ac_header_compiler
=yes
23408 echo "$as_me: failed program was:" >&5
23409 sed 's/^/| /' conftest.
$ac_ext >&5
23411 ac_header_compiler
=no
23413 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23414 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23415 echo "${ECHO_T}$ac_header_compiler" >&6
23417 # Is the header present?
23418 echo "$as_me:$LINENO: checking expat.h presence" >&5
23419 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
23420 cat >conftest.
$ac_ext <<_ACEOF
23423 cat confdefs.h
>>conftest.
$ac_ext
23424 cat >>conftest.
$ac_ext <<_ACEOF
23425 /* end confdefs.h. */
23428 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23429 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23431 grep -v '^ *+' conftest.er1
>conftest.err
23433 cat conftest.err
>&5
23434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23435 (exit $ac_status); } >/dev
/null
; then
23436 if test -s conftest.err
; then
23437 ac_cpp_err
=$ac_c_preproc_warn_flag
23438 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23445 if test -z "$ac_cpp_err"; then
23446 ac_header_preproc
=yes
23448 echo "$as_me: failed program was:" >&5
23449 sed 's/^/| /' conftest.
$ac_ext >&5
23451 ac_header_preproc
=no
23453 rm -f conftest.err conftest.
$ac_ext
23454 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23455 echo "${ECHO_T}$ac_header_preproc" >&6
23457 # So? What about this header?
23458 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23460 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
23461 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23462 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
23463 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
23464 ac_header_preproc
=yes
23467 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
23468 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
23469 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
23470 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
23471 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
23472 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
23473 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
23474 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
23475 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
23476 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
23477 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
23478 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
23481 ## ----------------------------------------- ##
23482 ## Report this to wx-dev@lists.wxwidgets.org ##
23483 ## ----------------------------------------- ##
23486 sed "s/^/$as_me: WARNING: /" >&2
23489 echo "$as_me:$LINENO: checking for expat.h" >&5
23490 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23491 if test "${ac_cv_header_expat_h+set}" = set; then
23492 echo $ECHO_N "(cached) $ECHO_C" >&6
23494 ac_cv_header_expat_h
=$ac_header_preproc
23496 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23497 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23500 if test $ac_cv_header_expat_h = yes; then
23505 if test "x$found_expat_h" = "x1"; then
23506 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
23507 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
23508 if test "${wx_cv_expat_is_not_broken+set}" = set; then
23509 echo $ECHO_N "(cached) $ECHO_C" >&6
23515 ac_cpp
='$CXXCPP $CPPFLAGS'
23516 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23517 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23518 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23520 cat >conftest.
$ac_ext <<_ACEOF
23523 cat confdefs.h
>>conftest.
$ac_ext
23524 cat >>conftest.
$ac_ext <<_ACEOF
23525 /* end confdefs.h. */
23535 rm -f conftest.
$ac_objext
23536 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&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 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23546 (eval $ac_try) 2>&5
23548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23549 (exit $ac_status); }; } &&
23550 { ac_try
='test -s conftest.$ac_objext'
23551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23552 (eval $ac_try) 2>&5
23554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23555 (exit $ac_status); }; }; then
23556 wx_cv_expat_is_not_broken
=yes
23558 echo "$as_me: failed program was:" >&5
23559 sed 's/^/| /' conftest.
$ac_ext >&5
23561 wx_cv_expat_is_not_broken
=no
23564 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23566 ac_cpp
='$CPP $CPPFLAGS'
23567 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23568 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23569 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
23574 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
23575 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
23576 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
23577 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
23578 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
23579 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
23580 echo $ECHO_N "(cached) $ECHO_C" >&6
23582 ac_check_lib_save_LIBS
=$LIBS
23583 LIBS
="-lexpat $LIBS"
23584 cat >conftest.
$ac_ext <<_ACEOF
23587 cat confdefs.h
>>conftest.
$ac_ext
23588 cat >>conftest.
$ac_ext <<_ACEOF
23589 /* end confdefs.h. */
23591 /* Override any gcc2 internal prototype to avoid an error. */
23595 /* We use char because int might match the return type of a gcc2
23596 builtin and then its argument prototype would still apply. */
23597 char XML_ParserCreate ();
23601 XML_ParserCreate ();
23606 rm -f conftest.
$ac_objext conftest
$ac_exeext
23607 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23608 (eval $ac_link) 2>conftest.er1
23610 grep -v '^ *+' conftest.er1
>conftest.err
23612 cat conftest.err
>&5
23613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23614 (exit $ac_status); } &&
23615 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23617 (eval $ac_try) 2>&5
23619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23620 (exit $ac_status); }; } &&
23621 { ac_try
='test -s conftest$ac_exeext'
23622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23623 (eval $ac_try) 2>&5
23625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23626 (exit $ac_status); }; }; then
23627 ac_cv_lib_expat_XML_ParserCreate
=yes
23629 echo "$as_me: failed program was:" >&5
23630 sed 's/^/| /' conftest.
$ac_ext >&5
23632 ac_cv_lib_expat_XML_ParserCreate
=no
23634 rm -f conftest.err conftest.
$ac_objext \
23635 conftest
$ac_exeext conftest.
$ac_ext
23636 LIBS
=$ac_check_lib_save_LIBS
23638 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
23639 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
23640 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
23641 EXPAT_LINK
=" -lexpat"
23646 if test "x$EXPAT_LINK" = "x" ; then
23647 if test "$wxUSE_EXPAT" = "sys" ; then
23648 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
23649 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
23650 { (exit 1); exit 1; }; }
23652 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
23653 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
23654 wxUSE_EXPAT
=builtin
23660 if test "$wxUSE_EXPAT" = "builtin" ; then
23663 subdirs
="$subdirs src/expat"
23670 if test "$wxUSE_LIBMSPACK" != "no"; then
23671 if test "${ac_cv_header_mspack_h+set}" = set; then
23672 echo "$as_me:$LINENO: checking for mspack.h" >&5
23673 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
23674 if test "${ac_cv_header_mspack_h+set}" = set; then
23675 echo $ECHO_N "(cached) $ECHO_C" >&6
23677 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
23678 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
23680 # Is the header compilable?
23681 echo "$as_me:$LINENO: checking mspack.h usability" >&5
23682 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
23683 cat >conftest.
$ac_ext <<_ACEOF
23686 cat confdefs.h
>>conftest.
$ac_ext
23687 cat >>conftest.
$ac_ext <<_ACEOF
23688 /* end confdefs.h. */
23689 $ac_includes_default
23690 #include <mspack.h>
23692 rm -f conftest.
$ac_objext
23693 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23694 (eval $ac_compile) 2>conftest.er1
23696 grep -v '^ *+' conftest.er1
>conftest.err
23698 cat conftest.err
>&5
23699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23700 (exit $ac_status); } &&
23701 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23703 (eval $ac_try) 2>&5
23705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23706 (exit $ac_status); }; } &&
23707 { ac_try
='test -s conftest.$ac_objext'
23708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23709 (eval $ac_try) 2>&5
23711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23712 (exit $ac_status); }; }; then
23713 ac_header_compiler
=yes
23715 echo "$as_me: failed program was:" >&5
23716 sed 's/^/| /' conftest.
$ac_ext >&5
23718 ac_header_compiler
=no
23720 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23721 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23722 echo "${ECHO_T}$ac_header_compiler" >&6
23724 # Is the header present?
23725 echo "$as_me:$LINENO: checking mspack.h presence" >&5
23726 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
23727 cat >conftest.
$ac_ext <<_ACEOF
23730 cat confdefs.h
>>conftest.
$ac_ext
23731 cat >>conftest.
$ac_ext <<_ACEOF
23732 /* end confdefs.h. */
23733 #include <mspack.h>
23735 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23736 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23738 grep -v '^ *+' conftest.er1
>conftest.err
23740 cat conftest.err
>&5
23741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23742 (exit $ac_status); } >/dev
/null
; then
23743 if test -s conftest.err
; then
23744 ac_cpp_err
=$ac_c_preproc_warn_flag
23745 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23752 if test -z "$ac_cpp_err"; then
23753 ac_header_preproc
=yes
23755 echo "$as_me: failed program was:" >&5
23756 sed 's/^/| /' conftest.
$ac_ext >&5
23758 ac_header_preproc
=no
23760 rm -f conftest.err conftest.
$ac_ext
23761 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23762 echo "${ECHO_T}$ac_header_preproc" >&6
23764 # So? What about this header?
23765 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23767 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
23768 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23769 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
23770 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
23771 ac_header_preproc
=yes
23774 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
23775 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
23776 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
23777 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
23778 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
23779 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
23780 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
23781 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
23782 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
23783 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
23784 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
23785 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
23788 ## ----------------------------------------- ##
23789 ## Report this to wx-dev@lists.wxwidgets.org ##
23790 ## ----------------------------------------- ##
23793 sed "s/^/$as_me: WARNING: /" >&2
23796 echo "$as_me:$LINENO: checking for mspack.h" >&5
23797 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
23798 if test "${ac_cv_header_mspack_h+set}" = set; then
23799 echo $ECHO_N "(cached) $ECHO_C" >&6
23801 ac_cv_header_mspack_h
=$ac_header_preproc
23803 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
23804 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
23807 if test $ac_cv_header_mspack_h = yes; then
23812 if test "x$found_mspack_h" = "x1"; then
23813 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
23814 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
23815 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
23816 echo $ECHO_N "(cached) $ECHO_C" >&6
23818 ac_check_lib_save_LIBS
=$LIBS
23819 LIBS
="-lmspack $LIBS"
23820 cat >conftest.
$ac_ext <<_ACEOF
23823 cat confdefs.h
>>conftest.
$ac_ext
23824 cat >>conftest.
$ac_ext <<_ACEOF
23825 /* end confdefs.h. */
23827 /* Override any gcc2 internal prototype to avoid an error. */
23831 /* We use char because int might match the return type of a gcc2
23832 builtin and then its argument prototype would still apply. */
23833 char mspack_create_chm_decompressor ();
23837 mspack_create_chm_decompressor ();
23842 rm -f conftest.
$ac_objext conftest
$ac_exeext
23843 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23844 (eval $ac_link) 2>conftest.er1
23846 grep -v '^ *+' conftest.er1
>conftest.err
23848 cat conftest.err
>&5
23849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23850 (exit $ac_status); } &&
23851 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23853 (eval $ac_try) 2>&5
23855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23856 (exit $ac_status); }; } &&
23857 { ac_try
='test -s conftest$ac_exeext'
23858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23859 (eval $ac_try) 2>&5
23861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23862 (exit $ac_status); }; }; then
23863 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
23865 echo "$as_me: failed program was:" >&5
23866 sed 's/^/| /' conftest.
$ac_ext >&5
23868 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
23870 rm -f conftest.err conftest.
$ac_objext \
23871 conftest
$ac_exeext conftest.
$ac_ext
23872 LIBS
=$ac_check_lib_save_LIBS
23874 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
23875 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
23876 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
23877 MSPACK_LINK
=" -lmspack"
23881 if test "x$MSPACK_LINK" = "x" ; then
23886 if test "$wxUSE_LIBMSPACK" != "no"; then
23887 cat >>confdefs.h
<<\_ACEOF
23888 #define wxUSE_LIBMSPACK 1
23902 if test "$USE_WIN32" = 1 ; then
23904 for ac_header
in w32api.h
23906 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
23907 if eval "test \"\${$as_ac_Header+set}\" = set"; then
23908 echo "$as_me:$LINENO: checking for $ac_header" >&5
23909 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
23910 if eval "test \"\${$as_ac_Header+set}\" = set"; then
23911 echo $ECHO_N "(cached) $ECHO_C" >&6
23913 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
23914 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
23916 # Is the header compilable?
23917 echo "$as_me:$LINENO: checking $ac_header usability" >&5
23918 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
23919 cat >conftest.
$ac_ext <<_ACEOF
23922 cat confdefs.h
>>conftest.
$ac_ext
23923 cat >>conftest.
$ac_ext <<_ACEOF
23924 /* end confdefs.h. */
23925 $ac_includes_default
23926 #include <$ac_header>
23928 rm -f conftest.
$ac_objext
23929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23930 (eval $ac_compile) 2>conftest.er1
23932 grep -v '^ *+' conftest.er1
>conftest.err
23934 cat conftest.err
>&5
23935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23936 (exit $ac_status); } &&
23937 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23939 (eval $ac_try) 2>&5
23941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23942 (exit $ac_status); }; } &&
23943 { ac_try
='test -s conftest.$ac_objext'
23944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23945 (eval $ac_try) 2>&5
23947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23948 (exit $ac_status); }; }; then
23949 ac_header_compiler
=yes
23951 echo "$as_me: failed program was:" >&5
23952 sed 's/^/| /' conftest.
$ac_ext >&5
23954 ac_header_compiler
=no
23956 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23957 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23958 echo "${ECHO_T}$ac_header_compiler" >&6
23960 # Is the header present?
23961 echo "$as_me:$LINENO: checking $ac_header presence" >&5
23962 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
23963 cat >conftest.
$ac_ext <<_ACEOF
23966 cat confdefs.h
>>conftest.
$ac_ext
23967 cat >>conftest.
$ac_ext <<_ACEOF
23968 /* end confdefs.h. */
23969 #include <$ac_header>
23971 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23972 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23974 grep -v '^ *+' conftest.er1
>conftest.err
23976 cat conftest.err
>&5
23977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23978 (exit $ac_status); } >/dev
/null
; then
23979 if test -s conftest.err
; then
23980 ac_cpp_err
=$ac_c_preproc_warn_flag
23981 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23988 if test -z "$ac_cpp_err"; then
23989 ac_header_preproc
=yes
23991 echo "$as_me: failed program was:" >&5
23992 sed 's/^/| /' conftest.
$ac_ext >&5
23994 ac_header_preproc
=no
23996 rm -f conftest.err conftest.
$ac_ext
23997 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23998 echo "${ECHO_T}$ac_header_preproc" >&6
24000 # So? What about this header?
24001 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24003 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24004 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24005 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24006 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24007 ac_header_preproc
=yes
24010 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24011 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24012 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
24013 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
24014 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24015 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24016 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
24017 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
24018 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24019 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24020 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24021 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24024 ## ----------------------------------------- ##
24025 ## Report this to wx-dev@lists.wxwidgets.org ##
24026 ## ----------------------------------------- ##
24029 sed "s/^/$as_me: WARNING: /" >&2
24032 echo "$as_me:$LINENO: checking for $ac_header" >&5
24033 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24034 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24035 echo $ECHO_N "(cached) $ECHO_C" >&6
24037 eval "$as_ac_Header=\$ac_header_preproc"
24039 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24040 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24043 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24044 cat >>confdefs.h
<<_ACEOF
24045 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24052 if test "${ac_cv_header_windows_h+set}" = set; then
24053 echo "$as_me:$LINENO: checking for windows.h" >&5
24054 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24055 if test "${ac_cv_header_windows_h+set}" = set; then
24056 echo $ECHO_N "(cached) $ECHO_C" >&6
24058 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24059 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24061 # Is the header compilable?
24062 echo "$as_me:$LINENO: checking windows.h usability" >&5
24063 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
24064 cat >conftest.
$ac_ext <<_ACEOF
24067 cat confdefs.h
>>conftest.
$ac_ext
24068 cat >>conftest.
$ac_ext <<_ACEOF
24069 /* end confdefs.h. */
24070 $ac_includes_default
24071 #include <windows.h>
24073 rm -f conftest.
$ac_objext
24074 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24075 (eval $ac_compile) 2>conftest.er1
24077 grep -v '^ *+' conftest.er1
>conftest.err
24079 cat conftest.err
>&5
24080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24081 (exit $ac_status); } &&
24082 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24084 (eval $ac_try) 2>&5
24086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24087 (exit $ac_status); }; } &&
24088 { ac_try
='test -s conftest.$ac_objext'
24089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24090 (eval $ac_try) 2>&5
24092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24093 (exit $ac_status); }; }; then
24094 ac_header_compiler
=yes
24096 echo "$as_me: failed program was:" >&5
24097 sed 's/^/| /' conftest.
$ac_ext >&5
24099 ac_header_compiler
=no
24101 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24102 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24103 echo "${ECHO_T}$ac_header_compiler" >&6
24105 # Is the header present?
24106 echo "$as_me:$LINENO: checking windows.h presence" >&5
24107 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
24108 cat >conftest.
$ac_ext <<_ACEOF
24111 cat confdefs.h
>>conftest.
$ac_ext
24112 cat >>conftest.
$ac_ext <<_ACEOF
24113 /* end confdefs.h. */
24114 #include <windows.h>
24116 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24117 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24119 grep -v '^ *+' conftest.er1
>conftest.err
24121 cat conftest.err
>&5
24122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24123 (exit $ac_status); } >/dev
/null
; then
24124 if test -s conftest.err
; then
24125 ac_cpp_err
=$ac_c_preproc_warn_flag
24126 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24133 if test -z "$ac_cpp_err"; then
24134 ac_header_preproc
=yes
24136 echo "$as_me: failed program was:" >&5
24137 sed 's/^/| /' conftest.
$ac_ext >&5
24139 ac_header_preproc
=no
24141 rm -f conftest.err conftest.
$ac_ext
24142 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24143 echo "${ECHO_T}$ac_header_preproc" >&6
24145 # So? What about this header?
24146 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24148 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
24149 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24150 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
24151 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
24152 ac_header_preproc
=yes
24155 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
24156 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
24157 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
24158 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
24159 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
24160 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
24161 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
24162 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
24163 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
24164 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
24165 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
24166 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
24169 ## ----------------------------------------- ##
24170 ## Report this to wx-dev@lists.wxwidgets.org ##
24171 ## ----------------------------------------- ##
24174 sed "s/^/$as_me: WARNING: /" >&2
24177 echo "$as_me:$LINENO: checking for windows.h" >&5
24178 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24179 if test "${ac_cv_header_windows_h+set}" = set; then
24180 echo $ECHO_N "(cached) $ECHO_C" >&6
24182 ac_cv_header_windows_h
=$ac_header_preproc
24184 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24185 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24188 if test $ac_cv_header_windows_h = yes; then
24192 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24193 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24194 { (exit 1); exit 1; }; }
24200 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24202 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24203 LIBS
="$LIBS -loleacc"
24208 LIBS
="$LIBS -lkernel32 -luser32"
24209 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
24212 if test "$wxUSE_ODBC" = "sys" ; then
24215 if test "$wxUSE_ODBC" = "yes" ; then
24216 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
24217 cat >>confdefs.h
<<\_ACEOF
24218 #define wxUSE_ODBC 1
24223 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24224 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
24226 WIN32INSTALL
=win32install
24229 if test "$wxUSE_GUI" = "yes"; then
24239 if test "$wxUSE_COCOA" = 1 ; then
24240 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24241 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24242 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24243 wxUSE_PRINTING_ARCHITECTURE
=no
24245 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24246 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24247 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24248 wxUSE_DRAG_AND_DROP
=no
24250 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24251 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24252 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
24257 if test "$wxUSE_MSW" = 1 ; then
24263 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
24267 if test "$wxUSE_GTK" = 1; then
24268 echo "$as_me:$LINENO: checking for GTK+ version" >&5
24269 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
24271 gtk_version_cached
=1
24272 if test "${wx_cv_lib_gtk+set}" = set; then
24273 echo $ECHO_N "(cached) $ECHO_C" >&6
24276 gtk_version_cached
=0
24277 echo "$as_me:$LINENO: result: " >&5
24278 echo "${ECHO_T}" >&6
24281 if test "$wxUSE_THREADS" = "yes"; then
24282 GTK_MODULES
=gthread
24286 if test "x$wxGTK_VERSION" != "x1"; then
24287 # Check whether --enable-gtktest or --disable-gtktest was given.
24288 if test "${enable_gtktest+set}" = set; then
24289 enableval
="$enable_gtktest"
24295 pkg_config_args
=gtk
+-2.0
24296 for module
in .
$GTK_MODULES
24300 pkg_config_args
="$pkg_config_args gthread-2.0"
24307 # Extract the first word of "pkg-config", so it can be a program name with args.
24308 set dummy pkg
-config; ac_word
=$2
24309 echo "$as_me:$LINENO: checking for $ac_word" >&5
24310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24311 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24312 echo $ECHO_N "(cached) $ECHO_C" >&6
24314 case $PKG_CONFIG in
24316 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
24319 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24320 for as_dir
in $PATH
24323 test -z "$as_dir" && as_dir
=.
24324 for ac_exec_ext
in '' $ac_executable_extensions; do
24325 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24326 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24327 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24333 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
24337 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
24339 if test -n "$PKG_CONFIG"; then
24340 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24341 echo "${ECHO_T}$PKG_CONFIG" >&6
24343 echo "$as_me:$LINENO: result: no" >&5
24344 echo "${ECHO_T}no" >&6
24348 if test x
$PKG_CONFIG != xno
; then
24349 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
24352 echo "*** pkg-config too old; version 0.7 or better required."
24360 min_gtk_version
=2.0.0
24361 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
24362 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
24364 if test x
$PKG_CONFIG != xno
; then
24365 ## don't try to run the test against uninstalled libtool libs
24366 if $PKG_CONFIG --uninstalled $pkg_config_args; then
24367 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
24371 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
24378 if test x
"$no_gtk" = x
; then
24379 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
24380 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
24381 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
24382 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24383 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
24384 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24385 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
24386 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24387 if test "x$enable_gtktest" = "xyes" ; then
24388 ac_save_CFLAGS
="$CFLAGS"
24389 ac_save_LIBS
="$LIBS"
24390 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24391 LIBS
="$GTK_LIBS $LIBS"
24393 if test "$cross_compiling" = yes; then
24394 echo $ac_n "cross compiling; assumed OK... $ac_c"
24396 cat >conftest.
$ac_ext <<_ACEOF
24399 cat confdefs.h
>>conftest.
$ac_ext
24400 cat >>conftest.
$ac_ext <<_ACEOF
24401 /* end confdefs.h. */
24403 #include <gtk/gtk.h>
24405 #include <stdlib.h>
24410 int major, minor, micro;
24413 system ("touch conf.gtktest");
24415 /* HP/UX 9 (%@#!) writes to sscanf strings */
24416 tmp_version = g_strdup("$min_gtk_version");
24417 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
24418 printf("%s, bad version string\n", "$min_gtk_version");
24422 if ((gtk_major_version != $gtk_config_major_version) ||
24423 (gtk_minor_version != $gtk_config_minor_version) ||
24424 (gtk_micro_version != $gtk_config_micro_version))
24426 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24427 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24428 gtk_major_version, gtk_minor_version, gtk_micro_version);
24429 printf ("*** was found! If pkg-config was correct, then it is best\n");
24430 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24431 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24432 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24433 printf("*** required on your system.\n");
24434 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
24435 printf("*** to point to the correct configuration files\n");
24437 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24438 (gtk_minor_version != GTK_MINOR_VERSION) ||
24439 (gtk_micro_version != GTK_MICRO_VERSION))
24441 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24442 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24443 printf("*** library (version %d.%d.%d)\n",
24444 gtk_major_version, gtk_minor_version, gtk_micro_version);
24448 if ((gtk_major_version > major) ||
24449 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24450 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24456 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24457 gtk_major_version, gtk_minor_version, gtk_micro_version);
24458 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24459 major, minor, micro);
24460 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24462 printf("*** If you have already installed a sufficiently new version, this error\n");
24463 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
24464 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24465 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
24466 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
24467 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24468 printf("*** so that the correct libraries are found at run-time))\n");
24475 rm -f conftest
$ac_exeext
24476 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24477 (eval $ac_link) 2>&5
24479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24480 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
24481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24482 (eval $ac_try) 2>&5
24484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24485 (exit $ac_status); }; }; then
24488 echo "$as_me: program exited with status $ac_status" >&5
24489 echo "$as_me: failed program was:" >&5
24490 sed 's/^/| /' conftest.
$ac_ext >&5
24492 ( exit $ac_status )
24495 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
24497 CFLAGS
="$ac_save_CFLAGS"
24498 LIBS
="$ac_save_LIBS"
24501 if test "x$no_gtk" = x
; then
24502 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
24503 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
24506 echo "$as_me:$LINENO: result: no" >&5
24507 echo "${ECHO_T}no" >&6
24508 if test "$PKG_CONFIG" = "no" ; then
24509 echo "*** A new enough version of pkg-config was not found."
24510 echo "*** See http://pkgconfig.sourceforge.net"
24512 if test -f conf.gtktest
; then
24515 echo "*** Could not run GTK+ test program, checking why..."
24516 ac_save_CFLAGS
="$CFLAGS"
24517 ac_save_LIBS
="$LIBS"
24518 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24519 LIBS
="$LIBS $GTK_LIBS"
24520 cat >conftest.
$ac_ext <<_ACEOF
24523 cat confdefs.h
>>conftest.
$ac_ext
24524 cat >>conftest.
$ac_ext <<_ACEOF
24525 /* end confdefs.h. */
24527 #include <gtk/gtk.h>
24533 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24538 rm -f conftest.
$ac_objext conftest
$ac_exeext
24539 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24540 (eval $ac_link) 2>conftest.er1
24542 grep -v '^ *+' conftest.er1
>conftest.err
24544 cat conftest.err
>&5
24545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24546 (exit $ac_status); } &&
24547 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24549 (eval $ac_try) 2>&5
24551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24552 (exit $ac_status); }; } &&
24553 { ac_try
='test -s conftest$ac_exeext'
24554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24555 (eval $ac_try) 2>&5
24557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24558 (exit $ac_status); }; }; then
24559 echo "*** The test program compiled, but did not run. This usually means"
24560 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
24561 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
24562 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24563 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24564 echo "*** is required on your system"
24566 echo "*** If you have an old version installed, it is best to remove it, although"
24567 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24569 echo "$as_me: failed program was:" >&5
24570 sed 's/^/| /' conftest.
$ac_ext >&5
24572 echo "*** The test program failed to compile or link. See the file config.log for the"
24573 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
24575 rm -f conftest.err conftest.
$ac_objext \
24576 conftest
$ac_exeext conftest.
$ac_ext
24577 CFLAGS
="$ac_save_CFLAGS"
24578 LIBS
="$ac_save_LIBS"
24591 if test -z "$wx_cv_lib_gtk"; then
24592 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
24594 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
24595 if test "${with_gtk_prefix+set}" = set; then
24596 withval
="$with_gtk_prefix"
24597 gtk_config_prefix
="$withval"
24599 gtk_config_prefix
=""
24602 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
24603 if test "${with_gtk_exec_prefix+set}" = set; then
24604 withval
="$with_gtk_exec_prefix"
24605 gtk_config_exec_prefix
="$withval"
24607 gtk_config_exec_prefix
=""
24609 # Check whether --enable-gtktest or --disable-gtktest was given.
24610 if test "${enable_gtktest+set}" = set; then
24611 enableval
="$enable_gtktest"
24617 for module
in .
$GTK_MODULES
24621 gtk_config_args
="$gtk_config_args gthread"
24626 if test x
$gtk_config_exec_prefix != x
; then
24627 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24628 if test x
${GTK_CONFIG+set} != xset
; then
24629 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
24632 if test x
$gtk_config_prefix != x
; then
24633 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
24634 if test x
${GTK_CONFIG+set} != xset
; then
24635 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
24639 # Extract the first word of "gtk-config", so it can be a program name with args.
24640 set dummy gtk
-config; ac_word
=$2
24641 echo "$as_me:$LINENO: checking for $ac_word" >&5
24642 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24643 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
24644 echo $ECHO_N "(cached) $ECHO_C" >&6
24646 case $GTK_CONFIG in
24648 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
24651 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24652 for as_dir
in $PATH
24655 test -z "$as_dir" && as_dir
=.
24656 for ac_exec_ext
in '' $ac_executable_extensions; do
24657 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24658 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24659 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24665 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
24669 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
24671 if test -n "$GTK_CONFIG"; then
24672 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
24673 echo "${ECHO_T}$GTK_CONFIG" >&6
24675 echo "$as_me:$LINENO: result: no" >&5
24676 echo "${ECHO_T}no" >&6
24679 min_gtk_version
=1.2.7
24680 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
24681 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
24683 if test "$GTK_CONFIG" = "no" ; then
24686 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
24687 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
24688 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
24689 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24690 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
24691 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24692 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
24693 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24694 if test "x$enable_gtktest" = "xyes" ; then
24695 ac_save_CFLAGS
="$CFLAGS"
24696 ac_save_LIBS
="$LIBS"
24697 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24698 LIBS
="$GTK_LIBS $LIBS"
24700 if test "$cross_compiling" = yes; then
24701 echo $ac_n "cross compiling; assumed OK... $ac_c"
24703 cat >conftest.
$ac_ext <<_ACEOF
24706 cat confdefs.h
>>conftest.
$ac_ext
24707 cat >>conftest.
$ac_ext <<_ACEOF
24708 /* end confdefs.h. */
24710 #include <gtk/gtk.h>
24712 #include <stdlib.h>
24717 int major, minor, micro;
24720 system ("touch conf.gtktest");
24722 /* HP/UX 9 (%@#!) writes to sscanf strings */
24723 tmp_version = g_strdup("$min_gtk_version");
24724 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
24725 printf("%s, bad version string\n", "$min_gtk_version");
24729 if ((gtk_major_version != $gtk_config_major_version) ||
24730 (gtk_minor_version != $gtk_config_minor_version) ||
24731 (gtk_micro_version != $gtk_config_micro_version))
24733 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24734 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24735 gtk_major_version, gtk_minor_version, gtk_micro_version);
24736 printf ("*** was found! If gtk-config was correct, then it is best\n");
24737 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24738 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24739 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24740 printf("*** required on your system.\n");
24741 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24742 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24743 printf("*** before re-running configure\n");
24745 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24746 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24747 (gtk_minor_version != GTK_MINOR_VERSION) ||
24748 (gtk_micro_version != GTK_MICRO_VERSION))
24750 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24751 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24752 printf("*** library (version %d.%d.%d)\n",
24753 gtk_major_version, gtk_minor_version, gtk_micro_version);
24755 #endif /* defined (GTK_MAJOR_VERSION) ... */
24758 if ((gtk_major_version > major) ||
24759 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24760 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24766 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24767 gtk_major_version, gtk_minor_version, gtk_micro_version);
24768 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24769 major, minor, micro);
24770 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24772 printf("*** If you have already installed a sufficiently new version, this error\n");
24773 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24774 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24775 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24776 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24777 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24778 printf("*** so that the correct libraries are found at run-time))\n");
24785 rm -f conftest
$ac_exeext
24786 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24787 (eval $ac_link) 2>&5
24789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24790 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
24791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24792 (eval $ac_try) 2>&5
24794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24795 (exit $ac_status); }; }; then
24798 echo "$as_me: program exited with status $ac_status" >&5
24799 echo "$as_me: failed program was:" >&5
24800 sed 's/^/| /' conftest.
$ac_ext >&5
24802 ( exit $ac_status )
24805 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
24807 CFLAGS
="$ac_save_CFLAGS"
24808 LIBS
="$ac_save_LIBS"
24811 if test "x$no_gtk" = x
; then
24812 echo "$as_me:$LINENO: result: yes" >&5
24813 echo "${ECHO_T}yes" >&6
24814 wx_cv_lib_gtk
=1.2.7
24816 echo "$as_me:$LINENO: result: no" >&5
24817 echo "${ECHO_T}no" >&6
24818 if test "$GTK_CONFIG" = "no" ; then
24819 echo "*** The gtk-config script installed by GTK could not be found"
24820 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24821 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24822 echo "*** full path to gtk-config."
24824 if test -f conf.gtktest
; then
24827 echo "*** Could not run GTK test program, checking why..."
24828 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24829 LIBS
="$LIBS $GTK_LIBS"
24830 cat >conftest.
$ac_ext <<_ACEOF
24833 cat confdefs.h
>>conftest.
$ac_ext
24834 cat >>conftest.
$ac_ext <<_ACEOF
24835 /* end confdefs.h. */
24837 #include <gtk/gtk.h>
24843 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24848 rm -f conftest.
$ac_objext conftest
$ac_exeext
24849 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24850 (eval $ac_link) 2>conftest.er1
24852 grep -v '^ *+' conftest.er1
>conftest.err
24854 cat conftest.err
>&5
24855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24856 (exit $ac_status); } &&
24857 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24859 (eval $ac_try) 2>&5
24861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24862 (exit $ac_status); }; } &&
24863 { ac_try
='test -s conftest$ac_exeext'
24864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24865 (eval $ac_try) 2>&5
24867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24868 (exit $ac_status); }; }; then
24869 echo "*** The test program compiled, but did not run. This usually means"
24870 echo "*** that the run-time linker is not finding GTK or finding the wrong"
24871 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
24872 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24873 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24874 echo "*** is required on your system"
24876 echo "*** If you have an old version installed, it is best to remove it, although"
24877 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24879 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
24880 echo "*** came with the system with the command"
24882 echo "*** rpm --erase --nodeps gtk gtk-devel"
24884 echo "$as_me: failed program was:" >&5
24885 sed 's/^/| /' conftest.
$ac_ext >&5
24887 echo "*** The test program failed to compile or link. See the file config.log for the"
24888 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
24889 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
24890 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
24892 rm -f conftest.err conftest.
$ac_objext \
24893 conftest
$ac_exeext conftest.
$ac_ext
24894 CFLAGS
="$ac_save_CFLAGS"
24895 LIBS
="$ac_save_LIBS"
24907 if test -z "$wx_cv_lib_gtk"; then
24909 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
24910 if test "${with_gtk_prefix+set}" = set; then
24911 withval
="$with_gtk_prefix"
24912 gtk_config_prefix
="$withval"
24914 gtk_config_prefix
=""
24917 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
24918 if test "${with_gtk_exec_prefix+set}" = set; then
24919 withval
="$with_gtk_exec_prefix"
24920 gtk_config_exec_prefix
="$withval"
24922 gtk_config_exec_prefix
=""
24924 # Check whether --enable-gtktest or --disable-gtktest was given.
24925 if test "${enable_gtktest+set}" = set; then
24926 enableval
="$enable_gtktest"
24932 for module
in .
$GTK_MODULES
24936 gtk_config_args
="$gtk_config_args gthread"
24941 if test x
$gtk_config_exec_prefix != x
; then
24942 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24943 if test x
${GTK_CONFIG+set} != xset
; then
24944 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
24947 if test x
$gtk_config_prefix != x
; then
24948 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
24949 if test x
${GTK_CONFIG+set} != xset
; then
24950 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
24954 # Extract the first word of "gtk-config", so it can be a program name with args.
24955 set dummy gtk
-config; ac_word
=$2
24956 echo "$as_me:$LINENO: checking for $ac_word" >&5
24957 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24958 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
24959 echo $ECHO_N "(cached) $ECHO_C" >&6
24961 case $GTK_CONFIG in
24963 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
24966 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24967 for as_dir
in $PATH
24970 test -z "$as_dir" && as_dir
=.
24971 for ac_exec_ext
in '' $ac_executable_extensions; do
24972 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24973 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24974 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24980 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
24984 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
24986 if test -n "$GTK_CONFIG"; then
24987 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
24988 echo "${ECHO_T}$GTK_CONFIG" >&6
24990 echo "$as_me:$LINENO: result: no" >&5
24991 echo "${ECHO_T}no" >&6
24994 min_gtk_version
=1.2.3
24995 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
24996 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
24998 if test "$GTK_CONFIG" = "no" ; then
25001 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
25002 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
25003 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
25004 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25005 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
25006 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25007 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
25008 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25009 if test "x$enable_gtktest" = "xyes" ; then
25010 ac_save_CFLAGS
="$CFLAGS"
25011 ac_save_LIBS
="$LIBS"
25012 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25013 LIBS
="$GTK_LIBS $LIBS"
25015 if test "$cross_compiling" = yes; then
25016 echo $ac_n "cross compiling; assumed OK... $ac_c"
25018 cat >conftest.
$ac_ext <<_ACEOF
25021 cat confdefs.h
>>conftest.
$ac_ext
25022 cat >>conftest.
$ac_ext <<_ACEOF
25023 /* end confdefs.h. */
25025 #include <gtk/gtk.h>
25027 #include <stdlib.h>
25032 int major, minor, micro;
25035 system ("touch conf.gtktest");
25037 /* HP/UX 9 (%@#!) writes to sscanf strings */
25038 tmp_version = g_strdup("$min_gtk_version");
25039 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
25040 printf("%s, bad version string\n", "$min_gtk_version");
25044 if ((gtk_major_version != $gtk_config_major_version) ||
25045 (gtk_minor_version != $gtk_config_minor_version) ||
25046 (gtk_micro_version != $gtk_config_micro_version))
25048 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25049 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25050 gtk_major_version, gtk_minor_version, gtk_micro_version);
25051 printf ("*** was found! If gtk-config was correct, then it is best\n");
25052 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25053 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25054 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25055 printf("*** required on your system.\n");
25056 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25057 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25058 printf("*** before re-running configure\n");
25060 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25061 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25062 (gtk_minor_version != GTK_MINOR_VERSION) ||
25063 (gtk_micro_version != GTK_MICRO_VERSION))
25065 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25066 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25067 printf("*** library (version %d.%d.%d)\n",
25068 gtk_major_version, gtk_minor_version, gtk_micro_version);
25070 #endif /* defined (GTK_MAJOR_VERSION) ... */
25073 if ((gtk_major_version > major) ||
25074 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25075 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25081 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25082 gtk_major_version, gtk_minor_version, gtk_micro_version);
25083 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25084 major, minor, micro);
25085 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25087 printf("*** If you have already installed a sufficiently new version, this error\n");
25088 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25089 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25090 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25091 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25092 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25093 printf("*** so that the correct libraries are found at run-time))\n");
25100 rm -f conftest
$ac_exeext
25101 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25102 (eval $ac_link) 2>&5
25104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25105 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
25106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25107 (eval $ac_try) 2>&5
25109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25110 (exit $ac_status); }; }; then
25113 echo "$as_me: program exited with status $ac_status" >&5
25114 echo "$as_me: failed program was:" >&5
25115 sed 's/^/| /' conftest.
$ac_ext >&5
25117 ( exit $ac_status )
25120 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25122 CFLAGS
="$ac_save_CFLAGS"
25123 LIBS
="$ac_save_LIBS"
25126 if test "x$no_gtk" = x
; then
25127 echo "$as_me:$LINENO: result: yes" >&5
25128 echo "${ECHO_T}yes" >&6
25129 wx_cv_lib_gtk
=1.2.3
25131 echo "$as_me:$LINENO: result: no" >&5
25132 echo "${ECHO_T}no" >&6
25133 if test "$GTK_CONFIG" = "no" ; then
25134 echo "*** The gtk-config script installed by GTK could not be found"
25135 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25136 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25137 echo "*** full path to gtk-config."
25139 if test -f conf.gtktest
; then
25142 echo "*** Could not run GTK test program, checking why..."
25143 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25144 LIBS
="$LIBS $GTK_LIBS"
25145 cat >conftest.
$ac_ext <<_ACEOF
25148 cat confdefs.h
>>conftest.
$ac_ext
25149 cat >>conftest.
$ac_ext <<_ACEOF
25150 /* end confdefs.h. */
25152 #include <gtk/gtk.h>
25158 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25163 rm -f conftest.
$ac_objext conftest
$ac_exeext
25164 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25165 (eval $ac_link) 2>conftest.er1
25167 grep -v '^ *+' conftest.er1
>conftest.err
25169 cat conftest.err
>&5
25170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25171 (exit $ac_status); } &&
25172 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25174 (eval $ac_try) 2>&5
25176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25177 (exit $ac_status); }; } &&
25178 { ac_try
='test -s conftest$ac_exeext'
25179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25180 (eval $ac_try) 2>&5
25182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25183 (exit $ac_status); }; }; then
25184 echo "*** The test program compiled, but did not run. This usually means"
25185 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25186 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25187 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25188 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25189 echo "*** is required on your system"
25191 echo "*** If you have an old version installed, it is best to remove it, although"
25192 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25194 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25195 echo "*** came with the system with the command"
25197 echo "*** rpm --erase --nodeps gtk gtk-devel"
25199 echo "$as_me: failed program was:" >&5
25200 sed 's/^/| /' conftest.
$ac_ext >&5
25202 echo "*** The test program failed to compile or link. See the file config.log for the"
25203 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25204 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25205 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25207 rm -f conftest.err conftest.
$ac_objext \
25208 conftest
$ac_exeext conftest.
$ac_ext
25209 CFLAGS
="$ac_save_CFLAGS"
25210 LIBS
="$ac_save_LIBS"
25225 if test -z "$wx_cv_lib_gtk"; then
25228 wx_cv_cflags_gtk
=$GTK_CFLAGS
25229 wx_cv_libs_gtk
=$GTK_LIBS
25236 if test "$gtk_version_cached" = 1; then
25237 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25238 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25241 case "$wx_cv_lib_gtk" in
25250 *) { { echo "$as_me:$LINENO: error:
25251 The development files for GTK+ were not found. For GTK+ 2, please
25252 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25253 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25254 and that the version is 1.2.3 or above. Also check that the
25255 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25256 --libs' are in the LD_LIBRARY_PATH or equivalent.
25258 echo "$as_me: error:
25259 The development files for GTK+ were not found. For GTK+ 2, please
25260 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25261 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25262 and that the version is 1.2.3 or above. Also check that the
25263 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25264 --libs' are in the LD_LIBRARY_PATH or equivalent.
25266 { (exit 1); exit 1; }; }
25270 if test "$WXGTK20" = 1; then
25271 save_CFLAGS
="$CFLAGS"
25273 CFLAGS
="$CFLAGS $wx_cv_cflags_gtk"
25274 LIBS
="$LIBS $wx_cv_lib_gtk"
25277 for ac_func
in pango_font_family_is_monospace
25279 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25280 echo "$as_me:$LINENO: checking for $ac_func" >&5
25281 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25282 if eval "test \"\${$as_ac_var+set}\" = set"; then
25283 echo $ECHO_N "(cached) $ECHO_C" >&6
25285 cat >conftest.
$ac_ext <<_ACEOF
25288 cat confdefs.h
>>conftest.
$ac_ext
25289 cat >>conftest.
$ac_ext <<_ACEOF
25290 /* end confdefs.h. */
25291 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25292 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25293 #define $ac_func innocuous_$ac_func
25295 /* System header to define __stub macros and hopefully few prototypes,
25296 which can conflict with char $ac_func (); below.
25297 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25298 <limits.h> exists even on freestanding compilers. */
25301 # include <limits.h>
25303 # include <assert.h>
25308 /* Override any gcc2 internal prototype to avoid an error. */
25313 /* We use char because int might match the return type of a gcc2
25314 builtin and then its argument prototype would still apply. */
25316 /* The GNU C library defines this for functions which it implements
25317 to always fail with ENOSYS. Some functions are actually named
25318 something starting with __ and the normal name is an alias. */
25319 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25322 char (*f) () = $ac_func;
25331 return f != $ac_func;
25336 rm -f conftest.
$ac_objext conftest
$ac_exeext
25337 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25338 (eval $ac_link) 2>conftest.er1
25340 grep -v '^ *+' conftest.er1
>conftest.err
25342 cat conftest.err
>&5
25343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25344 (exit $ac_status); } &&
25345 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25347 (eval $ac_try) 2>&5
25349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25350 (exit $ac_status); }; } &&
25351 { ac_try
='test -s conftest$ac_exeext'
25352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25353 (eval $ac_try) 2>&5
25355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25356 (exit $ac_status); }; }; then
25357 eval "$as_ac_var=yes"
25359 echo "$as_me: failed program was:" >&5
25360 sed 's/^/| /' conftest.
$ac_ext >&5
25362 eval "$as_ac_var=no"
25364 rm -f conftest.err conftest.
$ac_objext \
25365 conftest
$ac_exeext conftest.
$ac_ext
25367 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25368 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25369 if test `eval echo '${'$as_ac_var'}'` = yes; then
25370 cat >>confdefs.h
<<_ACEOF
25371 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25378 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
25379 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
25380 cat >conftest.
$ac_ext <<_ACEOF
25383 cat confdefs.h
>>conftest.
$ac_ext
25384 cat >>conftest.
$ac_ext <<_ACEOF
25385 /* end confdefs.h. */
25387 #include <gtk/gtk.h>
25393 #if !GTK_CHECK_VERSION(2,4,0)
25394 #error "Not GTK+ 2.4"
25401 rm -f conftest.
$ac_objext
25402 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25403 (eval $ac_compile) 2>conftest.er1
25405 grep -v '^ *+' conftest.er1
>conftest.err
25407 cat conftest.err
>&5
25408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25409 (exit $ac_status); } &&
25410 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25412 (eval $ac_try) 2>&5
25414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25415 (exit $ac_status); }; } &&
25416 { ac_try
='test -s conftest.$ac_objext'
25417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25418 (eval $ac_try) 2>&5
25420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25421 (exit $ac_status); }; }; then
25423 cat >>confdefs.h
<<\_ACEOF
25424 #define __WXGTK24__ 1
25427 echo "$as_me:$LINENO: result: yes" >&5
25428 echo "${ECHO_T}yes" >&6
25431 echo "$as_me: failed program was:" >&5
25432 sed 's/^/| /' conftest.
$ac_ext >&5
25435 echo "$as_me:$LINENO: result: no" >&5
25436 echo "${ECHO_T}no" >&6
25439 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25441 CFLAGS
="$save_CFLAGS"
25444 if test "$wxUSE_UNICODE" = "yes"; then
25445 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
25446 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
25451 if test "$USE_DARWIN" != 1; then
25453 for ac_func
in poll
25455 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25456 echo "$as_me:$LINENO: checking for $ac_func" >&5
25457 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25458 if eval "test \"\${$as_ac_var+set}\" = set"; then
25459 echo $ECHO_N "(cached) $ECHO_C" >&6
25461 cat >conftest.
$ac_ext <<_ACEOF
25464 cat confdefs.h
>>conftest.
$ac_ext
25465 cat >>conftest.
$ac_ext <<_ACEOF
25466 /* end confdefs.h. */
25467 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25468 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25469 #define $ac_func innocuous_$ac_func
25471 /* System header to define __stub macros and hopefully few prototypes,
25472 which can conflict with char $ac_func (); below.
25473 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25474 <limits.h> exists even on freestanding compilers. */
25477 # include <limits.h>
25479 # include <assert.h>
25484 /* Override any gcc2 internal prototype to avoid an error. */
25489 /* We use char because int might match the return type of a gcc2
25490 builtin and then its argument prototype would still apply. */
25492 /* The GNU C library defines this for functions which it implements
25493 to always fail with ENOSYS. Some functions are actually named
25494 something starting with __ and the normal name is an alias. */
25495 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25498 char (*f) () = $ac_func;
25507 return f != $ac_func;
25512 rm -f conftest.
$ac_objext conftest
$ac_exeext
25513 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25514 (eval $ac_link) 2>conftest.er1
25516 grep -v '^ *+' conftest.er1
>conftest.err
25518 cat conftest.err
>&5
25519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25520 (exit $ac_status); } &&
25521 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25523 (eval $ac_try) 2>&5
25525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25526 (exit $ac_status); }; } &&
25527 { ac_try
='test -s conftest$ac_exeext'
25528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25529 (eval $ac_try) 2>&5
25531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25532 (exit $ac_status); }; }; then
25533 eval "$as_ac_var=yes"
25535 echo "$as_me: failed program was:" >&5
25536 sed 's/^/| /' conftest.
$ac_ext >&5
25538 eval "$as_ac_var=no"
25540 rm -f conftest.err conftest.
$ac_objext \
25541 conftest
$ac_exeext conftest.
$ac_ext
25543 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25544 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25545 if test `eval echo '${'$as_ac_var'}'` = yes; then
25546 cat >>confdefs.h
<<_ACEOF
25547 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25555 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
25556 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
25558 AFMINSTALL
=afminstall
25562 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
25563 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
25564 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
25565 echo $ECHO_N "(cached) $ECHO_C" >&6
25567 ac_check_lib_save_LIBS
=$LIBS
25569 cat >conftest.
$ac_ext <<_ACEOF
25572 cat confdefs.h
>>conftest.
$ac_ext
25573 cat >>conftest.
$ac_ext <<_ACEOF
25574 /* end confdefs.h. */
25576 /* Override any gcc2 internal prototype to avoid an error. */
25580 /* We use char because int might match the return type of a gcc2
25581 builtin and then its argument prototype would still apply. */
25582 char gdk_im_open ();
25591 rm -f conftest.
$ac_objext conftest
$ac_exeext
25592 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25593 (eval $ac_link) 2>conftest.er1
25595 grep -v '^ *+' conftest.er1
>conftest.err
25597 cat conftest.err
>&5
25598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25599 (exit $ac_status); } &&
25600 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25602 (eval $ac_try) 2>&5
25604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25605 (exit $ac_status); }; } &&
25606 { ac_try
='test -s conftest$ac_exeext'
25607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25608 (eval $ac_try) 2>&5
25610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25611 (exit $ac_status); }; }; then
25612 ac_cv_lib_gdk_gdk_im_open
=yes
25614 echo "$as_me: failed program was:" >&5
25615 sed 's/^/| /' conftest.
$ac_ext >&5
25617 ac_cv_lib_gdk_gdk_im_open
=no
25619 rm -f conftest.err conftest.
$ac_objext \
25620 conftest
$ac_exeext conftest.
$ac_ext
25621 LIBS
=$ac_check_lib_save_LIBS
25623 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
25624 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
25625 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
25626 cat >>confdefs.h
<<\_ACEOF
25634 if test "$wxUSE_GPE" = "yes"; then
25635 echo "$as_me:$LINENO: checking for gpewidget library" >&5
25636 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
25639 for ac_dir
in $SEARCH_LIB /usr
/lib
;
25641 for ac_extension
in a so sl dylib
; do
25642 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
25643 ac_find_libraries
=$ac_dir
25649 if test "$ac_find_libraries" != "" ; then
25651 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
25653 if test $result = 0; then
25656 ac_path_to_link
=" -L$ac_find_libraries"
25659 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
25661 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
25662 echo "${ECHO_T}found at $ac_find_libraries" >&6
25664 echo "$as_me:$LINENO: result: not found" >&5
25665 echo "${ECHO_T}not found" >&6
25671 if test "$wxUSE_MGL" = 1; then
25672 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
25673 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
25674 if test "x$MGL_ROOT" = x
; then
25675 echo "$as_me:$LINENO: result: not found" >&5
25676 echo "${ECHO_T}not found" >&6
25677 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
25678 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
25679 { (exit 1); exit 1; }; }
25681 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
25682 echo "${ECHO_T}$MGL_ROOT" >&6
25685 echo "$as_me:$LINENO: checking for libmgl location" >&5
25686 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
25689 if test "x$wxUSE_SHARED" = xyes
; then
25690 mgl_os_candidates
="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
25692 mgl_os_candidates
="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
25696 mgl_os_candidates
="dos32/dj2"
25699 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
25700 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
25701 { (exit 1); exit 1; }; }
25707 for mgl_os_i
in $mgl_os_candidates ; do
25708 if test "x$mgl_os" = x
; then
25709 if test "$wxUSE_DEBUG_FLAG" = yes ; then
25710 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
25711 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
25716 if test "x$mgl_lib_type" = x
; then
25717 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
25718 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
25719 mgl_lib_type
=release
25726 if test "x$mgl_os" = x
; then
25727 echo "$as_me:$LINENO: result: not found" >&5
25728 echo "${ECHO_T}not found" >&6
25729 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
25730 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
25731 { (exit 1); exit 1; }; }
25733 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
25734 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
25736 wxUSE_UNIVERSAL
="yes"
25738 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
25739 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
25741 AFMINSTALL
=afminstall
25746 if test "$wxUSE_MICROWIN" = 1; then
25747 echo "$as_me:$LINENO: checking for MicroWindows" >&5
25748 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
25749 if test "x$MICROWINDOWS" = x
; then
25750 echo "$as_me:$LINENO: result: not found" >&5
25751 echo "${ECHO_T}not found" >&6
25752 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
25753 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
25754 { (exit 1); exit 1; }; }
25756 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
25757 echo "${ECHO_T}$MICROWINDOWS" >&6
25760 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
25761 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
25762 echo "${ECHO_T}MicroWindows' libraries found." >&6
25764 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
25765 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
25766 { (exit 1); exit 1; }; }
25769 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
25770 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
25772 wxUSE_UNIVERSAL
="yes"
25774 AFMINSTALL
=afminstall
25776 GUIDIST
=MICROWIN_DIST
25778 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
25781 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
25783 if test "x$ac_path_x_has_been_run" != xyes
; then
25784 echo "$as_me:$LINENO: checking for X" >&5
25785 echo $ECHO_N "checking for X... $ECHO_C" >&6
25787 ac_path_x_has_been_run
=yes
25789 # Check whether --with-x or --without-x was given.
25790 if test "${with_x+set}" = set; then
25794 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
25795 if test "x$with_x" = xno
; then
25796 # The user explicitly disabled X.
25799 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
25800 # Both variables are already set.
25803 if test "${ac_cv_have_x+set}" = set; then
25804 echo $ECHO_N "(cached) $ECHO_C" >&6
25806 # One or both of the vars are not set, and there is no cached value.
25807 ac_x_includes
=no ac_x_libraries
=no
25808 rm -fr conftest.dir
25809 if mkdir conftest.dir
; then
25811 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
25812 cat >Imakefile
<<'_ACEOF'
25814 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
25816 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
25817 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
25818 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
25819 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
25820 for ac_extension
in a so sl
; do
25821 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
25822 test -f $ac_im_libdir/libX11.
$ac_extension; then
25823 ac_im_usrlibdir
=$ac_im_libdir; break
25826 # Screen out bogus values from the imake configuration. They are
25827 # bogus both because they are the default anyway, and because
25828 # using them would break gcc on systems where it needs fixed includes.
25829 case $ac_im_incroot in
25831 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
25833 case $ac_im_usrlibdir in
25834 /usr
/lib
| /lib
) ;;
25835 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
25839 rm -fr conftest.dir
25842 # Standard set of common directories for X headers.
25843 # Check X11 before X11Rn because it is often a symlink to the current release.
25855 /usr/local/X11/include
25856 /usr/local/X11R6/include
25857 /usr/local/X11R5/include
25858 /usr/local/X11R4/include
25860 /usr/local/include/X11
25861 /usr/local/include/X11R6
25862 /usr/local/include/X11R5
25863 /usr/local/include/X11R4
25867 /usr/XFree86/include/X11
25871 /usr/unsupported/include
25872 /usr/athena/include
25873 /usr/local/x11r5/include
25874 /usr/lpp/Xamples/include
25876 /usr/openwin/include
25877 /usr/openwin/share/include'
25879 if test "$ac_x_includes" = no
; then
25880 # Guess where to find include files, by looking for a specified header file.
25881 # First, try using that file with no special directory specified.
25882 cat >conftest.
$ac_ext <<_ACEOF
25885 cat confdefs.h
>>conftest.
$ac_ext
25886 cat >>conftest.
$ac_ext <<_ACEOF
25887 /* end confdefs.h. */
25888 #include <X11/Intrinsic.h>
25890 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25891 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
25893 grep -v '^ *+' conftest.er1
>conftest.err
25895 cat conftest.err
>&5
25896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25897 (exit $ac_status); } >/dev
/null
; then
25898 if test -s conftest.err
; then
25899 ac_cpp_err
=$ac_c_preproc_warn_flag
25900 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
25907 if test -z "$ac_cpp_err"; then
25908 # We can compile using X headers with no special include directory.
25911 echo "$as_me: failed program was:" >&5
25912 sed 's/^/| /' conftest.
$ac_ext >&5
25914 for ac_dir
in $ac_x_header_dirs; do
25915 if test -r "$ac_dir/X11/Intrinsic.h"; then
25916 ac_x_includes
=$ac_dir
25921 rm -f conftest.err conftest.
$ac_ext
25922 fi # $ac_x_includes = no
25924 if test "$ac_x_libraries" = no
; then
25925 # Check for the libraries.
25926 # See if we find them without any special options.
25927 # Don't add to $LIBS permanently.
25930 cat >conftest.
$ac_ext <<_ACEOF
25933 cat confdefs.h
>>conftest.
$ac_ext
25934 cat >>conftest.
$ac_ext <<_ACEOF
25935 /* end confdefs.h. */
25936 #include <X11/Intrinsic.h>
25945 rm -f conftest.
$ac_objext conftest
$ac_exeext
25946 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25947 (eval $ac_link) 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 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25956 (eval $ac_try) 2>&5
25958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25959 (exit $ac_status); }; } &&
25960 { ac_try
='test -s conftest$ac_exeext'
25961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25962 (eval $ac_try) 2>&5
25964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25965 (exit $ac_status); }; }; then
25967 # We can link X programs with no special library path.
25970 echo "$as_me: failed program was:" >&5
25971 sed 's/^/| /' conftest.
$ac_ext >&5
25974 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
25976 # Don't even attempt the hair of trying to link an X program!
25977 for ac_extension
in a so sl
; do
25978 if test -r $ac_dir/libXt.
$ac_extension; then
25979 ac_x_libraries
=$ac_dir
25985 rm -f conftest.err conftest.
$ac_objext \
25986 conftest
$ac_exeext conftest.
$ac_ext
25987 fi # $ac_x_libraries = no
25989 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
25990 # Didn't find X anywhere. Cache the known absence of X.
25991 ac_cv_have_x
="have_x=no"
25993 # Record where we found X for the cache.
25994 ac_cv_have_x
="have_x=yes \
25995 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
26000 eval "$ac_cv_have_x"
26003 if test "$have_x" != yes; then
26004 echo "$as_me:$LINENO: result: $have_x" >&5
26005 echo "${ECHO_T}$have_x" >&6
26008 # If each of the values was on the command line, it overrides each guess.
26009 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
26010 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
26011 # Update the cache value to reflect the command line values.
26012 ac_cv_have_x
="have_x=yes \
26013 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
26014 # It might be that x_includes is empty (headers are found in the
26015 # standard search path. Then output the corresponding message
26016 ac_out_x_includes
=$x_includes
26017 test "x$x_includes" = x
&& ac_out_x_includes
="in standard search path"
26018 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
26019 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
26023 if test "$no_x" = yes; then
26024 # Not all programs may use this symbol, but it does not hurt to define it.
26026 cat >>confdefs.h
<<\_ACEOF
26027 #define X_DISPLAY_MISSING 1
26030 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
26032 if test -n "$x_includes"; then
26033 X_CFLAGS
="$X_CFLAGS -I$x_includes"
26036 # It would also be nice to do this for all -L options, not just this one.
26037 if test -n "$x_libraries"; then
26038 X_LIBS
="$X_LIBS -L$x_libraries"
26039 # For Solaris; some versions of Sun CC require a space after -R and
26040 # others require no space. Words are not sufficient . . . .
26041 case `(uname -sr) 2>/dev/null` in
26043 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
26044 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
26045 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
26046 cat >conftest.
$ac_ext <<_ACEOF
26049 cat confdefs.h
>>conftest.
$ac_ext
26050 cat >>conftest.
$ac_ext <<_ACEOF
26051 /* end confdefs.h. */
26061 rm -f conftest.
$ac_objext conftest
$ac_exeext
26062 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26063 (eval $ac_link) 2>conftest.er1
26065 grep -v '^ *+' conftest.er1
>conftest.err
26067 cat conftest.err
>&5
26068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26069 (exit $ac_status); } &&
26070 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26072 (eval $ac_try) 2>&5
26074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26075 (exit $ac_status); }; } &&
26076 { ac_try
='test -s conftest$ac_exeext'
26077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26078 (eval $ac_try) 2>&5
26080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26081 (exit $ac_status); }; }; then
26084 echo "$as_me: failed program was:" >&5
26085 sed 's/^/| /' conftest.
$ac_ext >&5
26089 rm -f conftest.err conftest.
$ac_objext \
26090 conftest
$ac_exeext conftest.
$ac_ext
26091 if test $ac_R_nospace = yes; then
26092 echo "$as_me:$LINENO: result: no" >&5
26093 echo "${ECHO_T}no" >&6
26094 X_LIBS
="$X_LIBS -R$x_libraries"
26096 LIBS
="$ac_xsave_LIBS -R $x_libraries"
26097 cat >conftest.
$ac_ext <<_ACEOF
26100 cat confdefs.h
>>conftest.
$ac_ext
26101 cat >>conftest.
$ac_ext <<_ACEOF
26102 /* end confdefs.h. */
26112 rm -f conftest.
$ac_objext conftest
$ac_exeext
26113 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26114 (eval $ac_link) 2>conftest.er1
26116 grep -v '^ *+' conftest.er1
>conftest.err
26118 cat conftest.err
>&5
26119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26120 (exit $ac_status); } &&
26121 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26123 (eval $ac_try) 2>&5
26125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26126 (exit $ac_status); }; } &&
26127 { ac_try
='test -s conftest$ac_exeext'
26128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26129 (eval $ac_try) 2>&5
26131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26132 (exit $ac_status); }; }; then
26135 echo "$as_me: failed program was:" >&5
26136 sed 's/^/| /' conftest.
$ac_ext >&5
26140 rm -f conftest.err conftest.
$ac_objext \
26141 conftest
$ac_exeext conftest.
$ac_ext
26142 if test $ac_R_space = yes; then
26143 echo "$as_me:$LINENO: result: yes" >&5
26144 echo "${ECHO_T}yes" >&6
26145 X_LIBS
="$X_LIBS -R $x_libraries"
26147 echo "$as_me:$LINENO: result: neither works" >&5
26148 echo "${ECHO_T}neither works" >&6
26151 LIBS
=$ac_xsave_LIBS
26155 # Check for system-dependent libraries X programs must link with.
26156 # Do this before checking for the system-independent R6 libraries
26157 # (-lICE), since we may need -lsocket or whatever for X linking.
26159 if test "$ISC" = yes; then
26160 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
26162 # Martyn Johnson says this is needed for Ultrix, if the X
26163 # libraries were built with DECnet support. And Karl Berry says
26164 # the Alpha needs dnet_stub (dnet does not exist).
26165 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
26166 cat >conftest.
$ac_ext <<_ACEOF
26169 cat confdefs.h
>>conftest.
$ac_ext
26170 cat >>conftest.
$ac_ext <<_ACEOF
26171 /* end confdefs.h. */
26173 /* Override any gcc2 internal prototype to avoid an error. */
26177 /* We use char because int might match the return type of a gcc2
26178 builtin and then its argument prototype would still apply. */
26179 char XOpenDisplay ();
26188 rm -f conftest.
$ac_objext conftest
$ac_exeext
26189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26190 (eval $ac_link) 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 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26199 (eval $ac_try) 2>&5
26201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26202 (exit $ac_status); }; } &&
26203 { ac_try
='test -s conftest$ac_exeext'
26204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26205 (eval $ac_try) 2>&5
26207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26208 (exit $ac_status); }; }; then
26211 echo "$as_me: failed program was:" >&5
26212 sed 's/^/| /' conftest.
$ac_ext >&5
26214 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26215 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26216 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26217 echo $ECHO_N "(cached) $ECHO_C" >&6
26219 ac_check_lib_save_LIBS
=$LIBS
26220 LIBS
="-ldnet $LIBS"
26221 cat >conftest.
$ac_ext <<_ACEOF
26224 cat confdefs.h
>>conftest.
$ac_ext
26225 cat >>conftest.
$ac_ext <<_ACEOF
26226 /* end confdefs.h. */
26228 /* Override any gcc2 internal prototype to avoid an error. */
26232 /* We use char because int might match the return type of a gcc2
26233 builtin and then its argument prototype would still apply. */
26243 rm -f conftest.
$ac_objext conftest
$ac_exeext
26244 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26245 (eval $ac_link) 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 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26254 (eval $ac_try) 2>&5
26256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26257 (exit $ac_status); }; } &&
26258 { ac_try
='test -s conftest$ac_exeext'
26259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26260 (eval $ac_try) 2>&5
26262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26263 (exit $ac_status); }; }; then
26264 ac_cv_lib_dnet_dnet_ntoa
=yes
26266 echo "$as_me: failed program was:" >&5
26267 sed 's/^/| /' conftest.
$ac_ext >&5
26269 ac_cv_lib_dnet_dnet_ntoa
=no
26271 rm -f conftest.err conftest.
$ac_objext \
26272 conftest
$ac_exeext conftest.
$ac_ext
26273 LIBS
=$ac_check_lib_save_LIBS
26275 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
26276 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
26277 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
26278 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
26281 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
26282 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
26283 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
26284 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
26285 echo $ECHO_N "(cached) $ECHO_C" >&6
26287 ac_check_lib_save_LIBS
=$LIBS
26288 LIBS
="-ldnet_stub $LIBS"
26289 cat >conftest.
$ac_ext <<_ACEOF
26292 cat confdefs.h
>>conftest.
$ac_ext
26293 cat >>conftest.
$ac_ext <<_ACEOF
26294 /* end confdefs.h. */
26296 /* Override any gcc2 internal prototype to avoid an error. */
26300 /* We use char because int might match the return type of a gcc2
26301 builtin and then its argument prototype would still apply. */
26311 rm -f conftest.
$ac_objext conftest
$ac_exeext
26312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26313 (eval $ac_link) 2>conftest.er1
26315 grep -v '^ *+' conftest.er1
>conftest.err
26317 cat conftest.err
>&5
26318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26319 (exit $ac_status); } &&
26320 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26322 (eval $ac_try) 2>&5
26324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26325 (exit $ac_status); }; } &&
26326 { ac_try
='test -s conftest$ac_exeext'
26327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26328 (eval $ac_try) 2>&5
26330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26331 (exit $ac_status); }; }; then
26332 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
26334 echo "$as_me: failed program was:" >&5
26335 sed 's/^/| /' conftest.
$ac_ext >&5
26337 ac_cv_lib_dnet_stub_dnet_ntoa
=no
26339 rm -f conftest.err conftest.
$ac_objext \
26340 conftest
$ac_exeext conftest.
$ac_ext
26341 LIBS
=$ac_check_lib_save_LIBS
26343 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
26344 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
26345 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
26346 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
26351 rm -f conftest.err conftest.
$ac_objext \
26352 conftest
$ac_exeext conftest.
$ac_ext
26353 LIBS
="$ac_xsave_LIBS"
26355 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
26356 # to get the SysV transport functions.
26357 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
26359 # The nsl library prevents programs from opening the X display
26360 # on Irix 5.2, according to T.E. Dickey.
26361 # The functions gethostbyname, getservbyname, and inet_addr are
26362 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
26363 echo "$as_me:$LINENO: checking for gethostbyname" >&5
26364 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
26365 if test "${ac_cv_func_gethostbyname+set}" = set; then
26366 echo $ECHO_N "(cached) $ECHO_C" >&6
26368 cat >conftest.
$ac_ext <<_ACEOF
26371 cat confdefs.h
>>conftest.
$ac_ext
26372 cat >>conftest.
$ac_ext <<_ACEOF
26373 /* end confdefs.h. */
26374 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
26375 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26376 #define gethostbyname innocuous_gethostbyname
26378 /* System header to define __stub macros and hopefully few prototypes,
26379 which can conflict with char gethostbyname (); below.
26380 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26381 <limits.h> exists even on freestanding compilers. */
26384 # include <limits.h>
26386 # include <assert.h>
26389 #undef gethostbyname
26391 /* Override any gcc2 internal prototype to avoid an error. */
26396 /* We use char because int might match the return type of a gcc2
26397 builtin and then its argument prototype would still apply. */
26398 char gethostbyname ();
26399 /* The GNU C library defines this for functions which it implements
26400 to always fail with ENOSYS. Some functions are actually named
26401 something starting with __ and the normal name is an alias. */
26402 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
26405 char (*f) () = gethostbyname;
26414 return f != gethostbyname;
26419 rm -f conftest.
$ac_objext conftest
$ac_exeext
26420 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26421 (eval $ac_link) 2>conftest.er1
26423 grep -v '^ *+' conftest.er1
>conftest.err
26425 cat conftest.err
>&5
26426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26427 (exit $ac_status); } &&
26428 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26430 (eval $ac_try) 2>&5
26432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26433 (exit $ac_status); }; } &&
26434 { ac_try
='test -s conftest$ac_exeext'
26435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26436 (eval $ac_try) 2>&5
26438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26439 (exit $ac_status); }; }; then
26440 ac_cv_func_gethostbyname
=yes
26442 echo "$as_me: failed program was:" >&5
26443 sed 's/^/| /' conftest.
$ac_ext >&5
26445 ac_cv_func_gethostbyname
=no
26447 rm -f conftest.err conftest.
$ac_objext \
26448 conftest
$ac_exeext conftest.
$ac_ext
26450 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
26451 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
26453 if test $ac_cv_func_gethostbyname = no
; then
26454 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
26455 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
26456 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
26457 echo $ECHO_N "(cached) $ECHO_C" >&6
26459 ac_check_lib_save_LIBS
=$LIBS
26461 cat >conftest.
$ac_ext <<_ACEOF
26464 cat confdefs.h
>>conftest.
$ac_ext
26465 cat >>conftest.
$ac_ext <<_ACEOF
26466 /* end confdefs.h. */
26468 /* Override any gcc2 internal prototype to avoid an error. */
26472 /* We use char because int might match the return type of a gcc2
26473 builtin and then its argument prototype would still apply. */
26474 char gethostbyname ();
26483 rm -f conftest.
$ac_objext conftest
$ac_exeext
26484 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26485 (eval $ac_link) 2>conftest.er1
26487 grep -v '^ *+' conftest.er1
>conftest.err
26489 cat conftest.err
>&5
26490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26491 (exit $ac_status); } &&
26492 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26494 (eval $ac_try) 2>&5
26496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26497 (exit $ac_status); }; } &&
26498 { ac_try
='test -s conftest$ac_exeext'
26499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26500 (eval $ac_try) 2>&5
26502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26503 (exit $ac_status); }; }; then
26504 ac_cv_lib_nsl_gethostbyname
=yes
26506 echo "$as_me: failed program was:" >&5
26507 sed 's/^/| /' conftest.
$ac_ext >&5
26509 ac_cv_lib_nsl_gethostbyname
=no
26511 rm -f conftest.err conftest.
$ac_objext \
26512 conftest
$ac_exeext conftest.
$ac_ext
26513 LIBS
=$ac_check_lib_save_LIBS
26515 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
26516 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
26517 if test $ac_cv_lib_nsl_gethostbyname = yes; then
26518 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
26521 if test $ac_cv_lib_nsl_gethostbyname = no
; then
26522 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
26523 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
26524 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
26525 echo $ECHO_N "(cached) $ECHO_C" >&6
26527 ac_check_lib_save_LIBS
=$LIBS
26529 cat >conftest.
$ac_ext <<_ACEOF
26532 cat confdefs.h
>>conftest.
$ac_ext
26533 cat >>conftest.
$ac_ext <<_ACEOF
26534 /* end confdefs.h. */
26536 /* Override any gcc2 internal prototype to avoid an error. */
26540 /* We use char because int might match the return type of a gcc2
26541 builtin and then its argument prototype would still apply. */
26542 char gethostbyname ();
26551 rm -f conftest.
$ac_objext conftest
$ac_exeext
26552 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26553 (eval $ac_link) 2>conftest.er1
26555 grep -v '^ *+' conftest.er1
>conftest.err
26557 cat conftest.err
>&5
26558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26559 (exit $ac_status); } &&
26560 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26562 (eval $ac_try) 2>&5
26564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26565 (exit $ac_status); }; } &&
26566 { ac_try
='test -s conftest$ac_exeext'
26567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26568 (eval $ac_try) 2>&5
26570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26571 (exit $ac_status); }; }; then
26572 ac_cv_lib_bsd_gethostbyname
=yes
26574 echo "$as_me: failed program was:" >&5
26575 sed 's/^/| /' conftest.
$ac_ext >&5
26577 ac_cv_lib_bsd_gethostbyname
=no
26579 rm -f conftest.err conftest.
$ac_objext \
26580 conftest
$ac_exeext conftest.
$ac_ext
26581 LIBS
=$ac_check_lib_save_LIBS
26583 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
26584 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
26585 if test $ac_cv_lib_bsd_gethostbyname = yes; then
26586 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
26592 # lieder@skyler.mavd.honeywell.com says without -lsocket,
26593 # socket/setsockopt and other routines are undefined under SCO ODT
26594 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
26595 # on later versions), says Simon Leinen: it contains gethostby*
26596 # variants that don't use the name server (or something). -lsocket
26597 # must be given before -lnsl if both are needed. We assume that
26598 # if connect needs -lnsl, so does gethostbyname.
26599 echo "$as_me:$LINENO: checking for connect" >&5
26600 echo $ECHO_N "checking for connect... $ECHO_C" >&6
26601 if test "${ac_cv_func_connect+set}" = set; then
26602 echo $ECHO_N "(cached) $ECHO_C" >&6
26604 cat >conftest.
$ac_ext <<_ACEOF
26607 cat confdefs.h
>>conftest.
$ac_ext
26608 cat >>conftest.
$ac_ext <<_ACEOF
26609 /* end confdefs.h. */
26610 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
26611 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26612 #define connect innocuous_connect
26614 /* System header to define __stub macros and hopefully few prototypes,
26615 which can conflict with char connect (); below.
26616 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26617 <limits.h> exists even on freestanding compilers. */
26620 # include <limits.h>
26622 # include <assert.h>
26627 /* Override any gcc2 internal prototype to avoid an error. */
26632 /* We use char because int might match the return type of a gcc2
26633 builtin and then its argument prototype would still apply. */
26635 /* The GNU C library defines this for functions which it implements
26636 to always fail with ENOSYS. Some functions are actually named
26637 something starting with __ and the normal name is an alias. */
26638 #if defined (__stub_connect) || defined (__stub___connect)
26641 char (*f) () = connect;
26650 return f != connect;
26655 rm -f conftest.
$ac_objext conftest
$ac_exeext
26656 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26657 (eval $ac_link) 2>conftest.er1
26659 grep -v '^ *+' conftest.er1
>conftest.err
26661 cat conftest.err
>&5
26662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26663 (exit $ac_status); } &&
26664 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26666 (eval $ac_try) 2>&5
26668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26669 (exit $ac_status); }; } &&
26670 { ac_try
='test -s conftest$ac_exeext'
26671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26672 (eval $ac_try) 2>&5
26674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26675 (exit $ac_status); }; }; then
26676 ac_cv_func_connect
=yes
26678 echo "$as_me: failed program was:" >&5
26679 sed 's/^/| /' conftest.
$ac_ext >&5
26681 ac_cv_func_connect
=no
26683 rm -f conftest.err conftest.
$ac_objext \
26684 conftest
$ac_exeext conftest.
$ac_ext
26686 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
26687 echo "${ECHO_T}$ac_cv_func_connect" >&6
26689 if test $ac_cv_func_connect = no
; then
26690 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
26691 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
26692 if test "${ac_cv_lib_socket_connect+set}" = set; then
26693 echo $ECHO_N "(cached) $ECHO_C" >&6
26695 ac_check_lib_save_LIBS
=$LIBS
26696 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
26697 cat >conftest.
$ac_ext <<_ACEOF
26700 cat confdefs.h
>>conftest.
$ac_ext
26701 cat >>conftest.
$ac_ext <<_ACEOF
26702 /* end confdefs.h. */
26704 /* Override any gcc2 internal prototype to avoid an error. */
26708 /* We use char because int might match the return type of a gcc2
26709 builtin and then its argument prototype would still apply. */
26719 rm -f conftest.
$ac_objext conftest
$ac_exeext
26720 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26721 (eval $ac_link) 2>conftest.er1
26723 grep -v '^ *+' conftest.er1
>conftest.err
26725 cat conftest.err
>&5
26726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26727 (exit $ac_status); } &&
26728 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26730 (eval $ac_try) 2>&5
26732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26733 (exit $ac_status); }; } &&
26734 { ac_try
='test -s conftest$ac_exeext'
26735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26736 (eval $ac_try) 2>&5
26738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26739 (exit $ac_status); }; }; then
26740 ac_cv_lib_socket_connect
=yes
26742 echo "$as_me: failed program was:" >&5
26743 sed 's/^/| /' conftest.
$ac_ext >&5
26745 ac_cv_lib_socket_connect
=no
26747 rm -f conftest.err conftest.
$ac_objext \
26748 conftest
$ac_exeext conftest.
$ac_ext
26749 LIBS
=$ac_check_lib_save_LIBS
26751 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
26752 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
26753 if test $ac_cv_lib_socket_connect = yes; then
26754 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
26759 # Guillermo Gomez says -lposix is necessary on A/UX.
26760 echo "$as_me:$LINENO: checking for remove" >&5
26761 echo $ECHO_N "checking for remove... $ECHO_C" >&6
26762 if test "${ac_cv_func_remove+set}" = set; then
26763 echo $ECHO_N "(cached) $ECHO_C" >&6
26765 cat >conftest.
$ac_ext <<_ACEOF
26768 cat confdefs.h
>>conftest.
$ac_ext
26769 cat >>conftest.
$ac_ext <<_ACEOF
26770 /* end confdefs.h. */
26771 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
26772 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26773 #define remove innocuous_remove
26775 /* System header to define __stub macros and hopefully few prototypes,
26776 which can conflict with char remove (); below.
26777 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26778 <limits.h> exists even on freestanding compilers. */
26781 # include <limits.h>
26783 # include <assert.h>
26788 /* Override any gcc2 internal prototype to avoid an error. */
26793 /* We use char because int might match the return type of a gcc2
26794 builtin and then its argument prototype would still apply. */
26796 /* The GNU C library defines this for functions which it implements
26797 to always fail with ENOSYS. Some functions are actually named
26798 something starting with __ and the normal name is an alias. */
26799 #if defined (__stub_remove) || defined (__stub___remove)
26802 char (*f) () = remove;
26811 return f != remove;
26816 rm -f conftest.
$ac_objext conftest
$ac_exeext
26817 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26818 (eval $ac_link) 2>conftest.er1
26820 grep -v '^ *+' conftest.er1
>conftest.err
26822 cat conftest.err
>&5
26823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26824 (exit $ac_status); } &&
26825 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26827 (eval $ac_try) 2>&5
26829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26830 (exit $ac_status); }; } &&
26831 { ac_try
='test -s conftest$ac_exeext'
26832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26833 (eval $ac_try) 2>&5
26835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26836 (exit $ac_status); }; }; then
26837 ac_cv_func_remove
=yes
26839 echo "$as_me: failed program was:" >&5
26840 sed 's/^/| /' conftest.
$ac_ext >&5
26842 ac_cv_func_remove
=no
26844 rm -f conftest.err conftest.
$ac_objext \
26845 conftest
$ac_exeext conftest.
$ac_ext
26847 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
26848 echo "${ECHO_T}$ac_cv_func_remove" >&6
26850 if test $ac_cv_func_remove = no
; then
26851 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
26852 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
26853 if test "${ac_cv_lib_posix_remove+set}" = set; then
26854 echo $ECHO_N "(cached) $ECHO_C" >&6
26856 ac_check_lib_save_LIBS
=$LIBS
26857 LIBS
="-lposix $LIBS"
26858 cat >conftest.
$ac_ext <<_ACEOF
26861 cat confdefs.h
>>conftest.
$ac_ext
26862 cat >>conftest.
$ac_ext <<_ACEOF
26863 /* end confdefs.h. */
26865 /* Override any gcc2 internal prototype to avoid an error. */
26869 /* We use char because int might match the return type of a gcc2
26870 builtin and then its argument prototype would still apply. */
26880 rm -f conftest.
$ac_objext conftest
$ac_exeext
26881 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26882 (eval $ac_link) 2>conftest.er1
26884 grep -v '^ *+' conftest.er1
>conftest.err
26886 cat conftest.err
>&5
26887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26888 (exit $ac_status); } &&
26889 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26891 (eval $ac_try) 2>&5
26893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26894 (exit $ac_status); }; } &&
26895 { ac_try
='test -s conftest$ac_exeext'
26896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26897 (eval $ac_try) 2>&5
26899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26900 (exit $ac_status); }; }; then
26901 ac_cv_lib_posix_remove
=yes
26903 echo "$as_me: failed program was:" >&5
26904 sed 's/^/| /' conftest.
$ac_ext >&5
26906 ac_cv_lib_posix_remove
=no
26908 rm -f conftest.err conftest.
$ac_objext \
26909 conftest
$ac_exeext conftest.
$ac_ext
26910 LIBS
=$ac_check_lib_save_LIBS
26912 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
26913 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
26914 if test $ac_cv_lib_posix_remove = yes; then
26915 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
26920 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
26921 echo "$as_me:$LINENO: checking for shmat" >&5
26922 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
26923 if test "${ac_cv_func_shmat+set}" = set; then
26924 echo $ECHO_N "(cached) $ECHO_C" >&6
26926 cat >conftest.
$ac_ext <<_ACEOF
26929 cat confdefs.h
>>conftest.
$ac_ext
26930 cat >>conftest.
$ac_ext <<_ACEOF
26931 /* end confdefs.h. */
26932 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
26933 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26934 #define shmat innocuous_shmat
26936 /* System header to define __stub macros and hopefully few prototypes,
26937 which can conflict with char shmat (); below.
26938 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26939 <limits.h> exists even on freestanding compilers. */
26942 # include <limits.h>
26944 # include <assert.h>
26949 /* Override any gcc2 internal prototype to avoid an error. */
26954 /* We use char because int might match the return type of a gcc2
26955 builtin and then its argument prototype would still apply. */
26957 /* The GNU C library defines this for functions which it implements
26958 to always fail with ENOSYS. Some functions are actually named
26959 something starting with __ and the normal name is an alias. */
26960 #if defined (__stub_shmat) || defined (__stub___shmat)
26963 char (*f) () = shmat;
26977 rm -f conftest.
$ac_objext conftest
$ac_exeext
26978 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26979 (eval $ac_link) 2>conftest.er1
26981 grep -v '^ *+' conftest.er1
>conftest.err
26983 cat conftest.err
>&5
26984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26985 (exit $ac_status); } &&
26986 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26988 (eval $ac_try) 2>&5
26990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26991 (exit $ac_status); }; } &&
26992 { ac_try
='test -s conftest$ac_exeext'
26993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26994 (eval $ac_try) 2>&5
26996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26997 (exit $ac_status); }; }; then
26998 ac_cv_func_shmat
=yes
27000 echo "$as_me: failed program was:" >&5
27001 sed 's/^/| /' conftest.
$ac_ext >&5
27003 ac_cv_func_shmat
=no
27005 rm -f conftest.err conftest.
$ac_objext \
27006 conftest
$ac_exeext conftest.
$ac_ext
27008 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
27009 echo "${ECHO_T}$ac_cv_func_shmat" >&6
27011 if test $ac_cv_func_shmat = no
; then
27012 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
27013 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
27014 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
27015 echo $ECHO_N "(cached) $ECHO_C" >&6
27017 ac_check_lib_save_LIBS
=$LIBS
27019 cat >conftest.
$ac_ext <<_ACEOF
27022 cat confdefs.h
>>conftest.
$ac_ext
27023 cat >>conftest.
$ac_ext <<_ACEOF
27024 /* end confdefs.h. */
27026 /* Override any gcc2 internal prototype to avoid an error. */
27030 /* We use char because int might match the return type of a gcc2
27031 builtin and then its argument prototype would still apply. */
27041 rm -f conftest.
$ac_objext conftest
$ac_exeext
27042 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27043 (eval $ac_link) 2>conftest.er1
27045 grep -v '^ *+' conftest.er1
>conftest.err
27047 cat conftest.err
>&5
27048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27049 (exit $ac_status); } &&
27050 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27052 (eval $ac_try) 2>&5
27054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27055 (exit $ac_status); }; } &&
27056 { ac_try
='test -s conftest$ac_exeext'
27057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27058 (eval $ac_try) 2>&5
27060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27061 (exit $ac_status); }; }; then
27062 ac_cv_lib_ipc_shmat
=yes
27064 echo "$as_me: failed program was:" >&5
27065 sed 's/^/| /' conftest.
$ac_ext >&5
27067 ac_cv_lib_ipc_shmat
=no
27069 rm -f conftest.err conftest.
$ac_objext \
27070 conftest
$ac_exeext conftest.
$ac_ext
27071 LIBS
=$ac_check_lib_save_LIBS
27073 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
27074 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
27075 if test $ac_cv_lib_ipc_shmat = yes; then
27076 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
27082 # Check for libraries that X11R6 Xt/Xaw programs need.
27083 ac_save_LDFLAGS
=$LDFLAGS
27084 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
27085 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
27086 # check for ICE first), but we must link in the order -lSM -lICE or
27087 # we get undefined symbols. So assume we have SM if we have ICE.
27088 # These have to be linked with before -lX11, unlike the other
27089 # libraries we check for below, so use a different variable.
27090 # John Interrante, Karl Berry
27091 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
27092 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
27093 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
27094 echo $ECHO_N "(cached) $ECHO_C" >&6
27096 ac_check_lib_save_LIBS
=$LIBS
27097 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
27098 cat >conftest.
$ac_ext <<_ACEOF
27101 cat confdefs.h
>>conftest.
$ac_ext
27102 cat >>conftest.
$ac_ext <<_ACEOF
27103 /* end confdefs.h. */
27105 /* Override any gcc2 internal prototype to avoid an error. */
27109 /* We use char because int might match the return type of a gcc2
27110 builtin and then its argument prototype would still apply. */
27111 char IceConnectionNumber ();
27115 IceConnectionNumber ();
27120 rm -f conftest.
$ac_objext conftest
$ac_exeext
27121 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27122 (eval $ac_link) 2>conftest.er1
27124 grep -v '^ *+' conftest.er1
>conftest.err
27126 cat conftest.err
>&5
27127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27128 (exit $ac_status); } &&
27129 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27131 (eval $ac_try) 2>&5
27133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27134 (exit $ac_status); }; } &&
27135 { ac_try
='test -s conftest$ac_exeext'
27136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27137 (eval $ac_try) 2>&5
27139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27140 (exit $ac_status); }; }; then
27141 ac_cv_lib_ICE_IceConnectionNumber
=yes
27143 echo "$as_me: failed program was:" >&5
27144 sed 's/^/| /' conftest.
$ac_ext >&5
27146 ac_cv_lib_ICE_IceConnectionNumber
=no
27148 rm -f conftest.err conftest.
$ac_objext \
27149 conftest
$ac_exeext conftest.
$ac_ext
27150 LIBS
=$ac_check_lib_save_LIBS
27152 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
27153 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
27154 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
27155 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
27158 LDFLAGS
=$ac_save_LDFLAGS
27163 if test "$no_x" = "yes"; then
27164 { { echo "$as_me:$LINENO: error: X11 not found" >&5
27165 echo "$as_me: error: X11 not found" >&2;}
27166 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
27169 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
27170 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
27171 AFMINSTALL
=afminstall
27172 COMPILED_X_PROGRAM
=0
27176 if test "$wxUSE_X11" = 1; then
27177 if test "$wxUSE_NANOX" = "yes"; then
27178 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
27179 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27180 if test "x$MICROWIN" = x
; then
27181 echo "$as_me:$LINENO: result: not found" >&5
27182 echo "${ECHO_T}not found" >&6
27183 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27184 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27185 { (exit 1); exit 1; }; }
27187 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27188 echo "${ECHO_T}$MICROWIN" >&6
27189 cat >>confdefs.h
<<\_ACEOF
27190 #define wxUSE_NANOX 1
27196 if test "$wxUSE_UNICODE" = "yes"; then
27200 if test -z "$PKG_CONFIG"; then
27201 # Extract the first word of "pkg-config", so it can be a program name with args.
27202 set dummy pkg
-config; ac_word
=$2
27203 echo "$as_me:$LINENO: checking for $ac_word" >&5
27204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27205 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27206 echo $ECHO_N "(cached) $ECHO_C" >&6
27208 case $PKG_CONFIG in
27210 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27213 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27214 for as_dir
in $PATH
27217 test -z "$as_dir" && as_dir
=.
27218 for ac_exec_ext
in '' $ac_executable_extensions; do
27219 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27220 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27221 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27227 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
27231 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27233 if test -n "$PKG_CONFIG"; then
27234 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27235 echo "${ECHO_T}$PKG_CONFIG" >&6
27237 echo "$as_me:$LINENO: result: no" >&5
27238 echo "${ECHO_T}no" >&6
27243 if test "$PKG_CONFIG" = "no" ; then
27244 echo "*** The pkg-config script could not be found. Make sure it is"
27245 echo "*** in your path, or set the PKG_CONFIG environment variable"
27246 echo "*** to the full path to pkg-config."
27247 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27249 PKG_CONFIG_MIN_VERSION
=0.9.0
27250 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27251 echo "$as_me:$LINENO: checking for pangox" >&5
27252 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27254 if $PKG_CONFIG --exists "pangox" ; then
27255 echo "$as_me:$LINENO: result: yes" >&5
27256 echo "${ECHO_T}yes" >&6
27259 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27260 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27261 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
27262 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27263 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27265 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27266 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27267 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
27268 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27269 echo "${ECHO_T}$PANGOX_LIBS" >&6
27273 ## If we have a custom action on failure, don't print errors, but
27274 ## do set a variable so people can do so.
27275 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
27282 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27283 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27287 if test $succeeded = yes; then
27289 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
27290 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
27294 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
27295 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
27296 { (exit 1); exit 1; }; }
27304 if test -z "$PKG_CONFIG"; then
27305 # Extract the first word of "pkg-config", so it can be a program name with args.
27306 set dummy pkg
-config; ac_word
=$2
27307 echo "$as_me:$LINENO: checking for $ac_word" >&5
27308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27309 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27310 echo $ECHO_N "(cached) $ECHO_C" >&6
27312 case $PKG_CONFIG in
27314 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27317 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27318 for as_dir
in $PATH
27321 test -z "$as_dir" && as_dir
=.
27322 for ac_exec_ext
in '' $ac_executable_extensions; do
27323 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27324 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27325 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27331 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
27335 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27337 if test -n "$PKG_CONFIG"; then
27338 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27339 echo "${ECHO_T}$PKG_CONFIG" >&6
27341 echo "$as_me:$LINENO: result: no" >&5
27342 echo "${ECHO_T}no" >&6
27347 if test "$PKG_CONFIG" = "no" ; then
27348 echo "*** The pkg-config script could not be found. Make sure it is"
27349 echo "*** in your path, or set the PKG_CONFIG environment variable"
27350 echo "*** to the full path to pkg-config."
27351 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27353 PKG_CONFIG_MIN_VERSION
=0.9.0
27354 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27355 echo "$as_me:$LINENO: checking for pangoft2" >&5
27356 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
27358 if $PKG_CONFIG --exists "pangoft2" ; then
27359 echo "$as_me:$LINENO: result: yes" >&5
27360 echo "${ECHO_T}yes" >&6
27363 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
27364 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
27365 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
27366 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
27367 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
27369 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
27370 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
27371 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
27372 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
27373 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
27377 ## If we have a custom action on failure, don't print errors, but
27378 ## do set a variable so people can do so.
27379 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
27386 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27387 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27391 if test $succeeded = yes; then
27393 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
27394 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
27398 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
27399 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
27400 wxUSE_PRINTING_ARCHITECTURE
="no"
27408 if test -z "$PKG_CONFIG"; then
27409 # Extract the first word of "pkg-config", so it can be a program name with args.
27410 set dummy pkg
-config; ac_word
=$2
27411 echo "$as_me:$LINENO: checking for $ac_word" >&5
27412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27413 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27414 echo $ECHO_N "(cached) $ECHO_C" >&6
27416 case $PKG_CONFIG in
27418 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27421 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27422 for as_dir
in $PATH
27425 test -z "$as_dir" && as_dir
=.
27426 for ac_exec_ext
in '' $ac_executable_extensions; do
27427 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27428 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27429 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27435 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
27439 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27441 if test -n "$PKG_CONFIG"; then
27442 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27443 echo "${ECHO_T}$PKG_CONFIG" >&6
27445 echo "$as_me:$LINENO: result: no" >&5
27446 echo "${ECHO_T}no" >&6
27451 if test "$PKG_CONFIG" = "no" ; then
27452 echo "*** The pkg-config script could not be found. Make sure it is"
27453 echo "*** in your path, or set the PKG_CONFIG environment variable"
27454 echo "*** to the full path to pkg-config."
27455 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27457 PKG_CONFIG_MIN_VERSION
=0.9.0
27458 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27459 echo "$as_me:$LINENO: checking for pangoxft" >&5
27460 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
27462 if $PKG_CONFIG --exists "pangoxft" ; then
27463 echo "$as_me:$LINENO: result: yes" >&5
27464 echo "${ECHO_T}yes" >&6
27467 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
27468 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
27469 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
27470 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
27471 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
27473 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
27474 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
27475 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
27476 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
27477 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
27481 ## If we have a custom action on failure, don't print errors, but
27482 ## do set a variable so people can do so.
27483 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
27490 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27491 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27495 if test $succeeded = yes; then
27497 cat >>confdefs.h
<<\_ACEOF
27498 #define HAVE_PANGO_XFT 1
27501 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
27502 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
27506 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
27507 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
27512 save_CFLAGS
="$CFLAGS"
27514 CFLAGS
="$CFLAGS $PANGOX_CFLAGS"
27515 LIBS
="$LIBS $PANGOX_LIBS"
27517 for ac_func
in pango_font_family_is_monospace
27519 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27520 echo "$as_me:$LINENO: checking for $ac_func" >&5
27521 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27522 if eval "test \"\${$as_ac_var+set}\" = set"; then
27523 echo $ECHO_N "(cached) $ECHO_C" >&6
27525 cat >conftest.
$ac_ext <<_ACEOF
27528 cat confdefs.h
>>conftest.
$ac_ext
27529 cat >>conftest.
$ac_ext <<_ACEOF
27530 /* end confdefs.h. */
27531 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27532 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27533 #define $ac_func innocuous_$ac_func
27535 /* System header to define __stub macros and hopefully few prototypes,
27536 which can conflict with char $ac_func (); below.
27537 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27538 <limits.h> exists even on freestanding compilers. */
27541 # include <limits.h>
27543 # include <assert.h>
27548 /* Override any gcc2 internal prototype to avoid an error. */
27553 /* We use char because int might match the return type of a gcc2
27554 builtin and then its argument prototype would still apply. */
27556 /* The GNU C library defines this for functions which it implements
27557 to always fail with ENOSYS. Some functions are actually named
27558 something starting with __ and the normal name is an alias. */
27559 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27562 char (*f) () = $ac_func;
27571 return f != $ac_func;
27576 rm -f conftest.
$ac_objext conftest
$ac_exeext
27577 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27578 (eval $ac_link) 2>conftest.er1
27580 grep -v '^ *+' conftest.er1
>conftest.err
27582 cat conftest.err
>&5
27583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27584 (exit $ac_status); } &&
27585 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27587 (eval $ac_try) 2>&5
27589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27590 (exit $ac_status); }; } &&
27591 { ac_try
='test -s conftest$ac_exeext'
27592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27593 (eval $ac_try) 2>&5
27595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27596 (exit $ac_status); }; }; then
27597 eval "$as_ac_var=yes"
27599 echo "$as_me: failed program was:" >&5
27600 sed 's/^/| /' conftest.
$ac_ext >&5
27602 eval "$as_ac_var=no"
27604 rm -f conftest.err conftest.
$ac_objext \
27605 conftest
$ac_exeext conftest.
$ac_ext
27607 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27608 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27609 if test `eval echo '${'$as_ac_var'}'` = yes; then
27610 cat >>confdefs.h
<<_ACEOF
27611 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27617 CFLAGS
="$save_CFLAGS"
27621 wxUSE_UNIVERSAL
="yes"
27623 if test "$wxUSE_NANOX" = "yes"; then
27624 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
27625 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"
27626 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
27628 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
27635 if test "$wxUSE_MOTIF" = 1; then
27636 if test "$wxUSE_UNICODE" = "yes"; then
27637 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
27638 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
27639 { (exit 1); exit 1; }; }
27642 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
27643 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
27646 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
27648 if test -f "$ac_dir/Xm/Xm.h"; then
27649 ac_find_includes
=$ac_dir
27654 if test "$ac_find_includes" != "" ; then
27655 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
27656 echo "${ECHO_T}found in $ac_find_includes" >&6
27658 if test "x$ac_find_includes" = "x/usr/include"; then
27659 ac_path_to_include
=""
27661 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
27663 if test $result = 0; then
27664 ac_path_to_include
=""
27666 ac_path_to_include
=" -I$ac_find_includes"
27670 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
27672 cat >conftest.
$ac_ext <<_ACEOF
27675 cat confdefs.h
>>conftest.
$ac_ext
27676 cat >>conftest.
$ac_ext <<_ACEOF
27677 /* end confdefs.h. */
27686 version = xmUseVersion;
27692 rm -f conftest.
$ac_objext
27693 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27694 (eval $ac_compile) 2>conftest.er1
27696 grep -v '^ *+' conftest.er1
>conftest.err
27698 cat conftest.err
>&5
27699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27700 (exit $ac_status); } &&
27701 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27703 (eval $ac_try) 2>&5
27705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27706 (exit $ac_status); }; } &&
27707 { ac_try
='test -s conftest.$ac_objext'
27708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27709 (eval $ac_try) 2>&5
27711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27712 (exit $ac_status); }; }; then
27714 echo "$as_me:$LINENO: result: found in default search path" >&5
27715 echo "${ECHO_T}found in default search path" >&6
27716 COMPILED_X_PROGRAM
=1
27719 echo "$as_me: failed program was:" >&5
27720 sed 's/^/| /' conftest.
$ac_ext >&5
27723 echo "$as_me:$LINENO: result: no" >&5
27724 echo "${ECHO_T}no" >&6
27725 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
27726 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
27727 { (exit 1); exit 1; }; }
27731 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27734 if test "$COMPILED_X_PROGRAM" = 0; then
27735 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
27736 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
27739 for ac_dir
in $SEARCH_LIB /usr
/lib
;
27741 for ac_extension
in a so sl dylib
; do
27742 if test -f "$ac_dir/libXm.$ac_extension"; then
27743 ac_find_libraries
=$ac_dir
27749 if test "$ac_find_libraries" != "" ; then
27750 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
27751 echo "${ECHO_T}found at $ac_find_libraries" >&6
27754 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
27756 if test $result = 0; then
27759 ac_path_to_link
=" -L$ac_find_libraries"
27762 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
27764 save_CFLAGS
=$CFLAGS
27765 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
27767 cat >conftest.
$ac_ext <<_ACEOF
27770 cat confdefs.h
>>conftest.
$ac_ext
27771 cat >>conftest.
$ac_ext <<_ACEOF
27772 /* end confdefs.h. */
27781 version = xmUseVersion;
27787 rm -f conftest.
$ac_objext
27788 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27789 (eval $ac_compile) 2>conftest.er1
27791 grep -v '^ *+' conftest.er1
>conftest.err
27793 cat conftest.err
>&5
27794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27795 (exit $ac_status); } &&
27796 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27798 (eval $ac_try) 2>&5
27800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27801 (exit $ac_status); }; } &&
27802 { ac_try
='test -s conftest.$ac_objext'
27803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27804 (eval $ac_try) 2>&5
27806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27807 (exit $ac_status); }; }; then
27809 echo "$as_me:$LINENO: result: found in default search path" >&5
27810 echo "${ECHO_T}found in default search path" >&6
27811 COMPILED_X_PROGRAM
=1
27814 echo "$as_me: failed program was:" >&5
27815 sed 's/^/| /' conftest.
$ac_ext >&5
27818 echo "$as_me:$LINENO: result: no" >&5
27819 echo "${ECHO_T}no" >&6
27820 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
27821 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
27822 { (exit 1); exit 1; }; }
27826 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27828 CFLAGS
=$save_CFLAGS
27832 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
27833 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
27837 for libp
in "" " -lXp"; do
27838 if test "$libs_found" = "0"; then
27839 for libsm_ice
in "" " -lSM -lICE"; do
27840 if test "$libs_found" = "0"; then
27842 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
27843 save_CFLAGS
=$CFLAGS
27844 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
27846 cat >conftest.
$ac_ext <<_ACEOF
27849 cat confdefs.h
>>conftest.
$ac_ext
27850 cat >>conftest.
$ac_ext <<_ACEOF
27851 /* end confdefs.h. */
27854 #include <Xm/List.h>
27860 XmString string = NULL;
27863 XmListAddItem(w, string, position);
27869 rm -f conftest.
$ac_objext conftest
$ac_exeext
27870 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27871 (eval $ac_link) 2>conftest.er1
27873 grep -v '^ *+' conftest.er1
>conftest.err
27875 cat conftest.err
>&5
27876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27877 (exit $ac_status); } &&
27878 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27880 (eval $ac_try) 2>&5
27882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27883 (exit $ac_status); }; } &&
27884 { ac_try
='test -s conftest$ac_exeext'
27885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27886 (eval $ac_try) 2>&5
27888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27889 (exit $ac_status); }; }; then
27892 libsm_ice_link
="$libsm_ice"
27893 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
27894 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
27898 echo "$as_me: failed program was:" >&5
27899 sed 's/^/| /' conftest.
$ac_ext >&5
27904 rm -f conftest.err conftest.
$ac_objext \
27905 conftest
$ac_exeext conftest.
$ac_ext
27908 CFLAGS
=$save_CFLAGS
27914 if test "$libs_found" = "0"; then
27915 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
27916 echo "${ECHO_T}can't find the right libraries" >&6
27917 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
27918 echo "$as_me: error: can't link a simple motif program" >&2;}
27919 { (exit 1); exit 1; }; }
27922 save_CFLAGS
=$CFLAGS
27923 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
27924 echo "$as_me:$LINENO: checking for Motif 2" >&5
27925 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
27926 cat >conftest.
$ac_ext <<_ACEOF
27929 cat confdefs.h
>>conftest.
$ac_ext
27930 cat >>conftest.
$ac_ext <<_ACEOF
27931 /* end confdefs.h. */
27939 #if XmVersion < 2000
27940 #error "Not Motif 2"
27947 rm -f conftest.
$ac_objext
27948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27949 (eval $ac_compile) 2>conftest.er1
27951 grep -v '^ *+' conftest.er1
>conftest.err
27953 cat conftest.err
>&5
27954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27955 (exit $ac_status); } &&
27956 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27958 (eval $ac_try) 2>&5
27960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27961 (exit $ac_status); }; } &&
27962 { ac_try
='test -s conftest.$ac_objext'
27963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27964 (eval $ac_try) 2>&5
27966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27967 (exit $ac_status); }; }; then
27969 cat >>confdefs.h
<<\_ACEOF
27970 #define __WXMOTIF20__ 1
27973 echo "$as_me:$LINENO: result: found" >&5
27974 echo "${ECHO_T}found" >&6
27977 echo "$as_me: failed program was:" >&5
27978 sed 's/^/| /' conftest.
$ac_ext >&5
27981 cat >>confdefs.h
<<\_ACEOF
27982 #define __WXMOTIF20__ 0
27985 echo "$as_me:$LINENO: result: not found" >&5
27986 echo "${ECHO_T}not found" >&6
27989 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27990 CFLAGS
=$save_CFLAGS
27992 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
27997 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
27998 if test "$wxUSE_LIBXPM" = "sys"; then
27999 echo "$as_me:$LINENO: checking for Xpm library" >&5
28000 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
28003 for ac_dir
in $SEARCH_LIB /usr
/lib
;
28005 for ac_extension
in a so sl dylib
; do
28006 if test -f "$ac_dir/libXpm.$ac_extension"; then
28007 ac_find_libraries
=$ac_dir
28013 if test "$ac_find_libraries" != "" ; then
28015 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
28017 if test $result = 0; then
28020 ac_path_to_link
=" -L$ac_find_libraries"
28023 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
28024 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28025 echo "${ECHO_T}found at $ac_find_libraries" >&6
28027 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
28028 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
28029 if test "${wx_cv_x11_xpm_h+set}" = set; then
28030 echo $ECHO_N "(cached) $ECHO_C" >&6
28033 save_CFLAGS
=$CFLAGS
28034 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28036 cat >conftest.
$ac_ext <<_ACEOF
28039 cat confdefs.h
>>conftest.
$ac_ext
28040 cat >>conftest.
$ac_ext <<_ACEOF
28041 /* end confdefs.h. */
28043 #include <X11/xpm.h>
28050 version = XpmLibraryVersion();
28056 rm -f conftest.
$ac_objext
28057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28058 (eval $ac_compile) 2>conftest.er1
28060 grep -v '^ *+' conftest.er1
>conftest.err
28062 cat conftest.err
>&5
28063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28064 (exit $ac_status); } &&
28065 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28067 (eval $ac_try) 2>&5
28069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28070 (exit $ac_status); }; } &&
28071 { ac_try
='test -s conftest.$ac_objext'
28072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28073 (eval $ac_try) 2>&5
28075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28076 (exit $ac_status); }; }; then
28077 wx_cv_x11_xpm_h
=yes
28079 echo "$as_me: failed program was:" >&5
28080 sed 's/^/| /' conftest.
$ac_ext >&5
28085 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28087 CFLAGS
=$save_CFLAGS
28091 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
28092 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
28094 if test $wx_cv_x11_xpm_h = "yes"; then
28095 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
28096 cat >>confdefs.h
<<\_ACEOF
28097 #define wxHAVE_LIB_XPM 1
28101 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
28102 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
28108 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
28109 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
28110 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
28111 echo $ECHO_N "(cached) $ECHO_C" >&6
28113 ac_check_lib_save_LIBS
=$LIBS
28114 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
28115 cat >conftest.
$ac_ext <<_ACEOF
28118 cat confdefs.h
>>conftest.
$ac_ext
28119 cat >>conftest.
$ac_ext <<_ACEOF
28120 /* end confdefs.h. */
28122 /* Override any gcc2 internal prototype to avoid an error. */
28126 /* We use char because int might match the return type of a gcc2
28127 builtin and then its argument prototype would still apply. */
28128 char XShapeQueryExtension ();
28132 XShapeQueryExtension ();
28137 rm -f conftest.
$ac_objext conftest
$ac_exeext
28138 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28139 (eval $ac_link) 2>conftest.er1
28141 grep -v '^ *+' conftest.er1
>conftest.err
28143 cat conftest.err
>&5
28144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28145 (exit $ac_status); } &&
28146 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28148 (eval $ac_try) 2>&5
28150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28151 (exit $ac_status); }; } &&
28152 { ac_try
='test -s conftest$ac_exeext'
28153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28154 (eval $ac_try) 2>&5
28156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28157 (exit $ac_status); }; }; then
28158 ac_cv_lib_Xext_XShapeQueryExtension
=yes
28160 echo "$as_me: failed program was:" >&5
28161 sed 's/^/| /' conftest.
$ac_ext >&5
28163 ac_cv_lib_Xext_XShapeQueryExtension
=no
28165 rm -f conftest.err conftest.
$ac_objext \
28166 conftest
$ac_exeext conftest.
$ac_ext
28167 LIBS
=$ac_check_lib_save_LIBS
28169 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
28170 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
28171 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
28173 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
28179 if test "$wxHAVE_XEXT_LIB" = 1; then
28180 save_CFLAGS
="$CFLAGS"
28181 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28183 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
28184 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
28185 cat >conftest.
$ac_ext <<_ACEOF
28188 cat confdefs.h
>>conftest.
$ac_ext
28189 cat >>conftest.
$ac_ext <<_ACEOF
28190 /* end confdefs.h. */
28192 #include <X11/Xlib.h>
28193 #include <X11/extensions/shape.h>
28199 int dummy1, dummy2;
28200 XShapeQueryExtension((Display*)NULL,
28201 (int*)NULL, (int*)NULL);
28207 rm -f conftest.
$ac_objext
28208 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28209 (eval $ac_compile) 2>conftest.er1
28211 grep -v '^ *+' conftest.er1
>conftest.err
28213 cat conftest.err
>&5
28214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28215 (exit $ac_status); } &&
28216 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28218 (eval $ac_try) 2>&5
28220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28221 (exit $ac_status); }; } &&
28222 { ac_try
='test -s conftest.$ac_objext'
28223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28224 (eval $ac_try) 2>&5
28226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28227 (exit $ac_status); }; }; then
28229 cat >>confdefs.h
<<\_ACEOF
28230 #define HAVE_XSHAPE 1
28233 echo "$as_me:$LINENO: result: found" >&5
28234 echo "${ECHO_T}found" >&6
28237 echo "$as_me: failed program was:" >&5
28238 sed 's/^/| /' conftest.
$ac_ext >&5
28241 echo "$as_me:$LINENO: result: not found" >&5
28242 echo "${ECHO_T}not found" >&6
28245 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28246 CFLAGS
="$save_CFLAGS"
28251 if test "$wxUSE_MAC" = 1; then
28252 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
28253 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
28254 if test "$GCC" = yes; then
28255 echo "$as_me:$LINENO: result: gcc" >&5
28256 echo "${ECHO_T}gcc" >&6
28257 CPPFLAGS_PASCAL
="-fpascal-strings"
28258 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
28259 echo "$as_me:$LINENO: result: xlc" >&5
28260 echo "${ECHO_T}xlc" >&6
28261 CPPFLAGS_PASCAL
="-qmacpstr"
28263 echo "$as_me:$LINENO: result: none" >&5
28264 echo "${ECHO_T}none" >&6
28267 if test "x$wxUSE_UNIX" = "xyes"; then
28268 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
28270 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
28275 WXBASEPORT
="_carbon"
28278 if test "$wxUSE_COCOA" = 1; then
28283 if test "$wxUSE_PM" = 1; then
28286 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
28287 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
28288 if test "${wx_cv_spbcdata+set}" = set; then
28289 echo $ECHO_N "(cached) $ECHO_C" >&6
28292 cat >conftest.
$ac_ext <<_ACEOF
28295 cat confdefs.h
>>conftest.
$ac_ext
28296 cat >>conftest.
$ac_ext <<_ACEOF
28297 /* end confdefs.h. */
28312 rm -f conftest.
$ac_objext
28313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28314 (eval $ac_compile) 2>conftest.er1
28316 grep -v '^ *+' conftest.er1
>conftest.err
28318 cat conftest.err
>&5
28319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28320 (exit $ac_status); } &&
28321 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28323 (eval $ac_try) 2>&5
28325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28326 (exit $ac_status); }; } &&
28327 { ac_try
='test -s conftest.$ac_objext'
28328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28329 (eval $ac_try) 2>&5
28331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28332 (exit $ac_status); }; }; then
28335 echo "$as_me: failed program was:" >&5
28336 sed 's/^/| /' conftest.
$ac_ext >&5
28341 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28345 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
28346 echo "${ECHO_T}$wx_cv_spbcdata" >&6
28348 if test $wx_cv_spbcdata = "yes"; then
28349 cat >>confdefs.h
<<\_ACEOF
28350 #define HAVE_SPBCDATA 1
28356 if test "$TOOLKIT" = "PM" ; then
28359 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
28362 if test "$wxUSE_UNIVERSAL" = "yes"; then
28363 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
28367 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
28368 DISTDIR
="wx\$(TOOLKIT)"
28374 if test "$USE_WIN32" = 1 ; then
28378 GUIDIST
="BASE_DIST"
28388 if test "$TOOLKIT" != "MSW" ; then
28390 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
28392 if test "${ac_cv_header_sql_h+set}" = set; then
28393 echo "$as_me:$LINENO: checking for sql.h" >&5
28394 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28395 if test "${ac_cv_header_sql_h+set}" = set; then
28396 echo $ECHO_N "(cached) $ECHO_C" >&6
28398 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28399 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28401 # Is the header compilable?
28402 echo "$as_me:$LINENO: checking sql.h usability" >&5
28403 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
28404 cat >conftest.
$ac_ext <<_ACEOF
28407 cat confdefs.h
>>conftest.
$ac_ext
28408 cat >>conftest.
$ac_ext <<_ACEOF
28409 /* end confdefs.h. */
28410 $ac_includes_default
28413 rm -f conftest.
$ac_objext
28414 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28415 (eval $ac_compile) 2>conftest.er1
28417 grep -v '^ *+' conftest.er1
>conftest.err
28419 cat conftest.err
>&5
28420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28421 (exit $ac_status); } &&
28422 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28424 (eval $ac_try) 2>&5
28426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28427 (exit $ac_status); }; } &&
28428 { ac_try
='test -s conftest.$ac_objext'
28429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28430 (eval $ac_try) 2>&5
28432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28433 (exit $ac_status); }; }; then
28434 ac_header_compiler
=yes
28436 echo "$as_me: failed program was:" >&5
28437 sed 's/^/| /' conftest.
$ac_ext >&5
28439 ac_header_compiler
=no
28441 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28442 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28443 echo "${ECHO_T}$ac_header_compiler" >&6
28445 # Is the header present?
28446 echo "$as_me:$LINENO: checking sql.h presence" >&5
28447 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
28448 cat >conftest.
$ac_ext <<_ACEOF
28451 cat confdefs.h
>>conftest.
$ac_ext
28452 cat >>conftest.
$ac_ext <<_ACEOF
28453 /* end confdefs.h. */
28456 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28457 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
28459 grep -v '^ *+' conftest.er1
>conftest.err
28461 cat conftest.err
>&5
28462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28463 (exit $ac_status); } >/dev
/null
; then
28464 if test -s conftest.err
; then
28465 ac_cpp_err
=$ac_c_preproc_warn_flag
28466 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
28473 if test -z "$ac_cpp_err"; then
28474 ac_header_preproc
=yes
28476 echo "$as_me: failed program was:" >&5
28477 sed 's/^/| /' conftest.
$ac_ext >&5
28479 ac_header_preproc
=no
28481 rm -f conftest.err conftest.
$ac_ext
28482 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28483 echo "${ECHO_T}$ac_header_preproc" >&6
28485 # So? What about this header?
28486 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28488 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
28489 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28490 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
28491 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
28492 ac_header_preproc
=yes
28495 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
28496 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
28497 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
28498 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
28499 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
28500 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
28501 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
28502 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
28503 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
28504 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
28505 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
28506 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
28509 ## ----------------------------------------- ##
28510 ## Report this to wx-dev@lists.wxwidgets.org ##
28511 ## ----------------------------------------- ##
28514 sed "s/^/$as_me: WARNING: /" >&2
28517 echo "$as_me:$LINENO: checking for sql.h" >&5
28518 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28519 if test "${ac_cv_header_sql_h+set}" = set; then
28520 echo $ECHO_N "(cached) $ECHO_C" >&6
28522 ac_cv_header_sql_h
=$ac_header_preproc
28524 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28525 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28528 if test $ac_cv_header_sql_h = yes; then
28533 if test "x$found_sql_h" = "x1" ; then
28534 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
28535 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
28536 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
28537 echo $ECHO_N "(cached) $ECHO_C" >&6
28539 ac_check_lib_save_LIBS
=$LIBS
28540 LIBS
="-liodbc $LIBS"
28541 cat >conftest.
$ac_ext <<_ACEOF
28544 cat confdefs.h
>>conftest.
$ac_ext
28545 cat >>conftest.
$ac_ext <<_ACEOF
28546 /* end confdefs.h. */
28548 /* Override any gcc2 internal prototype to avoid an error. */
28552 /* We use char because int might match the return type of a gcc2
28553 builtin and then its argument prototype would still apply. */
28554 char SQLAllocEnv ();
28563 rm -f conftest.
$ac_objext conftest
$ac_exeext
28564 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28565 (eval $ac_link) 2>conftest.er1
28567 grep -v '^ *+' conftest.er1
>conftest.err
28569 cat conftest.err
>&5
28570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28571 (exit $ac_status); } &&
28572 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28574 (eval $ac_try) 2>&5
28576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28577 (exit $ac_status); }; } &&
28578 { ac_try
='test -s conftest$ac_exeext'
28579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28580 (eval $ac_try) 2>&5
28582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28583 (exit $ac_status); }; }; then
28584 ac_cv_lib_iodbc_SQLAllocEnv
=yes
28586 echo "$as_me: failed program was:" >&5
28587 sed 's/^/| /' conftest.
$ac_ext >&5
28589 ac_cv_lib_iodbc_SQLAllocEnv
=no
28591 rm -f conftest.err conftest.
$ac_objext \
28592 conftest
$ac_exeext conftest.
$ac_ext
28593 LIBS
=$ac_check_lib_save_LIBS
28595 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
28596 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
28597 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
28598 ODBC_LINK
=" -liodbc"
28601 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
28602 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
28603 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
28604 echo $ECHO_N "(cached) $ECHO_C" >&6
28606 ac_check_lib_save_LIBS
=$LIBS
28607 LIBS
="-lunixodbc $LIBS"
28608 cat >conftest.
$ac_ext <<_ACEOF
28611 cat confdefs.h
>>conftest.
$ac_ext
28612 cat >>conftest.
$ac_ext <<_ACEOF
28613 /* end confdefs.h. */
28615 /* Override any gcc2 internal prototype to avoid an error. */
28619 /* We use char because int might match the return type of a gcc2
28620 builtin and then its argument prototype would still apply. */
28621 char SQLAllocEnv ();
28630 rm -f conftest.
$ac_objext conftest
$ac_exeext
28631 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28632 (eval $ac_link) 2>conftest.er1
28634 grep -v '^ *+' conftest.er1
>conftest.err
28636 cat conftest.err
>&5
28637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28638 (exit $ac_status); } &&
28639 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28641 (eval $ac_try) 2>&5
28643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28644 (exit $ac_status); }; } &&
28645 { ac_try
='test -s conftest$ac_exeext'
28646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28647 (eval $ac_try) 2>&5
28649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28650 (exit $ac_status); }; }; then
28651 ac_cv_lib_unixodbc_SQLAllocEnv
=yes
28653 echo "$as_me: failed program was:" >&5
28654 sed 's/^/| /' conftest.
$ac_ext >&5
28656 ac_cv_lib_unixodbc_SQLAllocEnv
=no
28658 rm -f conftest.err conftest.
$ac_objext \
28659 conftest
$ac_exeext conftest.
$ac_ext
28660 LIBS
=$ac_check_lib_save_LIBS
28662 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
28663 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
28664 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
28665 ODBC_LINK
=" -lunixodbc"
28668 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
28669 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
28670 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
28671 echo $ECHO_N "(cached) $ECHO_C" >&6
28673 ac_check_lib_save_LIBS
=$LIBS
28674 LIBS
="-lodbc $LIBS"
28675 cat >conftest.
$ac_ext <<_ACEOF
28678 cat confdefs.h
>>conftest.
$ac_ext
28679 cat >>conftest.
$ac_ext <<_ACEOF
28680 /* end confdefs.h. */
28682 /* Override any gcc2 internal prototype to avoid an error. */
28686 /* We use char because int might match the return type of a gcc2
28687 builtin and then its argument prototype would still apply. */
28688 char SQLAllocEnv ();
28697 rm -f conftest.
$ac_objext conftest
$ac_exeext
28698 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28699 (eval $ac_link) 2>conftest.er1
28701 grep -v '^ *+' conftest.er1
>conftest.err
28703 cat conftest.err
>&5
28704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28705 (exit $ac_status); } &&
28706 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28708 (eval $ac_try) 2>&5
28710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28711 (exit $ac_status); }; } &&
28712 { ac_try
='test -s conftest$ac_exeext'
28713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28714 (eval $ac_try) 2>&5
28716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28717 (exit $ac_status); }; }; then
28718 ac_cv_lib_odbc_SQLAllocEnv
=yes
28720 echo "$as_me: failed program was:" >&5
28721 sed 's/^/| /' conftest.
$ac_ext >&5
28723 ac_cv_lib_odbc_SQLAllocEnv
=no
28725 rm -f conftest.err conftest.
$ac_objext \
28726 conftest
$ac_exeext conftest.
$ac_ext
28727 LIBS
=$ac_check_lib_save_LIBS
28729 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
28730 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
28731 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
28732 ODBC_LINK
=" -lodbc"
28742 if test "x$ODBC_LINK" = "x" ; then
28743 if test "$wxUSE_ODBC" = "sys" ; then
28744 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
28745 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
28746 { (exit 1); exit 1; }; }
28748 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
28749 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
28757 if test "$wxUSE_ODBC" = "builtin" ; then
28758 cat >>confdefs.h
<<\_ACEOF
28759 #define wxUSE_BUILTIN_IODBC 1
28765 if test "$wxUSE_ODBC" != "no" ; then
28766 cat >>confdefs.h
<<\_ACEOF
28767 #define wxUSE_ODBC 1
28770 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
28772 WXODBCFLAG
="-D_IODBC_"
28776 if test "$wxUSE_DISPLAY" = "yes"; then
28777 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
28778 echo "$as_me:$LINENO: checking for Xinerama" >&5
28779 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
28782 for ac_dir
in $SEARCH_LIB /usr
/lib
;
28784 for ac_extension
in a so sl dylib
; do
28785 if test -f "$ac_dir/libXinerama.$ac_extension"; then
28786 ac_find_libraries
=$ac_dir
28792 if test "$ac_find_libraries" != "" ; then
28794 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
28796 if test $result = 0; then
28799 ac_path_to_link
=" -L$ac_find_libraries"
28802 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28803 LDFLAGS
="$LDFLAGS $ac_path_to_link"
28805 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
28806 echo "$as_me:$LINENO: result: yes" >&5
28807 echo "${ECHO_T}yes" >&6
28809 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
28810 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
28813 for ac_dir
in $SEARCH_LIB /usr
/lib
;
28815 for ac_extension
in a so sl dylib
; do
28816 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
28817 ac_find_libraries
=$ac_dir
28823 if test "$ac_find_libraries" != "" ; then
28824 echo "$as_me:$LINENO: result: yes" >&5
28825 echo "${ECHO_T}yes" >&6
28827 for ac_header
in X
11/extensions
/xf86vmode.h
28829 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28830 echo "$as_me:$LINENO: checking for $ac_header" >&5
28831 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28832 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28833 echo $ECHO_N "(cached) $ECHO_C" >&6
28835 cat >conftest.
$ac_ext <<_ACEOF
28838 cat confdefs.h
>>conftest.
$ac_ext
28839 cat >>conftest.
$ac_ext <<_ACEOF
28840 /* end confdefs.h. */
28842 #if HAVE_X11_XLIB_H
28843 #include <X11/Xlib.h>
28847 #include <$ac_header>
28849 rm -f conftest.
$ac_objext
28850 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28851 (eval $ac_compile) 2>conftest.er1
28853 grep -v '^ *+' conftest.er1
>conftest.err
28855 cat conftest.err
>&5
28856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28857 (exit $ac_status); } &&
28858 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28860 (eval $ac_try) 2>&5
28862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28863 (exit $ac_status); }; } &&
28864 { ac_try
='test -s conftest.$ac_objext'
28865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28866 (eval $ac_try) 2>&5
28868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28869 (exit $ac_status); }; }; then
28870 eval "$as_ac_Header=yes"
28872 echo "$as_me: failed program was:" >&5
28873 sed 's/^/| /' conftest.
$ac_ext >&5
28875 eval "$as_ac_Header=no"
28877 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28879 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28880 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28881 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28882 cat >>confdefs.h
<<_ACEOF
28883 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28886 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
28893 echo "$as_me:$LINENO: result: no" >&5
28894 echo "${ECHO_T}no" >&6
28898 echo "$as_me:$LINENO: result: no" >&5
28899 echo "${ECHO_T}no" >&6
28900 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
28901 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
28904 elif test "$wxUSE_MSW" = 1; then
28907 for ac_header
in multimon.h ddraw.h
28909 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28910 echo "$as_me:$LINENO: checking for $ac_header" >&5
28911 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28912 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28913 echo $ECHO_N "(cached) $ECHO_C" >&6
28915 cat >conftest.
$ac_ext <<_ACEOF
28918 cat confdefs.h
>>conftest.
$ac_ext
28919 cat >>conftest.
$ac_ext <<_ACEOF
28920 /* end confdefs.h. */
28921 #include <windows.h>
28923 #include <$ac_header>
28925 rm -f conftest.
$ac_objext
28926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28927 (eval $ac_compile) 2>conftest.er1
28929 grep -v '^ *+' conftest.er1
>conftest.err
28931 cat conftest.err
>&5
28932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28933 (exit $ac_status); } &&
28934 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28936 (eval $ac_try) 2>&5
28938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28939 (exit $ac_status); }; } &&
28940 { ac_try
='test -s conftest.$ac_objext'
28941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28942 (eval $ac_try) 2>&5
28944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28945 (exit $ac_status); }; }; then
28946 eval "$as_ac_Header=yes"
28948 echo "$as_me: failed program was:" >&5
28949 sed 's/^/| /' conftest.
$ac_ext >&5
28951 eval "$as_ac_Header=no"
28953 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28955 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28956 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28957 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28958 cat >>confdefs.h
<<_ACEOF
28959 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28965 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
28966 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
28977 if test "$wxUSE_OPENGL" = "yes"; then
28978 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
28979 OPENGL_LIBS
="-framework OpenGL -framework AGL"
28980 elif test "$wxUSE_MSW" = 1; then
28981 OPENGL_LIBS
="-lopengl32 -lglu32"
28986 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
28988 if test -f "$ac_dir/GL/gl.h"; then
28989 ac_find_includes
=$ac_dir
28994 if test "$ac_find_includes" != "" ; then
28995 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28996 echo "${ECHO_T}found in $ac_find_includes" >&6
28998 if test "x$ac_find_includes" = "x/usr/include"; then
28999 ac_path_to_include
=""
29001 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
29003 if test $result = 0; then
29004 ac_path_to_include
=""
29006 ac_path_to_include
=" -I$ac_find_includes"
29010 CPPFLAGS
="$CPPFLAGS$ac_path_to_include"
29013 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29014 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29015 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29016 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29017 echo $ECHO_N "(cached) $ECHO_C" >&6
29019 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29020 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29022 # Is the header compilable?
29023 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
29024 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
29025 cat >conftest.
$ac_ext <<_ACEOF
29028 cat confdefs.h
>>conftest.
$ac_ext
29029 cat >>conftest.
$ac_ext <<_ACEOF
29030 /* end confdefs.h. */
29031 $ac_includes_default
29034 rm -f conftest.
$ac_objext
29035 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29036 (eval $ac_compile) 2>conftest.er1
29038 grep -v '^ *+' conftest.er1
>conftest.err
29040 cat conftest.err
>&5
29041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29042 (exit $ac_status); } &&
29043 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29045 (eval $ac_try) 2>&5
29047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29048 (exit $ac_status); }; } &&
29049 { ac_try
='test -s conftest.$ac_objext'
29050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29051 (eval $ac_try) 2>&5
29053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29054 (exit $ac_status); }; }; then
29055 ac_header_compiler
=yes
29057 echo "$as_me: failed program was:" >&5
29058 sed 's/^/| /' conftest.
$ac_ext >&5
29060 ac_header_compiler
=no
29062 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29063 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29064 echo "${ECHO_T}$ac_header_compiler" >&6
29066 # Is the header present?
29067 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
29068 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
29069 cat >conftest.
$ac_ext <<_ACEOF
29072 cat confdefs.h
>>conftest.
$ac_ext
29073 cat >>conftest.
$ac_ext <<_ACEOF
29074 /* end confdefs.h. */
29077 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29078 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
29080 grep -v '^ *+' conftest.er1
>conftest.err
29082 cat conftest.err
>&5
29083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29084 (exit $ac_status); } >/dev
/null
; then
29085 if test -s conftest.err
; then
29086 ac_cpp_err
=$ac_c_preproc_warn_flag
29087 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
29094 if test -z "$ac_cpp_err"; then
29095 ac_header_preproc
=yes
29097 echo "$as_me: failed program was:" >&5
29098 sed 's/^/| /' conftest.
$ac_ext >&5
29100 ac_header_preproc
=no
29102 rm -f conftest.err conftest.
$ac_ext
29103 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29104 echo "${ECHO_T}$ac_header_preproc" >&6
29106 # So? What about this header?
29107 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29109 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
29110 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29111 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
29112 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
29113 ac_header_preproc
=yes
29116 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
29117 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
29118 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
29119 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
29120 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
29121 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
29122 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
29123 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
29124 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
29125 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
29126 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
29127 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
29130 ## ----------------------------------------- ##
29131 ## Report this to wx-dev@lists.wxwidgets.org ##
29132 ## ----------------------------------------- ##
29135 sed "s/^/$as_me: WARNING: /" >&2
29138 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29139 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29140 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29141 echo $ECHO_N "(cached) $ECHO_C" >&6
29143 ac_cv_header_GL_gl_h
=$ac_header_preproc
29145 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29146 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29149 if test $ac_cv_header_GL_gl_h = yes; then
29153 echo "$as_me:$LINENO: checking for -lGL" >&5
29154 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
29157 for ac_dir
in $SEARCH_LIB /usr
/lib
;
29159 for ac_extension
in a so sl dylib
; do
29160 if test -f "$ac_dir/libGL.$ac_extension"; then
29161 ac_find_libraries
=$ac_dir
29167 if test "$ac_find_libraries" != "" ; then
29168 echo "$as_me:$LINENO: result: yes" >&5
29169 echo "${ECHO_T}yes" >&6
29172 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
29174 if test $result = 0; then
29177 ac_path_to_link
=" -L$ac_find_libraries"
29180 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29181 LDFLAGS_GL
="$ac_path_to_link"
29184 echo "$as_me:$LINENO: checking for -lGLU" >&5
29185 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
29188 for ac_dir
in $SEARCH_LIB /usr
/lib
;
29190 for ac_extension
in a so sl dylib
; do
29191 if test -f "$ac_dir/libGLU.$ac_extension"; then
29192 ac_find_libraries
=$ac_dir
29198 if test "$ac_find_libraries" != "" ; then
29200 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
29202 if test $result = 0; then
29205 ac_path_to_link
=" -L$ac_find_libraries"
29208 if test "$ac_path_to_link" != " -L/usr/lib" -a \
29209 "$ac_path_to_link" != "$LDFLAGS_GL"; then
29210 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
29214 OPENGL_LIBS
="-lGL -lGLU"
29215 echo "$as_me:$LINENO: result: yes" >&5
29216 echo "${ECHO_T}yes" >&6
29218 echo "$as_me:$LINENO: result: no" >&5
29219 echo "${ECHO_T}no" >&6
29222 echo "$as_me:$LINENO: result: no" >&5
29223 echo "${ECHO_T}no" >&6
29226 if test "$found_gl" != 1; then
29227 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
29228 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
29231 for ac_dir
in $SEARCH_LIB /usr
/lib
;
29233 for ac_extension
in a so sl dylib
; do
29234 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
29235 ac_find_libraries
=$ac_dir
29241 if test "$ac_find_libraries" != "" ; then
29243 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
29245 if test $result = 0; then
29248 ac_path_to_link
=" -L$ac_find_libraries"
29251 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
29252 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
29253 echo "$as_me:$LINENO: result: yes" >&5
29254 echo "${ECHO_T}yes" >&6
29256 echo "$as_me:$LINENO: result: no" >&5
29257 echo "${ECHO_T}no" >&6
29265 if test "x$OPENGL_LIBS" = "x"; then
29266 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
29267 echo "$as_me: error: OpenGL libraries not available" >&2;}
29268 { (exit 1); exit 1; }; }
29272 if test "$wxUSE_OPENGL" = "yes"; then
29274 cat >>confdefs.h
<<\_ACEOF
29275 #define wxUSE_OPENGL 1
29278 cat >>confdefs.h
<<\_ACEOF
29279 #define wxUSE_GLCANVAS 1
29282 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
29287 if test -n "$TOOLKIT" ; then
29288 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
29293 if test "$wxUSE_SHARED" = "yes"; then
29297 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
29298 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
29303 if test "$wxUSE_SHARED" = "yes"; then
29306 found_versioning
=no
29309 if test $found_versioning = no
; then
29310 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
29311 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
29312 if test "${wx_cv_version_script+set}" = set; then
29313 echo $ECHO_N "(cached) $ECHO_C" >&6
29316 echo "VER_1 { *; };" >conftest.sym
29317 echo "int main() { return 0; }" >conftest.cpp
29320 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29321 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
29322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29323 (eval $ac_try) 2>&5
29325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29326 (exit $ac_status); }; } ; then
29327 if test -s conftest.stderr
; then
29328 wx_cv_version_script
=no
29330 wx_cv_version_script
=yes
29333 wx_cv_version_script
=no
29335 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
29338 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
29339 echo "${ECHO_T}$wx_cv_version_script" >&6
29340 if test $wx_cv_version_script = yes ; then
29341 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
29347 *-*-linux* | *-*-gnu* )
29348 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
29349 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
29353 if test "$GCC" = yes ; then
29354 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
29356 saveLdflags
="$LDFLAGS"
29357 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
29358 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
29359 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
29360 cat >conftest.
$ac_ext <<_ACEOF
29363 cat confdefs.h
>>conftest.
$ac_ext
29364 cat >>conftest.
$ac_ext <<_ACEOF
29365 /* end confdefs.h. */
29375 rm -f conftest.
$ac_objext conftest
$ac_exeext
29376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29377 (eval $ac_link) 2>conftest.er1
29379 grep -v '^ *+' conftest.er1
>conftest.err
29381 cat conftest.err
>&5
29382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29383 (exit $ac_status); } &&
29384 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29386 (eval $ac_try) 2>&5
29388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29389 (exit $ac_status); }; } &&
29390 { ac_try
='test -s conftest$ac_exeext'
29391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29392 (eval $ac_try) 2>&5
29394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29395 (exit $ac_status); }; }; then
29397 echo "$as_me:$LINENO: result: yes" >&5
29398 echo "${ECHO_T}yes" >&6
29399 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
29400 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
29403 echo "$as_me: failed program was:" >&5
29404 sed 's/^/| /' conftest.
$ac_ext >&5
29407 echo "$as_me:$LINENO: result: no" >&5
29408 echo "${ECHO_T}no" >&6
29409 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
29410 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
29411 LDFLAGS
="$saveLdflags -Wl,-R,/"
29412 cat >conftest.
$ac_ext <<_ACEOF
29415 cat confdefs.h
>>conftest.
$ac_ext
29416 cat >>conftest.
$ac_ext <<_ACEOF
29417 /* end confdefs.h. */
29427 rm -f conftest.
$ac_objext conftest
$ac_exeext
29428 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29429 (eval $ac_link) 2>conftest.er1
29431 grep -v '^ *+' conftest.er1
>conftest.err
29433 cat conftest.err
>&5
29434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29435 (exit $ac_status); } &&
29436 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29438 (eval $ac_try) 2>&5
29440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29441 (exit $ac_status); }; } &&
29442 { ac_try
='test -s conftest$ac_exeext'
29443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29444 (eval $ac_try) 2>&5
29446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29447 (exit $ac_status); }; }; then
29449 echo "$as_me:$LINENO: result: yes" >&5
29450 echo "${ECHO_T}yes" >&6
29451 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
29452 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
29455 echo "$as_me: failed program was:" >&5
29456 sed 's/^/| /' conftest.
$ac_ext >&5
29459 echo "$as_me:$LINENO: result: no" >&5
29460 echo "${ECHO_T}no" >&6
29463 rm -f conftest.err conftest.
$ac_objext \
29464 conftest
$ac_exeext conftest.
$ac_ext
29467 rm -f conftest.err conftest.
$ac_objext \
29468 conftest
$ac_exeext conftest.
$ac_ext
29469 LDFLAGS
="$saveLdflags"
29471 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
29472 WXCONFIG_RPATH
="-R\$libdir"
29476 powerpc
-*-darwin* )
29477 SAMPLES_RPATH_POSTLINK
="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
29478 cat <<EOF >change-install-names
29480 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
29481 inst_cmd="install_name_tool "
29482 for i in \${libnames} ; do
29483 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
29487 chmod +x change
-install-names
29490 *-*-cygwin* | *-*-mingw32* )
29491 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
29495 SAMPLES_RPATH_FLAG
="-Wl,+b,\$(top_builddir)lib"
29496 WXCONFIG_RPATH
="-Wl,+b,\$libdir"
29501 if test $wxUSE_RPATH = "no"; then
29502 SAMPLES_RPATH_FLAG
=''
29503 SAMPLES_RPATH_POSTLINK
=''
29511 config_linkage_component
="-static"
29518 lib_unicode_suffix
=
29520 if test "$wxUSE_UNICODE" = "yes"; then
29521 lib_unicode_suffix
=u
29522 WX_CHARTYPE
="unicode"
29527 WX_DEBUGTYPE
="release"
29529 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
29531 WX_DEBUGTYPE
="debug"
29535 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
29536 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
29539 if test "$wxUSE_DEBUG_INFO" = "yes"; then
29543 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
29545 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
29547 TOOLCHAIN_FULLNAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
29549 if test "$cross_compiling" = "yes"; then
29550 HOST_SUFFIX
="-$host_alias"
29551 TOOLCHAIN_NAME
="$TOOLCHAIN_NAME$HOST_SUFFIX"
29552 TOOLCHAIN_FULLNAME
="${host_alias}-$TOOLCHAIN_FULLNAME"
29555 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
29556 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
29560 if test "$wxUSE_COCOA" = 1; then
29564 ac_cpp
='$CPP $CPPFLAGS'
29565 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29566 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29567 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29571 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
29572 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
29573 cat >conftest.
$ac_ext <<_ACEOF
29576 cat confdefs.h
>>conftest.
$ac_ext
29577 cat >>conftest.
$ac_ext <<_ACEOF
29578 /* end confdefs.h. */
29579 #include <AppKit/NSEvent.h>
29580 #include <CoreFoundation/CoreFoundation.h>
29590 rm -f conftest.
$ac_objext
29591 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29592 (eval $ac_compile) 2>conftest.er1
29594 grep -v '^ *+' conftest.er1
>conftest.err
29596 cat conftest.err
>&5
29597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29598 (exit $ac_status); } &&
29599 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29601 (eval $ac_try) 2>&5
29603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29604 (exit $ac_status); }; } &&
29605 { ac_try
='test -s conftest.$ac_objext'
29606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29607 (eval $ac_try) 2>&5
29609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29610 (exit $ac_status); }; }; then
29611 echo "$as_me:$LINENO: result: no" >&5
29612 echo "${ECHO_T}no" >&6
29614 echo "$as_me: failed program was:" >&5
29615 sed 's/^/| /' conftest.
$ac_ext >&5
29617 echo "$as_me:$LINENO: result: yes" >&5
29618 echo "${ECHO_T}yes" >&6
29619 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
29620 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
29621 cat >conftest.
$ac_ext <<_ACEOF
29624 cat confdefs.h
>>conftest.
$ac_ext
29625 cat >>conftest.
$ac_ext <<_ACEOF
29626 /* end confdefs.h. */
29627 #define __Point__ 1
29628 #include <AppKit/NSEvent.h>
29629 #include <CoreFoundation/CoreFoundation.h>
29639 rm -f conftest.
$ac_objext
29640 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29641 (eval $ac_compile) 2>conftest.er1
29643 grep -v '^ *+' conftest.er1
>conftest.err
29645 cat conftest.err
>&5
29646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29647 (exit $ac_status); } &&
29648 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29650 (eval $ac_try) 2>&5
29652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29653 (exit $ac_status); }; } &&
29654 { ac_try
='test -s conftest.$ac_objext'
29655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29656 (eval $ac_try) 2>&5
29658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29659 (exit $ac_status); }; }; then
29660 echo "$as_me:$LINENO: result: yes" >&5
29661 echo "${ECHO_T}yes" >&6
29662 cat >>confdefs.h
<<\_ACEOF
29663 #define __Point__ 1
29668 echo "$as_me: failed program was:" >&5
29669 sed 's/^/| /' conftest.
$ac_ext >&5
29671 { { echo "$as_me:$LINENO: error: no
29672 See \`config.log' for more details." >&5
29673 echo "$as_me: error: no
29674 See \`config.log' for more details." >&2;}
29675 { (exit 1); exit 1; }; }
29678 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29681 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29683 ac_cpp
='$CPP $CPPFLAGS'
29684 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29685 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29686 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29690 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
29691 WX_RESOURCES_MACOSX_ASCII
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
29692 WX_RESOURCES_MACOSX_DATA
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
29694 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
29696 # Extract the first word of "Rez", so it can be a program name with args.
29697 set dummy Rez
; ac_word
=$2
29698 echo "$as_me:$LINENO: checking for $ac_word" >&5
29699 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29700 if test "${ac_cv_prog_RESCOMP+set}" = set; then
29701 echo $ECHO_N "(cached) $ECHO_C" >&6
29703 if test -n "$RESCOMP"; then
29704 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
29706 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
29707 for as_dir
in $PATH
29710 test -z "$as_dir" && as_dir
=.
29711 for ac_exec_ext
in '' $ac_executable_extensions; do
29712 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29713 ac_cv_prog_RESCOMP
="Rez"
29714 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29720 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
29723 RESCOMP
=$ac_cv_prog_RESCOMP
29724 if test -n "$RESCOMP"; then
29725 echo "$as_me:$LINENO: result: $RESCOMP" >&5
29726 echo "${ECHO_T}$RESCOMP" >&6
29728 echo "$as_me:$LINENO: result: no" >&5
29729 echo "${ECHO_T}no" >&6
29732 # Extract the first word of "DeRez", so it can be a program name with args.
29733 set dummy DeRez
; ac_word
=$2
29734 echo "$as_me:$LINENO: checking for $ac_word" >&5
29735 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29736 if test "${ac_cv_prog_DEREZ+set}" = set; then
29737 echo $ECHO_N "(cached) $ECHO_C" >&6
29739 if test -n "$DEREZ"; then
29740 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
29742 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
29743 for as_dir
in $PATH
29746 test -z "$as_dir" && as_dir
=.
29747 for ac_exec_ext
in '' $ac_executable_extensions; do
29748 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29749 ac_cv_prog_DEREZ
="DeRez"
29750 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29756 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
29759 DEREZ
=$ac_cv_prog_DEREZ
29760 if test -n "$DEREZ"; then
29761 echo "$as_me:$LINENO: result: $DEREZ" >&5
29762 echo "${ECHO_T}$DEREZ" >&6
29764 echo "$as_me:$LINENO: result: no" >&5
29765 echo "${ECHO_T}no" >&6
29768 # Extract the first word of "SetFile", so it can be a program name with args.
29769 set dummy SetFile
; ac_word
=$2
29770 echo "$as_me:$LINENO: checking for $ac_word" >&5
29771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29772 if test "${ac_cv_prog_SETFILE+set}" = set; then
29773 echo $ECHO_N "(cached) $ECHO_C" >&6
29775 if test -n "$SETFILE"; then
29776 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
29778 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
29779 for as_dir
in $PATH
29782 test -z "$as_dir" && as_dir
=.
29783 for ac_exec_ext
in '' $ac_executable_extensions; do
29784 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29785 ac_cv_prog_SETFILE
="SetFile"
29786 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29792 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
29795 SETFILE
=$ac_cv_prog_SETFILE
29796 if test -n "$SETFILE"; then
29797 echo "$as_me:$LINENO: result: $SETFILE" >&5
29798 echo "${ECHO_T}$SETFILE" >&6
29800 echo "$as_me:$LINENO: result: no" >&5
29801 echo "${ECHO_T}no" >&6
29805 MACSETFILE
="\$(SETFILE)"
29807 if test "$wxUSE_MAC" = 1; then
29808 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
29810 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
29812 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
29813 MACRESWXCONFIG
="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
29817 MACRESWXCONFIG
="@true"
29819 if test "$wxUSE_PM" = 1; then
29820 MACRESCOMP
="emxbind -ep"
29828 echo "$as_me:$LINENO: checking for mode_t" >&5
29829 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
29830 if test "${ac_cv_type_mode_t+set}" = set; then
29831 echo $ECHO_N "(cached) $ECHO_C" >&6
29833 cat >conftest.
$ac_ext <<_ACEOF
29836 cat confdefs.h
>>conftest.
$ac_ext
29837 cat >>conftest.
$ac_ext <<_ACEOF
29838 /* end confdefs.h. */
29839 $ac_includes_default
29845 if (sizeof (mode_t))
29851 rm -f conftest.
$ac_objext
29852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29853 (eval $ac_compile) 2>conftest.er1
29855 grep -v '^ *+' conftest.er1
>conftest.err
29857 cat conftest.err
>&5
29858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29859 (exit $ac_status); } &&
29860 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29862 (eval $ac_try) 2>&5
29864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29865 (exit $ac_status); }; } &&
29866 { ac_try
='test -s conftest.$ac_objext'
29867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29868 (eval $ac_try) 2>&5
29870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29871 (exit $ac_status); }; }; then
29872 ac_cv_type_mode_t
=yes
29874 echo "$as_me: failed program was:" >&5
29875 sed 's/^/| /' conftest.
$ac_ext >&5
29877 ac_cv_type_mode_t
=no
29879 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29881 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
29882 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
29883 if test $ac_cv_type_mode_t = yes; then
29887 cat >>confdefs.h
<<_ACEOF
29893 echo "$as_me:$LINENO: checking for off_t" >&5
29894 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
29895 if test "${ac_cv_type_off_t+set}" = set; then
29896 echo $ECHO_N "(cached) $ECHO_C" >&6
29898 cat >conftest.
$ac_ext <<_ACEOF
29901 cat confdefs.h
>>conftest.
$ac_ext
29902 cat >>conftest.
$ac_ext <<_ACEOF
29903 /* end confdefs.h. */
29904 $ac_includes_default
29910 if (sizeof (off_t))
29916 rm -f conftest.
$ac_objext
29917 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29918 (eval $ac_compile) 2>conftest.er1
29920 grep -v '^ *+' conftest.er1
>conftest.err
29922 cat conftest.err
>&5
29923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29924 (exit $ac_status); } &&
29925 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29927 (eval $ac_try) 2>&5
29929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29930 (exit $ac_status); }; } &&
29931 { ac_try
='test -s conftest.$ac_objext'
29932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29933 (eval $ac_try) 2>&5
29935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29936 (exit $ac_status); }; }; then
29937 ac_cv_type_off_t
=yes
29939 echo "$as_me: failed program was:" >&5
29940 sed 's/^/| /' conftest.
$ac_ext >&5
29942 ac_cv_type_off_t
=no
29944 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29946 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
29947 echo "${ECHO_T}$ac_cv_type_off_t" >&6
29948 if test $ac_cv_type_off_t = yes; then
29952 cat >>confdefs.h
<<_ACEOF
29958 echo "$as_me:$LINENO: checking for pid_t" >&5
29959 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
29960 if test "${ac_cv_type_pid_t+set}" = set; then
29961 echo $ECHO_N "(cached) $ECHO_C" >&6
29963 cat >conftest.
$ac_ext <<_ACEOF
29966 cat confdefs.h
>>conftest.
$ac_ext
29967 cat >>conftest.
$ac_ext <<_ACEOF
29968 /* end confdefs.h. */
29969 $ac_includes_default
29975 if (sizeof (pid_t))
29981 rm -f conftest.
$ac_objext
29982 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29983 (eval $ac_compile) 2>conftest.er1
29985 grep -v '^ *+' conftest.er1
>conftest.err
29987 cat conftest.err
>&5
29988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29989 (exit $ac_status); } &&
29990 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29992 (eval $ac_try) 2>&5
29994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29995 (exit $ac_status); }; } &&
29996 { ac_try
='test -s conftest.$ac_objext'
29997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29998 (eval $ac_try) 2>&5
30000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30001 (exit $ac_status); }; }; then
30002 ac_cv_type_pid_t
=yes
30004 echo "$as_me: failed program was:" >&5
30005 sed 's/^/| /' conftest.
$ac_ext >&5
30007 ac_cv_type_pid_t
=no
30009 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30011 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
30012 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
30013 if test $ac_cv_type_pid_t = yes; then
30017 cat >>confdefs.h
<<_ACEOF
30023 echo "$as_me:$LINENO: checking for size_t" >&5
30024 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
30025 if test "${ac_cv_type_size_t+set}" = set; then
30026 echo $ECHO_N "(cached) $ECHO_C" >&6
30028 cat >conftest.
$ac_ext <<_ACEOF
30031 cat confdefs.h
>>conftest.
$ac_ext
30032 cat >>conftest.
$ac_ext <<_ACEOF
30033 /* end confdefs.h. */
30034 $ac_includes_default
30040 if (sizeof (size_t))
30046 rm -f conftest.
$ac_objext
30047 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30048 (eval $ac_compile) 2>conftest.er1
30050 grep -v '^ *+' conftest.er1
>conftest.err
30052 cat conftest.err
>&5
30053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30054 (exit $ac_status); } &&
30055 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30057 (eval $ac_try) 2>&5
30059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30060 (exit $ac_status); }; } &&
30061 { ac_try
='test -s conftest.$ac_objext'
30062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30063 (eval $ac_try) 2>&5
30065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30066 (exit $ac_status); }; }; then
30067 ac_cv_type_size_t
=yes
30069 echo "$as_me: failed program was:" >&5
30070 sed 's/^/| /' conftest.
$ac_ext >&5
30072 ac_cv_type_size_t
=no
30074 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30076 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
30077 echo "${ECHO_T}$ac_cv_type_size_t" >&6
30078 if test $ac_cv_type_size_t = yes; then
30082 cat >>confdefs.h
<<_ACEOF
30083 #define size_t unsigned
30088 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
30089 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
30090 if test "${ac_cv_type_uid_t+set}" = set; then
30091 echo $ECHO_N "(cached) $ECHO_C" >&6
30093 cat >conftest.
$ac_ext <<_ACEOF
30096 cat confdefs.h
>>conftest.
$ac_ext
30097 cat >>conftest.
$ac_ext <<_ACEOF
30098 /* end confdefs.h. */
30099 #include <sys/types.h>
30102 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30103 $EGREP "uid_t" >/dev
/null
2>&1; then
30104 ac_cv_type_uid_t
=yes
30106 ac_cv_type_uid_t
=no
30111 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
30112 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
30113 if test $ac_cv_type_uid_t = no
; then
30115 cat >>confdefs.h
<<\_ACEOF
30120 cat >>confdefs.h
<<\_ACEOF
30127 echo "$as_me:$LINENO: checking for ssize_t" >&5
30128 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
30129 if test "${ac_cv_type_ssize_t+set}" = set; then
30130 echo $ECHO_N "(cached) $ECHO_C" >&6
30132 cat >conftest.
$ac_ext <<_ACEOF
30135 cat confdefs.h
>>conftest.
$ac_ext
30136 cat >>conftest.
$ac_ext <<_ACEOF
30137 /* end confdefs.h. */
30138 $ac_includes_default
30144 if (sizeof (ssize_t))
30150 rm -f conftest.
$ac_objext
30151 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30152 (eval $ac_compile) 2>conftest.er1
30154 grep -v '^ *+' conftest.er1
>conftest.err
30156 cat conftest.err
>&5
30157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30158 (exit $ac_status); } &&
30159 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30161 (eval $ac_try) 2>&5
30163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30164 (exit $ac_status); }; } &&
30165 { ac_try
='test -s conftest.$ac_objext'
30166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30167 (eval $ac_try) 2>&5
30169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30170 (exit $ac_status); }; }; then
30171 ac_cv_type_ssize_t
=yes
30173 echo "$as_me: failed program was:" >&5
30174 sed 's/^/| /' conftest.
$ac_ext >&5
30176 ac_cv_type_ssize_t
=no
30178 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30180 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
30181 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
30182 if test $ac_cv_type_ssize_t = yes; then
30184 cat >>confdefs.h
<<_ACEOF
30185 #define HAVE_SSIZE_T 1
30195 ac_cpp
='$CXXCPP $CPPFLAGS'
30196 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30197 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30198 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30200 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
30201 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
30202 if test "${wx_cv_size_t_is_uint+set}" = set; then
30203 echo $ECHO_N "(cached) $ECHO_C" >&6
30206 cat >conftest.
$ac_ext <<_ACEOF
30209 cat confdefs.h
>>conftest.
$ac_ext
30210 cat >>conftest.
$ac_ext <<_ACEOF
30211 /* end confdefs.h. */
30212 #include <stddef.h>
30219 struct Foo { void foo(size_t); void foo(unsigned int); };
30227 rm -f conftest.
$ac_objext
30228 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30229 (eval $ac_compile) 2>conftest.er1
30231 grep -v '^ *+' conftest.er1
>conftest.err
30233 cat conftest.err
>&5
30234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30235 (exit $ac_status); } &&
30236 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30238 (eval $ac_try) 2>&5
30240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30241 (exit $ac_status); }; } &&
30242 { ac_try
='test -s conftest.$ac_objext'
30243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30244 (eval $ac_try) 2>&5
30246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30247 (exit $ac_status); }; }; then
30248 wx_cv_size_t_is_uint
=no
30250 echo "$as_me: failed program was:" >&5
30251 sed 's/^/| /' conftest.
$ac_ext >&5
30253 wx_cv_size_t_is_uint
=yes
30256 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30260 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
30261 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
30263 if test "$wx_cv_size_t_is_uint" = "yes"; then
30264 cat >>confdefs.h
<<\_ACEOF
30265 #define wxSIZE_T_IS_UINT 1
30269 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
30270 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
30271 if test "${wx_cv_size_t_is_ulong+set}" = set; then
30272 echo $ECHO_N "(cached) $ECHO_C" >&6
30274 cat >conftest.
$ac_ext <<_ACEOF
30277 cat confdefs.h
>>conftest.
$ac_ext
30278 cat >>conftest.
$ac_ext <<_ACEOF
30279 /* end confdefs.h. */
30280 #include <stddef.h>
30287 struct Foo { void foo(size_t); void foo(unsigned long); };
30295 rm -f conftest.
$ac_objext
30296 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30297 (eval $ac_compile) 2>conftest.er1
30299 grep -v '^ *+' conftest.er1
>conftest.err
30301 cat conftest.err
>&5
30302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30303 (exit $ac_status); } &&
30304 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30306 (eval $ac_try) 2>&5
30308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30309 (exit $ac_status); }; } &&
30310 { ac_try
='test -s conftest.$ac_objext'
30311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30312 (eval $ac_try) 2>&5
30314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30315 (exit $ac_status); }; }; then
30316 wx_cv_size_t_is_ulong
=no
30318 echo "$as_me: failed program was:" >&5
30319 sed 's/^/| /' conftest.
$ac_ext >&5
30321 wx_cv_size_t_is_ulong
=yes
30324 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30327 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
30328 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
30330 if test "$wx_cv_size_t_is_ulong" = "yes"; then
30331 cat >>confdefs.h
<<\_ACEOF
30332 #define wxSIZE_T_IS_ULONG 1
30339 ac_cpp
='$CPP $CPPFLAGS'
30340 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30341 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30342 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30346 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
30347 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
30348 if test "${wx_cv_struct_pw_gecos+set}" = set; then
30349 echo $ECHO_N "(cached) $ECHO_C" >&6
30352 cat >conftest.
$ac_ext <<_ACEOF
30355 cat confdefs.h
>>conftest.
$ac_ext
30356 cat >>conftest.
$ac_ext <<_ACEOF
30357 /* end confdefs.h. */
30371 rm -f conftest.
$ac_objext
30372 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30373 (eval $ac_compile) 2>conftest.er1
30375 grep -v '^ *+' conftest.er1
>conftest.err
30377 cat conftest.err
>&5
30378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30379 (exit $ac_status); } &&
30380 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30382 (eval $ac_try) 2>&5
30384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30385 (exit $ac_status); }; } &&
30386 { ac_try
='test -s conftest.$ac_objext'
30387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30388 (eval $ac_try) 2>&5
30390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30391 (exit $ac_status); }; }; then
30393 wx_cv_struct_pw_gecos
=yes
30396 echo "$as_me: failed program was:" >&5
30397 sed 's/^/| /' conftest.
$ac_ext >&5
30400 wx_cv_struct_pw_gecos
=no
30404 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30408 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
30409 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
30411 if test "$wx_cv_struct_pw_gecos" = "yes"; then
30412 cat >>confdefs.h
<<\_ACEOF
30413 #define HAVE_PW_GECOS 1
30419 if test "$ac_cv_sizeof_wchar_t" != "0"; then
30420 cat >>confdefs.h
<<\_ACEOF
30421 #define wxUSE_WCHAR_T 1
30428 for ac_func
in wcslen
30430 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30431 echo "$as_me:$LINENO: checking for $ac_func" >&5
30432 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30433 if eval "test \"\${$as_ac_var+set}\" = set"; then
30434 echo $ECHO_N "(cached) $ECHO_C" >&6
30436 cat >conftest.
$ac_ext <<_ACEOF
30439 cat confdefs.h
>>conftest.
$ac_ext
30440 cat >>conftest.
$ac_ext <<_ACEOF
30441 /* end confdefs.h. */
30442 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30443 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30444 #define $ac_func innocuous_$ac_func
30446 /* System header to define __stub macros and hopefully few prototypes,
30447 which can conflict with char $ac_func (); below.
30448 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30449 <limits.h> exists even on freestanding compilers. */
30452 # include <limits.h>
30454 # include <assert.h>
30459 /* Override any gcc2 internal prototype to avoid an error. */
30464 /* We use char because int might match the return type of a gcc2
30465 builtin and then its argument prototype would still apply. */
30467 /* The GNU C library defines this for functions which it implements
30468 to always fail with ENOSYS. Some functions are actually named
30469 something starting with __ and the normal name is an alias. */
30470 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30473 char (*f) () = $ac_func;
30482 return f != $ac_func;
30487 rm -f conftest.
$ac_objext conftest
$ac_exeext
30488 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30489 (eval $ac_link) 2>conftest.er1
30491 grep -v '^ *+' conftest.er1
>conftest.err
30493 cat conftest.err
>&5
30494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30495 (exit $ac_status); } &&
30496 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30498 (eval $ac_try) 2>&5
30500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30501 (exit $ac_status); }; } &&
30502 { ac_try
='test -s conftest$ac_exeext'
30503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30504 (eval $ac_try) 2>&5
30506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30507 (exit $ac_status); }; }; then
30508 eval "$as_ac_var=yes"
30510 echo "$as_me: failed program was:" >&5
30511 sed 's/^/| /' conftest.
$ac_ext >&5
30513 eval "$as_ac_var=no"
30515 rm -f conftest.err conftest.
$ac_objext \
30516 conftest
$ac_exeext conftest.
$ac_ext
30518 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30519 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30520 if test `eval echo '${'$as_ac_var'}'` = yes; then
30521 cat >>confdefs.h
<<_ACEOF
30522 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30529 if test "$WCSLEN_FOUND" = 0; then
30530 if test "$TOOLKIT" = "MSW"; then
30531 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
30532 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
30533 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
30534 echo $ECHO_N "(cached) $ECHO_C" >&6
30536 ac_check_lib_save_LIBS
=$LIBS
30537 LIBS
="-lmsvcrt $LIBS"
30538 cat >conftest.
$ac_ext <<_ACEOF
30541 cat confdefs.h
>>conftest.
$ac_ext
30542 cat >>conftest.
$ac_ext <<_ACEOF
30543 /* end confdefs.h. */
30545 /* Override any gcc2 internal prototype to avoid an error. */
30549 /* We use char because int might match the return type of a gcc2
30550 builtin and then its argument prototype would still apply. */
30560 rm -f conftest.
$ac_objext conftest
$ac_exeext
30561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30562 (eval $ac_link) 2>conftest.er1
30564 grep -v '^ *+' conftest.er1
>conftest.err
30566 cat conftest.err
>&5
30567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30568 (exit $ac_status); } &&
30569 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30571 (eval $ac_try) 2>&5
30573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30574 (exit $ac_status); }; } &&
30575 { ac_try
='test -s conftest$ac_exeext'
30576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30577 (eval $ac_try) 2>&5
30579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30580 (exit $ac_status); }; }; then
30581 ac_cv_lib_msvcrt_wcslen
=yes
30583 echo "$as_me: failed program was:" >&5
30584 sed 's/^/| /' conftest.
$ac_ext >&5
30586 ac_cv_lib_msvcrt_wcslen
=no
30588 rm -f conftest.err conftest.
$ac_objext \
30589 conftest
$ac_exeext conftest.
$ac_ext
30590 LIBS
=$ac_check_lib_save_LIBS
30592 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
30593 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
30594 if test $ac_cv_lib_msvcrt_wcslen = yes; then
30599 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
30600 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
30601 if test "${ac_cv_lib_w_wcslen+set}" = set; then
30602 echo $ECHO_N "(cached) $ECHO_C" >&6
30604 ac_check_lib_save_LIBS
=$LIBS
30606 cat >conftest.
$ac_ext <<_ACEOF
30609 cat confdefs.h
>>conftest.
$ac_ext
30610 cat >>conftest.
$ac_ext <<_ACEOF
30611 /* end confdefs.h. */
30613 /* Override any gcc2 internal prototype to avoid an error. */
30617 /* We use char because int might match the return type of a gcc2
30618 builtin and then its argument prototype would still apply. */
30628 rm -f conftest.
$ac_objext conftest
$ac_exeext
30629 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30630 (eval $ac_link) 2>conftest.er1
30632 grep -v '^ *+' conftest.er1
>conftest.err
30634 cat conftest.err
>&5
30635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30636 (exit $ac_status); } &&
30637 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30639 (eval $ac_try) 2>&5
30641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30642 (exit $ac_status); }; } &&
30643 { ac_try
='test -s conftest$ac_exeext'
30644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30645 (eval $ac_try) 2>&5
30647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30648 (exit $ac_status); }; }; then
30649 ac_cv_lib_w_wcslen
=yes
30651 echo "$as_me: failed program was:" >&5
30652 sed 's/^/| /' conftest.
$ac_ext >&5
30654 ac_cv_lib_w_wcslen
=no
30656 rm -f conftest.err conftest.
$ac_objext \
30657 conftest
$ac_exeext conftest.
$ac_ext
30658 LIBS
=$ac_check_lib_save_LIBS
30660 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
30661 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
30662 if test $ac_cv_lib_w_wcslen = yes; then
30672 if test "$WCSLEN_FOUND" = 1; then
30673 cat >>confdefs.h
<<\_ACEOF
30674 #define HAVE_WCSLEN 1
30679 if test "$USE_HPUX" = 1; then
30680 CPPFLAGS
="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
30684 for ac_func
in wcsrtombs
30686 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30687 echo "$as_me:$LINENO: checking for $ac_func" >&5
30688 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30689 if eval "test \"\${$as_ac_var+set}\" = set"; then
30690 echo $ECHO_N "(cached) $ECHO_C" >&6
30692 cat >conftest.
$ac_ext <<_ACEOF
30695 cat confdefs.h
>>conftest.
$ac_ext
30696 cat >>conftest.
$ac_ext <<_ACEOF
30697 /* end confdefs.h. */
30698 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30699 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30700 #define $ac_func innocuous_$ac_func
30702 /* System header to define __stub macros and hopefully few prototypes,
30703 which can conflict with char $ac_func (); below.
30704 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30705 <limits.h> exists even on freestanding compilers. */
30708 # include <limits.h>
30710 # include <assert.h>
30715 /* Override any gcc2 internal prototype to avoid an error. */
30720 /* We use char because int might match the return type of a gcc2
30721 builtin and then its argument prototype would still apply. */
30723 /* The GNU C library defines this for functions which it implements
30724 to always fail with ENOSYS. Some functions are actually named
30725 something starting with __ and the normal name is an alias. */
30726 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30729 char (*f) () = $ac_func;
30738 return f != $ac_func;
30743 rm -f conftest.
$ac_objext conftest
$ac_exeext
30744 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30745 (eval $ac_link) 2>conftest.er1
30747 grep -v '^ *+' conftest.er1
>conftest.err
30749 cat conftest.err
>&5
30750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30751 (exit $ac_status); } &&
30752 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30754 (eval $ac_try) 2>&5
30756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30757 (exit $ac_status); }; } &&
30758 { ac_try
='test -s conftest$ac_exeext'
30759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30760 (eval $ac_try) 2>&5
30762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30763 (exit $ac_status); }; }; then
30764 eval "$as_ac_var=yes"
30766 echo "$as_me: failed program was:" >&5
30767 sed 's/^/| /' conftest.
$ac_ext >&5
30769 eval "$as_ac_var=no"
30771 rm -f conftest.err conftest.
$ac_objext \
30772 conftest
$ac_exeext conftest.
$ac_ext
30774 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30775 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30776 if test `eval echo '${'$as_ac_var'}'` = yes; then
30777 cat >>confdefs.h
<<_ACEOF
30778 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30785 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
30786 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
30792 ac_cpp
='$CXXCPP $CPPFLAGS'
30793 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30794 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30795 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30799 for ac_func
in vsnprintf
30801 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30802 echo "$as_me:$LINENO: checking for $ac_func" >&5
30803 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30804 if eval "test \"\${$as_ac_var+set}\" = set"; then
30805 echo $ECHO_N "(cached) $ECHO_C" >&6
30807 cat >conftest.
$ac_ext <<_ACEOF
30810 cat confdefs.h
>>conftest.
$ac_ext
30811 cat >>conftest.
$ac_ext <<_ACEOF
30812 /* end confdefs.h. */
30813 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30814 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30815 #define $ac_func innocuous_$ac_func
30817 /* System header to define __stub macros and hopefully few prototypes,
30818 which can conflict with char $ac_func (); below.
30819 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30820 <limits.h> exists even on freestanding compilers. */
30823 # include <limits.h>
30825 # include <assert.h>
30830 /* Override any gcc2 internal prototype to avoid an error. */
30835 /* We use char because int might match the return type of a gcc2
30836 builtin and then its argument prototype would still apply. */
30838 /* The GNU C library defines this for functions which it implements
30839 to always fail with ENOSYS. Some functions are actually named
30840 something starting with __ and the normal name is an alias. */
30841 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30844 char (*f) () = $ac_func;
30853 return f != $ac_func;
30858 rm -f conftest.
$ac_objext conftest
$ac_exeext
30859 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30860 (eval $ac_link) 2>conftest.er1
30862 grep -v '^ *+' conftest.er1
>conftest.err
30864 cat conftest.err
>&5
30865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30866 (exit $ac_status); } &&
30867 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30869 (eval $ac_try) 2>&5
30871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30872 (exit $ac_status); }; } &&
30873 { ac_try
='test -s conftest$ac_exeext'
30874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30875 (eval $ac_try) 2>&5
30877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30878 (exit $ac_status); }; }; then
30879 eval "$as_ac_var=yes"
30881 echo "$as_me: failed program was:" >&5
30882 sed 's/^/| /' conftest.
$ac_ext >&5
30884 eval "$as_ac_var=no"
30886 rm -f conftest.err conftest.
$ac_objext \
30887 conftest
$ac_exeext conftest.
$ac_ext
30889 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30890 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30891 if test `eval echo '${'$as_ac_var'}'` = yes; then
30892 cat >>confdefs.h
<<_ACEOF
30893 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30900 if test "$ac_cv_func_vsnprintf" = "yes"; then
30901 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
30902 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
30903 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
30904 echo $ECHO_N "(cached) $ECHO_C" >&6
30907 cat >conftest.
$ac_ext <<_ACEOF
30910 cat confdefs.h
>>conftest.
$ac_ext
30911 cat >>conftest.
$ac_ext <<_ACEOF
30912 /* end confdefs.h. */
30915 #include <stdarg.h>
30923 vsnprintf(buf, 10u, "%s", ap);
30929 rm -f conftest.
$ac_objext
30930 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30931 (eval $ac_compile) 2>conftest.er1
30933 grep -v '^ *+' conftest.er1
>conftest.err
30935 cat conftest.err
>&5
30936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30937 (exit $ac_status); } &&
30938 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30940 (eval $ac_try) 2>&5
30942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30943 (exit $ac_status); }; } &&
30944 { ac_try
='test -s conftest.$ac_objext'
30945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30946 (eval $ac_try) 2>&5
30948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30949 (exit $ac_status); }; }; then
30950 wx_cv_func_vsnprintf_decl
=yes
30952 echo "$as_me: failed program was:" >&5
30953 sed 's/^/| /' conftest.
$ac_ext >&5
30956 cat >conftest.
$ac_ext <<_ACEOF
30959 cat confdefs.h
>>conftest.
$ac_ext
30960 cat >>conftest.
$ac_ext <<_ACEOF
30961 /* end confdefs.h. */
30964 #include <stdarg.h>
30965 using namespace std;
30973 vsnprintf(buf, 10u, "%s", ap);
30979 rm -f conftest.
$ac_objext
30980 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30981 (eval $ac_compile) 2>conftest.er1
30983 grep -v '^ *+' conftest.er1
>conftest.err
30985 cat conftest.err
>&5
30986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30987 (exit $ac_status); } &&
30988 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30990 (eval $ac_try) 2>&5
30992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30993 (exit $ac_status); }; } &&
30994 { ac_try
='test -s conftest.$ac_objext'
30995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30996 (eval $ac_try) 2>&5
30998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30999 (exit $ac_status); }; }; then
31000 wx_cv_func_vsnprintf_decl
=yes
31002 echo "$as_me: failed program was:" >&5
31003 sed 's/^/| /' conftest.
$ac_ext >&5
31005 wx_cv_func_vsnprintf_decl
=no
31008 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31012 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31016 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
31017 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
31019 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
31020 cat >>confdefs.h
<<\_ACEOF
31021 #define HAVE_VSNPRINTF_DECL 1
31027 if test "$wxUSE_UNICODE" = yes; then
31034 for ac_func
in wputc wputchar putws fputws wprintf vswprintf
31036 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31037 echo "$as_me:$LINENO: checking for $ac_func" >&5
31038 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31039 if eval "test \"\${$as_ac_var+set}\" = set"; then
31040 echo $ECHO_N "(cached) $ECHO_C" >&6
31042 cat >conftest.
$ac_ext <<_ACEOF
31045 cat confdefs.h
>>conftest.
$ac_ext
31046 cat >>conftest.
$ac_ext <<_ACEOF
31047 /* end confdefs.h. */
31048 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31049 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31050 #define $ac_func innocuous_$ac_func
31052 /* System header to define __stub macros and hopefully few prototypes,
31053 which can conflict with char $ac_func (); below.
31054 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31055 <limits.h> exists even on freestanding compilers. */
31058 # include <limits.h>
31060 # include <assert.h>
31065 /* Override any gcc2 internal prototype to avoid an error. */
31070 /* We use char because int might match the return type of a gcc2
31071 builtin and then its argument prototype would still apply. */
31073 /* The GNU C library defines this for functions which it implements
31074 to always fail with ENOSYS. Some functions are actually named
31075 something starting with __ and the normal name is an alias. */
31076 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31079 char (*f) () = $ac_func;
31088 return f != $ac_func;
31093 rm -f conftest.
$ac_objext conftest
$ac_exeext
31094 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31095 (eval $ac_link) 2>conftest.er1
31097 grep -v '^ *+' conftest.er1
>conftest.err
31099 cat conftest.err
>&5
31100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31101 (exit $ac_status); } &&
31102 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31104 (eval $ac_try) 2>&5
31106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31107 (exit $ac_status); }; } &&
31108 { ac_try
='test -s conftest$ac_exeext'
31109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31110 (eval $ac_try) 2>&5
31112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31113 (exit $ac_status); }; }; then
31114 eval "$as_ac_var=yes"
31116 echo "$as_me: failed program was:" >&5
31117 sed 's/^/| /' conftest.
$ac_ext >&5
31119 eval "$as_ac_var=no"
31121 rm -f conftest.err conftest.
$ac_objext \
31122 conftest
$ac_exeext conftest.
$ac_ext
31124 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31125 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31126 if test `eval echo '${'$as_ac_var'}'` = yes; then
31127 cat >>confdefs.h
<<_ACEOF
31128 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31135 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
31136 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
31137 cat >conftest.
$ac_ext <<_ACEOF
31140 cat confdefs.h
>>conftest.
$ac_ext
31141 cat >>conftest.
$ac_ext <<_ACEOF
31142 /* end confdefs.h. */
31152 rm -f conftest.
$ac_objext
31153 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31154 (eval $ac_compile) 2>conftest.er1
31156 grep -v '^ *+' conftest.er1
>conftest.err
31158 cat conftest.err
>&5
31159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31160 (exit $ac_status); } &&
31161 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31163 (eval $ac_try) 2>&5
31165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31166 (exit $ac_status); }; } &&
31167 { ac_try
='test -s conftest.$ac_objext'
31168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31169 (eval $ac_try) 2>&5
31171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31172 (exit $ac_status); }; }; then
31173 echo "$as_me:$LINENO: result: yes" >&5
31174 echo "${ECHO_T}yes" >&6
31175 cat >>confdefs.h
<<\_ACEOF
31176 #define HAVE__VSNWPRINTF 1
31180 echo "$as_me: failed program was:" >&5
31181 sed 's/^/| /' conftest.
$ac_ext >&5
31183 echo "$as_me:$LINENO: result: no" >&5
31184 echo "${ECHO_T}no" >&6
31186 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext;
31190 ac_cpp
='$CPP $CPPFLAGS'
31191 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31192 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31193 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31198 if test "$TOOLKIT" != "MSW"; then
31204 ac_cpp
='$CXXCPP $CPPFLAGS'
31205 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31206 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31207 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
31212 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
31213 if test "${with_libiconv_prefix+set}" = set; then
31214 withval
="$with_libiconv_prefix"
31216 for dir
in `echo "$withval" | tr : ' '`; do
31217 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
31218 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
31223 echo "$as_me:$LINENO: checking for iconv" >&5
31224 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
31225 if test "${am_cv_func_iconv+set}" = set; then
31226 echo $ECHO_N "(cached) $ECHO_C" >&6
31229 am_cv_func_iconv
="no, consider installing GNU libiconv"
31231 cat >conftest.
$ac_ext <<_ACEOF
31234 cat confdefs.h
>>conftest.
$ac_ext
31235 cat >>conftest.
$ac_ext <<_ACEOF
31236 /* end confdefs.h. */
31237 #include <stdlib.h>
31242 iconv_t cd = iconv_open("","");
31243 iconv(cd,NULL,NULL,NULL,NULL);
31249 rm -f conftest.
$ac_objext conftest
$ac_exeext
31250 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31251 (eval $ac_link) 2>conftest.er1
31253 grep -v '^ *+' conftest.er1
>conftest.err
31255 cat conftest.err
>&5
31256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31257 (exit $ac_status); } &&
31258 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31260 (eval $ac_try) 2>&5
31262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31263 (exit $ac_status); }; } &&
31264 { ac_try
='test -s conftest$ac_exeext'
31265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31266 (eval $ac_try) 2>&5
31268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31269 (exit $ac_status); }; }; then
31270 am_cv_func_iconv
=yes
31272 echo "$as_me: failed program was:" >&5
31273 sed 's/^/| /' conftest.
$ac_ext >&5
31276 rm -f conftest.err conftest.
$ac_objext \
31277 conftest
$ac_exeext conftest.
$ac_ext
31278 if test "$am_cv_func_iconv" != yes; then
31279 am_save_LIBS
="$LIBS"
31280 LIBS
="$LIBS -liconv"
31281 cat >conftest.
$ac_ext <<_ACEOF
31284 cat confdefs.h
>>conftest.
$ac_ext
31285 cat >>conftest.
$ac_ext <<_ACEOF
31286 /* end confdefs.h. */
31287 #include <stdlib.h>
31292 iconv_t cd = iconv_open("","");
31293 iconv(cd,NULL,NULL,NULL,NULL);
31299 rm -f conftest.
$ac_objext conftest
$ac_exeext
31300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31301 (eval $ac_link) 2>conftest.er1
31303 grep -v '^ *+' conftest.er1
>conftest.err
31305 cat conftest.err
>&5
31306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31307 (exit $ac_status); } &&
31308 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31310 (eval $ac_try) 2>&5
31312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31313 (exit $ac_status); }; } &&
31314 { ac_try
='test -s conftest$ac_exeext'
31315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31316 (eval $ac_try) 2>&5
31318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31319 (exit $ac_status); }; }; then
31320 am_cv_lib_iconv
=yes
31321 am_cv_func_iconv
=yes
31323 echo "$as_me: failed program was:" >&5
31324 sed 's/^/| /' conftest.
$ac_ext >&5
31327 rm -f conftest.err conftest.
$ac_objext \
31328 conftest
$ac_exeext conftest.
$ac_ext
31329 LIBS
="$am_save_LIBS"
31333 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
31334 echo "${ECHO_T}$am_cv_func_iconv" >&6
31335 if test "$am_cv_func_iconv" = yes; then
31337 cat >>confdefs.h
<<\_ACEOF
31338 #define HAVE_ICONV 1
31341 echo "$as_me:$LINENO: checking if iconv needs const" >&5
31342 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
31343 if test "${wx_cv_func_iconv_const+set}" = set; then
31344 echo $ECHO_N "(cached) $ECHO_C" >&6
31346 cat >conftest.
$ac_ext <<_ACEOF
31349 cat confdefs.h
>>conftest.
$ac_ext
31350 cat >>conftest.
$ac_ext <<_ACEOF
31351 /* end confdefs.h. */
31353 #include <stdlib.h>
31359 #if defined(__STDC__) || defined(__cplusplus)
31360 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
31373 rm -f conftest.
$ac_objext
31374 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31375 (eval $ac_compile) 2>conftest.er1
31377 grep -v '^ *+' conftest.er1
>conftest.err
31379 cat conftest.err
>&5
31380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31381 (exit $ac_status); } &&
31382 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31384 (eval $ac_try) 2>&5
31386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31387 (exit $ac_status); }; } &&
31388 { ac_try
='test -s conftest.$ac_objext'
31389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31390 (eval $ac_try) 2>&5
31392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31393 (exit $ac_status); }; }; then
31394 wx_cv_func_iconv_const
="no"
31396 echo "$as_me: failed program was:" >&5
31397 sed 's/^/| /' conftest.
$ac_ext >&5
31399 wx_cv_func_iconv_const
="yes"
31402 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31405 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
31406 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
31409 if test "x$wx_cv_func_iconv_const" = "xyes"; then
31410 iconv_const
="const"
31414 cat >>confdefs.h
<<_ACEOF
31415 #define ICONV_CONST $iconv_const
31420 if test "$am_cv_lib_iconv" = yes; then
31425 LIBS
="$LIBICONV $LIBS"
31427 ac_cpp
='$CPP $CPPFLAGS'
31428 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31429 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31430 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31433 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
31435 for ac_func
in sigaction
31437 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31438 echo "$as_me:$LINENO: checking for $ac_func" >&5
31439 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31440 if eval "test \"\${$as_ac_var+set}\" = set"; then
31441 echo $ECHO_N "(cached) $ECHO_C" >&6
31443 cat >conftest.
$ac_ext <<_ACEOF
31446 cat confdefs.h
>>conftest.
$ac_ext
31447 cat >>conftest.
$ac_ext <<_ACEOF
31448 /* end confdefs.h. */
31449 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31450 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31451 #define $ac_func innocuous_$ac_func
31453 /* System header to define __stub macros and hopefully few prototypes,
31454 which can conflict with char $ac_func (); below.
31455 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31456 <limits.h> exists even on freestanding compilers. */
31459 # include <limits.h>
31461 # include <assert.h>
31466 /* Override any gcc2 internal prototype to avoid an error. */
31471 /* We use char because int might match the return type of a gcc2
31472 builtin and then its argument prototype would still apply. */
31474 /* The GNU C library defines this for functions which it implements
31475 to always fail with ENOSYS. Some functions are actually named
31476 something starting with __ and the normal name is an alias. */
31477 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31480 char (*f) () = $ac_func;
31489 return f != $ac_func;
31494 rm -f conftest.
$ac_objext conftest
$ac_exeext
31495 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31496 (eval $ac_link) 2>conftest.er1
31498 grep -v '^ *+' conftest.er1
>conftest.err
31500 cat conftest.err
>&5
31501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31502 (exit $ac_status); } &&
31503 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31505 (eval $ac_try) 2>&5
31507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31508 (exit $ac_status); }; } &&
31509 { ac_try
='test -s conftest$ac_exeext'
31510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31511 (eval $ac_try) 2>&5
31513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31514 (exit $ac_status); }; }; then
31515 eval "$as_ac_var=yes"
31517 echo "$as_me: failed program was:" >&5
31518 sed 's/^/| /' conftest.
$ac_ext >&5
31520 eval "$as_ac_var=no"
31522 rm -f conftest.err conftest.
$ac_objext \
31523 conftest
$ac_exeext conftest.
$ac_ext
31525 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31526 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31527 if test `eval echo '${'$as_ac_var'}'` = yes; then
31528 cat >>confdefs.h
<<_ACEOF
31529 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31536 if test "$ac_cv_func_sigaction" = "no"; then
31537 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
31538 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
31539 wxUSE_ON_FATAL_EXCEPTION
=no
31542 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
31546 ac_cpp
='$CXXCPP $CPPFLAGS'
31547 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31548 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31549 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
31552 echo "$as_me:$LINENO: checking for sa_handler type" >&5
31553 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
31554 if test "${wx_cv_type_sa_handler+set}" = set; then
31555 echo $ECHO_N "(cached) $ECHO_C" >&6
31558 cat >conftest.
$ac_ext <<_ACEOF
31561 cat confdefs.h
>>conftest.
$ac_ext
31562 cat >>conftest.
$ac_ext <<_ACEOF
31563 /* end confdefs.h. */
31564 #include <signal.h>
31569 extern void testSigHandler(int);
31571 struct sigaction sa;
31572 sa.sa_handler = testSigHandler;
31578 rm -f conftest.
$ac_objext
31579 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31580 (eval $ac_compile) 2>conftest.er1
31582 grep -v '^ *+' conftest.er1
>conftest.err
31584 cat conftest.err
>&5
31585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31586 (exit $ac_status); } &&
31587 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31589 (eval $ac_try) 2>&5
31591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31592 (exit $ac_status); }; } &&
31593 { ac_try
='test -s conftest.$ac_objext'
31594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31595 (eval $ac_try) 2>&5
31597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31598 (exit $ac_status); }; }; then
31600 wx_cv_type_sa_handler
=int
31603 echo "$as_me: failed program was:" >&5
31604 sed 's/^/| /' conftest.
$ac_ext >&5
31607 wx_cv_type_sa_handler
=void
31610 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31613 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
31614 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
31617 ac_cpp
='$CPP $CPPFLAGS'
31618 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31619 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31620 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31623 cat >>confdefs.h
<<_ACEOF
31624 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
31630 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
31634 ac_cpp
='$CXXCPP $CPPFLAGS'
31635 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31636 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31637 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
31640 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
31641 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
31642 if test "${wx_cv_func_backtrace+set}" = set; then
31643 echo $ECHO_N "(cached) $ECHO_C" >&6
31646 cat >conftest.
$ac_ext <<_ACEOF
31649 cat confdefs.h
>>conftest.
$ac_ext
31650 cat >>conftest.
$ac_ext <<_ACEOF
31651 /* end confdefs.h. */
31652 #include <execinfo.h>
31660 backtrace(trace, 1);
31661 messages = backtrace_symbols(trace, 1);
31667 rm -f conftest.
$ac_objext
31668 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31669 (eval $ac_compile) 2>conftest.er1
31671 grep -v '^ *+' conftest.er1
>conftest.err
31673 cat conftest.err
>&5
31674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31675 (exit $ac_status); } &&
31676 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31678 (eval $ac_try) 2>&5
31680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31681 (exit $ac_status); }; } &&
31682 { ac_try
='test -s conftest.$ac_objext'
31683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31684 (eval $ac_try) 2>&5
31686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31687 (exit $ac_status); }; }; then
31688 wx_cv_func_backtrace
=yes
31690 echo "$as_me: failed program was:" >&5
31691 sed 's/^/| /' conftest.
$ac_ext >&5
31693 wx_cv_func_backtrace
=no
31696 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31700 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
31701 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
31704 if test "$wx_cv_func_backtrace" = "no"; then
31705 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
31706 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
31707 wxUSE_STACKWALKER
=no
31709 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
31710 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
31711 if test "${wx_cv_func_cxa_demangle+set}" = set; then
31712 echo $ECHO_N "(cached) $ECHO_C" >&6
31715 cat >conftest.
$ac_ext <<_ACEOF
31718 cat confdefs.h
>>conftest.
$ac_ext
31719 cat >>conftest.
$ac_ext <<_ACEOF
31720 /* end confdefs.h. */
31721 #include <cxxabi.h>
31727 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
31733 rm -f conftest.
$ac_objext conftest
$ac_exeext
31734 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31735 (eval $ac_link) 2>conftest.er1
31737 grep -v '^ *+' conftest.er1
>conftest.err
31739 cat conftest.err
>&5
31740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31741 (exit $ac_status); } &&
31742 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31744 (eval $ac_try) 2>&5
31746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31747 (exit $ac_status); }; } &&
31748 { ac_try
='test -s conftest$ac_exeext'
31749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31750 (eval $ac_try) 2>&5
31752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31753 (exit $ac_status); }; }; then
31754 wx_cv_func_cxa_demangle
=yes
31756 echo "$as_me: failed program was:" >&5
31757 sed 's/^/| /' conftest.
$ac_ext >&5
31759 wx_cv_func_cxa_demangle
=no
31762 rm -f conftest.err conftest.
$ac_objext \
31763 conftest
$ac_exeext conftest.
$ac_ext
31767 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
31768 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
31770 if test "$wx_cv_func_cxa_demangle" = "yes"; then
31771 cat >>confdefs.h
<<\_ACEOF
31772 #define HAVE_CXA_DEMANGLE 1
31779 ac_cpp
='$CPP $CPPFLAGS'
31780 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31781 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31782 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31786 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
31787 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
31788 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
31789 wxUSE_STACKWALKER
=no
31795 for ac_func
in mkstemp mktemp
31797 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31798 echo "$as_me:$LINENO: checking for $ac_func" >&5
31799 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31800 if eval "test \"\${$as_ac_var+set}\" = set"; then
31801 echo $ECHO_N "(cached) $ECHO_C" >&6
31803 cat >conftest.
$ac_ext <<_ACEOF
31806 cat confdefs.h
>>conftest.
$ac_ext
31807 cat >>conftest.
$ac_ext <<_ACEOF
31808 /* end confdefs.h. */
31809 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31810 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31811 #define $ac_func innocuous_$ac_func
31813 /* System header to define __stub macros and hopefully few prototypes,
31814 which can conflict with char $ac_func (); below.
31815 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31816 <limits.h> exists even on freestanding compilers. */
31819 # include <limits.h>
31821 # include <assert.h>
31826 /* Override any gcc2 internal prototype to avoid an error. */
31831 /* We use char because int might match the return type of a gcc2
31832 builtin and then its argument prototype would still apply. */
31834 /* The GNU C library defines this for functions which it implements
31835 to always fail with ENOSYS. Some functions are actually named
31836 something starting with __ and the normal name is an alias. */
31837 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31840 char (*f) () = $ac_func;
31849 return f != $ac_func;
31854 rm -f conftest.
$ac_objext conftest
$ac_exeext
31855 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31856 (eval $ac_link) 2>conftest.er1
31858 grep -v '^ *+' conftest.er1
>conftest.err
31860 cat conftest.err
>&5
31861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31862 (exit $ac_status); } &&
31863 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31865 (eval $ac_try) 2>&5
31867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31868 (exit $ac_status); }; } &&
31869 { ac_try
='test -s conftest$ac_exeext'
31870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31871 (eval $ac_try) 2>&5
31873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31874 (exit $ac_status); }; }; then
31875 eval "$as_ac_var=yes"
31877 echo "$as_me: failed program was:" >&5
31878 sed 's/^/| /' conftest.
$ac_ext >&5
31880 eval "$as_ac_var=no"
31882 rm -f conftest.err conftest.
$ac_objext \
31883 conftest
$ac_exeext conftest.
$ac_ext
31885 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31886 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31887 if test `eval echo '${'$as_ac_var'}'` = yes; then
31888 cat >>confdefs.h
<<_ACEOF
31889 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31896 echo "$as_me:$LINENO: checking for statfs" >&5
31897 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
31898 if test "${wx_cv_func_statfs+set}" = set; then
31899 echo $ECHO_N "(cached) $ECHO_C" >&6
31901 cat >conftest.
$ac_ext <<_ACEOF
31904 cat confdefs.h
>>conftest.
$ac_ext
31905 cat >>conftest.
$ac_ext <<_ACEOF
31906 /* end confdefs.h. */
31908 #if defined(__BSD__)
31909 #include <sys/param.h>
31910 #include <sys/mount.h>
31912 #include <sys/vfs.h>
31930 rm -f conftest.
$ac_objext
31931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31932 (eval $ac_compile) 2>conftest.er1
31934 grep -v '^ *+' conftest.er1
>conftest.err
31936 cat conftest.err
>&5
31937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31938 (exit $ac_status); } &&
31939 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31941 (eval $ac_try) 2>&5
31943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31944 (exit $ac_status); }; } &&
31945 { ac_try
='test -s conftest.$ac_objext'
31946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31947 (eval $ac_try) 2>&5
31949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31950 (exit $ac_status); }; }; then
31952 wx_cv_func_statfs
=yes
31955 echo "$as_me: failed program was:" >&5
31956 sed 's/^/| /' conftest.
$ac_ext >&5
31959 wx_cv_func_statfs
=no
31963 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31966 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
31967 echo "${ECHO_T}$wx_cv_func_statfs" >&6
31969 if test "$wx_cv_func_statfs" = "yes"; then
31970 wx_cv_type_statvfs_t
="struct statfs"
31971 cat >>confdefs.h
<<\_ACEOF
31972 #define HAVE_STATFS 1
31976 echo "$as_me:$LINENO: checking for statvfs" >&5
31977 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
31978 if test "${wx_cv_func_statvfs+set}" = set; then
31979 echo $ECHO_N "(cached) $ECHO_C" >&6
31981 cat >conftest.
$ac_ext <<_ACEOF
31984 cat confdefs.h
>>conftest.
$ac_ext
31985 cat >>conftest.
$ac_ext <<_ACEOF
31986 /* end confdefs.h. */
31988 #include <stddef.h>
31989 #include <sys/statvfs.h>
31995 statvfs("/", NULL);
32001 rm -f conftest.
$ac_objext
32002 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32003 (eval $ac_compile) 2>conftest.er1
32005 grep -v '^ *+' conftest.er1
>conftest.err
32007 cat conftest.err
>&5
32008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32009 (exit $ac_status); } &&
32010 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32012 (eval $ac_try) 2>&5
32014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32015 (exit $ac_status); }; } &&
32016 { ac_try
='test -s conftest.$ac_objext'
32017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32018 (eval $ac_try) 2>&5
32020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32021 (exit $ac_status); }; }; then
32022 wx_cv_func_statvfs
=yes
32024 echo "$as_me: failed program was:" >&5
32025 sed 's/^/| /' conftest.
$ac_ext >&5
32027 wx_cv_func_statvfs
=no
32030 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32033 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
32034 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
32036 if test "$wx_cv_func_statvfs" = "yes"; then
32040 ac_cpp
='$CXXCPP $CPPFLAGS'
32041 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32042 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32043 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32046 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
32047 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
32048 if test "${wx_cv_type_statvfs_t+set}" = set; then
32049 echo $ECHO_N "(cached) $ECHO_C" >&6
32051 cat >conftest.
$ac_ext <<_ACEOF
32054 cat confdefs.h
>>conftest.
$ac_ext
32055 cat >>conftest.
$ac_ext <<_ACEOF
32056 /* end confdefs.h. */
32058 #include <sys/statvfs.h>
32075 rm -f conftest.
$ac_objext
32076 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32077 (eval $ac_compile) 2>conftest.er1
32079 grep -v '^ *+' conftest.er1
>conftest.err
32081 cat conftest.err
>&5
32082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32083 (exit $ac_status); } &&
32084 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32086 (eval $ac_try) 2>&5
32088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32089 (exit $ac_status); }; } &&
32090 { ac_try
='test -s conftest.$ac_objext'
32091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32092 (eval $ac_try) 2>&5
32094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32095 (exit $ac_status); }; }; then
32096 wx_cv_type_statvfs_t
=statvfs_t
32098 echo "$as_me: failed program was:" >&5
32099 sed 's/^/| /' conftest.
$ac_ext >&5
32102 cat >conftest.
$ac_ext <<_ACEOF
32105 cat confdefs.h
>>conftest.
$ac_ext
32106 cat >>conftest.
$ac_ext <<_ACEOF
32107 /* end confdefs.h. */
32109 #include <sys/statvfs.h>
32126 rm -f conftest.
$ac_objext
32127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32128 (eval $ac_compile) 2>conftest.er1
32130 grep -v '^ *+' conftest.er1
>conftest.err
32132 cat conftest.err
>&5
32133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32134 (exit $ac_status); } &&
32135 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32137 (eval $ac_try) 2>&5
32139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32140 (exit $ac_status); }; } &&
32141 { ac_try
='test -s conftest.$ac_objext'
32142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32143 (eval $ac_try) 2>&5
32145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32146 (exit $ac_status); }; }; then
32147 wx_cv_type_statvfs_t
="struct statvfs"
32149 echo "$as_me: failed program was:" >&5
32150 sed 's/^/| /' conftest.
$ac_ext >&5
32152 wx_cv_type_statvfs_t
="unknown"
32155 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32159 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32162 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
32163 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
32166 ac_cpp
='$CPP $CPPFLAGS'
32167 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32168 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32169 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32172 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32173 cat >>confdefs.h
<<\_ACEOF
32174 #define HAVE_STATVFS 1
32179 wx_cv_type_statvfs_t
="unknown"
32183 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32184 cat >>confdefs.h
<<_ACEOF
32185 #define WX_STATFS_T $wx_cv_type_statvfs_t
32189 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
32190 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
32193 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
32196 for ac_func
in fcntl flock
32198 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32199 echo "$as_me:$LINENO: checking for $ac_func" >&5
32200 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32201 if eval "test \"\${$as_ac_var+set}\" = set"; then
32202 echo $ECHO_N "(cached) $ECHO_C" >&6
32204 cat >conftest.
$ac_ext <<_ACEOF
32207 cat confdefs.h
>>conftest.
$ac_ext
32208 cat >>conftest.
$ac_ext <<_ACEOF
32209 /* end confdefs.h. */
32210 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32211 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32212 #define $ac_func innocuous_$ac_func
32214 /* System header to define __stub macros and hopefully few prototypes,
32215 which can conflict with char $ac_func (); below.
32216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32217 <limits.h> exists even on freestanding compilers. */
32220 # include <limits.h>
32222 # include <assert.h>
32227 /* Override any gcc2 internal prototype to avoid an error. */
32232 /* We use char because int might match the return type of a gcc2
32233 builtin and then its argument prototype would still apply. */
32235 /* The GNU C library defines this for functions which it implements
32236 to always fail with ENOSYS. Some functions are actually named
32237 something starting with __ and the normal name is an alias. */
32238 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32241 char (*f) () = $ac_func;
32250 return f != $ac_func;
32255 rm -f conftest.
$ac_objext conftest
$ac_exeext
32256 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32257 (eval $ac_link) 2>conftest.er1
32259 grep -v '^ *+' conftest.er1
>conftest.err
32261 cat conftest.err
>&5
32262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32263 (exit $ac_status); } &&
32264 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32266 (eval $ac_try) 2>&5
32268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32269 (exit $ac_status); }; } &&
32270 { ac_try
='test -s conftest$ac_exeext'
32271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32272 (eval $ac_try) 2>&5
32274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32275 (exit $ac_status); }; }; then
32276 eval "$as_ac_var=yes"
32278 echo "$as_me: failed program was:" >&5
32279 sed 's/^/| /' conftest.
$ac_ext >&5
32281 eval "$as_ac_var=no"
32283 rm -f conftest.err conftest.
$ac_objext \
32284 conftest
$ac_exeext conftest.
$ac_ext
32286 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32287 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32288 if test `eval echo '${'$as_ac_var'}'` = yes; then
32289 cat >>confdefs.h
<<_ACEOF
32290 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32297 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
32298 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
32299 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
32300 wxUSE_SNGLINST_CHECKER
=no
32305 for ac_func
in timegm
32307 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32308 echo "$as_me:$LINENO: checking for $ac_func" >&5
32309 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32310 if eval "test \"\${$as_ac_var+set}\" = set"; then
32311 echo $ECHO_N "(cached) $ECHO_C" >&6
32313 cat >conftest.
$ac_ext <<_ACEOF
32316 cat confdefs.h
>>conftest.
$ac_ext
32317 cat >>conftest.
$ac_ext <<_ACEOF
32318 /* end confdefs.h. */
32319 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32320 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32321 #define $ac_func innocuous_$ac_func
32323 /* System header to define __stub macros and hopefully few prototypes,
32324 which can conflict with char $ac_func (); below.
32325 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32326 <limits.h> exists even on freestanding compilers. */
32329 # include <limits.h>
32331 # include <assert.h>
32336 /* Override any gcc2 internal prototype to avoid an error. */
32341 /* We use char because int might match the return type of a gcc2
32342 builtin and then its argument prototype would still apply. */
32344 /* The GNU C library defines this for functions which it implements
32345 to always fail with ENOSYS. Some functions are actually named
32346 something starting with __ and the normal name is an alias. */
32347 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32350 char (*f) () = $ac_func;
32359 return f != $ac_func;
32364 rm -f conftest.
$ac_objext conftest
$ac_exeext
32365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32366 (eval $ac_link) 2>conftest.er1
32368 grep -v '^ *+' conftest.er1
>conftest.err
32370 cat conftest.err
>&5
32371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32372 (exit $ac_status); } &&
32373 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32375 (eval $ac_try) 2>&5
32377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32378 (exit $ac_status); }; } &&
32379 { ac_try
='test -s conftest$ac_exeext'
32380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32381 (eval $ac_try) 2>&5
32383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32384 (exit $ac_status); }; }; then
32385 eval "$as_ac_var=yes"
32387 echo "$as_me: failed program was:" >&5
32388 sed 's/^/| /' conftest.
$ac_ext >&5
32390 eval "$as_ac_var=no"
32392 rm -f conftest.err conftest.
$ac_objext \
32393 conftest
$ac_exeext conftest.
$ac_ext
32395 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32396 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32397 if test `eval echo '${'$as_ac_var'}'` = yes; then
32398 cat >>confdefs.h
<<_ACEOF
32399 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32408 for ac_func
in putenv setenv
32410 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32411 echo "$as_me:$LINENO: checking for $ac_func" >&5
32412 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32413 if eval "test \"\${$as_ac_var+set}\" = set"; then
32414 echo $ECHO_N "(cached) $ECHO_C" >&6
32416 cat >conftest.
$ac_ext <<_ACEOF
32419 cat confdefs.h
>>conftest.
$ac_ext
32420 cat >>conftest.
$ac_ext <<_ACEOF
32421 /* end confdefs.h. */
32422 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32423 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32424 #define $ac_func innocuous_$ac_func
32426 /* System header to define __stub macros and hopefully few prototypes,
32427 which can conflict with char $ac_func (); below.
32428 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32429 <limits.h> exists even on freestanding compilers. */
32432 # include <limits.h>
32434 # include <assert.h>
32439 /* Override any gcc2 internal prototype to avoid an error. */
32444 /* We use char because int might match the return type of a gcc2
32445 builtin and then its argument prototype would still apply. */
32447 /* The GNU C library defines this for functions which it implements
32448 to always fail with ENOSYS. Some functions are actually named
32449 something starting with __ and the normal name is an alias. */
32450 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32453 char (*f) () = $ac_func;
32462 return f != $ac_func;
32467 rm -f conftest.
$ac_objext conftest
$ac_exeext
32468 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32469 (eval $ac_link) 2>conftest.er1
32471 grep -v '^ *+' conftest.er1
>conftest.err
32473 cat conftest.err
>&5
32474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32475 (exit $ac_status); } &&
32476 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32478 (eval $ac_try) 2>&5
32480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32481 (exit $ac_status); }; } &&
32482 { ac_try
='test -s conftest$ac_exeext'
32483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32484 (eval $ac_try) 2>&5
32486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32487 (exit $ac_status); }; }; then
32488 eval "$as_ac_var=yes"
32490 echo "$as_me: failed program was:" >&5
32491 sed 's/^/| /' conftest.
$ac_ext >&5
32493 eval "$as_ac_var=no"
32495 rm -f conftest.err conftest.
$ac_objext \
32496 conftest
$ac_exeext conftest.
$ac_ext
32498 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32499 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32500 if test `eval echo '${'$as_ac_var'}'` = yes; then
32501 cat >>confdefs.h
<<_ACEOF
32502 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32509 HAVE_SOME_SLEEP_FUNC
=0
32510 if test "$USE_BEOS" = 1; then
32511 cat >>confdefs.h
<<\_ACEOF
32512 #define HAVE_SLEEP 1
32515 HAVE_SOME_SLEEP_FUNC
=1
32518 if test "$USE_DARWIN" = 1; then
32519 cat >>confdefs.h
<<\_ACEOF
32520 #define HAVE_USLEEP 1
32523 HAVE_SOME_SLEEP_FUNC
=1
32526 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
32529 for ac_func
in nanosleep
32531 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32532 echo "$as_me:$LINENO: checking for $ac_func" >&5
32533 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32534 if eval "test \"\${$as_ac_var+set}\" = set"; then
32535 echo $ECHO_N "(cached) $ECHO_C" >&6
32537 cat >conftest.
$ac_ext <<_ACEOF
32540 cat confdefs.h
>>conftest.
$ac_ext
32541 cat >>conftest.
$ac_ext <<_ACEOF
32542 /* end confdefs.h. */
32543 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32544 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32545 #define $ac_func innocuous_$ac_func
32547 /* System header to define __stub macros and hopefully few prototypes,
32548 which can conflict with char $ac_func (); below.
32549 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32550 <limits.h> exists even on freestanding compilers. */
32553 # include <limits.h>
32555 # include <assert.h>
32560 /* Override any gcc2 internal prototype to avoid an error. */
32565 /* We use char because int might match the return type of a gcc2
32566 builtin and then its argument prototype would still apply. */
32568 /* The GNU C library defines this for functions which it implements
32569 to always fail with ENOSYS. Some functions are actually named
32570 something starting with __ and the normal name is an alias. */
32571 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32574 char (*f) () = $ac_func;
32583 return f != $ac_func;
32588 rm -f conftest.
$ac_objext conftest
$ac_exeext
32589 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32590 (eval $ac_link) 2>conftest.er1
32592 grep -v '^ *+' conftest.er1
>conftest.err
32594 cat conftest.err
>&5
32595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32596 (exit $ac_status); } &&
32597 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32599 (eval $ac_try) 2>&5
32601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32602 (exit $ac_status); }; } &&
32603 { ac_try
='test -s conftest$ac_exeext'
32604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32605 (eval $ac_try) 2>&5
32607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32608 (exit $ac_status); }; }; then
32609 eval "$as_ac_var=yes"
32611 echo "$as_me: failed program was:" >&5
32612 sed 's/^/| /' conftest.
$ac_ext >&5
32614 eval "$as_ac_var=no"
32616 rm -f conftest.err conftest.
$ac_objext \
32617 conftest
$ac_exeext conftest.
$ac_ext
32619 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32620 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32621 if test `eval echo '${'$as_ac_var'}'` = yes; then
32622 cat >>confdefs.h
<<_ACEOF
32623 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32625 cat >>confdefs.h
<<\_ACEOF
32626 #define HAVE_NANOSLEEP 1
32631 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
32632 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
32633 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
32634 echo $ECHO_N "(cached) $ECHO_C" >&6
32636 ac_check_lib_save_LIBS
=$LIBS
32637 LIBS
="-lposix4 $LIBS"
32638 cat >conftest.
$ac_ext <<_ACEOF
32641 cat confdefs.h
>>conftest.
$ac_ext
32642 cat >>conftest.
$ac_ext <<_ACEOF
32643 /* end confdefs.h. */
32645 /* Override any gcc2 internal prototype to avoid an error. */
32649 /* We use char because int might match the return type of a gcc2
32650 builtin and then its argument prototype would still apply. */
32660 rm -f conftest.
$ac_objext conftest
$ac_exeext
32661 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32662 (eval $ac_link) 2>conftest.er1
32664 grep -v '^ *+' conftest.er1
>conftest.err
32666 cat conftest.err
>&5
32667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32668 (exit $ac_status); } &&
32669 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32671 (eval $ac_try) 2>&5
32673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32674 (exit $ac_status); }; } &&
32675 { ac_try
='test -s conftest$ac_exeext'
32676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32677 (eval $ac_try) 2>&5
32679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32680 (exit $ac_status); }; }; then
32681 ac_cv_lib_posix4_nanosleep
=yes
32683 echo "$as_me: failed program was:" >&5
32684 sed 's/^/| /' conftest.
$ac_ext >&5
32686 ac_cv_lib_posix4_nanosleep
=no
32688 rm -f conftest.err conftest.
$ac_objext \
32689 conftest
$ac_exeext conftest.
$ac_ext
32690 LIBS
=$ac_check_lib_save_LIBS
32692 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
32693 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
32694 if test $ac_cv_lib_posix4_nanosleep = yes; then
32696 cat >>confdefs.h
<<\_ACEOF
32697 #define HAVE_NANOSLEEP 1
32700 POSIX4_LINK
=" -lposix4"
32705 for ac_func
in usleep
32707 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32708 echo "$as_me:$LINENO: checking for $ac_func" >&5
32709 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32710 if eval "test \"\${$as_ac_var+set}\" = set"; then
32711 echo $ECHO_N "(cached) $ECHO_C" >&6
32713 cat >conftest.
$ac_ext <<_ACEOF
32716 cat confdefs.h
>>conftest.
$ac_ext
32717 cat >>conftest.
$ac_ext <<_ACEOF
32718 /* end confdefs.h. */
32719 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32720 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32721 #define $ac_func innocuous_$ac_func
32723 /* System header to define __stub macros and hopefully few prototypes,
32724 which can conflict with char $ac_func (); below.
32725 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32726 <limits.h> exists even on freestanding compilers. */
32729 # include <limits.h>
32731 # include <assert.h>
32736 /* Override any gcc2 internal prototype to avoid an error. */
32741 /* We use char because int might match the return type of a gcc2
32742 builtin and then its argument prototype would still apply. */
32744 /* The GNU C library defines this for functions which it implements
32745 to always fail with ENOSYS. Some functions are actually named
32746 something starting with __ and the normal name is an alias. */
32747 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32750 char (*f) () = $ac_func;
32759 return f != $ac_func;
32764 rm -f conftest.
$ac_objext conftest
$ac_exeext
32765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32766 (eval $ac_link) 2>conftest.er1
32768 grep -v '^ *+' conftest.er1
>conftest.err
32770 cat conftest.err
>&5
32771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32772 (exit $ac_status); } &&
32773 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32775 (eval $ac_try) 2>&5
32777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32778 (exit $ac_status); }; } &&
32779 { ac_try
='test -s conftest$ac_exeext'
32780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32781 (eval $ac_try) 2>&5
32783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32784 (exit $ac_status); }; }; then
32785 eval "$as_ac_var=yes"
32787 echo "$as_me: failed program was:" >&5
32788 sed 's/^/| /' conftest.
$ac_ext >&5
32790 eval "$as_ac_var=no"
32792 rm -f conftest.err conftest.
$ac_objext \
32793 conftest
$ac_exeext conftest.
$ac_ext
32795 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32796 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32797 if test `eval echo '${'$as_ac_var'}'` = yes; then
32798 cat >>confdefs.h
<<_ACEOF
32799 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32801 cat >>confdefs.h
<<\_ACEOF
32802 #define HAVE_USLEEP 1
32806 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
32807 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
32825 for ac_func
in uname gethostname
32827 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32828 echo "$as_me:$LINENO: checking for $ac_func" >&5
32829 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32830 if eval "test \"\${$as_ac_var+set}\" = set"; then
32831 echo $ECHO_N "(cached) $ECHO_C" >&6
32833 cat >conftest.
$ac_ext <<_ACEOF
32836 cat confdefs.h
>>conftest.
$ac_ext
32837 cat >>conftest.
$ac_ext <<_ACEOF
32838 /* end confdefs.h. */
32839 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32840 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32841 #define $ac_func innocuous_$ac_func
32843 /* System header to define __stub macros and hopefully few prototypes,
32844 which can conflict with char $ac_func (); below.
32845 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32846 <limits.h> exists even on freestanding compilers. */
32849 # include <limits.h>
32851 # include <assert.h>
32856 /* Override any gcc2 internal prototype to avoid an error. */
32861 /* We use char because int might match the return type of a gcc2
32862 builtin and then its argument prototype would still apply. */
32864 /* The GNU C library defines this for functions which it implements
32865 to always fail with ENOSYS. Some functions are actually named
32866 something starting with __ and the normal name is an alias. */
32867 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32870 char (*f) () = $ac_func;
32879 return f != $ac_func;
32884 rm -f conftest.
$ac_objext conftest
$ac_exeext
32885 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32886 (eval $ac_link) 2>conftest.er1
32888 grep -v '^ *+' conftest.er1
>conftest.err
32890 cat conftest.err
>&5
32891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32892 (exit $ac_status); } &&
32893 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32895 (eval $ac_try) 2>&5
32897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32898 (exit $ac_status); }; } &&
32899 { ac_try
='test -s conftest$ac_exeext'
32900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32901 (eval $ac_try) 2>&5
32903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32904 (exit $ac_status); }; }; then
32905 eval "$as_ac_var=yes"
32907 echo "$as_me: failed program was:" >&5
32908 sed 's/^/| /' conftest.
$ac_ext >&5
32910 eval "$as_ac_var=no"
32912 rm -f conftest.err conftest.
$ac_objext \
32913 conftest
$ac_exeext conftest.
$ac_ext
32915 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32916 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32917 if test `eval echo '${'$as_ac_var'}'` = yes; then
32918 cat >>confdefs.h
<<_ACEOF
32919 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32929 ac_cpp
='$CXXCPP $CPPFLAGS'
32930 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32931 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32932 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32936 for ac_func
in strtok_r
32938 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32939 echo "$as_me:$LINENO: checking for $ac_func" >&5
32940 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32941 if eval "test \"\${$as_ac_var+set}\" = set"; then
32942 echo $ECHO_N "(cached) $ECHO_C" >&6
32944 cat >conftest.
$ac_ext <<_ACEOF
32947 cat confdefs.h
>>conftest.
$ac_ext
32948 cat >>conftest.
$ac_ext <<_ACEOF
32949 /* end confdefs.h. */
32950 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32951 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32952 #define $ac_func innocuous_$ac_func
32954 /* System header to define __stub macros and hopefully few prototypes,
32955 which can conflict with char $ac_func (); below.
32956 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32957 <limits.h> exists even on freestanding compilers. */
32960 # include <limits.h>
32962 # include <assert.h>
32967 /* Override any gcc2 internal prototype to avoid an error. */
32972 /* We use char because int might match the return type of a gcc2
32973 builtin and then its argument prototype would still apply. */
32975 /* The GNU C library defines this for functions which it implements
32976 to always fail with ENOSYS. Some functions are actually named
32977 something starting with __ and the normal name is an alias. */
32978 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32981 char (*f) () = $ac_func;
32990 return f != $ac_func;
32995 rm -f conftest.
$ac_objext conftest
$ac_exeext
32996 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32997 (eval $ac_link) 2>conftest.er1
32999 grep -v '^ *+' conftest.er1
>conftest.err
33001 cat conftest.err
>&5
33002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33003 (exit $ac_status); } &&
33004 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33006 (eval $ac_try) 2>&5
33008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33009 (exit $ac_status); }; } &&
33010 { ac_try
='test -s conftest$ac_exeext'
33011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33012 (eval $ac_try) 2>&5
33014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33015 (exit $ac_status); }; }; then
33016 eval "$as_ac_var=yes"
33018 echo "$as_me: failed program was:" >&5
33019 sed 's/^/| /' conftest.
$ac_ext >&5
33021 eval "$as_ac_var=no"
33023 rm -f conftest.err conftest.
$ac_objext \
33024 conftest
$ac_exeext conftest.
$ac_ext
33026 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33027 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33028 if test `eval echo '${'$as_ac_var'}'` = yes; then
33029 cat >>confdefs.h
<<_ACEOF
33030 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33038 ac_cpp
='$CPP $CPPFLAGS'
33039 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33040 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33041 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33046 for ac_func
in inet_addr
33048 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33049 echo "$as_me:$LINENO: checking for $ac_func" >&5
33050 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33051 if eval "test \"\${$as_ac_var+set}\" = set"; then
33052 echo $ECHO_N "(cached) $ECHO_C" >&6
33054 cat >conftest.
$ac_ext <<_ACEOF
33057 cat confdefs.h
>>conftest.
$ac_ext
33058 cat >>conftest.
$ac_ext <<_ACEOF
33059 /* end confdefs.h. */
33060 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33061 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33062 #define $ac_func innocuous_$ac_func
33064 /* System header to define __stub macros and hopefully few prototypes,
33065 which can conflict with char $ac_func (); below.
33066 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33067 <limits.h> exists even on freestanding compilers. */
33070 # include <limits.h>
33072 # include <assert.h>
33077 /* Override any gcc2 internal prototype to avoid an error. */
33082 /* We use char because int might match the return type of a gcc2
33083 builtin and then its argument prototype would still apply. */
33085 /* The GNU C library defines this for functions which it implements
33086 to always fail with ENOSYS. Some functions are actually named
33087 something starting with __ and the normal name is an alias. */
33088 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33091 char (*f) () = $ac_func;
33100 return f != $ac_func;
33105 rm -f conftest.
$ac_objext conftest
$ac_exeext
33106 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33107 (eval $ac_link) 2>conftest.er1
33109 grep -v '^ *+' conftest.er1
>conftest.err
33111 cat conftest.err
>&5
33112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33113 (exit $ac_status); } &&
33114 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33116 (eval $ac_try) 2>&5
33118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33119 (exit $ac_status); }; } &&
33120 { ac_try
='test -s conftest$ac_exeext'
33121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33122 (eval $ac_try) 2>&5
33124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33125 (exit $ac_status); }; }; then
33126 eval "$as_ac_var=yes"
33128 echo "$as_me: failed program was:" >&5
33129 sed 's/^/| /' conftest.
$ac_ext >&5
33131 eval "$as_ac_var=no"
33133 rm -f conftest.err conftest.
$ac_objext \
33134 conftest
$ac_exeext conftest.
$ac_ext
33136 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33137 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33138 if test `eval echo '${'$as_ac_var'}'` = yes; then
33139 cat >>confdefs.h
<<_ACEOF
33140 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33142 cat >>confdefs.h
<<\_ACEOF
33143 #define HAVE_INET_ADDR 1
33148 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
33149 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
33150 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
33151 echo $ECHO_N "(cached) $ECHO_C" >&6
33153 ac_check_lib_save_LIBS
=$LIBS
33155 cat >conftest.
$ac_ext <<_ACEOF
33158 cat confdefs.h
>>conftest.
$ac_ext
33159 cat >>conftest.
$ac_ext <<_ACEOF
33160 /* end confdefs.h. */
33162 /* Override any gcc2 internal prototype to avoid an error. */
33166 /* We use char because int might match the return type of a gcc2
33167 builtin and then its argument prototype would still apply. */
33177 rm -f conftest.
$ac_objext conftest
$ac_exeext
33178 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33179 (eval $ac_link) 2>conftest.er1
33181 grep -v '^ *+' conftest.er1
>conftest.err
33183 cat conftest.err
>&5
33184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33185 (exit $ac_status); } &&
33186 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33188 (eval $ac_try) 2>&5
33190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33191 (exit $ac_status); }; } &&
33192 { ac_try
='test -s conftest$ac_exeext'
33193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33194 (eval $ac_try) 2>&5
33196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33197 (exit $ac_status); }; }; then
33198 ac_cv_lib_nsl_inet_addr
=yes
33200 echo "$as_me: failed program was:" >&5
33201 sed 's/^/| /' conftest.
$ac_ext >&5
33203 ac_cv_lib_nsl_inet_addr
=no
33205 rm -f conftest.err conftest.
$ac_objext \
33206 conftest
$ac_exeext conftest.
$ac_ext
33207 LIBS
=$ac_check_lib_save_LIBS
33209 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
33210 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
33211 if test $ac_cv_lib_nsl_inet_addr = yes; then
33215 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
33216 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
33217 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
33218 echo $ECHO_N "(cached) $ECHO_C" >&6
33220 ac_check_lib_save_LIBS
=$LIBS
33221 LIBS
="-lresolv $LIBS"
33222 cat >conftest.
$ac_ext <<_ACEOF
33225 cat confdefs.h
>>conftest.
$ac_ext
33226 cat >>conftest.
$ac_ext <<_ACEOF
33227 /* end confdefs.h. */
33229 /* Override any gcc2 internal prototype to avoid an error. */
33233 /* We use char because int might match the return type of a gcc2
33234 builtin and then its argument prototype would still apply. */
33244 rm -f conftest.
$ac_objext conftest
$ac_exeext
33245 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33246 (eval $ac_link) 2>conftest.er1
33248 grep -v '^ *+' conftest.er1
>conftest.err
33250 cat conftest.err
>&5
33251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33252 (exit $ac_status); } &&
33253 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33255 (eval $ac_try) 2>&5
33257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33258 (exit $ac_status); }; } &&
33259 { ac_try
='test -s conftest$ac_exeext'
33260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33261 (eval $ac_try) 2>&5
33263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33264 (exit $ac_status); }; }; then
33265 ac_cv_lib_resolv_inet_addr
=yes
33267 echo "$as_me: failed program was:" >&5
33268 sed 's/^/| /' conftest.
$ac_ext >&5
33270 ac_cv_lib_resolv_inet_addr
=no
33272 rm -f conftest.err conftest.
$ac_objext \
33273 conftest
$ac_exeext conftest.
$ac_ext
33274 LIBS
=$ac_check_lib_save_LIBS
33276 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
33277 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
33278 if test $ac_cv_lib_resolv_inet_addr = yes; then
33282 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
33283 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
33284 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
33285 echo $ECHO_N "(cached) $ECHO_C" >&6
33287 ac_check_lib_save_LIBS
=$LIBS
33288 LIBS
="-lsocket $LIBS"
33289 cat >conftest.
$ac_ext <<_ACEOF
33292 cat confdefs.h
>>conftest.
$ac_ext
33293 cat >>conftest.
$ac_ext <<_ACEOF
33294 /* end confdefs.h. */
33296 /* Override any gcc2 internal prototype to avoid an error. */
33300 /* We use char because int might match the return type of a gcc2
33301 builtin and then its argument prototype would still apply. */
33311 rm -f conftest.
$ac_objext conftest
$ac_exeext
33312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33313 (eval $ac_link) 2>conftest.er1
33315 grep -v '^ *+' conftest.er1
>conftest.err
33317 cat conftest.err
>&5
33318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33319 (exit $ac_status); } &&
33320 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33322 (eval $ac_try) 2>&5
33324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33325 (exit $ac_status); }; } &&
33326 { ac_try
='test -s conftest$ac_exeext'
33327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33328 (eval $ac_try) 2>&5
33330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33331 (exit $ac_status); }; }; then
33332 ac_cv_lib_socket_inet_addr
=yes
33334 echo "$as_me: failed program was:" >&5
33335 sed 's/^/| /' conftest.
$ac_ext >&5
33337 ac_cv_lib_socket_inet_addr
=no
33339 rm -f conftest.err conftest.
$ac_objext \
33340 conftest
$ac_exeext conftest.
$ac_ext
33341 LIBS
=$ac_check_lib_save_LIBS
33343 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
33344 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
33345 if test $ac_cv_lib_socket_inet_addr = yes; then
33365 for ac_func
in inet_aton
33367 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33368 echo "$as_me:$LINENO: checking for $ac_func" >&5
33369 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33370 if eval "test \"\${$as_ac_var+set}\" = set"; then
33371 echo $ECHO_N "(cached) $ECHO_C" >&6
33373 cat >conftest.
$ac_ext <<_ACEOF
33376 cat confdefs.h
>>conftest.
$ac_ext
33377 cat >>conftest.
$ac_ext <<_ACEOF
33378 /* end confdefs.h. */
33379 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33380 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33381 #define $ac_func innocuous_$ac_func
33383 /* System header to define __stub macros and hopefully few prototypes,
33384 which can conflict with char $ac_func (); below.
33385 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33386 <limits.h> exists even on freestanding compilers. */
33389 # include <limits.h>
33391 # include <assert.h>
33396 /* Override any gcc2 internal prototype to avoid an error. */
33401 /* We use char because int might match the return type of a gcc2
33402 builtin and then its argument prototype would still apply. */
33404 /* The GNU C library defines this for functions which it implements
33405 to always fail with ENOSYS. Some functions are actually named
33406 something starting with __ and the normal name is an alias. */
33407 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33410 char (*f) () = $ac_func;
33419 return f != $ac_func;
33424 rm -f conftest.
$ac_objext conftest
$ac_exeext
33425 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33426 (eval $ac_link) 2>conftest.er1
33428 grep -v '^ *+' conftest.er1
>conftest.err
33430 cat conftest.err
>&5
33431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33432 (exit $ac_status); } &&
33433 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33435 (eval $ac_try) 2>&5
33437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33438 (exit $ac_status); }; } &&
33439 { ac_try
='test -s conftest$ac_exeext'
33440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33441 (eval $ac_try) 2>&5
33443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33444 (exit $ac_status); }; }; then
33445 eval "$as_ac_var=yes"
33447 echo "$as_me: failed program was:" >&5
33448 sed 's/^/| /' conftest.
$ac_ext >&5
33450 eval "$as_ac_var=no"
33452 rm -f conftest.err conftest.
$ac_objext \
33453 conftest
$ac_exeext conftest.
$ac_ext
33455 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33456 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33457 if test `eval echo '${'$as_ac_var'}'` = yes; then
33458 cat >>confdefs.h
<<_ACEOF
33459 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33461 cat >>confdefs.h
<<\_ACEOF
33462 #define HAVE_INET_ATON 1
33467 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
33468 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
33469 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
33470 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
33471 echo $ECHO_N "(cached) $ECHO_C" >&6
33473 ac_check_lib_save_LIBS
=$LIBS
33474 LIBS
="-l$INET_LINK $LIBS"
33475 cat >conftest.
$ac_ext <<_ACEOF
33478 cat confdefs.h
>>conftest.
$ac_ext
33479 cat >>conftest.
$ac_ext <<_ACEOF
33480 /* end confdefs.h. */
33482 /* Override any gcc2 internal prototype to avoid an error. */
33486 /* We use char because int might match the return type of a gcc2
33487 builtin and then its argument prototype would still apply. */
33497 rm -f conftest.
$ac_objext conftest
$ac_exeext
33498 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33499 (eval $ac_link) 2>conftest.er1
33501 grep -v '^ *+' conftest.er1
>conftest.err
33503 cat conftest.err
>&5
33504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33505 (exit $ac_status); } &&
33506 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33508 (eval $ac_try) 2>&5
33510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33511 (exit $ac_status); }; } &&
33512 { ac_try
='test -s conftest$ac_exeext'
33513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33514 (eval $ac_try) 2>&5
33516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33517 (exit $ac_status); }; }; then
33518 eval "$as_ac_Lib=yes"
33520 echo "$as_me: failed program was:" >&5
33521 sed 's/^/| /' conftest.
$ac_ext >&5
33523 eval "$as_ac_Lib=no"
33525 rm -f conftest.err conftest.
$ac_objext \
33526 conftest
$ac_exeext conftest.
$ac_ext
33527 LIBS
=$ac_check_lib_save_LIBS
33529 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
33530 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
33531 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
33532 cat >>confdefs.h
<<\_ACEOF
33533 #define HAVE_INET_ATON 1
33543 if test "x$INET_LINK" != "x"; then
33544 cat >>confdefs.h
<<\_ACEOF
33545 #define HAVE_INET_ADDR 1
33548 INET_LINK
=" -l$INET_LINK"
33556 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
33557 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
33558 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
33559 echo $ECHO_N "(cached) $ECHO_C" >&6
33561 ac_check_lib_save_LIBS
=$LIBS
33563 cat >conftest.
$ac_ext <<_ACEOF
33566 cat confdefs.h
>>conftest.
$ac_ext
33567 cat >>conftest.
$ac_ext <<_ACEOF
33568 /* end confdefs.h. */
33570 /* Override any gcc2 internal prototype to avoid an error. */
33574 /* We use char because int might match the return type of a gcc2
33575 builtin and then its argument prototype would still apply. */
33585 rm -f conftest.
$ac_objext conftest
$ac_exeext
33586 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33587 (eval $ac_link) 2>conftest.er1
33589 grep -v '^ *+' conftest.er1
>conftest.err
33591 cat conftest.err
>&5
33592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33593 (exit $ac_status); } &&
33594 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33596 (eval $ac_try) 2>&5
33598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33599 (exit $ac_status); }; } &&
33600 { ac_try
='test -s conftest$ac_exeext'
33601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33602 (eval $ac_try) 2>&5
33604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33605 (exit $ac_status); }; }; then
33606 ac_cv_lib_esd_esd_close
=yes
33608 echo "$as_me: failed program was:" >&5
33609 sed 's/^/| /' conftest.
$ac_ext >&5
33611 ac_cv_lib_esd_esd_close
=no
33613 rm -f conftest.err conftest.
$ac_objext \
33614 conftest
$ac_exeext conftest.
$ac_ext
33615 LIBS
=$ac_check_lib_save_LIBS
33617 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
33618 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
33619 if test $ac_cv_lib_esd_esd_close = yes; then
33622 for ac_header
in esd.h
33624 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33625 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33626 echo "$as_me:$LINENO: checking for $ac_header" >&5
33627 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33628 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33629 echo $ECHO_N "(cached) $ECHO_C" >&6
33631 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
33632 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
33634 # Is the header compilable?
33635 echo "$as_me:$LINENO: checking $ac_header usability" >&5
33636 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
33637 cat >conftest.
$ac_ext <<_ACEOF
33640 cat confdefs.h
>>conftest.
$ac_ext
33641 cat >>conftest.
$ac_ext <<_ACEOF
33642 /* end confdefs.h. */
33643 $ac_includes_default
33644 #include <$ac_header>
33646 rm -f conftest.
$ac_objext
33647 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33648 (eval $ac_compile) 2>conftest.er1
33650 grep -v '^ *+' conftest.er1
>conftest.err
33652 cat conftest.err
>&5
33653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33654 (exit $ac_status); } &&
33655 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33657 (eval $ac_try) 2>&5
33659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33660 (exit $ac_status); }; } &&
33661 { ac_try
='test -s conftest.$ac_objext'
33662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33663 (eval $ac_try) 2>&5
33665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33666 (exit $ac_status); }; }; then
33667 ac_header_compiler
=yes
33669 echo "$as_me: failed program was:" >&5
33670 sed 's/^/| /' conftest.
$ac_ext >&5
33672 ac_header_compiler
=no
33674 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33675 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33676 echo "${ECHO_T}$ac_header_compiler" >&6
33678 # Is the header present?
33679 echo "$as_me:$LINENO: checking $ac_header presence" >&5
33680 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
33681 cat >conftest.
$ac_ext <<_ACEOF
33684 cat confdefs.h
>>conftest.
$ac_ext
33685 cat >>conftest.
$ac_ext <<_ACEOF
33686 /* end confdefs.h. */
33687 #include <$ac_header>
33689 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
33690 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
33692 grep -v '^ *+' conftest.er1
>conftest.err
33694 cat conftest.err
>&5
33695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33696 (exit $ac_status); } >/dev
/null
; then
33697 if test -s conftest.err
; then
33698 ac_cpp_err
=$ac_c_preproc_warn_flag
33699 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
33706 if test -z "$ac_cpp_err"; then
33707 ac_header_preproc
=yes
33709 echo "$as_me: failed program was:" >&5
33710 sed 's/^/| /' conftest.
$ac_ext >&5
33712 ac_header_preproc
=no
33714 rm -f conftest.err conftest.
$ac_ext
33715 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33716 echo "${ECHO_T}$ac_header_preproc" >&6
33718 # So? What about this header?
33719 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33721 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
33722 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
33723 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
33724 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
33725 ac_header_preproc
=yes
33728 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
33729 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
33730 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
33731 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
33732 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
33733 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
33734 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
33735 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
33736 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
33737 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
33738 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
33739 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
33742 ## ----------------------------------------- ##
33743 ## Report this to wx-dev@lists.wxwidgets.org ##
33744 ## ----------------------------------------- ##
33747 sed "s/^/$as_me: WARNING: /" >&2
33750 echo "$as_me:$LINENO: checking for $ac_header" >&5
33751 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33752 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33753 echo $ECHO_N "(cached) $ECHO_C" >&6
33755 eval "$as_ac_Header=\$ac_header_preproc"
33757 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
33758 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
33761 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33762 cat >>confdefs.h
<<_ACEOF
33763 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33766 EXTRALIBS_ESD
="-lesd"
33777 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
33778 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
33779 cat >conftest.
$ac_ext <<_ACEOF
33782 cat confdefs.h
>>conftest.
$ac_ext
33783 cat >>conftest.
$ac_ext <<_ACEOF
33784 /* end confdefs.h. */
33786 #include <linux/cdrom.h>
33789 #include <sys/cdio.h>
33795 struct cdrom_tocentry entry, old_entry;
33800 rm -f conftest.
$ac_objext
33801 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33802 (eval $ac_compile) 2>conftest.er1
33804 grep -v '^ *+' conftest.er1
>conftest.err
33806 cat conftest.err
>&5
33807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33808 (exit $ac_status); } &&
33809 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33811 (eval $ac_try) 2>&5
33813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33814 (exit $ac_status); }; } &&
33815 { ac_try
='test -s conftest.$ac_objext'
33816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33817 (eval $ac_try) 2>&5
33819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33820 (exit $ac_status); }; }; then
33821 echo "$as_me:$LINENO: result: yes" >&5
33822 echo "${ECHO_T}yes" >&6
33823 cat >>confdefs.h
<<\_ACEOF
33824 #define HAVE_KNOWN_CDROM_INTERFACE 1
33828 echo "$as_me: failed program was:" >&5
33829 sed 's/^/| /' conftest.
$ac_ext >&5
33831 echo "$as_me:$LINENO: result: no" >&5
33832 echo "${ECHO_T}no" >&6
33834 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33837 cat >confcache
<<\_ACEOF
33838 # This file is a shell script that caches the results of configure
33839 # tests run on this system so they can be shared between configure
33840 # scripts and configure runs, see configure's option --config-cache.
33841 # It is not useful on other systems. If it contains results you don't
33842 # want to keep, you may remove or edit it.
33844 # config.status only pays attention to the cache file if you give it
33845 # the --recheck option to rerun configure.
33847 # `ac_cv_env_foo' variables (set or unset) will be overridden when
33848 # loading this file, other *unset* `ac_cv_foo' will be assigned the
33849 # following values.
33853 # The following way of writing the cache mishandles newlines in values,
33854 # but we know of no workaround that is simple, portable, and efficient.
33855 # So, don't put newlines in cache variables' values.
33856 # Ultrix sh set writes to stderr and can't be redirected directly,
33857 # and sets the high bit in the cache file unless we assign to the vars.
33860 case `(ac_space=' '; set | grep ac_space) 2>&1` in
33862 # `set' does not quote correctly, so add quotes (double-quote
33863 # substitution turns \\\\ into \\, and sed turns \\ into \).
33866 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
33869 # `set' quotes correctly as required by POSIX, so do not add quotes.
33871 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
33878 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
33880 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
33882 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
33883 if test -w $cache_file; then
33884 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
33885 cat confcache
>$cache_file
33887 echo "not updating unwritable cache $cache_file"
33894 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
33900 if test "$wxUSE_THREADS" = "yes" ; then
33901 if test "$USE_BEOS" = 1; then
33902 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
33903 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
33908 if test "$wxUSE_THREADS" = "yes" ; then
33911 THREAD_OPTS
="-pthread"
33913 *-*-solaris2* | *-*-sunos4* )
33914 if test "x$GCC" = "xyes"; then
33915 THREAD_OPTS
="-pthreads $THREAD_OPTS"
33917 THREAD_OPTS
="-mt $THREAD_OPTS"
33921 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
33923 *-*-darwin* | *-*-cygwin* )
33927 THREAD_OPTS
="pthreads"
33930 if test "x$GCC" != "xyes"; then
33936 if test "x$GCC" = "xyes"; then
33942 if test "x$GCC" != "xyes"; then
33943 THREAD_OPTS
="-Ethread"
33948 THREAD_OPTS
="$THREAD_OPTS pthread none"
33951 for flag
in $THREAD_OPTS; do
33954 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
33955 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
33959 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
33960 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
33961 THREADS_CFLAGS
="$flag"
33965 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
33966 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
33967 THREADS_LINK
="-l$flag"
33972 save_CFLAGS
="$CFLAGS"
33973 LIBS
="$THREADS_LINK $LIBS"
33974 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
33976 cat >conftest.
$ac_ext <<_ACEOF
33979 cat confdefs.h
>>conftest.
$ac_ext
33980 cat >>conftest.
$ac_ext <<_ACEOF
33981 /* end confdefs.h. */
33982 #include <pthread.h>
33986 pthread_create(0,0,0,0);
33991 rm -f conftest.
$ac_objext conftest
$ac_exeext
33992 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33993 (eval $ac_link) 2>conftest.er1
33995 grep -v '^ *+' conftest.er1
>conftest.err
33997 cat conftest.err
>&5
33998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33999 (exit $ac_status); } &&
34000 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34002 (eval $ac_try) 2>&5
34004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34005 (exit $ac_status); }; } &&
34006 { ac_try
='test -s conftest$ac_exeext'
34007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34008 (eval $ac_try) 2>&5
34010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34011 (exit $ac_status); }; }; then
34014 echo "$as_me: failed program was:" >&5
34015 sed 's/^/| /' conftest.
$ac_ext >&5
34018 rm -f conftest.err conftest.
$ac_objext \
34019 conftest
$ac_exeext conftest.
$ac_ext
34022 CFLAGS
="$save_CFLAGS"
34024 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
34025 echo "${ECHO_T}$THREADS_OK" >&6
34026 if test "x$THREADS_OK" = "xyes"; then
34034 if test "x$THREADS_OK" != "xyes"; then
34036 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
34037 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
34039 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
34040 LIBS
="$THREADS_LINK $LIBS"
34042 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
34043 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
34047 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
34048 flag
="-D_THREAD_SAFE"
34051 flag
="-D_THREAD_SAFE"
34054 flag
="-D_REENTRANT"
34055 if test "x$GCC" != "xyes"; then
34056 flag
="$flag -D_RWSTD_MULTI_THREAD"
34059 *solaris
* | alpha
*-osf*)
34060 flag
="-D_REENTRANT"
34063 echo "$as_me:$LINENO: result: ${flag}" >&5
34064 echo "${ECHO_T}${flag}" >&6
34065 if test "x$flag" != xno
; then
34066 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
34069 if test "x$THREADS_CFLAGS" != "x"; then
34070 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
34071 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
34076 if test "$wxUSE_THREADS" = "yes" ; then
34078 for ac_func
in thr_setconcurrency
34080 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34081 echo "$as_me:$LINENO: checking for $ac_func" >&5
34082 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34083 if eval "test \"\${$as_ac_var+set}\" = set"; then
34084 echo $ECHO_N "(cached) $ECHO_C" >&6
34086 cat >conftest.
$ac_ext <<_ACEOF
34089 cat confdefs.h
>>conftest.
$ac_ext
34090 cat >>conftest.
$ac_ext <<_ACEOF
34091 /* end confdefs.h. */
34092 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34093 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34094 #define $ac_func innocuous_$ac_func
34096 /* System header to define __stub macros and hopefully few prototypes,
34097 which can conflict with char $ac_func (); below.
34098 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34099 <limits.h> exists even on freestanding compilers. */
34102 # include <limits.h>
34104 # include <assert.h>
34109 /* Override any gcc2 internal prototype to avoid an error. */
34114 /* We use char because int might match the return type of a gcc2
34115 builtin and then its argument prototype would still apply. */
34117 /* The GNU C library defines this for functions which it implements
34118 to always fail with ENOSYS. Some functions are actually named
34119 something starting with __ and the normal name is an alias. */
34120 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34123 char (*f) () = $ac_func;
34132 return f != $ac_func;
34137 rm -f conftest.
$ac_objext conftest
$ac_exeext
34138 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34139 (eval $ac_link) 2>conftest.er1
34141 grep -v '^ *+' conftest.er1
>conftest.err
34143 cat conftest.err
>&5
34144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34145 (exit $ac_status); } &&
34146 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34148 (eval $ac_try) 2>&5
34150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34151 (exit $ac_status); }; } &&
34152 { ac_try
='test -s conftest$ac_exeext'
34153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34154 (eval $ac_try) 2>&5
34156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34157 (exit $ac_status); }; }; then
34158 eval "$as_ac_var=yes"
34160 echo "$as_me: failed program was:" >&5
34161 sed 's/^/| /' conftest.
$ac_ext >&5
34163 eval "$as_ac_var=no"
34165 rm -f conftest.err conftest.
$ac_objext \
34166 conftest
$ac_exeext conftest.
$ac_ext
34168 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34169 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34170 if test `eval echo '${'$as_ac_var'}'` = yes; then
34171 cat >>confdefs.h
<<_ACEOF
34172 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34180 for ac_header
in sched.h
34182 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34183 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34184 echo "$as_me:$LINENO: checking for $ac_header" >&5
34185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34186 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34187 echo $ECHO_N "(cached) $ECHO_C" >&6
34189 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34190 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34192 # Is the header compilable?
34193 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34194 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34195 cat >conftest.
$ac_ext <<_ACEOF
34198 cat confdefs.h
>>conftest.
$ac_ext
34199 cat >>conftest.
$ac_ext <<_ACEOF
34200 /* end confdefs.h. */
34201 $ac_includes_default
34202 #include <$ac_header>
34204 rm -f conftest.
$ac_objext
34205 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34206 (eval $ac_compile) 2>conftest.er1
34208 grep -v '^ *+' conftest.er1
>conftest.err
34210 cat conftest.err
>&5
34211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34212 (exit $ac_status); } &&
34213 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34215 (eval $ac_try) 2>&5
34217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34218 (exit $ac_status); }; } &&
34219 { ac_try
='test -s conftest.$ac_objext'
34220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34221 (eval $ac_try) 2>&5
34223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34224 (exit $ac_status); }; }; then
34225 ac_header_compiler
=yes
34227 echo "$as_me: failed program was:" >&5
34228 sed 's/^/| /' conftest.
$ac_ext >&5
34230 ac_header_compiler
=no
34232 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34233 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34234 echo "${ECHO_T}$ac_header_compiler" >&6
34236 # Is the header present?
34237 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34238 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34239 cat >conftest.
$ac_ext <<_ACEOF
34242 cat confdefs.h
>>conftest.
$ac_ext
34243 cat >>conftest.
$ac_ext <<_ACEOF
34244 /* end confdefs.h. */
34245 #include <$ac_header>
34247 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34248 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
34250 grep -v '^ *+' conftest.er1
>conftest.err
34252 cat conftest.err
>&5
34253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34254 (exit $ac_status); } >/dev
/null
; then
34255 if test -s conftest.err
; then
34256 ac_cpp_err
=$ac_c_preproc_warn_flag
34257 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
34264 if test -z "$ac_cpp_err"; then
34265 ac_header_preproc
=yes
34267 echo "$as_me: failed program was:" >&5
34268 sed 's/^/| /' conftest.
$ac_ext >&5
34270 ac_header_preproc
=no
34272 rm -f conftest.err conftest.
$ac_ext
34273 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34274 echo "${ECHO_T}$ac_header_preproc" >&6
34276 # So? What about this header?
34277 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34279 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34280 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34281 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34282 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34283 ac_header_preproc
=yes
34286 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34287 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34288 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34289 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34290 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34291 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34292 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34293 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
34294 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34295 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34296 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34297 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34300 ## ----------------------------------------- ##
34301 ## Report this to wx-dev@lists.wxwidgets.org ##
34302 ## ----------------------------------------- ##
34305 sed "s/^/$as_me: WARNING: /" >&2
34308 echo "$as_me:$LINENO: checking for $ac_header" >&5
34309 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34310 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34311 echo $ECHO_N "(cached) $ECHO_C" >&6
34313 eval "$as_ac_Header=\$ac_header_preproc"
34315 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34316 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34319 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34320 cat >>confdefs.h
<<_ACEOF
34321 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34328 if test "$ac_cv_header_sched_h" = "yes"; then
34329 echo "$as_me:$LINENO: checking for sched_yield" >&5
34330 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
34331 if test "${ac_cv_func_sched_yield+set}" = set; then
34332 echo $ECHO_N "(cached) $ECHO_C" >&6
34334 cat >conftest.
$ac_ext <<_ACEOF
34337 cat confdefs.h
>>conftest.
$ac_ext
34338 cat >>conftest.
$ac_ext <<_ACEOF
34339 /* end confdefs.h. */
34340 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
34341 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34342 #define sched_yield innocuous_sched_yield
34344 /* System header to define __stub macros and hopefully few prototypes,
34345 which can conflict with char sched_yield (); below.
34346 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34347 <limits.h> exists even on freestanding compilers. */
34350 # include <limits.h>
34352 # include <assert.h>
34357 /* Override any gcc2 internal prototype to avoid an error. */
34362 /* We use char because int might match the return type of a gcc2
34363 builtin and then its argument prototype would still apply. */
34364 char sched_yield ();
34365 /* The GNU C library defines this for functions which it implements
34366 to always fail with ENOSYS. Some functions are actually named
34367 something starting with __ and the normal name is an alias. */
34368 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
34371 char (*f) () = sched_yield;
34380 return f != sched_yield;
34385 rm -f conftest.
$ac_objext conftest
$ac_exeext
34386 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34387 (eval $ac_link) 2>conftest.er1
34389 grep -v '^ *+' conftest.er1
>conftest.err
34391 cat conftest.err
>&5
34392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34393 (exit $ac_status); } &&
34394 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34396 (eval $ac_try) 2>&5
34398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34399 (exit $ac_status); }; } &&
34400 { ac_try
='test -s conftest$ac_exeext'
34401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34402 (eval $ac_try) 2>&5
34404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34405 (exit $ac_status); }; }; then
34406 ac_cv_func_sched_yield
=yes
34408 echo "$as_me: failed program was:" >&5
34409 sed 's/^/| /' conftest.
$ac_ext >&5
34411 ac_cv_func_sched_yield
=no
34413 rm -f conftest.err conftest.
$ac_objext \
34414 conftest
$ac_exeext conftest.
$ac_ext
34416 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
34417 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
34418 if test $ac_cv_func_sched_yield = yes; then
34419 cat >>confdefs.h
<<\_ACEOF
34420 #define HAVE_SCHED_YIELD 1
34425 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
34426 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
34427 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
34428 echo $ECHO_N "(cached) $ECHO_C" >&6
34430 ac_check_lib_save_LIBS
=$LIBS
34431 LIBS
="-lposix4 $LIBS"
34432 cat >conftest.
$ac_ext <<_ACEOF
34435 cat confdefs.h
>>conftest.
$ac_ext
34436 cat >>conftest.
$ac_ext <<_ACEOF
34437 /* end confdefs.h. */
34439 /* Override any gcc2 internal prototype to avoid an error. */
34443 /* We use char because int might match the return type of a gcc2
34444 builtin and then its argument prototype would still apply. */
34445 char sched_yield ();
34454 rm -f conftest.
$ac_objext conftest
$ac_exeext
34455 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34456 (eval $ac_link) 2>conftest.er1
34458 grep -v '^ *+' conftest.er1
>conftest.err
34460 cat conftest.err
>&5
34461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34462 (exit $ac_status); } &&
34463 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34465 (eval $ac_try) 2>&5
34467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34468 (exit $ac_status); }; } &&
34469 { ac_try
='test -s conftest$ac_exeext'
34470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34471 (eval $ac_try) 2>&5
34473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34474 (exit $ac_status); }; }; then
34475 ac_cv_lib_posix4_sched_yield
=yes
34477 echo "$as_me: failed program was:" >&5
34478 sed 's/^/| /' conftest.
$ac_ext >&5
34480 ac_cv_lib_posix4_sched_yield
=no
34482 rm -f conftest.err conftest.
$ac_objext \
34483 conftest
$ac_exeext conftest.
$ac_ext
34484 LIBS
=$ac_check_lib_save_LIBS
34486 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
34487 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
34488 if test $ac_cv_lib_posix4_sched_yield = yes; then
34489 cat >>confdefs.h
<<\_ACEOF
34490 #define HAVE_SCHED_YIELD 1
34492 POSIX4_LINK
=" -lposix4"
34494 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
34495 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
34506 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
34507 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
34508 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
34509 echo $ECHO_N "(cached) $ECHO_C" >&6
34511 cat >conftest.
$ac_ext <<_ACEOF
34514 cat confdefs.h
>>conftest.
$ac_ext
34515 cat >>conftest.
$ac_ext <<_ACEOF
34516 /* end confdefs.h. */
34517 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
34518 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34519 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
34521 /* System header to define __stub macros and hopefully few prototypes,
34522 which can conflict with char pthread_attr_getschedpolicy (); below.
34523 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34524 <limits.h> exists even on freestanding compilers. */
34527 # include <limits.h>
34529 # include <assert.h>
34532 #undef pthread_attr_getschedpolicy
34534 /* Override any gcc2 internal prototype to avoid an error. */
34539 /* We use char because int might match the return type of a gcc2
34540 builtin and then its argument prototype would still apply. */
34541 char pthread_attr_getschedpolicy ();
34542 /* The GNU C library defines this for functions which it implements
34543 to always fail with ENOSYS. Some functions are actually named
34544 something starting with __ and the normal name is an alias. */
34545 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
34548 char (*f) () = pthread_attr_getschedpolicy;
34557 return f != pthread_attr_getschedpolicy;
34562 rm -f conftest.
$ac_objext conftest
$ac_exeext
34563 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34564 (eval $ac_link) 2>conftest.er1
34566 grep -v '^ *+' conftest.er1
>conftest.err
34568 cat conftest.err
>&5
34569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34570 (exit $ac_status); } &&
34571 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34573 (eval $ac_try) 2>&5
34575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34576 (exit $ac_status); }; } &&
34577 { ac_try
='test -s conftest$ac_exeext'
34578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34579 (eval $ac_try) 2>&5
34581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34582 (exit $ac_status); }; }; then
34583 ac_cv_func_pthread_attr_getschedpolicy
=yes
34585 echo "$as_me: failed program was:" >&5
34586 sed 's/^/| /' conftest.
$ac_ext >&5
34588 ac_cv_func_pthread_attr_getschedpolicy
=no
34590 rm -f conftest.err conftest.
$ac_objext \
34591 conftest
$ac_exeext conftest.
$ac_ext
34593 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
34594 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
34595 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
34596 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
34597 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
34598 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
34599 echo $ECHO_N "(cached) $ECHO_C" >&6
34601 cat >conftest.
$ac_ext <<_ACEOF
34604 cat confdefs.h
>>conftest.
$ac_ext
34605 cat >>conftest.
$ac_ext <<_ACEOF
34606 /* end confdefs.h. */
34607 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
34608 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34609 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
34611 /* System header to define __stub macros and hopefully few prototypes,
34612 which can conflict with char pthread_attr_setschedparam (); below.
34613 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34614 <limits.h> exists even on freestanding compilers. */
34617 # include <limits.h>
34619 # include <assert.h>
34622 #undef pthread_attr_setschedparam
34624 /* Override any gcc2 internal prototype to avoid an error. */
34629 /* We use char because int might match the return type of a gcc2
34630 builtin and then its argument prototype would still apply. */
34631 char pthread_attr_setschedparam ();
34632 /* The GNU C library defines this for functions which it implements
34633 to always fail with ENOSYS. Some functions are actually named
34634 something starting with __ and the normal name is an alias. */
34635 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
34638 char (*f) () = pthread_attr_setschedparam;
34647 return f != pthread_attr_setschedparam;
34652 rm -f conftest.
$ac_objext conftest
$ac_exeext
34653 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34654 (eval $ac_link) 2>conftest.er1
34656 grep -v '^ *+' conftest.er1
>conftest.err
34658 cat conftest.err
>&5
34659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34660 (exit $ac_status); } &&
34661 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34663 (eval $ac_try) 2>&5
34665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34666 (exit $ac_status); }; } &&
34667 { ac_try
='test -s conftest$ac_exeext'
34668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34669 (eval $ac_try) 2>&5
34671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34672 (exit $ac_status); }; }; then
34673 ac_cv_func_pthread_attr_setschedparam
=yes
34675 echo "$as_me: failed program was:" >&5
34676 sed 's/^/| /' conftest.
$ac_ext >&5
34678 ac_cv_func_pthread_attr_setschedparam
=no
34680 rm -f conftest.err conftest.
$ac_objext \
34681 conftest
$ac_exeext conftest.
$ac_ext
34683 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
34684 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
34685 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
34686 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
34687 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
34688 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
34689 echo $ECHO_N "(cached) $ECHO_C" >&6
34691 cat >conftest.
$ac_ext <<_ACEOF
34694 cat confdefs.h
>>conftest.
$ac_ext
34695 cat >>conftest.
$ac_ext <<_ACEOF
34696 /* end confdefs.h. */
34697 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
34698 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34699 #define sched_get_priority_max innocuous_sched_get_priority_max
34701 /* System header to define __stub macros and hopefully few prototypes,
34702 which can conflict with char sched_get_priority_max (); below.
34703 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34704 <limits.h> exists even on freestanding compilers. */
34707 # include <limits.h>
34709 # include <assert.h>
34712 #undef sched_get_priority_max
34714 /* Override any gcc2 internal prototype to avoid an error. */
34719 /* We use char because int might match the return type of a gcc2
34720 builtin and then its argument prototype would still apply. */
34721 char sched_get_priority_max ();
34722 /* The GNU C library defines this for functions which it implements
34723 to always fail with ENOSYS. Some functions are actually named
34724 something starting with __ and the normal name is an alias. */
34725 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
34728 char (*f) () = sched_get_priority_max;
34737 return f != sched_get_priority_max;
34742 rm -f conftest.
$ac_objext conftest
$ac_exeext
34743 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34744 (eval $ac_link) 2>conftest.er1
34746 grep -v '^ *+' conftest.er1
>conftest.err
34748 cat conftest.err
>&5
34749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34750 (exit $ac_status); } &&
34751 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34753 (eval $ac_try) 2>&5
34755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34756 (exit $ac_status); }; } &&
34757 { ac_try
='test -s conftest$ac_exeext'
34758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34759 (eval $ac_try) 2>&5
34761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34762 (exit $ac_status); }; }; then
34763 ac_cv_func_sched_get_priority_max
=yes
34765 echo "$as_me: failed program was:" >&5
34766 sed 's/^/| /' conftest.
$ac_ext >&5
34768 ac_cv_func_sched_get_priority_max
=no
34770 rm -f conftest.err conftest.
$ac_objext \
34771 conftest
$ac_exeext conftest.
$ac_ext
34773 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
34774 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
34775 if test $ac_cv_func_sched_get_priority_max = yes; then
34778 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
34779 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
34780 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
34781 echo $ECHO_N "(cached) $ECHO_C" >&6
34783 ac_check_lib_save_LIBS
=$LIBS
34784 LIBS
="-lposix4 $LIBS"
34785 cat >conftest.
$ac_ext <<_ACEOF
34788 cat confdefs.h
>>conftest.
$ac_ext
34789 cat >>conftest.
$ac_ext <<_ACEOF
34790 /* end confdefs.h. */
34792 /* Override any gcc2 internal prototype to avoid an error. */
34796 /* We use char because int might match the return type of a gcc2
34797 builtin and then its argument prototype would still apply. */
34798 char sched_get_priority_max ();
34802 sched_get_priority_max ();
34807 rm -f conftest.
$ac_objext conftest
$ac_exeext
34808 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34809 (eval $ac_link) 2>conftest.er1
34811 grep -v '^ *+' conftest.er1
>conftest.err
34813 cat conftest.err
>&5
34814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34815 (exit $ac_status); } &&
34816 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34818 (eval $ac_try) 2>&5
34820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34821 (exit $ac_status); }; } &&
34822 { ac_try
='test -s conftest$ac_exeext'
34823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34824 (eval $ac_try) 2>&5
34826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34827 (exit $ac_status); }; }; then
34828 ac_cv_lib_posix4_sched_get_priority_max
=yes
34830 echo "$as_me: failed program was:" >&5
34831 sed 's/^/| /' conftest.
$ac_ext >&5
34833 ac_cv_lib_posix4_sched_get_priority_max
=no
34835 rm -f conftest.err conftest.
$ac_objext \
34836 conftest
$ac_exeext conftest.
$ac_ext
34837 LIBS
=$ac_check_lib_save_LIBS
34839 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
34840 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
34841 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
34844 POSIX4_LINK
=" -lposix4"
34858 if test "$HAVE_PRIOR_FUNCS" = 1; then
34859 cat >>confdefs.h
<<\_ACEOF
34860 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
34864 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
34865 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
34868 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
34869 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
34870 if test "${ac_cv_func_pthread_cancel+set}" = set; then
34871 echo $ECHO_N "(cached) $ECHO_C" >&6
34873 cat >conftest.
$ac_ext <<_ACEOF
34876 cat confdefs.h
>>conftest.
$ac_ext
34877 cat >>conftest.
$ac_ext <<_ACEOF
34878 /* end confdefs.h. */
34879 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
34880 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34881 #define pthread_cancel innocuous_pthread_cancel
34883 /* System header to define __stub macros and hopefully few prototypes,
34884 which can conflict with char pthread_cancel (); below.
34885 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34886 <limits.h> exists even on freestanding compilers. */
34889 # include <limits.h>
34891 # include <assert.h>
34894 #undef pthread_cancel
34896 /* Override any gcc2 internal prototype to avoid an error. */
34901 /* We use char because int might match the return type of a gcc2
34902 builtin and then its argument prototype would still apply. */
34903 char pthread_cancel ();
34904 /* The GNU C library defines this for functions which it implements
34905 to always fail with ENOSYS. Some functions are actually named
34906 something starting with __ and the normal name is an alias. */
34907 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
34910 char (*f) () = pthread_cancel;
34919 return f != pthread_cancel;
34924 rm -f conftest.
$ac_objext conftest
$ac_exeext
34925 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34926 (eval $ac_link) 2>conftest.er1
34928 grep -v '^ *+' conftest.er1
>conftest.err
34930 cat conftest.err
>&5
34931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34932 (exit $ac_status); } &&
34933 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34935 (eval $ac_try) 2>&5
34937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34938 (exit $ac_status); }; } &&
34939 { ac_try
='test -s conftest$ac_exeext'
34940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34941 (eval $ac_try) 2>&5
34943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34944 (exit $ac_status); }; }; then
34945 ac_cv_func_pthread_cancel
=yes
34947 echo "$as_me: failed program was:" >&5
34948 sed 's/^/| /' conftest.
$ac_ext >&5
34950 ac_cv_func_pthread_cancel
=no
34952 rm -f conftest.err conftest.
$ac_objext \
34953 conftest
$ac_exeext conftest.
$ac_ext
34955 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
34956 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
34957 if test $ac_cv_func_pthread_cancel = yes; then
34958 cat >>confdefs.h
<<\_ACEOF
34959 #define HAVE_PTHREAD_CANCEL 1
34963 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
34964 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
34970 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
34971 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
34972 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
34973 echo $ECHO_N "(cached) $ECHO_C" >&6
34976 cat >conftest.
$ac_ext <<_ACEOF
34979 cat confdefs.h
>>conftest.
$ac_ext
34980 cat >>conftest.
$ac_ext <<_ACEOF
34981 /* end confdefs.h. */
34982 #include <pthread.h>
34987 pthread_mutexattr_t attr;
34988 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
34994 rm -f conftest.
$ac_objext
34995 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34996 (eval $ac_compile) 2>conftest.er1
34998 grep -v '^ *+' conftest.er1
>conftest.err
35000 cat conftest.err
>&5
35001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35002 (exit $ac_status); } &&
35003 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35005 (eval $ac_try) 2>&5
35007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35008 (exit $ac_status); }; } &&
35009 { ac_try
='test -s conftest.$ac_objext'
35010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35011 (eval $ac_try) 2>&5
35013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35014 (exit $ac_status); }; }; then
35016 wx_cv_type_pthread_mutexattr_t
=yes
35019 echo "$as_me: failed program was:" >&5
35020 sed 's/^/| /' conftest.
$ac_ext >&5
35023 wx_cv_type_pthread_mutexattr_t
=no
35027 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35030 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
35031 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
35033 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
35034 cat >>confdefs.h
<<\_ACEOF
35035 #define HAVE_PTHREAD_MUTEXATTR_T 1
35039 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
35040 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
35041 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
35042 echo $ECHO_N "(cached) $ECHO_C" >&6
35045 cat >conftest.
$ac_ext <<_ACEOF
35048 cat confdefs.h
>>conftest.
$ac_ext
35049 cat >>conftest.
$ac_ext <<_ACEOF
35050 /* end confdefs.h. */
35051 #include <pthread.h>
35056 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
35062 rm -f conftest.
$ac_objext
35063 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35064 (eval $ac_compile) 2>conftest.er1
35066 grep -v '^ *+' conftest.er1
>conftest.err
35068 cat conftest.err
>&5
35069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35070 (exit $ac_status); } &&
35071 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35073 (eval $ac_try) 2>&5
35075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35076 (exit $ac_status); }; } &&
35077 { ac_try
='test -s conftest.$ac_objext'
35078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35079 (eval $ac_try) 2>&5
35081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35082 (exit $ac_status); }; }; then
35084 wx_cv_type_pthread_rec_mutex_init
=yes
35087 echo "$as_me: failed program was:" >&5
35088 sed 's/^/| /' conftest.
$ac_ext >&5
35091 wx_cv_type_pthread_rec_mutex_init
=no
35095 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35098 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
35099 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
35100 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
35101 cat >>confdefs.h
<<\_ACEOF
35102 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
35106 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
35107 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
35113 if test "$wxUSE_THREADS" = "yes" ; then
35116 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
35117 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
35118 if test "${wx_cv_cflags_mthread+set}" = set; then
35119 echo $ECHO_N "(cached) $ECHO_C" >&6
35122 CFLAGS_OLD
="$CFLAGS"
35123 CFLAGS
="$CFLAGS -mthreads"
35124 cat >conftest.
$ac_ext <<_ACEOF
35127 cat confdefs.h
>>conftest.
$ac_ext
35128 cat >>conftest.
$ac_ext <<_ACEOF
35129 /* end confdefs.h. */
35139 rm -f conftest.
$ac_objext
35140 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35141 (eval $ac_compile) 2>conftest.er1
35143 grep -v '^ *+' conftest.er1
>conftest.err
35145 cat conftest.err
>&5
35146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35147 (exit $ac_status); } &&
35148 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35150 (eval $ac_try) 2>&5
35152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35153 (exit $ac_status); }; } &&
35154 { ac_try
='test -s conftest.$ac_objext'
35155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35156 (eval $ac_try) 2>&5
35158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35159 (exit $ac_status); }; }; then
35160 wx_cv_cflags_mthread
=yes
35162 echo "$as_me: failed program was:" >&5
35163 sed 's/^/| /' conftest.
$ac_ext >&5
35165 wx_cv_cflags_mthread
=no
35168 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35172 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
35173 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
35175 if test "$wx_cv_cflags_mthread" = "yes"; then
35176 CXXFLAGS
="$CXXFLAGS -mthreads"
35177 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
35178 LDFLAGS
="$LDFLAGS -mthreads"
35180 CFLAGS
="$CFLAGS_OLD"
35184 CFLAGS
="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
35185 CXXFLAGS
="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
35186 LDFLAGS
="$LDFLAGS -Zmt"
35192 if test "$wxUSE_THREADS" = "yes"; then
35193 cat >>confdefs.h
<<\_ACEOF
35194 #define wxUSE_THREADS 1
35198 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
35200 if test "$ac_cv_func_strtok_r" = "yes"; then
35201 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
35202 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
35203 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
35204 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
35205 echo "$as_me:$LINENO: result: yes" >&5
35206 echo "${ECHO_T}yes" >&6
35208 echo "$as_me:$LINENO: result: no" >&5
35209 echo "${ECHO_T}no" >&6
35214 if test "$WXGTK20" = 1 ; then
35215 cat >>confdefs.h
<<_ACEOF
35216 #define __WXGTK20__ $WXGTK20
35222 if test "$WXGTK12" = 1 ; then
35223 cat >>confdefs.h
<<_ACEOF
35224 #define __WXGTK12__ $WXGTK12
35229 if test "$WXGTK127" = 1 ; then
35230 cat >>confdefs.h
<<_ACEOF
35231 #define __WXGTK127__ $WXGTK127
35236 if test "$WXGPE" = 1 ; then
35237 cat >>confdefs.h
<<_ACEOF
35238 #define __WXGPE__ $WXGPE
35245 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
35250 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
35251 wxUSE_DEBUG_INFO
=yes
35255 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
35256 cat >>confdefs.h
<<\_ACEOF
35260 WXDEBUG_DEFINE
="-D__WXDEBUG__"
35262 if test "$wxUSE_GTK" = 1 ; then
35263 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
35267 if test "$wxUSE_MEM_TRACING" = "yes" ; then
35268 cat >>confdefs.h
<<\_ACEOF
35269 #define wxUSE_MEMORY_TRACING 1
35272 cat >>confdefs.h
<<\_ACEOF
35273 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
35276 cat >>confdefs.h
<<\_ACEOF
35277 #define wxUSE_DEBUG_NEW_ALWAYS 1
35280 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
35283 if test "$wxUSE_DMALLOC" = "yes" ; then
35284 DMALLOC_LIBS
="-ldmalloc"
35288 if test "$wxUSE_PROFILE" = "yes" ; then
35293 CODE_GEN_FLAGS_CXX
=
35294 if test "$GCC" = "yes" ; then
35295 if test "$wxUSE_NO_RTTI" = "yes" ; then
35296 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
35298 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
35299 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
35301 if test "$wxUSE_PERMISSIVE" = "yes" ; then
35302 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
35307 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
35310 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
35316 if test "$wxUSE_OPTIMISE" = "no" ; then
35317 if test "$GCC" = yes ; then
35321 if test "$GCC" = yes ; then
35325 i586
-*-*|i686
-*-* )
35326 OPTIMISE
="${OPTIMISE} "
35335 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
35336 cat >>confdefs.h
<<\_ACEOF
35337 #define WXWIN_COMPATIBILITY_2_2 1
35341 WXWIN_COMPATIBILITY_2_4
="yes"
35344 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
35345 cat >>confdefs.h
<<\_ACEOF
35346 #define WXWIN_COMPATIBILITY_2_4 1
35352 if test "$wxUSE_GUI" = "yes"; then
35353 cat >>confdefs.h
<<\_ACEOF
35354 #define wxUSE_GUI 1
35361 if test "$wxUSE_UNIX" = "yes"; then
35362 cat >>confdefs.h
<<\_ACEOF
35363 #define wxUSE_UNIX 1
35369 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
35373 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
35374 if test "$USE_DARWIN" = 1; then
35378 for ac_func
in dlopen
35380 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35381 echo "$as_me:$LINENO: checking for $ac_func" >&5
35382 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35383 if eval "test \"\${$as_ac_var+set}\" = set"; then
35384 echo $ECHO_N "(cached) $ECHO_C" >&6
35386 cat >conftest.
$ac_ext <<_ACEOF
35389 cat confdefs.h
>>conftest.
$ac_ext
35390 cat >>conftest.
$ac_ext <<_ACEOF
35391 /* end confdefs.h. */
35392 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35393 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35394 #define $ac_func innocuous_$ac_func
35396 /* System header to define __stub macros and hopefully few prototypes,
35397 which can conflict with char $ac_func (); below.
35398 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35399 <limits.h> exists even on freestanding compilers. */
35402 # include <limits.h>
35404 # include <assert.h>
35409 /* Override any gcc2 internal prototype to avoid an error. */
35414 /* We use char because int might match the return type of a gcc2
35415 builtin and then its argument prototype would still apply. */
35417 /* The GNU C library defines this for functions which it implements
35418 to always fail with ENOSYS. Some functions are actually named
35419 something starting with __ and the normal name is an alias. */
35420 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35423 char (*f) () = $ac_func;
35432 return f != $ac_func;
35437 rm -f conftest.
$ac_objext conftest
$ac_exeext
35438 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35439 (eval $ac_link) 2>conftest.er1
35441 grep -v '^ *+' conftest.er1
>conftest.err
35443 cat conftest.err
>&5
35444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35445 (exit $ac_status); } &&
35446 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35448 (eval $ac_try) 2>&5
35450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35451 (exit $ac_status); }; } &&
35452 { ac_try
='test -s conftest$ac_exeext'
35453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35454 (eval $ac_try) 2>&5
35456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35457 (exit $ac_status); }; }; then
35458 eval "$as_ac_var=yes"
35460 echo "$as_me: failed program was:" >&5
35461 sed 's/^/| /' conftest.
$ac_ext >&5
35463 eval "$as_ac_var=no"
35465 rm -f conftest.err conftest.
$ac_objext \
35466 conftest
$ac_exeext conftest.
$ac_ext
35468 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35469 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35470 if test `eval echo '${'$as_ac_var'}'` = yes; then
35471 cat >>confdefs.h
<<_ACEOF
35472 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35475 cat >>confdefs.h
<<\_ACEOF
35476 #define HAVE_DLOPEN 1
35483 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
35484 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
35485 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
35486 echo $ECHO_N "(cached) $ECHO_C" >&6
35488 ac_check_lib_save_LIBS
=$LIBS
35490 cat >conftest.
$ac_ext <<_ACEOF
35493 cat confdefs.h
>>conftest.
$ac_ext
35494 cat >>conftest.
$ac_ext <<_ACEOF
35495 /* end confdefs.h. */
35497 /* Override any gcc2 internal prototype to avoid an error. */
35501 /* We use char because int might match the return type of a gcc2
35502 builtin and then its argument prototype would still apply. */
35512 rm -f conftest.
$ac_objext conftest
$ac_exeext
35513 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35514 (eval $ac_link) 2>conftest.er1
35516 grep -v '^ *+' conftest.er1
>conftest.err
35518 cat conftest.err
>&5
35519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35520 (exit $ac_status); } &&
35521 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35523 (eval $ac_try) 2>&5
35525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35526 (exit $ac_status); }; } &&
35527 { ac_try
='test -s conftest$ac_exeext'
35528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35529 (eval $ac_try) 2>&5
35531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35532 (exit $ac_status); }; }; then
35533 ac_cv_lib_dl_dlopen
=yes
35535 echo "$as_me: failed program was:" >&5
35536 sed 's/^/| /' conftest.
$ac_ext >&5
35538 ac_cv_lib_dl_dlopen
=no
35540 rm -f conftest.err conftest.
$ac_objext \
35541 conftest
$ac_exeext conftest.
$ac_ext
35542 LIBS
=$ac_check_lib_save_LIBS
35544 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
35545 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
35546 if test $ac_cv_lib_dl_dlopen = yes; then
35548 cat >>confdefs.h
<<\_ACEOF
35549 #define HAVE_DLOPEN 1
35553 DL_LINK
=" -ldl$DL_LINK"
35558 for ac_func
in shl_load
35560 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35561 echo "$as_me:$LINENO: checking for $ac_func" >&5
35562 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35563 if eval "test \"\${$as_ac_var+set}\" = set"; then
35564 echo $ECHO_N "(cached) $ECHO_C" >&6
35566 cat >conftest.
$ac_ext <<_ACEOF
35569 cat confdefs.h
>>conftest.
$ac_ext
35570 cat >>conftest.
$ac_ext <<_ACEOF
35571 /* end confdefs.h. */
35572 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35573 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35574 #define $ac_func innocuous_$ac_func
35576 /* System header to define __stub macros and hopefully few prototypes,
35577 which can conflict with char $ac_func (); below.
35578 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35579 <limits.h> exists even on freestanding compilers. */
35582 # include <limits.h>
35584 # include <assert.h>
35589 /* Override any gcc2 internal prototype to avoid an error. */
35594 /* We use char because int might match the return type of a gcc2
35595 builtin and then its argument prototype would still apply. */
35597 /* The GNU C library defines this for functions which it implements
35598 to always fail with ENOSYS. Some functions are actually named
35599 something starting with __ and the normal name is an alias. */
35600 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35603 char (*f) () = $ac_func;
35612 return f != $ac_func;
35617 rm -f conftest.
$ac_objext conftest
$ac_exeext
35618 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35619 (eval $ac_link) 2>conftest.er1
35621 grep -v '^ *+' conftest.er1
>conftest.err
35623 cat conftest.err
>&5
35624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35625 (exit $ac_status); } &&
35626 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35628 (eval $ac_try) 2>&5
35630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35631 (exit $ac_status); }; } &&
35632 { ac_try
='test -s conftest$ac_exeext'
35633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35634 (eval $ac_try) 2>&5
35636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35637 (exit $ac_status); }; }; then
35638 eval "$as_ac_var=yes"
35640 echo "$as_me: failed program was:" >&5
35641 sed 's/^/| /' conftest.
$ac_ext >&5
35643 eval "$as_ac_var=no"
35645 rm -f conftest.err conftest.
$ac_objext \
35646 conftest
$ac_exeext conftest.
$ac_ext
35648 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35649 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35650 if test `eval echo '${'$as_ac_var'}'` = yes; then
35651 cat >>confdefs.h
<<_ACEOF
35652 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35655 cat >>confdefs.h
<<\_ACEOF
35656 #define HAVE_SHL_LOAD 1
35663 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
35664 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
35665 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
35666 echo $ECHO_N "(cached) $ECHO_C" >&6
35668 ac_check_lib_save_LIBS
=$LIBS
35669 LIBS
="-lshl_load $LIBS"
35670 cat >conftest.
$ac_ext <<_ACEOF
35673 cat confdefs.h
>>conftest.
$ac_ext
35674 cat >>conftest.
$ac_ext <<_ACEOF
35675 /* end confdefs.h. */
35677 /* Override any gcc2 internal prototype to avoid an error. */
35681 /* We use char because int might match the return type of a gcc2
35682 builtin and then its argument prototype would still apply. */
35692 rm -f conftest.
$ac_objext conftest
$ac_exeext
35693 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35694 (eval $ac_link) 2>conftest.er1
35696 grep -v '^ *+' conftest.er1
>conftest.err
35698 cat conftest.err
>&5
35699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35700 (exit $ac_status); } &&
35701 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35703 (eval $ac_try) 2>&5
35705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35706 (exit $ac_status); }; } &&
35707 { ac_try
='test -s conftest$ac_exeext'
35708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35709 (eval $ac_try) 2>&5
35711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35712 (exit $ac_status); }; }; then
35713 ac_cv_lib_shl_load_dld
=yes
35715 echo "$as_me: failed program was:" >&5
35716 sed 's/^/| /' conftest.
$ac_ext >&5
35718 ac_cv_lib_shl_load_dld
=no
35720 rm -f conftest.err conftest.
$ac_objext \
35721 conftest
$ac_exeext conftest.
$ac_ext
35722 LIBS
=$ac_check_lib_save_LIBS
35724 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
35725 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
35726 if test $ac_cv_lib_shl_load_dld = yes; then
35729 DL_LINK
=" -ldld$DL_LINK"
35745 if test "$HAVE_DL_FUNCS" = 1; then
35747 for ac_func
in dlerror
35749 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35750 echo "$as_me:$LINENO: checking for $ac_func" >&5
35751 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35752 if eval "test \"\${$as_ac_var+set}\" = set"; then
35753 echo $ECHO_N "(cached) $ECHO_C" >&6
35755 cat >conftest.
$ac_ext <<_ACEOF
35758 cat confdefs.h
>>conftest.
$ac_ext
35759 cat >>conftest.
$ac_ext <<_ACEOF
35760 /* end confdefs.h. */
35761 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35762 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35763 #define $ac_func innocuous_$ac_func
35765 /* System header to define __stub macros and hopefully few prototypes,
35766 which can conflict with char $ac_func (); below.
35767 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35768 <limits.h> exists even on freestanding compilers. */
35771 # include <limits.h>
35773 # include <assert.h>
35778 /* Override any gcc2 internal prototype to avoid an error. */
35783 /* We use char because int might match the return type of a gcc2
35784 builtin and then its argument prototype would still apply. */
35786 /* The GNU C library defines this for functions which it implements
35787 to always fail with ENOSYS. Some functions are actually named
35788 something starting with __ and the normal name is an alias. */
35789 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35792 char (*f) () = $ac_func;
35801 return f != $ac_func;
35806 rm -f conftest.
$ac_objext conftest
$ac_exeext
35807 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35808 (eval $ac_link) 2>conftest.er1
35810 grep -v '^ *+' conftest.er1
>conftest.err
35812 cat conftest.err
>&5
35813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35814 (exit $ac_status); } &&
35815 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35817 (eval $ac_try) 2>&5
35819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35820 (exit $ac_status); }; } &&
35821 { ac_try
='test -s conftest$ac_exeext'
35822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35823 (eval $ac_try) 2>&5
35825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35826 (exit $ac_status); }; }; then
35827 eval "$as_ac_var=yes"
35829 echo "$as_me: failed program was:" >&5
35830 sed 's/^/| /' conftest.
$ac_ext >&5
35832 eval "$as_ac_var=no"
35834 rm -f conftest.err conftest.
$ac_objext \
35835 conftest
$ac_exeext conftest.
$ac_ext
35837 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35838 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35839 if test `eval echo '${'$as_ac_var'}'` = yes; then
35840 cat >>confdefs.h
<<_ACEOF
35841 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35843 cat >>confdefs.h
<<\_ACEOF
35844 #define HAVE_DLERROR 1
35849 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
35850 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
35851 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
35852 echo $ECHO_N "(cached) $ECHO_C" >&6
35854 ac_check_lib_save_LIBS
=$LIBS
35856 cat >conftest.
$ac_ext <<_ACEOF
35859 cat confdefs.h
>>conftest.
$ac_ext
35860 cat >>conftest.
$ac_ext <<_ACEOF
35861 /* end confdefs.h. */
35863 /* Override any gcc2 internal prototype to avoid an error. */
35867 /* We use char because int might match the return type of a gcc2
35868 builtin and then its argument prototype would still apply. */
35878 rm -f conftest.
$ac_objext conftest
$ac_exeext
35879 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35880 (eval $ac_link) 2>conftest.er1
35882 grep -v '^ *+' conftest.er1
>conftest.err
35884 cat conftest.err
>&5
35885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35886 (exit $ac_status); } &&
35887 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35889 (eval $ac_try) 2>&5
35891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35892 (exit $ac_status); }; } &&
35893 { ac_try
='test -s conftest$ac_exeext'
35894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35895 (eval $ac_try) 2>&5
35897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35898 (exit $ac_status); }; }; then
35899 ac_cv_lib_dl_dlerror
=yes
35901 echo "$as_me: failed program was:" >&5
35902 sed 's/^/| /' conftest.
$ac_ext >&5
35904 ac_cv_lib_dl_dlerror
=no
35906 rm -f conftest.err conftest.
$ac_objext \
35907 conftest
$ac_exeext conftest.
$ac_ext
35908 LIBS
=$ac_check_lib_save_LIBS
35910 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
35911 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
35912 if test $ac_cv_lib_dl_dlerror = yes; then
35913 cat >>confdefs.h
<<\_ACEOF
35914 #define HAVE_DLERROR 1
35927 if test "$HAVE_DL_FUNCS" = 0; then
35928 if test "$HAVE_SHL_FUNCS" = 0; then
35929 if test "$USE_UNIX" = 1; then
35930 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
35931 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
35932 wxUSE_DYNAMIC_LOADER
=no
35933 wxUSE_DYNLIB_CLASS
=no
35935 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
35936 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
35943 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
35944 cat >>confdefs.h
<<\_ACEOF
35945 #define wxUSE_DYNAMIC_LOADER 1
35949 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
35950 cat >>confdefs.h
<<\_ACEOF
35951 #define wxUSE_DYNLIB_CLASS 1
35958 if test "$wxUSE_PLUGINS" = "yes" ; then
35959 if test "$wxUSE_SHARED" = "no" ; then
35960 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
35961 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
35964 if test "$wxUSE_MONOLITHIC" = "yes" ; then
35965 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
35966 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
35969 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
35970 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
35971 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
35974 if test "$wxUSE_PLUGINS" = "yes" ; then
35975 cat >>confdefs.h
<<\_ACEOF
35976 #define wxUSE_PLUGINS 1
35983 if test "$wxUSE_STL" = "yes"; then
35984 cat >>confdefs.h
<<\_ACEOF
35985 #define wxUSE_STL 1
35990 if test "$wxUSE_APPLE_IEEE" = "yes"; then
35991 cat >>confdefs.h
<<\_ACEOF
35992 #define wxUSE_APPLE_IEEE 1
35997 if test "$wxUSE_TIMER" = "yes"; then
35998 cat >>confdefs.h
<<\_ACEOF
35999 #define wxUSE_TIMER 1
36005 if test "$wxUSE_SOUND" = "yes"; then
36006 if test "$USE_UNIX" = "1" ; then
36008 for ac_header
in sys
/soundcard.h
36010 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36011 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36012 echo "$as_me:$LINENO: checking for $ac_header" >&5
36013 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36014 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36015 echo $ECHO_N "(cached) $ECHO_C" >&6
36017 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36018 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36020 # Is the header compilable?
36021 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36022 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36023 cat >conftest.
$ac_ext <<_ACEOF
36026 cat confdefs.h
>>conftest.
$ac_ext
36027 cat >>conftest.
$ac_ext <<_ACEOF
36028 /* end confdefs.h. */
36029 $ac_includes_default
36030 #include <$ac_header>
36032 rm -f conftest.
$ac_objext
36033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36034 (eval $ac_compile) 2>conftest.er1
36036 grep -v '^ *+' conftest.er1
>conftest.err
36038 cat conftest.err
>&5
36039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36040 (exit $ac_status); } &&
36041 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36043 (eval $ac_try) 2>&5
36045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36046 (exit $ac_status); }; } &&
36047 { ac_try
='test -s conftest.$ac_objext'
36048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36049 (eval $ac_try) 2>&5
36051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36052 (exit $ac_status); }; }; then
36053 ac_header_compiler
=yes
36055 echo "$as_me: failed program was:" >&5
36056 sed 's/^/| /' conftest.
$ac_ext >&5
36058 ac_header_compiler
=no
36060 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36061 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36062 echo "${ECHO_T}$ac_header_compiler" >&6
36064 # Is the header present?
36065 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36066 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36067 cat >conftest.
$ac_ext <<_ACEOF
36070 cat confdefs.h
>>conftest.
$ac_ext
36071 cat >>conftest.
$ac_ext <<_ACEOF
36072 /* end confdefs.h. */
36073 #include <$ac_header>
36075 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36076 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
36078 grep -v '^ *+' conftest.er1
>conftest.err
36080 cat conftest.err
>&5
36081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36082 (exit $ac_status); } >/dev
/null
; then
36083 if test -s conftest.err
; then
36084 ac_cpp_err
=$ac_c_preproc_warn_flag
36085 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
36092 if test -z "$ac_cpp_err"; then
36093 ac_header_preproc
=yes
36095 echo "$as_me: failed program was:" >&5
36096 sed 's/^/| /' conftest.
$ac_ext >&5
36098 ac_header_preproc
=no
36100 rm -f conftest.err conftest.
$ac_ext
36101 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36102 echo "${ECHO_T}$ac_header_preproc" >&6
36104 # So? What about this header?
36105 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36107 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36108 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36109 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36110 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36111 ac_header_preproc
=yes
36114 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36115 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36116 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36117 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36118 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36119 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36120 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36121 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36122 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36123 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36124 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36125 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36128 ## ----------------------------------------- ##
36129 ## Report this to wx-dev@lists.wxwidgets.org ##
36130 ## ----------------------------------------- ##
36133 sed "s/^/$as_me: WARNING: /" >&2
36136 echo "$as_me:$LINENO: checking for $ac_header" >&5
36137 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36138 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36139 echo $ECHO_N "(cached) $ECHO_C" >&6
36141 eval "$as_ac_Header=\$ac_header_preproc"
36143 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36144 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36147 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36148 cat >>confdefs.h
<<_ACEOF
36149 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36157 if test "$wxUSE_LIBSDL" != "no"; then
36159 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
36160 if test "${with_sdl_prefix+set}" = set; then
36161 withval
="$with_sdl_prefix"
36162 sdl_prefix
="$withval"
36167 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
36168 if test "${with_sdl_exec_prefix+set}" = set; then
36169 withval
="$with_sdl_exec_prefix"
36170 sdl_exec_prefix
="$withval"
36174 # Check whether --enable-sdltest or --disable-sdltest was given.
36175 if test "${enable_sdltest+set}" = set; then
36176 enableval
="$enable_sdltest"
36182 if test x
$sdl_exec_prefix != x
; then
36183 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
36184 if test x
${SDL_CONFIG+set} != xset
; then
36185 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
36188 if test x
$sdl_prefix != x
; then
36189 sdl_args
="$sdl_args --prefix=$sdl_prefix"
36190 if test x
${SDL_CONFIG+set} != xset
; then
36191 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
36196 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
36197 # Extract the first word of "sdl-config", so it can be a program name with args.
36198 set dummy sdl
-config; ac_word
=$2
36199 echo "$as_me:$LINENO: checking for $ac_word" >&5
36200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36201 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
36202 echo $ECHO_N "(cached) $ECHO_C" >&6
36204 case $SDL_CONFIG in
36206 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
36209 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36210 for as_dir
in $PATH
36213 test -z "$as_dir" && as_dir
=.
36214 for ac_exec_ext
in '' $ac_executable_extensions; do
36215 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36216 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
36217 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36223 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
36227 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
36229 if test -n "$SDL_CONFIG"; then
36230 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
36231 echo "${ECHO_T}$SDL_CONFIG" >&6
36233 echo "$as_me:$LINENO: result: no" >&5
36234 echo "${ECHO_T}no" >&6
36237 min_sdl_version
=1.2.0
36238 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
36239 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
36241 if test "$SDL_CONFIG" = "no" ; then
36244 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
36245 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
36247 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
36248 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
36249 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
36250 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
36251 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
36252 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
36253 if test "x$enable_sdltest" = "xyes" ; then
36254 ac_save_CFLAGS
="$CFLAGS"
36255 ac_save_CXXFLAGS
="$CXXFLAGS"
36256 ac_save_LIBS
="$LIBS"
36257 CFLAGS
="$CFLAGS $SDL_CFLAGS"
36258 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
36259 LIBS
="$LIBS $SDL_LIBS"
36261 if test "$cross_compiling" = yes; then
36262 echo $ac_n "cross compiling; assumed OK... $ac_c"
36264 cat >conftest.
$ac_ext <<_ACEOF
36267 cat confdefs.h
>>conftest.
$ac_ext
36268 cat >>conftest.
$ac_ext <<_ACEOF
36269 /* end confdefs.h. */
36272 #include <stdlib.h>
36273 #include <string.h>
36277 my_strdup (char *str)
36283 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
36284 strcpy (new_str, str);
36292 int main (int argc, char *argv[])
36294 int major, minor, micro;
36297 /* This hangs on some systems (?)
36298 system ("touch conf.sdltest");
36300 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
36302 /* HP/UX 9 (%@#!) writes to sscanf strings */
36303 tmp_version = my_strdup("$min_sdl_version");
36304 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
36305 printf("%s, bad version string\n", "$min_sdl_version");
36309 if (($sdl_major_version > major) ||
36310 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
36311 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
36317 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
36318 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
36319 printf("*** best to upgrade to the required version.\n");
36320 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
36321 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
36322 printf("*** config.cache before re-running configure\n");
36329 rm -f conftest
$ac_exeext
36330 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36331 (eval $ac_link) 2>&5
36333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36334 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
36335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36336 (eval $ac_try) 2>&5
36338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36339 (exit $ac_status); }; }; then
36342 echo "$as_me: program exited with status $ac_status" >&5
36343 echo "$as_me: failed program was:" >&5
36344 sed 's/^/| /' conftest.
$ac_ext >&5
36346 ( exit $ac_status )
36349 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
36351 CFLAGS
="$ac_save_CFLAGS"
36352 CXXFLAGS
="$ac_save_CXXFLAGS"
36353 LIBS
="$ac_save_LIBS"
36356 if test "x$no_sdl" = x
; then
36357 echo "$as_me:$LINENO: result: yes" >&5
36358 echo "${ECHO_T}yes" >&6
36360 EXTRALIBS_SDL
="$SDL_LIBS"
36361 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
36362 cat >>confdefs.h
<<\_ACEOF
36363 #define wxUSE_LIBSDL 1
36368 echo "$as_me:$LINENO: result: no" >&5
36369 echo "${ECHO_T}no" >&6
36370 if test "$SDL_CONFIG" = "no" ; then
36371 echo "*** The sdl-config script installed by SDL could not be found"
36372 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
36373 echo "*** your path, or set the SDL_CONFIG environment variable to the"
36374 echo "*** full path to sdl-config."
36376 if test -f conf.sdltest
; then
36379 echo "*** Could not run SDL test program, checking why..."
36380 CFLAGS
="$CFLAGS $SDL_CFLAGS"
36381 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
36382 LIBS
="$LIBS $SDL_LIBS"
36383 cat >conftest.
$ac_ext <<_ACEOF
36386 cat confdefs.h
>>conftest.
$ac_ext
36387 cat >>conftest.
$ac_ext <<_ACEOF
36388 /* end confdefs.h. */
36393 int main(int argc, char *argv[])
36396 #define main K_and_R_C_main
36406 rm -f conftest.
$ac_objext conftest
$ac_exeext
36407 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36408 (eval $ac_link) 2>conftest.er1
36410 grep -v '^ *+' conftest.er1
>conftest.err
36412 cat conftest.err
>&5
36413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36414 (exit $ac_status); } &&
36415 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36417 (eval $ac_try) 2>&5
36419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36420 (exit $ac_status); }; } &&
36421 { ac_try
='test -s conftest$ac_exeext'
36422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36423 (eval $ac_try) 2>&5
36425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36426 (exit $ac_status); }; }; then
36427 echo "*** The test program compiled, but did not run. This usually means"
36428 echo "*** that the run-time linker is not finding SDL or finding the wrong"
36429 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
36430 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
36431 echo "*** to the installed location Also, make sure you have run ldconfig if that"
36432 echo "*** is required on your system"
36434 echo "*** If you have an old version installed, it is best to remove it, although"
36435 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
36437 echo "$as_me: failed program was:" >&5
36438 sed 's/^/| /' conftest.
$ac_ext >&5
36440 echo "*** The test program failed to compile or link. See the file config.log for the"
36441 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
36442 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
36443 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
36445 rm -f conftest.err conftest.
$ac_objext \
36446 conftest
$ac_exeext conftest.
$ac_ext
36447 CFLAGS
="$ac_save_CFLAGS"
36448 CXXFLAGS
="$ac_save_CXXFLAGS"
36449 LIBS
="$ac_save_LIBS"
36460 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
36466 cat >>confdefs.h
<<\_ACEOF
36467 #define wxUSE_SOUND 1
36470 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
36473 if test "$WXGTK20" = 1; then
36474 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
36475 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
36480 if test -z "$PKG_CONFIG"; then
36481 # Extract the first word of "pkg-config", so it can be a program name with args.
36482 set dummy pkg
-config; ac_word
=$2
36483 echo "$as_me:$LINENO: checking for $ac_word" >&5
36484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36485 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
36486 echo $ECHO_N "(cached) $ECHO_C" >&6
36488 case $PKG_CONFIG in
36490 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
36493 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36494 for as_dir
in $PATH
36497 test -z "$as_dir" && as_dir
=.
36498 for ac_exec_ext
in '' $ac_executable_extensions; do
36499 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36500 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
36501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36507 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
36511 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
36513 if test -n "$PKG_CONFIG"; then
36514 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
36515 echo "${ECHO_T}$PKG_CONFIG" >&6
36517 echo "$as_me:$LINENO: result: no" >&5
36518 echo "${ECHO_T}no" >&6
36523 if test "$PKG_CONFIG" = "no" ; then
36524 echo "*** The pkg-config script could not be found. Make sure it is"
36525 echo "*** in your path, or set the PKG_CONFIG environment variable"
36526 echo "*** to the full path to pkg-config."
36527 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
36529 PKG_CONFIG_MIN_VERSION
=0.9.0
36530 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
36531 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
36532 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
36534 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
36535 echo "$as_me:$LINENO: result: yes" >&5
36536 echo "${ECHO_T}yes" >&6
36539 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
36540 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
36541 LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
36542 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
36543 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
36545 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
36546 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
36547 LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
36548 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
36549 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
36551 LIBGNOMEPRINTUI_CFLAGS
=""
36552 LIBGNOMEPRINTUI_LIBS
=""
36553 ## If we have a custom action on failure, don't print errors, but
36554 ## do set a variable so people can do so.
36555 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
36562 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
36563 echo "*** See http://www.freedesktop.org/software/pkgconfig"
36567 if test $succeeded = yes; then
36569 CXXFLAGS
="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
36570 cat >>confdefs.h
<<\_ACEOF
36571 #define wxUSE_LIBGNOMEPRINT 1
36577 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
36578 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
36579 wxUSE_LIBGNOMEPRINT
="no"
36589 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
36590 cat >>confdefs.h
<<\_ACEOF
36591 #define wxUSE_CMDLINE_PARSER 1
36596 if test "$wxUSE_STOPWATCH" = "yes"; then
36597 cat >>confdefs.h
<<\_ACEOF
36598 #define wxUSE_STOPWATCH 1
36603 if test "$wxUSE_DATETIME" = "yes"; then
36604 cat >>confdefs.h
<<\_ACEOF
36605 #define wxUSE_DATETIME 1
36610 if test "$wxUSE_FILE" = "yes"; then
36611 cat >>confdefs.h
<<\_ACEOF
36612 #define wxUSE_FILE 1
36617 if test "$wxUSE_FFILE" = "yes"; then
36618 cat >>confdefs.h
<<\_ACEOF
36619 #define wxUSE_FFILE 1
36624 if test "$wxUSE_FILESYSTEM" = "yes"; then
36625 cat >>confdefs.h
<<\_ACEOF
36626 #define wxUSE_FILESYSTEM 1
36631 if test "$wxUSE_FS_ZIP" = "yes"; then
36632 cat >>confdefs.h
<<\_ACEOF
36633 #define wxUSE_FS_ZIP 1
36638 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
36639 cat >>confdefs.h
<<\_ACEOF
36640 #define wxUSE_ARCHIVE_STREAMS 1
36645 if test "$wxUSE_ZIPSTREAM" = "yes"; then
36646 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
36647 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
36648 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
36649 elif test "$wxUSE_ZLIB" = "no"; then
36650 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
36651 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
36653 cat >>confdefs.h
<<\_ACEOF
36654 #define wxUSE_ZIPSTREAM 1
36660 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
36661 cat >>confdefs.h
<<\_ACEOF
36662 #define wxUSE_ON_FATAL_EXCEPTION 1
36667 if test "$wxUSE_STACKWALKER" = "yes"; then
36668 cat >>confdefs.h
<<\_ACEOF
36669 #define wxUSE_STACKWALKER 1
36674 if test "$wxUSE_DEBUGREPORT" = "yes"; then
36675 if test "$USE_OS2" = "1"; then
36676 { echo "$as_me:$LINENO: WARNING: Creating debug reports not supported under OS/2 yet, disabled" >&5
36677 echo "$as_me: WARNING: Creating debug reports not supported under OS/2 yet, disabled" >&2;}
36678 wxUSE_DEBUGREPORT
=no
36680 cat >>confdefs.h
<<\_ACEOF
36681 #define wxUSE_DEBUGREPORT 1
36684 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
36685 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS debugrpt"
36690 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
36691 cat >>confdefs.h
<<\_ACEOF
36692 #define wxUSE_SNGLINST_CHECKER 1
36697 if test "$wxUSE_BUSYINFO" = "yes"; then
36698 cat >>confdefs.h
<<\_ACEOF
36699 #define wxUSE_BUSYINFO 1
36704 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
36705 cat >>confdefs.h
<<\_ACEOF
36706 #define wxUSE_STD_IOSTREAM 1
36711 if test "$wxUSE_STD_STRING" = "yes"; then
36712 cat >>confdefs.h
<<\_ACEOF
36713 #define wxUSE_STD_STRING 1
36718 if test "$wxUSE_STDPATHS" = "yes"; then
36719 cat >>confdefs.h
<<\_ACEOF
36720 #define wxUSE_STDPATHS 1
36725 if test "$wxUSE_TEXTBUFFER" = "yes"; then
36726 cat >>confdefs.h
<<\_ACEOF
36727 #define wxUSE_TEXTBUFFER 1
36732 if test "$wxUSE_TEXTFILE" = "yes"; then
36733 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
36734 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
36735 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
36737 cat >>confdefs.h
<<\_ACEOF
36738 #define wxUSE_TEXTFILE 1
36744 if test "$wxUSE_CONFIG" = "yes" ; then
36745 if test "$wxUSE_TEXTFILE" != "yes"; then
36746 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
36747 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
36749 cat >>confdefs.h
<<\_ACEOF
36750 #define wxUSE_CONFIG 1
36753 cat >>confdefs.h
<<\_ACEOF
36754 #define wxUSE_CONFIG_NATIVE 1
36757 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
36761 if test "$wxUSE_INTL" = "yes" ; then
36762 if test "$wxUSE_FILE" != "yes"; then
36763 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
36764 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
36766 cat >>confdefs.h
<<\_ACEOF
36767 #define wxUSE_INTL 1
36770 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
36771 GUIDIST
="$GUIDIST INTL_DIST"
36775 if test "$wxUSE_LOG" = "yes"; then
36776 cat >>confdefs.h
<<\_ACEOF
36777 #define wxUSE_LOG 1
36781 if test "$wxUSE_LOGGUI" = "yes"; then
36782 cat >>confdefs.h
<<\_ACEOF
36783 #define wxUSE_LOGGUI 1
36788 if test "$wxUSE_LOGWINDOW" = "yes"; then
36789 cat >>confdefs.h
<<\_ACEOF
36790 #define wxUSE_LOGWINDOW 1
36795 if test "$wxUSE_LOGDIALOG" = "yes"; then
36796 cat >>confdefs.h
<<\_ACEOF
36797 #define wxUSE_LOG_DIALOG 1
36802 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS keyboard"
36805 if test "$wxUSE_LONGLONG" = "yes"; then
36806 cat >>confdefs.h
<<\_ACEOF
36807 #define wxUSE_LONGLONG 1
36812 if test "$wxUSE_GEOMETRY" = "yes"; then
36813 cat >>confdefs.h
<<\_ACEOF
36814 #define wxUSE_GEOMETRY 1
36819 if test "$wxUSE_STREAMS" = "yes" ; then
36820 cat >>confdefs.h
<<\_ACEOF
36821 #define wxUSE_STREAMS 1
36827 if test "$wxUSE_DATETIME" = "yes"; then
36829 for ac_func
in strptime
36831 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36832 echo "$as_me:$LINENO: checking for $ac_func" >&5
36833 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36834 if eval "test \"\${$as_ac_var+set}\" = set"; then
36835 echo $ECHO_N "(cached) $ECHO_C" >&6
36837 cat >conftest.
$ac_ext <<_ACEOF
36840 cat confdefs.h
>>conftest.
$ac_ext
36841 cat >>conftest.
$ac_ext <<_ACEOF
36842 /* end confdefs.h. */
36843 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36844 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36845 #define $ac_func innocuous_$ac_func
36847 /* System header to define __stub macros and hopefully few prototypes,
36848 which can conflict with char $ac_func (); below.
36849 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36850 <limits.h> exists even on freestanding compilers. */
36853 # include <limits.h>
36855 # include <assert.h>
36860 /* Override any gcc2 internal prototype to avoid an error. */
36865 /* We use char because int might match the return type of a gcc2
36866 builtin and then its argument prototype would still apply. */
36868 /* The GNU C library defines this for functions which it implements
36869 to always fail with ENOSYS. Some functions are actually named
36870 something starting with __ and the normal name is an alias. */
36871 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36874 char (*f) () = $ac_func;
36883 return f != $ac_func;
36888 rm -f conftest.
$ac_objext conftest
$ac_exeext
36889 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36890 (eval $ac_link) 2>conftest.er1
36892 grep -v '^ *+' conftest.er1
>conftest.err
36894 cat conftest.err
>&5
36895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36896 (exit $ac_status); } &&
36897 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36899 (eval $ac_try) 2>&5
36901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36902 (exit $ac_status); }; } &&
36903 { ac_try
='test -s conftest$ac_exeext'
36904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36905 (eval $ac_try) 2>&5
36907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36908 (exit $ac_status); }; }; then
36909 eval "$as_ac_var=yes"
36911 echo "$as_me: failed program was:" >&5
36912 sed 's/^/| /' conftest.
$ac_ext >&5
36914 eval "$as_ac_var=no"
36916 rm -f conftest.err conftest.
$ac_objext \
36917 conftest
$ac_exeext conftest.
$ac_ext
36919 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36920 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36921 if test `eval echo '${'$as_ac_var'}'` = yes; then
36922 cat >>confdefs.h
<<_ACEOF
36923 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36930 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
36931 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
36932 if test "${wx_cv_var_timezone+set}" = set; then
36933 echo $ECHO_N "(cached) $ECHO_C" >&6
36936 cat >conftest.
$ac_ext <<_ACEOF
36939 cat confdefs.h
>>conftest.
$ac_ext
36940 cat >>conftest.
$ac_ext <<_ACEOF
36941 /* end confdefs.h. */
36956 rm -f conftest.
$ac_objext
36957 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36958 (eval $ac_compile) 2>conftest.er1
36960 grep -v '^ *+' conftest.er1
>conftest.err
36962 cat conftest.err
>&5
36963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36964 (exit $ac_status); } &&
36965 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36967 (eval $ac_try) 2>&5
36969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36970 (exit $ac_status); }; } &&
36971 { ac_try
='test -s conftest.$ac_objext'
36972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36973 (eval $ac_try) 2>&5
36975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36976 (exit $ac_status); }; }; then
36978 wx_cv_var_timezone
=timezone
36981 echo "$as_me: failed program was:" >&5
36982 sed 's/^/| /' conftest.
$ac_ext >&5
36985 cat >conftest.
$ac_ext <<_ACEOF
36988 cat confdefs.h
>>conftest.
$ac_ext
36989 cat >>conftest.
$ac_ext <<_ACEOF
36990 /* end confdefs.h. */
37005 rm -f conftest.
$ac_objext
37006 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37007 (eval $ac_compile) 2>conftest.er1
37009 grep -v '^ *+' conftest.er1
>conftest.err
37011 cat conftest.err
>&5
37012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37013 (exit $ac_status); } &&
37014 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37016 (eval $ac_try) 2>&5
37018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37019 (exit $ac_status); }; } &&
37020 { ac_try
='test -s conftest.$ac_objext'
37021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37022 (eval $ac_try) 2>&5
37024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37025 (exit $ac_status); }; }; then
37027 wx_cv_var_timezone
=_timezone
37030 echo "$as_me: failed program was:" >&5
37031 sed 's/^/| /' conftest.
$ac_ext >&5
37034 cat >conftest.
$ac_ext <<_ACEOF
37037 cat confdefs.h
>>conftest.
$ac_ext
37038 cat >>conftest.
$ac_ext <<_ACEOF
37039 /* end confdefs.h. */
37054 rm -f conftest.
$ac_objext
37055 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37056 (eval $ac_compile) 2>conftest.er1
37058 grep -v '^ *+' conftest.er1
>conftest.err
37060 cat conftest.err
>&5
37061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37062 (exit $ac_status); } &&
37063 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37065 (eval $ac_try) 2>&5
37067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37068 (exit $ac_status); }; } &&
37069 { ac_try
='test -s conftest.$ac_objext'
37070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37071 (eval $ac_try) 2>&5
37073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37074 (exit $ac_status); }; }; then
37076 wx_cv_var_timezone
=__timezone
37079 echo "$as_me: failed program was:" >&5
37080 sed 's/^/| /' conftest.
$ac_ext >&5
37083 if test "$USE_DOS" = 0 ; then
37084 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
37085 echo "$as_me: WARNING: no timezone variable" >&2;}
37090 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37094 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37098 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37102 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
37103 echo "${ECHO_T}$wx_cv_var_timezone" >&6
37105 if test "x$wx_cv_var_timezone" != x
; then
37106 cat >>confdefs.h
<<_ACEOF
37107 #define WX_TIMEZONE $wx_cv_var_timezone
37113 for ac_func
in localtime
37115 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37116 echo "$as_me:$LINENO: checking for $ac_func" >&5
37117 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37118 if eval "test \"\${$as_ac_var+set}\" = set"; then
37119 echo $ECHO_N "(cached) $ECHO_C" >&6
37121 cat >conftest.
$ac_ext <<_ACEOF
37124 cat confdefs.h
>>conftest.
$ac_ext
37125 cat >>conftest.
$ac_ext <<_ACEOF
37126 /* end confdefs.h. */
37127 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37128 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37129 #define $ac_func innocuous_$ac_func
37131 /* System header to define __stub macros and hopefully few prototypes,
37132 which can conflict with char $ac_func (); below.
37133 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37134 <limits.h> exists even on freestanding compilers. */
37137 # include <limits.h>
37139 # include <assert.h>
37144 /* Override any gcc2 internal prototype to avoid an error. */
37149 /* We use char because int might match the return type of a gcc2
37150 builtin and then its argument prototype would still apply. */
37152 /* The GNU C library defines this for functions which it implements
37153 to always fail with ENOSYS. Some functions are actually named
37154 something starting with __ and the normal name is an alias. */
37155 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37158 char (*f) () = $ac_func;
37167 return f != $ac_func;
37172 rm -f conftest.
$ac_objext conftest
$ac_exeext
37173 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37174 (eval $ac_link) 2>conftest.er1
37176 grep -v '^ *+' conftest.er1
>conftest.err
37178 cat conftest.err
>&5
37179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37180 (exit $ac_status); } &&
37181 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37183 (eval $ac_try) 2>&5
37185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37186 (exit $ac_status); }; } &&
37187 { ac_try
='test -s conftest$ac_exeext'
37188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37189 (eval $ac_try) 2>&5
37191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37192 (exit $ac_status); }; }; then
37193 eval "$as_ac_var=yes"
37195 echo "$as_me: failed program was:" >&5
37196 sed 's/^/| /' conftest.
$ac_ext >&5
37198 eval "$as_ac_var=no"
37200 rm -f conftest.err conftest.
$ac_objext \
37201 conftest
$ac_exeext conftest.
$ac_ext
37203 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37204 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37205 if test `eval echo '${'$as_ac_var'}'` = yes; then
37206 cat >>confdefs.h
<<_ACEOF
37207 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37214 if test "$ac_cv_func_localtime" = "yes"; then
37215 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
37216 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
37217 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
37218 echo $ECHO_N "(cached) $ECHO_C" >&6
37221 cat >conftest.
$ac_ext <<_ACEOF
37224 cat confdefs.h
>>conftest.
$ac_ext
37225 cat >>conftest.
$ac_ext <<_ACEOF
37226 /* end confdefs.h. */
37241 rm -f conftest.
$ac_objext
37242 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37243 (eval $ac_compile) 2>conftest.er1
37245 grep -v '^ *+' conftest.er1
>conftest.err
37247 cat conftest.err
>&5
37248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37249 (exit $ac_status); } &&
37250 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37252 (eval $ac_try) 2>&5
37254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37255 (exit $ac_status); }; } &&
37256 { ac_try
='test -s conftest.$ac_objext'
37257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37258 (eval $ac_try) 2>&5
37260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37261 (exit $ac_status); }; }; then
37263 wx_cv_struct_tm_has_gmtoff
=yes
37266 echo "$as_me: failed program was:" >&5
37267 sed 's/^/| /' conftest.
$ac_ext >&5
37269 wx_cv_struct_tm_has_gmtoff
=no
37272 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37275 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
37276 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
37279 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
37280 cat >>confdefs.h
<<\_ACEOF
37281 #define WX_GMTOFF_IN_TM 1
37288 for ac_func
in gettimeofday ftime
37290 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37291 echo "$as_me:$LINENO: checking for $ac_func" >&5
37292 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37293 if eval "test \"\${$as_ac_var+set}\" = set"; then
37294 echo $ECHO_N "(cached) $ECHO_C" >&6
37296 cat >conftest.
$ac_ext <<_ACEOF
37299 cat confdefs.h
>>conftest.
$ac_ext
37300 cat >>conftest.
$ac_ext <<_ACEOF
37301 /* end confdefs.h. */
37302 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37303 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37304 #define $ac_func innocuous_$ac_func
37306 /* System header to define __stub macros and hopefully few prototypes,
37307 which can conflict with char $ac_func (); below.
37308 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37309 <limits.h> exists even on freestanding compilers. */
37312 # include <limits.h>
37314 # include <assert.h>
37319 /* Override any gcc2 internal prototype to avoid an error. */
37324 /* We use char because int might match the return type of a gcc2
37325 builtin and then its argument prototype would still apply. */
37327 /* The GNU C library defines this for functions which it implements
37328 to always fail with ENOSYS. Some functions are actually named
37329 something starting with __ and the normal name is an alias. */
37330 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37333 char (*f) () = $ac_func;
37342 return f != $ac_func;
37347 rm -f conftest.
$ac_objext conftest
$ac_exeext
37348 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37349 (eval $ac_link) 2>conftest.er1
37351 grep -v '^ *+' conftest.er1
>conftest.err
37353 cat conftest.err
>&5
37354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37355 (exit $ac_status); } &&
37356 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37358 (eval $ac_try) 2>&5
37360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37361 (exit $ac_status); }; } &&
37362 { ac_try
='test -s conftest$ac_exeext'
37363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37364 (eval $ac_try) 2>&5
37366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37367 (exit $ac_status); }; }; then
37368 eval "$as_ac_var=yes"
37370 echo "$as_me: failed program was:" >&5
37371 sed 's/^/| /' conftest.
$ac_ext >&5
37373 eval "$as_ac_var=no"
37375 rm -f conftest.err conftest.
$ac_objext \
37376 conftest
$ac_exeext conftest.
$ac_ext
37378 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37379 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37380 if test `eval echo '${'$as_ac_var'}'` = yes; then
37381 cat >>confdefs.h
<<_ACEOF
37382 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37389 if test "$ac_cv_func_gettimeofday" = "yes"; then
37390 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
37391 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
37392 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
37393 echo $ECHO_N "(cached) $ECHO_C" >&6
37399 ac_cpp
='$CXXCPP $CPPFLAGS'
37400 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37401 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37402 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
37405 cat >conftest.
$ac_ext <<_ACEOF
37408 cat confdefs.h
>>conftest.
$ac_ext
37409 cat >>conftest.
$ac_ext <<_ACEOF
37410 /* end confdefs.h. */
37412 #include <sys/time.h>
37413 #include <unistd.h>
37420 gettimeofday(&tv, NULL);
37426 rm -f conftest.
$ac_objext
37427 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37428 (eval $ac_compile) 2>conftest.er1
37430 grep -v '^ *+' conftest.er1
>conftest.err
37432 cat conftest.err
>&5
37433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37434 (exit $ac_status); } &&
37435 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37437 (eval $ac_try) 2>&5
37439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37440 (exit $ac_status); }; } &&
37441 { ac_try
='test -s conftest.$ac_objext'
37442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37443 (eval $ac_try) 2>&5
37445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37446 (exit $ac_status); }; }; then
37447 wx_cv_func_gettimeofday_has_2_args
=yes
37449 echo "$as_me: failed program was:" >&5
37450 sed 's/^/| /' conftest.
$ac_ext >&5
37452 cat >conftest.
$ac_ext <<_ACEOF
37455 cat confdefs.h
>>conftest.
$ac_ext
37456 cat >>conftest.
$ac_ext <<_ACEOF
37457 /* end confdefs.h. */
37459 #include <sys/time.h>
37460 #include <unistd.h>
37473 rm -f conftest.
$ac_objext
37474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37475 (eval $ac_compile) 2>conftest.er1
37477 grep -v '^ *+' conftest.er1
>conftest.err
37479 cat conftest.err
>&5
37480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37481 (exit $ac_status); } &&
37482 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37484 (eval $ac_try) 2>&5
37486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37487 (exit $ac_status); }; } &&
37488 { ac_try
='test -s conftest.$ac_objext'
37489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37490 (eval $ac_try) 2>&5
37492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37493 (exit $ac_status); }; }; then
37494 wx_cv_func_gettimeofday_has_2_args
=no
37496 echo "$as_me: failed program was:" >&5
37497 sed 's/^/| /' conftest.
$ac_ext >&5
37500 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
37501 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
37502 wx_cv_func_gettimeofday_has_2_args
=unknown
37506 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37509 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37511 ac_cpp
='$CPP $CPPFLAGS'
37512 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37513 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37514 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
37518 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
37519 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
37521 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
37522 cat >>confdefs.h
<<\_ACEOF
37523 #define WX_GETTIMEOFDAY_NO_TZ 1
37529 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
37533 if test "$wxUSE_SOCKETS" = "yes"; then
37534 if test "$wxUSE_MGL" = "1"; then
37535 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
37536 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
37541 if test "$wxUSE_SOCKETS" = "yes"; then
37542 if test "$TOOLKIT" != "MSW"; then
37543 echo "$as_me:$LINENO: checking for socket" >&5
37544 echo $ECHO_N "checking for socket... $ECHO_C" >&6
37545 if test "${ac_cv_func_socket+set}" = set; then
37546 echo $ECHO_N "(cached) $ECHO_C" >&6
37548 cat >conftest.
$ac_ext <<_ACEOF
37551 cat confdefs.h
>>conftest.
$ac_ext
37552 cat >>conftest.
$ac_ext <<_ACEOF
37553 /* end confdefs.h. */
37554 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
37555 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37556 #define socket innocuous_socket
37558 /* System header to define __stub macros and hopefully few prototypes,
37559 which can conflict with char socket (); below.
37560 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37561 <limits.h> exists even on freestanding compilers. */
37564 # include <limits.h>
37566 # include <assert.h>
37571 /* Override any gcc2 internal prototype to avoid an error. */
37576 /* We use char because int might match the return type of a gcc2
37577 builtin and then its argument prototype would still apply. */
37579 /* The GNU C library defines this for functions which it implements
37580 to always fail with ENOSYS. Some functions are actually named
37581 something starting with __ and the normal name is an alias. */
37582 #if defined (__stub_socket) || defined (__stub___socket)
37585 char (*f) () = socket;
37594 return f != socket;
37599 rm -f conftest.
$ac_objext conftest
$ac_exeext
37600 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37601 (eval $ac_link) 2>conftest.er1
37603 grep -v '^ *+' conftest.er1
>conftest.err
37605 cat conftest.err
>&5
37606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37607 (exit $ac_status); } &&
37608 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37610 (eval $ac_try) 2>&5
37612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37613 (exit $ac_status); }; } &&
37614 { ac_try
='test -s conftest$ac_exeext'
37615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37616 (eval $ac_try) 2>&5
37618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37619 (exit $ac_status); }; }; then
37620 ac_cv_func_socket
=yes
37622 echo "$as_me: failed program was:" >&5
37623 sed 's/^/| /' conftest.
$ac_ext >&5
37625 ac_cv_func_socket
=no
37627 rm -f conftest.err conftest.
$ac_objext \
37628 conftest
$ac_exeext conftest.
$ac_ext
37630 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
37631 echo "${ECHO_T}$ac_cv_func_socket" >&6
37632 if test $ac_cv_func_socket = yes; then
37636 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
37637 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
37638 if test "${ac_cv_lib_socket_socket+set}" = set; then
37639 echo $ECHO_N "(cached) $ECHO_C" >&6
37641 ac_check_lib_save_LIBS
=$LIBS
37642 LIBS
="-lsocket $LIBS"
37643 cat >conftest.
$ac_ext <<_ACEOF
37646 cat confdefs.h
>>conftest.
$ac_ext
37647 cat >>conftest.
$ac_ext <<_ACEOF
37648 /* end confdefs.h. */
37650 /* Override any gcc2 internal prototype to avoid an error. */
37654 /* We use char because int might match the return type of a gcc2
37655 builtin and then its argument prototype would still apply. */
37665 rm -f conftest.
$ac_objext conftest
$ac_exeext
37666 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37667 (eval $ac_link) 2>conftest.er1
37669 grep -v '^ *+' conftest.er1
>conftest.err
37671 cat conftest.err
>&5
37672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37673 (exit $ac_status); } &&
37674 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37676 (eval $ac_try) 2>&5
37678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37679 (exit $ac_status); }; } &&
37680 { ac_try
='test -s conftest$ac_exeext'
37681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37682 (eval $ac_try) 2>&5
37684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37685 (exit $ac_status); }; }; then
37686 ac_cv_lib_socket_socket
=yes
37688 echo "$as_me: failed program was:" >&5
37689 sed 's/^/| /' conftest.
$ac_ext >&5
37691 ac_cv_lib_socket_socket
=no
37693 rm -f conftest.err conftest.
$ac_objext \
37694 conftest
$ac_exeext conftest.
$ac_ext
37695 LIBS
=$ac_check_lib_save_LIBS
37697 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
37698 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
37699 if test $ac_cv_lib_socket_socket = yes; then
37700 if test "$INET_LINK" != " -lsocket"; then
37701 INET_LINK
="$INET_LINK -lsocket"
37705 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
37706 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
37719 if test "$wxUSE_SOCKETS" = "yes" ; then
37720 if test "$TOOLKIT" != "MSW"; then
37722 ac_cpp
='$CXXCPP $CPPFLAGS'
37723 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37724 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37725 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
37727 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
37728 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
37729 if test "${wx_cv_type_getsockname3+set}" = set; then
37730 echo $ECHO_N "(cached) $ECHO_C" >&6
37733 cat >conftest.
$ac_ext <<_ACEOF
37736 cat confdefs.h
>>conftest.
$ac_ext
37737 cat >>conftest.
$ac_ext <<_ACEOF
37738 /* end confdefs.h. */
37740 #include <sys/types.h>
37741 #include <sys/socket.h>
37748 getsockname(0, 0, &len);
37754 rm -f conftest.
$ac_objext
37755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37756 (eval $ac_compile) 2>conftest.er1
37758 grep -v '^ *+' conftest.er1
>conftest.err
37760 cat conftest.err
>&5
37761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37762 (exit $ac_status); } &&
37763 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37765 (eval $ac_try) 2>&5
37767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37768 (exit $ac_status); }; } &&
37769 { ac_try
='test -s conftest.$ac_objext'
37770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37771 (eval $ac_try) 2>&5
37773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37774 (exit $ac_status); }; }; then
37775 wx_cv_type_getsockname3
=socklen_t
37777 echo "$as_me: failed program was:" >&5
37778 sed 's/^/| /' conftest.
$ac_ext >&5
37781 CFLAGS_OLD
="$CFLAGS"
37782 if test "$GCC" = yes ; then
37783 CFLAGS
="$CFLAGS -Werror"
37786 cat >conftest.
$ac_ext <<_ACEOF
37789 cat confdefs.h
>>conftest.
$ac_ext
37790 cat >>conftest.
$ac_ext <<_ACEOF
37791 /* end confdefs.h. */
37793 #include <sys/types.h>
37794 #include <sys/socket.h>
37801 getsockname(0, 0, &len);
37807 rm -f conftest.
$ac_objext
37808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37809 (eval $ac_compile) 2>conftest.er1
37811 grep -v '^ *+' conftest.er1
>conftest.err
37813 cat conftest.err
>&5
37814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37815 (exit $ac_status); } &&
37816 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37818 (eval $ac_try) 2>&5
37820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37821 (exit $ac_status); }; } &&
37822 { ac_try
='test -s conftest.$ac_objext'
37823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37824 (eval $ac_try) 2>&5
37826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37827 (exit $ac_status); }; }; then
37828 wx_cv_type_getsockname3
=size_t
37830 echo "$as_me: failed program was:" >&5
37831 sed 's/^/| /' conftest.
$ac_ext >&5
37833 cat >conftest.
$ac_ext <<_ACEOF
37836 cat confdefs.h
>>conftest.
$ac_ext
37837 cat >>conftest.
$ac_ext <<_ACEOF
37838 /* end confdefs.h. */
37840 #include <sys/types.h>
37841 #include <sys/socket.h>
37848 getsockname(0, 0, &len);
37854 rm -f conftest.
$ac_objext
37855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37856 (eval $ac_compile) 2>conftest.er1
37858 grep -v '^ *+' conftest.er1
>conftest.err
37860 cat conftest.err
>&5
37861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37862 (exit $ac_status); } &&
37863 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37865 (eval $ac_try) 2>&5
37867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37868 (exit $ac_status); }; } &&
37869 { ac_try
='test -s conftest.$ac_objext'
37870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37871 (eval $ac_try) 2>&5
37873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37874 (exit $ac_status); }; }; then
37875 wx_cv_type_getsockname3
=int
37877 echo "$as_me: failed program was:" >&5
37878 sed 's/^/| /' conftest.
$ac_ext >&5
37880 wx_cv_type_getsockname3
=unknown
37883 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37886 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37888 CFLAGS
="$CFLAGS_OLD"
37892 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37895 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
37896 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
37898 if test "$wx_cv_type_getsockname3" = "unknown"; then
37900 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
37901 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
37903 cat >>confdefs.h
<<_ACEOF
37904 #define SOCKLEN_T $wx_cv_type_getsockname3
37908 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
37909 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
37910 if test "${wx_cv_type_getsockopt5+set}" = set; then
37911 echo $ECHO_N "(cached) $ECHO_C" >&6
37914 cat >conftest.
$ac_ext <<_ACEOF
37917 cat confdefs.h
>>conftest.
$ac_ext
37918 cat >>conftest.
$ac_ext <<_ACEOF
37919 /* end confdefs.h. */
37921 #include <sys/types.h>
37922 #include <sys/socket.h>
37929 getsockopt(0, 0, 0, 0, &len);
37935 rm -f conftest.
$ac_objext
37936 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37937 (eval $ac_compile) 2>conftest.er1
37939 grep -v '^ *+' conftest.er1
>conftest.err
37941 cat conftest.err
>&5
37942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37943 (exit $ac_status); } &&
37944 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37946 (eval $ac_try) 2>&5
37948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37949 (exit $ac_status); }; } &&
37950 { ac_try
='test -s conftest.$ac_objext'
37951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37952 (eval $ac_try) 2>&5
37954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37955 (exit $ac_status); }; }; then
37956 wx_cv_type_getsockopt5
=socklen_t
37958 echo "$as_me: failed program was:" >&5
37959 sed 's/^/| /' conftest.
$ac_ext >&5
37962 CFLAGS_OLD
="$CFLAGS"
37963 if test "$GCC" = yes ; then
37964 CFLAGS
="$CFLAGS -Werror"
37967 cat >conftest.
$ac_ext <<_ACEOF
37970 cat confdefs.h
>>conftest.
$ac_ext
37971 cat >>conftest.
$ac_ext <<_ACEOF
37972 /* end confdefs.h. */
37974 #include <sys/types.h>
37975 #include <sys/socket.h>
37982 getsockopt(0, 0, 0, 0, &len);
37988 rm -f conftest.
$ac_objext
37989 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37990 (eval $ac_compile) 2>conftest.er1
37992 grep -v '^ *+' conftest.er1
>conftest.err
37994 cat conftest.err
>&5
37995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37996 (exit $ac_status); } &&
37997 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37999 (eval $ac_try) 2>&5
38001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38002 (exit $ac_status); }; } &&
38003 { ac_try
='test -s conftest.$ac_objext'
38004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38005 (eval $ac_try) 2>&5
38007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38008 (exit $ac_status); }; }; then
38009 wx_cv_type_getsockopt5
=size_t
38011 echo "$as_me: failed program was:" >&5
38012 sed 's/^/| /' conftest.
$ac_ext >&5
38014 cat >conftest.
$ac_ext <<_ACEOF
38017 cat confdefs.h
>>conftest.
$ac_ext
38018 cat >>conftest.
$ac_ext <<_ACEOF
38019 /* end confdefs.h. */
38021 #include <sys/types.h>
38022 #include <sys/socket.h>
38029 getsockopt(0, 0, 0, 0, &len);
38035 rm -f conftest.
$ac_objext
38036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38037 (eval $ac_compile) 2>conftest.er1
38039 grep -v '^ *+' conftest.er1
>conftest.err
38041 cat conftest.err
>&5
38042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38043 (exit $ac_status); } &&
38044 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38046 (eval $ac_try) 2>&5
38048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38049 (exit $ac_status); }; } &&
38050 { ac_try
='test -s conftest.$ac_objext'
38051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38052 (eval $ac_try) 2>&5
38054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38055 (exit $ac_status); }; }; then
38056 wx_cv_type_getsockopt5
=int
38058 echo "$as_me: failed program was:" >&5
38059 sed 's/^/| /' conftest.
$ac_ext >&5
38061 wx_cv_type_getsockopt5
=unknown
38064 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38067 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38069 CFLAGS
="$CFLAGS_OLD"
38073 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38076 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
38077 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
38079 if test "$wx_cv_type_getsockopt5" = "unknown"; then
38081 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38082 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38084 cat >>confdefs.h
<<_ACEOF
38085 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
38090 ac_cpp
='$CPP $CPPFLAGS'
38091 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38092 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38093 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
38098 if test "$wxUSE_SOCKETS" = "yes" ; then
38099 cat >>confdefs.h
<<\_ACEOF
38100 #define wxUSE_SOCKETS 1
38103 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
38106 if test "$wxUSE_PROTOCOL" = "yes"; then
38107 if test "$wxUSE_SOCKETS" != "yes"; then
38108 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
38109 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
38114 if test "$wxUSE_PROTOCOL" = "yes"; then
38115 cat >>confdefs.h
<<\_ACEOF
38116 #define wxUSE_PROTOCOL 1
38120 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
38121 cat >>confdefs.h
<<\_ACEOF
38122 #define wxUSE_PROTOCOL_HTTP 1
38126 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
38127 cat >>confdefs.h
<<\_ACEOF
38128 #define wxUSE_PROTOCOL_FTP 1
38132 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
38133 cat >>confdefs.h
<<\_ACEOF
38134 #define wxUSE_PROTOCOL_FILE 1
38139 if test "$wxUSE_FS_INET" = "yes"; then
38140 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
38141 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
38146 if test "$wxUSE_URL" = "yes"; then
38147 if test "$wxUSE_PROTOCOL" != "yes"; then
38148 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
38149 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
38152 if test "$wxUSE_URL" = "yes"; then
38153 cat >>confdefs.h
<<\_ACEOF
38154 #define wxUSE_URL 1
38160 if test "$wxUSE_FS_INET" = "yes"; then
38161 cat >>confdefs.h
<<\_ACEOF
38162 #define wxUSE_FS_INET 1
38168 if test "$wxUSE_GUI" = "yes"; then
38169 if test "$wxUSE_JOYSTICK" = "yes"; then
38171 if test "$TOOLKIT" != "MAC" -a "$TOOLKIT" != "COCOA" -a "$TOOLKIT" != "MSW"; then
38173 for ac_header
in linux
/joystick.h
38175 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
38176 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38177 echo "$as_me:$LINENO: checking for $ac_header" >&5
38178 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38179 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38180 echo $ECHO_N "(cached) $ECHO_C" >&6
38182 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38183 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38185 # Is the header compilable?
38186 echo "$as_me:$LINENO: checking $ac_header usability" >&5
38187 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
38188 cat >conftest.
$ac_ext <<_ACEOF
38191 cat confdefs.h
>>conftest.
$ac_ext
38192 cat >>conftest.
$ac_ext <<_ACEOF
38193 /* end confdefs.h. */
38194 $ac_includes_default
38195 #include <$ac_header>
38197 rm -f conftest.
$ac_objext
38198 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38199 (eval $ac_compile) 2>conftest.er1
38201 grep -v '^ *+' conftest.er1
>conftest.err
38203 cat conftest.err
>&5
38204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38205 (exit $ac_status); } &&
38206 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38208 (eval $ac_try) 2>&5
38210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38211 (exit $ac_status); }; } &&
38212 { ac_try
='test -s conftest.$ac_objext'
38213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38214 (eval $ac_try) 2>&5
38216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38217 (exit $ac_status); }; }; then
38218 ac_header_compiler
=yes
38220 echo "$as_me: failed program was:" >&5
38221 sed 's/^/| /' conftest.
$ac_ext >&5
38223 ac_header_compiler
=no
38225 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38226 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38227 echo "${ECHO_T}$ac_header_compiler" >&6
38229 # Is the header present?
38230 echo "$as_me:$LINENO: checking $ac_header presence" >&5
38231 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
38232 cat >conftest.
$ac_ext <<_ACEOF
38235 cat confdefs.h
>>conftest.
$ac_ext
38236 cat >>conftest.
$ac_ext <<_ACEOF
38237 /* end confdefs.h. */
38238 #include <$ac_header>
38240 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
38241 (eval $ac_cpp conftest.
$ac_ext) 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); } >/dev
/null
; then
38248 if test -s conftest.err
; then
38249 ac_cpp_err
=$ac_c_preproc_warn_flag
38250 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
38257 if test -z "$ac_cpp_err"; then
38258 ac_header_preproc
=yes
38260 echo "$as_me: failed program was:" >&5
38261 sed 's/^/| /' conftest.
$ac_ext >&5
38263 ac_header_preproc
=no
38265 rm -f conftest.err conftest.
$ac_ext
38266 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38267 echo "${ECHO_T}$ac_header_preproc" >&6
38269 # So? What about this header?
38270 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38272 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
38273 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
38274 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
38275 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
38276 ac_header_preproc
=yes
38279 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
38280 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
38281 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
38282 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
38283 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
38284 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
38285 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
38286 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
38287 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
38288 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
38289 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
38290 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
38293 ## ----------------------------------------- ##
38294 ## Report this to wx-dev@lists.wxwidgets.org ##
38295 ## ----------------------------------------- ##
38298 sed "s/^/$as_me: WARNING: /" >&2
38301 echo "$as_me:$LINENO: checking for $ac_header" >&5
38302 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38303 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38304 echo $ECHO_N "(cached) $ECHO_C" >&6
38306 eval "$as_ac_Header=\$ac_header_preproc"
38308 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38309 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38312 if test `eval echo '${'$as_ac_Header'}'` = yes; then
38313 cat >>confdefs.h
<<_ACEOF
38314 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38321 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
38323 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
38324 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
38327 if test "$USE_DARWIN" != 1 -a "$TOOLKIT" != "MSW"; then
38329 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
38330 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
38335 if test "$wxUSE_JOYSTICK" = "yes"; then
38336 cat >>confdefs.h
<<\_ACEOF
38337 #define wxUSE_JOYSTICK 1
38340 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
38347 if test "$wxUSE_FONTMAP" = "yes" ; then
38348 cat >>confdefs.h
<<\_ACEOF
38349 #define wxUSE_FONTMAP 1
38354 if test "$wxUSE_UNICODE" = "yes" ; then
38355 cat >>confdefs.h
<<\_ACEOF
38356 #define wxUSE_UNICODE 1
38360 if test "$USE_WIN32" != 1; then
38361 wxUSE_UNICODE_MSLU
=no
38364 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
38365 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
38366 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
38367 if test "${ac_cv_lib_unicows_main+set}" = set; then
38368 echo $ECHO_N "(cached) $ECHO_C" >&6
38370 ac_check_lib_save_LIBS
=$LIBS
38371 LIBS
="-lunicows $LIBS"
38372 cat >conftest.
$ac_ext <<_ACEOF
38375 cat confdefs.h
>>conftest.
$ac_ext
38376 cat >>conftest.
$ac_ext <<_ACEOF
38377 /* end confdefs.h. */
38388 rm -f conftest.
$ac_objext conftest
$ac_exeext
38389 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38390 (eval $ac_link) 2>conftest.er1
38392 grep -v '^ *+' conftest.er1
>conftest.err
38394 cat conftest.err
>&5
38395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38396 (exit $ac_status); } &&
38397 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38399 (eval $ac_try) 2>&5
38401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38402 (exit $ac_status); }; } &&
38403 { ac_try
='test -s conftest$ac_exeext'
38404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38405 (eval $ac_try) 2>&5
38407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38408 (exit $ac_status); }; }; then
38409 ac_cv_lib_unicows_main
=yes
38411 echo "$as_me: failed program was:" >&5
38412 sed 's/^/| /' conftest.
$ac_ext >&5
38414 ac_cv_lib_unicows_main
=no
38416 rm -f conftest.err conftest.
$ac_objext \
38417 conftest
$ac_exeext conftest.
$ac_ext
38418 LIBS
=$ac_check_lib_save_LIBS
38420 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
38421 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
38422 if test $ac_cv_lib_unicows_main = yes; then
38424 cat >>confdefs.h
<<\_ACEOF
38425 #define wxUSE_UNICODE_MSLU 1
38431 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
38432 Applications will only run on Windows NT/2000/XP!" >&5
38433 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
38434 Applications will only run on Windows NT/2000/XP!" >&2;}
38435 wxUSE_UNICODE_MSLU
=no
38442 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
38443 cat >>confdefs.h
<<\_ACEOF
38444 #define wxUSE_EXPERIMENTAL_PRINTF 1
38450 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
38451 cat >>confdefs.h
<<\_ACEOF
38452 #define wxUSE_POSTSCRIPT 1
38457 cat >>confdefs.h
<<\_ACEOF
38458 #define wxUSE_AFM_FOR_POSTSCRIPT 1
38462 cat >>confdefs.h
<<\_ACEOF
38463 #define wxUSE_NORMALIZED_PS_FONTS 1
38468 if test "$wxUSE_CONSTRAINTS" = "yes"; then
38469 cat >>confdefs.h
<<\_ACEOF
38470 #define wxUSE_CONSTRAINTS 1
38473 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
38476 if test "$wxUSE_MDI" = "yes"; then
38477 cat >>confdefs.h
<<\_ACEOF
38478 #define wxUSE_MDI 1
38482 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
38483 cat >>confdefs.h
<<\_ACEOF
38484 #define wxUSE_MDI_ARCHITECTURE 1
38487 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
38491 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
38492 cat >>confdefs.h
<<\_ACEOF
38493 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
38496 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
38497 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
38498 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
38502 if test "$wxUSE_HELP" = "yes"; then
38503 cat >>confdefs.h
<<\_ACEOF
38504 #define wxUSE_HELP 1
38507 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
38509 if test "$wxUSE_MSW" = 1; then
38510 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
38511 cat >>confdefs.h
<<\_ACEOF
38512 #define wxUSE_MS_HTML_HELP 1
38518 if test "$wxUSE_WXHTML_HELP" = "yes"; then
38519 if test "$wxUSE_HTML" = "yes"; then
38520 cat >>confdefs.h
<<\_ACEOF
38521 #define wxUSE_WXHTML_HELP 1
38525 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
38526 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
38527 wxUSE_WXHTML_HELP
=no
38532 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
38533 if test "$wxUSE_CONSTRAINTS" != "yes"; then
38534 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
38535 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
38537 cat >>confdefs.h
<<\_ACEOF
38538 #define wxUSE_PRINTING_ARCHITECTURE 1
38542 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
38545 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
38546 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
38547 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
38548 { (exit 1); exit 1; }; }
38552 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
38553 -o "$wxUSE_CLIPBOARD" = "yes" \
38554 -o "$wxUSE_OLE" = "yes" \
38555 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
38557 for ac_header
in ole2.h
38559 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
38560 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38561 echo "$as_me:$LINENO: checking for $ac_header" >&5
38562 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38563 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38564 echo $ECHO_N "(cached) $ECHO_C" >&6
38566 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38567 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38569 # Is the header compilable?
38570 echo "$as_me:$LINENO: checking $ac_header usability" >&5
38571 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
38572 cat >conftest.
$ac_ext <<_ACEOF
38575 cat confdefs.h
>>conftest.
$ac_ext
38576 cat >>conftest.
$ac_ext <<_ACEOF
38577 /* end confdefs.h. */
38578 $ac_includes_default
38579 #include <$ac_header>
38581 rm -f conftest.
$ac_objext
38582 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38583 (eval $ac_compile) 2>conftest.er1
38585 grep -v '^ *+' conftest.er1
>conftest.err
38587 cat conftest.err
>&5
38588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38589 (exit $ac_status); } &&
38590 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38592 (eval $ac_try) 2>&5
38594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38595 (exit $ac_status); }; } &&
38596 { ac_try
='test -s conftest.$ac_objext'
38597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38598 (eval $ac_try) 2>&5
38600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38601 (exit $ac_status); }; }; then
38602 ac_header_compiler
=yes
38604 echo "$as_me: failed program was:" >&5
38605 sed 's/^/| /' conftest.
$ac_ext >&5
38607 ac_header_compiler
=no
38609 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38610 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38611 echo "${ECHO_T}$ac_header_compiler" >&6
38613 # Is the header present?
38614 echo "$as_me:$LINENO: checking $ac_header presence" >&5
38615 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
38616 cat >conftest.
$ac_ext <<_ACEOF
38619 cat confdefs.h
>>conftest.
$ac_ext
38620 cat >>conftest.
$ac_ext <<_ACEOF
38621 /* end confdefs.h. */
38622 #include <$ac_header>
38624 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
38625 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
38627 grep -v '^ *+' conftest.er1
>conftest.err
38629 cat conftest.err
>&5
38630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38631 (exit $ac_status); } >/dev
/null
; then
38632 if test -s conftest.err
; then
38633 ac_cpp_err
=$ac_c_preproc_warn_flag
38634 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
38641 if test -z "$ac_cpp_err"; then
38642 ac_header_preproc
=yes
38644 echo "$as_me: failed program was:" >&5
38645 sed 's/^/| /' conftest.
$ac_ext >&5
38647 ac_header_preproc
=no
38649 rm -f conftest.err conftest.
$ac_ext
38650 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38651 echo "${ECHO_T}$ac_header_preproc" >&6
38653 # So? What about this header?
38654 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38656 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
38657 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
38658 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
38659 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
38660 ac_header_preproc
=yes
38663 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
38664 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
38665 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
38666 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
38667 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
38668 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
38669 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
38670 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
38671 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
38672 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
38673 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
38674 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
38677 ## ----------------------------------------- ##
38678 ## Report this to wx-dev@lists.wxwidgets.org ##
38679 ## ----------------------------------------- ##
38682 sed "s/^/$as_me: WARNING: /" >&2
38685 echo "$as_me:$LINENO: checking for $ac_header" >&5
38686 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38687 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38688 echo $ECHO_N "(cached) $ECHO_C" >&6
38690 eval "$as_ac_Header=\$ac_header_preproc"
38692 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38693 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38696 if test `eval echo '${'$as_ac_Header'}'` = yes; then
38697 cat >>confdefs.h
<<_ACEOF
38698 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38706 if test "$ac_cv_header_ole2_h" = "yes" ; then
38707 if test "$GCC" = yes ; then
38711 ac_cpp
='$CXXCPP $CPPFLAGS'
38712 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38713 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38714 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
38717 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
38718 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
38719 cat >conftest.
$ac_ext <<_ACEOF
38722 cat confdefs.h
>>conftest.
$ac_ext
38723 cat >>conftest.
$ac_ext <<_ACEOF
38724 /* end confdefs.h. */
38725 #include <windows.h>
38735 rm -f conftest.
$ac_objext
38736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38737 (eval $ac_compile) 2>conftest.er1
38739 grep -v '^ *+' conftest.er1
>conftest.err
38741 cat conftest.err
>&5
38742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38743 (exit $ac_status); } &&
38744 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38746 (eval $ac_try) 2>&5
38748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38749 (exit $ac_status); }; } &&
38750 { ac_try
='test -s conftest.$ac_objext'
38751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38752 (eval $ac_try) 2>&5
38754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38755 (exit $ac_status); }; }; then
38756 echo "$as_me:$LINENO: result: no" >&5
38757 echo "${ECHO_T}no" >&6
38759 echo "$as_me: failed program was:" >&5
38760 sed 's/^/| /' conftest.
$ac_ext >&5
38762 echo "$as_me:$LINENO: result: yes" >&5
38763 echo "${ECHO_T}yes" >&6
38764 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
38766 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38768 ac_cpp
='$CPP $CPPFLAGS'
38769 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38770 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38771 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
38773 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
38774 if test "$wxUSE_OLE" = "yes" ; then
38775 cat >>confdefs.h
<<\_ACEOF
38776 #define wxUSE_OLE 1
38779 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS oleauto"
38783 if test "$wxUSE_DATAOBJ" = "yes" ; then
38784 cat >>confdefs.h
<<\_ACEOF
38785 #define wxUSE_DATAOBJ 1
38790 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
38791 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
38794 wxUSE_DRAG_AND_DROP
=no
38799 if test "$wxUSE_METAFILE" = "yes"; then
38800 cat >>confdefs.h
<<\_ACEOF
38801 #define wxUSE_METAFILE 1
38805 cat >>confdefs.h
<<\_ACEOF
38806 #define wxUSE_ENH_METAFILE 1
38812 if test "$wxUSE_IPC" = "yes"; then
38813 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
38814 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
38815 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
38819 if test "$wxUSE_IPC" = "yes"; then
38820 cat >>confdefs.h
<<\_ACEOF
38821 #define wxUSE_IPC 1
38824 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
38828 if test "$wxUSE_CLIPBOARD" = "yes"; then
38829 if test "$wxUSE_MGL" = 1; then
38830 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
38831 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
38835 if test "$wxUSE_CLIPBOARD" = "yes"; then
38836 cat >>confdefs.h
<<\_ACEOF
38837 #define wxUSE_CLIPBOARD 1
38841 cat >>confdefs.h
<<\_ACEOF
38842 #define wxUSE_DATAOBJ 1
38848 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
38849 if test "$wxUSE_GTK" = 1; then
38850 if test "$WXGTK12" != 1; then
38851 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
38852 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
38853 wxUSE_DRAG_AND_DROP
=no
38857 if test "$wxUSE_MOTIF" = 1; then
38858 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
38859 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
38860 wxUSE_DRAG_AND_DROP
=no
38863 if test "$wxUSE_X11" = 1; then
38864 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
38865 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
38866 wxUSE_DRAG_AND_DROP
=no
38869 if test "$wxUSE_MGL" = 1; then
38870 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
38871 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
38872 wxUSE_DRAG_AND_DROP
=no
38875 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
38876 cat >>confdefs.h
<<\_ACEOF
38877 #define wxUSE_DRAG_AND_DROP 1
38884 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
38885 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
38888 if test "$wxUSE_SPLINES" = "yes" ; then
38889 cat >>confdefs.h
<<\_ACEOF
38890 #define wxUSE_SPLINES 1
38895 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
38896 cat >>confdefs.h
<<\_ACEOF
38897 #define wxUSE_MOUSEWHEEL 1
38904 if test "$wxUSE_CONTROLS" = "yes"; then
38908 if test "$wxUSE_ACCEL" = "yes"; then
38909 cat >>confdefs.h
<<\_ACEOF
38910 #define wxUSE_ACCEL 1
38916 if test "$wxUSE_BUTTON" = "yes"; then
38917 cat >>confdefs.h
<<\_ACEOF
38918 #define wxUSE_BUTTON 1
38924 if test "$wxUSE_BMPBUTTON" = "yes"; then
38925 cat >>confdefs.h
<<\_ACEOF
38926 #define wxUSE_BMPBUTTON 1
38932 if test "$wxUSE_CALCTRL" = "yes"; then
38933 cat >>confdefs.h
<<\_ACEOF
38934 #define wxUSE_CALENDARCTRL 1
38938 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
38941 if test "$wxUSE_CARET" = "yes"; then
38942 cat >>confdefs.h
<<\_ACEOF
38943 #define wxUSE_CARET 1
38947 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
38950 if test "$wxUSE_COMBOBOX" = "yes"; then
38951 cat >>confdefs.h
<<\_ACEOF
38952 #define wxUSE_COMBOBOX 1
38958 if test "$wxUSE_CHOICE" = "yes"; then
38959 cat >>confdefs.h
<<\_ACEOF
38960 #define wxUSE_CHOICE 1
38966 if test "$wxUSE_CHOICEBOOK" = "yes"; then
38967 cat >>confdefs.h
<<\_ACEOF
38968 #define wxUSE_CHOICEBOOK 1
38974 if test "$wxUSE_CHECKBOX" = "yes"; then
38975 cat >>confdefs.h
<<\_ACEOF
38976 #define wxUSE_CHECKBOX 1
38982 if test "$wxUSE_CHECKLST" = "yes"; then
38983 cat >>confdefs.h
<<\_ACEOF
38984 #define wxUSE_CHECKLISTBOX 1
38988 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
38991 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
38992 cat >>confdefs.h
<<\_ACEOF
38993 #define wxUSE_DATEPICKCTRL 1
38999 if test "$wxUSE_DISPLAY" = "yes"; then
39000 cat >>confdefs.h
<<\_ACEOF
39001 #define wxUSE_DISPLAY 1
39004 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display multimon"
39007 if test "$wxUSE_GAUGE" = "yes"; then
39008 cat >>confdefs.h
<<\_ACEOF
39009 #define wxUSE_GAUGE 1
39015 if test "$wxUSE_GRID" = "yes"; then
39016 cat >>confdefs.h
<<\_ACEOF
39017 #define wxUSE_GRID 1
39021 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
39024 if test "$wxUSE_IMAGLIST" = "yes"; then
39025 cat >>confdefs.h
<<\_ACEOF
39026 #define wxUSE_IMAGLIST 1
39031 if test "$wxUSE_LISTBOOK" = "yes"; then
39032 cat >>confdefs.h
<<\_ACEOF
39033 #define wxUSE_LISTBOOK 1
39039 if test "$wxUSE_LISTBOX" = "yes"; then
39040 cat >>confdefs.h
<<\_ACEOF
39041 #define wxUSE_LISTBOX 1
39045 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listbox"
39048 if test "$wxUSE_LISTCTRL" = "yes"; then
39049 if test "$wxUSE_IMAGLIST" = "yes"; then
39050 cat >>confdefs.h
<<\_ACEOF
39051 #define wxUSE_LISTCTRL 1
39055 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
39057 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
39058 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
39062 if test "$wxUSE_NOTEBOOK" = "yes"; then
39063 cat >>confdefs.h
<<\_ACEOF
39064 #define wxUSE_NOTEBOOK 1
39068 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
39072 if test "$wxUSE_RADIOBOX" = "yes"; then
39073 cat >>confdefs.h
<<\_ACEOF
39074 #define wxUSE_RADIOBOX 1
39080 if test "$wxUSE_RADIOBTN" = "yes"; then
39081 cat >>confdefs.h
<<\_ACEOF
39082 #define wxUSE_RADIOBTN 1
39088 if test "$wxUSE_SASH" = "yes"; then
39089 cat >>confdefs.h
<<\_ACEOF
39090 #define wxUSE_SASH 1
39093 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
39096 if test "$wxUSE_SCROLLBAR" = "yes"; then
39097 cat >>confdefs.h
<<\_ACEOF
39098 #define wxUSE_SCROLLBAR 1
39102 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
39105 if test "$wxUSE_SLIDER" = "yes"; then
39106 cat >>confdefs.h
<<\_ACEOF
39107 #define wxUSE_SLIDER 1
39113 if test "$wxUSE_SPINBTN" = "yes"; then
39114 cat >>confdefs.h
<<\_ACEOF
39115 #define wxUSE_SPINBTN 1
39121 if test "$wxUSE_SPINCTRL" = "yes"; then
39122 cat >>confdefs.h
<<\_ACEOF
39123 #define wxUSE_SPINCTRL 1
39129 if test "$wxUSE_SPLITTER" = "yes"; then
39130 cat >>confdefs.h
<<\_ACEOF
39131 #define wxUSE_SPLITTER 1
39134 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
39137 if test "$wxUSE_STATBMP" = "yes"; then
39138 cat >>confdefs.h
<<\_ACEOF
39139 #define wxUSE_STATBMP 1
39145 if test "$wxUSE_STATBOX" = "yes"; then
39146 cat >>confdefs.h
<<\_ACEOF
39147 #define wxUSE_STATBOX 1
39153 if test "$wxUSE_STATTEXT" = "yes"; then
39154 cat >>confdefs.h
<<\_ACEOF
39155 #define wxUSE_STATTEXT 1
39161 if test "$wxUSE_STATLINE" = "yes"; then
39162 cat >>confdefs.h
<<\_ACEOF
39163 #define wxUSE_STATLINE 1
39169 if test "$wxUSE_STATUSBAR" = "yes"; then
39170 cat >>confdefs.h
<<\_ACEOF
39171 #define wxUSE_NATIVE_STATUSBAR 1
39174 cat >>confdefs.h
<<\_ACEOF
39175 #define wxUSE_STATUSBAR 1
39180 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
39183 if test "$wxUSE_TABDIALOG" = "yes"; then
39184 cat >>confdefs.h
<<\_ACEOF
39185 #define wxUSE_TAB_DIALOG 1
39190 if test "$wxUSE_TEXTCTRL" = "yes"; then
39191 cat >>confdefs.h
<<\_ACEOF
39192 #define wxUSE_TEXTCTRL 1
39196 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
39199 if test "$wxUSE_TOGGLEBTN" = "yes"; then
39200 if test "$wxUSE_COCOA" = 1 ; then
39201 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
39202 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
39205 if test "$wxUSE_UNIVERSAL" = "yes"; then
39206 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
39207 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
39211 if test "$wxUSE_TOGGLEBTN" = "yes"; then
39212 cat >>confdefs.h
<<\_ACEOF
39213 #define wxUSE_TOGGLEBTN 1
39220 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
39221 cat >>confdefs.h
<<\_ACEOF
39222 #define wxUSE_TOOLBAR_SIMPLE 1
39225 wxUSE_TOOLBAR
="yes"
39229 if test "$wxUSE_TOOLBAR" = "yes"; then
39230 cat >>confdefs.h
<<\_ACEOF
39231 #define wxUSE_TOOLBAR 1
39236 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
39237 wxUSE_TOOLBAR_NATIVE
="yes"
39240 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
39241 cat >>confdefs.h
<<\_ACEOF
39242 #define wxUSE_TOOLBAR_NATIVE 1
39248 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
39251 if test "$wxUSE_TOOLTIPS" = "yes"; then
39252 if test "$wxUSE_MOTIF" = 1; then
39253 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
39254 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
39256 if test "$wxUSE_UNIVERSAL" = "yes"; then
39257 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
39258 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
39260 cat >>confdefs.h
<<\_ACEOF
39261 #define wxUSE_TOOLTIPS 1
39268 if test "$wxUSE_TREECTRL" = "yes"; then
39269 if test "$wxUSE_IMAGLIST" = "yes"; then
39270 cat >>confdefs.h
<<\_ACEOF
39271 #define wxUSE_TREECTRL 1
39275 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
39277 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
39278 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
39282 if test "$wxUSE_POPUPWIN" = "yes"; then
39283 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
39284 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
39285 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
39287 if test "$wxUSE_PM" = 1; then
39288 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
39289 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
39291 cat >>confdefs.h
<<\_ACEOF
39292 #define wxUSE_POPUPWIN 1
39295 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS popup"
39302 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
39303 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
39304 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
39305 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
39307 cat >>confdefs.h
<<\_ACEOF
39308 #define wxUSE_DIALUP_MANAGER 1
39311 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
39315 if test "$wxUSE_TIPWINDOW" = "yes"; then
39316 if test "$wxUSE_PM" = 1; then
39317 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
39318 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
39320 cat >>confdefs.h
<<\_ACEOF
39321 #define wxUSE_TIPWINDOW 1
39327 if test "$USES_CONTROLS" = 1; then
39328 cat >>confdefs.h
<<\_ACEOF
39329 #define wxUSE_CONTROLS 1
39335 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
39336 cat >>confdefs.h
<<\_ACEOF
39337 #define wxUSE_ACCESSIBILITY 1
39340 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
39343 if test "$wxUSE_DRAGIMAGE" = "yes"; then
39344 cat >>confdefs.h
<<\_ACEOF
39345 #define wxUSE_DRAGIMAGE 1
39348 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
39351 if test "$wxUSE_EXCEPTIONS" = "yes"; then
39352 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
39353 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
39354 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
39356 cat >>confdefs.h
<<\_ACEOF
39357 #define wxUSE_EXCEPTIONS 1
39360 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
39365 if test "$wxUSE_HTML" = "yes"; then
39366 cat >>confdefs.h
<<\_ACEOF
39367 #define wxUSE_HTML 1
39371 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
39372 if test "$wxUSE_MAC" = 1; then
39373 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
39376 if test "$wxUSE_WEBKIT" = "yes"; then
39377 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
39378 old_CPPFLAGS
="$CPPFLAGS"
39379 CPPFLAGS
="$CPPFLAGS -x objective-c++"
39380 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
39381 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
39382 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
39383 echo $ECHO_N "(cached) $ECHO_C" >&6
39385 cat >conftest.
$ac_ext <<_ACEOF
39388 cat confdefs.h
>>conftest.
$ac_ext
39389 cat >>conftest.
$ac_ext <<_ACEOF
39390 /* end confdefs.h. */
39391 #include <Carbon/Carbon.h>
39393 #include <WebKit/HIWebView.h>
39395 rm -f conftest.
$ac_objext
39396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39397 (eval $ac_compile) 2>conftest.er1
39399 grep -v '^ *+' conftest.er1
>conftest.err
39401 cat conftest.err
>&5
39402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39403 (exit $ac_status); } &&
39404 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39406 (eval $ac_try) 2>&5
39408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39409 (exit $ac_status); }; } &&
39410 { ac_try
='test -s conftest.$ac_objext'
39411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39412 (eval $ac_try) 2>&5
39414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39415 (exit $ac_status); }; }; then
39416 ac_cv_header_WebKit_HIWebView_h
=yes
39418 echo "$as_me: failed program was:" >&5
39419 sed 's/^/| /' conftest.
$ac_ext >&5
39421 ac_cv_header_WebKit_HIWebView_h
=no
39423 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39425 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
39426 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
39427 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
39429 cat >>confdefs.h
<<\_ACEOF
39430 #define wxUSE_WEBKIT 1
39433 WEBKIT_LINK
="-framework WebKit"
39437 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
39438 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
39444 CPPFLAGS
="$old_CPPFLAGS"
39445 elif test "$wxUSE_COCOA" = 1; then
39446 cat >>confdefs.h
<<\_ACEOF
39447 #define wxUSE_WEBKIT 1
39456 if test "$wxUSE_XRC" = "yes"; then
39457 if test "$wxUSE_XML" != "yes"; then
39458 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
39459 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
39462 cat >>confdefs.h
<<\_ACEOF
39463 #define wxUSE_XRC 1
39467 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS xrc"
39471 if test "$wxUSE_MENUS" = "yes"; then
39472 cat >>confdefs.h
<<\_ACEOF
39473 #define wxUSE_MENUS 1
39476 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
39479 if test "$wxUSE_METAFILE" = "yes"; then
39480 cat >>confdefs.h
<<\_ACEOF
39481 #define wxUSE_METAFILE 1
39486 if test "$wxUSE_MIMETYPE" = "yes"; then
39487 cat >>confdefs.h
<<\_ACEOF
39488 #define wxUSE_MIMETYPE 1
39493 if test "$wxUSE_MINIFRAME" = "yes"; then
39494 cat >>confdefs.h
<<\_ACEOF
39495 #define wxUSE_MINIFRAME 1
39498 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
39501 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
39502 cat >>confdefs.h
<<\_ACEOF
39503 #define wxUSE_SYSTEM_OPTIONS 1
39506 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
39507 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
39508 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
39513 if test "$wxUSE_VALIDATORS" = "yes"; then
39514 cat >>confdefs.h
<<\_ACEOF
39515 #define wxUSE_VALIDATORS 1
39518 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
39521 if test "$wxUSE_PALETTE" = "yes" ; then
39522 cat >>confdefs.h
<<\_ACEOF
39523 #define wxUSE_PALETTE 1
39528 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
39529 LIBS
=" -lunicows $LIBS"
39533 if test "$wxUSE_IMAGE" = "yes" ; then
39534 cat >>confdefs.h
<<\_ACEOF
39535 #define wxUSE_IMAGE 1
39539 if test "$wxUSE_GIF" = "yes" ; then
39540 cat >>confdefs.h
<<\_ACEOF
39541 #define wxUSE_GIF 1
39546 if test "$wxUSE_PCX" = "yes" ; then
39547 cat >>confdefs.h
<<\_ACEOF
39548 #define wxUSE_PCX 1
39553 if test "$wxUSE_IFF" = "yes" ; then
39554 cat >>confdefs.h
<<\_ACEOF
39555 #define wxUSE_IFF 1
39560 if test "$wxUSE_PNM" = "yes" ; then
39561 cat >>confdefs.h
<<\_ACEOF
39562 #define wxUSE_PNM 1
39567 if test "$wxUSE_XPM" = "yes" ; then
39568 cat >>confdefs.h
<<\_ACEOF
39569 #define wxUSE_XPM 1
39574 if test "$wxUSE_ICO_CUR" = "yes" ; then
39575 cat >>confdefs.h
<<\_ACEOF
39576 #define wxUSE_ICO_CUR 1
39583 if test "$wxUSE_CHOICEDLG" = "yes"; then
39584 cat >>confdefs.h
<<\_ACEOF
39585 #define wxUSE_CHOICEDLG 1
39590 if test "$wxUSE_COLOURDLG" = "yes"; then
39591 cat >>confdefs.h
<<\_ACEOF
39592 #define wxUSE_COLOURDLG 1
39597 if test "$wxUSE_FILEDLG" = "yes"; then
39598 cat >>confdefs.h
<<\_ACEOF
39599 #define wxUSE_FILEDLG 1
39604 if test "$wxUSE_FINDREPLDLG" = "yes"; then
39605 cat >>confdefs.h
<<\_ACEOF
39606 #define wxUSE_FINDREPLDLG 1
39611 if test "$wxUSE_FONTDLG" = "yes"; then
39612 cat >>confdefs.h
<<\_ACEOF
39613 #define wxUSE_FONTDLG 1
39618 if test "$wxUSE_DIRDLG" = "yes"; then
39619 if test "$wxUSE_TREECTRL" != "yes"; then
39620 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
39621 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
39623 cat >>confdefs.h
<<\_ACEOF
39624 #define wxUSE_DIRDLG 1
39630 if test "$wxUSE_MSGDLG" = "yes"; then
39631 cat >>confdefs.h
<<\_ACEOF
39632 #define wxUSE_MSGDLG 1
39637 if test "$wxUSE_NUMBERDLG" = "yes"; then
39638 cat >>confdefs.h
<<\_ACEOF
39639 #define wxUSE_NUMBERDLG 1
39644 if test "$wxUSE_PROGRESSDLG" = "yes"; then
39645 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39646 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
39647 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
39649 cat >>confdefs.h
<<\_ACEOF
39650 #define wxUSE_PROGRESSDLG 1
39656 if test "$wxUSE_SPLASH" = "yes"; then
39657 cat >>confdefs.h
<<\_ACEOF
39658 #define wxUSE_SPLASH 1
39661 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
39664 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
39665 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39666 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
39667 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
39669 cat >>confdefs.h
<<\_ACEOF
39670 #define wxUSE_STARTUP_TIPS 1
39676 if test "$wxUSE_TEXTDLG" = "yes"; then
39677 cat >>confdefs.h
<<\_ACEOF
39678 #define wxUSE_TEXTDLG 1
39683 if test "$wxUSE_WIZARDDLG" = "yes"; then
39684 cat >>confdefs.h
<<\_ACEOF
39685 #define wxUSE_WIZARDDLG 1
39688 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
39692 if test "$wxUSE_MEDIACTRL" = "yes"; then
39693 if test "$wxUSE_MSW" = 1; then
39694 wxUSE_DIRECTSHOW
="yes"
39696 for ac_header
in dshow.h
39698 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39699 echo "$as_me:$LINENO: checking for $ac_header" >&5
39700 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39701 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39702 echo $ECHO_N "(cached) $ECHO_C" >&6
39704 cat >conftest.
$ac_ext <<_ACEOF
39707 cat confdefs.h
>>conftest.
$ac_ext
39708 cat >>conftest.
$ac_ext <<_ACEOF
39709 /* end confdefs.h. */
39710 #include <windows.h>
39712 #include <$ac_header>
39714 rm -f conftest.
$ac_objext
39715 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39716 (eval $ac_compile) 2>conftest.er1
39718 grep -v '^ *+' conftest.er1
>conftest.err
39720 cat conftest.err
>&5
39721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39722 (exit $ac_status); } &&
39723 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39725 (eval $ac_try) 2>&5
39727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39728 (exit $ac_status); }; } &&
39729 { ac_try
='test -s conftest.$ac_objext'
39730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39731 (eval $ac_try) 2>&5
39733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39734 (exit $ac_status); }; }; then
39735 eval "$as_ac_Header=yes"
39737 echo "$as_me: failed program was:" >&5
39738 sed 's/^/| /' conftest.
$ac_ext >&5
39740 eval "$as_ac_Header=no"
39742 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39744 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39745 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39746 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39747 cat >>confdefs.h
<<_ACEOF
39748 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39753 wxUSE_DIRECTSHOW
="no"
39754 { echo "$as_me:$LINENO: WARNING: DirectShow not installed; consider installing the DirectX7 SDK or higher" >&5
39755 echo "$as_me: WARNING: DirectShow not installed; consider installing the DirectX7 SDK or higher" >&2;}
39762 if test "$wxUSE_DIRECTSHOW" = "yes"; then
39763 cat >>confdefs.h
<<\_ACEOF
39764 #define wxUSE_DIRECTSHOW 1
39767 LIBS
="$LIBS -lstrmiids"
39771 if test "$wxUSE_GTK" = 1; then
39772 wxUSE_GSTREAMER
="yes"
39777 if test -z "$PKG_CONFIG"; then
39778 # Extract the first word of "pkg-config", so it can be a program name with args.
39779 set dummy pkg
-config; ac_word
=$2
39780 echo "$as_me:$LINENO: checking for $ac_word" >&5
39781 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39782 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
39783 echo $ECHO_N "(cached) $ECHO_C" >&6
39785 case $PKG_CONFIG in
39787 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
39790 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39791 for as_dir
in $PATH
39794 test -z "$as_dir" && as_dir
=.
39795 for ac_exec_ext
in '' $ac_executable_extensions; do
39796 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39797 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
39798 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39804 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
39808 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
39810 if test -n "$PKG_CONFIG"; then
39811 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
39812 echo "${ECHO_T}$PKG_CONFIG" >&6
39814 echo "$as_me:$LINENO: result: no" >&5
39815 echo "${ECHO_T}no" >&6
39820 if test "$PKG_CONFIG" = "no" ; then
39821 echo "*** The pkg-config script could not be found. Make sure it is"
39822 echo "*** in your path, or set the PKG_CONFIG environment variable"
39823 echo "*** to the full path to pkg-config."
39824 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
39826 PKG_CONFIG_MIN_VERSION
=0.9.0
39827 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
39828 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
39829 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
39831 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
39832 echo "$as_me:$LINENO: result: yes" >&5
39833 echo "${ECHO_T}yes" >&6
39836 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
39837 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
39838 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-0.8"`
39839 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
39840 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
39842 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
39843 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
39844 GSTREAMER_LIBS
=`$PKG_CONFIG --libs "gstreamer-0.8"`
39845 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
39846 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
39848 GSTREAMER_CFLAGS
=""
39850 ## If we have a custom action on failure, don't print errors, but
39851 ## do set a variable so people can do so.
39852 GSTREAMER_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
39859 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
39860 echo "*** See http://www.freedesktop.org/software/pkgconfig"
39864 if test $succeeded = yes; then
39866 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
39867 LIBS
="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
39871 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
39872 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
39873 wxUSE_GSTREAMER
="no"
39881 if test "x$GST_INSPECT" == "x"; then
39882 # Extract the first word of "gst-inspect", so it can be a program name with args.
39883 set dummy gst
-inspect; ac_word
=$2
39884 echo "$as_me:$LINENO: checking for $ac_word" >&5
39885 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39886 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
39887 echo $ECHO_N "(cached) $ECHO_C" >&6
39889 if test -n "$GST_INSPECT"; then
39890 ac_cv_prog_GST_INSPECT
="$GST_INSPECT" # Let the user override the test.
39892 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39893 for as_dir
in $PATH
39896 test -z "$as_dir" && as_dir
=.
39897 for ac_exec_ext
in '' $ac_executable_extensions; do
39898 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39899 ac_cv_prog_GST_INSPECT
="gst-inspect"
39900 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39908 GST_INSPECT
=$ac_cv_prog_GST_INSPECT
39909 if test -n "$GST_INSPECT"; then
39910 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
39911 echo "${ECHO_T}$GST_INSPECT" >&6
39913 echo "$as_me:$LINENO: result: no" >&5
39914 echo "${ECHO_T}no" >&6
39919 if test "x$GST_INSPECT" != "x"; then
39920 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
39921 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
39922 if $GST_INSPECT xvimagesink
> /dev
/null
2> /dev
/null
; then
39923 echo "$as_me:$LINENO: result: found." >&5
39924 echo "${ECHO_T}found." >&6
39927 echo "$as_me:$LINENO: result: not found." >&5
39928 echo "${ECHO_T}not found." >&6
39930 wxUSE_GSTREAMER
="no"
39931 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
39932 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
39938 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
39939 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
39940 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
39941 echo $ECHO_N "(cached) $ECHO_C" >&6
39943 cat >conftest.
$ac_ext <<_ACEOF
39946 cat confdefs.h
>>conftest.
$ac_ext
39947 cat >>conftest.
$ac_ext <<_ACEOF
39948 /* end confdefs.h. */
39949 #include <gst/gst.h>
39951 #include <gst/xoverlay/xoverlay.h>
39953 rm -f conftest.
$ac_objext
39954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39955 (eval $ac_compile) 2>conftest.er1
39957 grep -v '^ *+' conftest.er1
>conftest.err
39959 cat conftest.err
>&5
39960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39961 (exit $ac_status); } &&
39962 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39964 (eval $ac_try) 2>&5
39966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39967 (exit $ac_status); }; } &&
39968 { ac_try
='test -s conftest.$ac_objext'
39969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39970 (eval $ac_try) 2>&5
39972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39973 (exit $ac_status); }; }; then
39974 ac_cv_header_gst_xoverlay_xoverlay_h
=yes
39976 echo "$as_me: failed program was:" >&5
39977 sed 's/^/| /' conftest.
$ac_ext >&5
39979 ac_cv_header_gst_xoverlay_xoverlay_h
=no
39981 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39983 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
39984 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
39985 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
39989 wxUSE_GSTREAMER
="no"
39990 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
39991 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
39997 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
39998 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
40001 for ac_dir
in $SEARCH_LIB /usr
/lib
;
40003 for ac_extension
in a so sl dylib
; do
40004 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
40005 ac_find_libraries
=$ac_dir
40012 if test "$ac_find_libraries" = "" ; then
40013 echo "$as_me:$LINENO: result: no" >&5
40014 echo "${ECHO_T}no" >&6
40015 wxUSE_GSTREAMER
="no"
40017 echo "$as_me:$LINENO: result: yes" >&5
40018 echo "${ECHO_T}yes" >&6
40021 if test "$wxUSE_GSTREAMER" = "yes"; then
40022 cat >>confdefs.h
<<\_ACEOF
40023 #define wxUSE_GSTREAMER 1
40026 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
40027 echo "${ECHO_T}GStreamer detection successful" >&6
40030 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
40031 cat >>confdefs.h
<<\_ACEOF
40032 #define wxUSE_MEDIACTRL 1
40038 if test "$cross_compiling" = "yes"; then
40041 OSINFO
=`uname -s -r -m`
40042 OSINFO
="\"$OSINFO\""
40045 cat >>confdefs.h
<<_ACEOF
40046 #define WXWIN_OS_DESCRIPTION $OSINFO
40051 if test "x$prefix" != "xNONE"; then
40054 wxPREFIX
=$ac_default_prefix
40057 cat >>confdefs.h
<<_ACEOF
40058 #define wxINSTALL_PREFIX "$wxPREFIX"
40064 CORE_BASE_LIBS
="net base"
40065 CORE_GUI_LIBS
="adv core"
40067 if test "$wxUSE_XML" = "yes" ; then
40068 CORE_BASE_LIBS
="xml $CORE_BASE_LIBS"
40070 if test "$wxUSE_ODBC" != "no" ; then
40071 CORE_BASE_LIBS
="odbc $CORE_BASE_LIBS"
40072 CORE_GUI_LIBS
="dbgrid $CORE_GUI_LIBS"
40074 if test "$wxUSE_HTML" = "yes" ; then
40075 CORE_GUI_LIBS
="html $CORE_GUI_LIBS"
40077 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
40078 CORE_GUI_LIBS
="qa $CORE_GUI_LIBS"
40080 if test "$wxUSE_XRC" = "yes" ; then
40081 CORE_GUI_LIBS
="xrc $CORE_GUI_LIBS"
40084 if test "$wxUSE_GUI" != "yes"; then
40095 if test "$wxUSE_MAC" = 1 ; then
40096 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
40097 if test "$USE_DARWIN" = 1; then
40098 LDFLAGS
="$LDFLAGS -framework QuickTime"
40100 LDFLAGS
="$LDFLAGS -lQuickTimeLib"
40103 if test "$USE_DARWIN" = 1; then
40104 LDFLAGS
="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
40106 LDFLAGS
="$LDFLAGS -lCarbonLib"
40108 elif test "$USE_DARWIN" = 1; then
40109 LDFLAGS
="$LDFLAGS -framework IOKit -framework CoreServices -framework System"
40111 if test "$wxUSE_COCOA" = 1 ; then
40112 LDFLAGS
="$LDFLAGS -framework IOKit -framework Cocoa"
40113 if test "$wxUSE_MEDIACTRL" = "yes"; then
40114 LDFLAGS
="$LDFLAGS -framework QuickTime"
40119 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
40126 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40127 echo "$as_me:$LINENO: checking for $ac_func" >&5
40128 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40129 if eval "test \"\${$as_ac_var+set}\" = set"; then
40130 echo $ECHO_N "(cached) $ECHO_C" >&6
40132 cat >conftest.
$ac_ext <<_ACEOF
40135 cat confdefs.h
>>conftest.
$ac_ext
40136 cat >>conftest.
$ac_ext <<_ACEOF
40137 /* end confdefs.h. */
40138 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40139 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40140 #define $ac_func innocuous_$ac_func
40142 /* System header to define __stub macros and hopefully few prototypes,
40143 which can conflict with char $ac_func (); below.
40144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40145 <limits.h> exists even on freestanding compilers. */
40148 # include <limits.h>
40150 # include <assert.h>
40155 /* Override any gcc2 internal prototype to avoid an error. */
40160 /* We use char because int might match the return type of a gcc2
40161 builtin and then its argument prototype would still apply. */
40163 /* The GNU C library defines this for functions which it implements
40164 to always fail with ENOSYS. Some functions are actually named
40165 something starting with __ and the normal name is an alias. */
40166 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40169 char (*f) () = $ac_func;
40178 return f != $ac_func;
40183 rm -f conftest.
$ac_objext conftest
$ac_exeext
40184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40185 (eval $ac_link) 2>conftest.er1
40187 grep -v '^ *+' conftest.er1
>conftest.err
40189 cat conftest.err
>&5
40190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40191 (exit $ac_status); } &&
40192 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40194 (eval $ac_try) 2>&5
40196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40197 (exit $ac_status); }; } &&
40198 { ac_try
='test -s conftest$ac_exeext'
40199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40200 (eval $ac_try) 2>&5
40202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40203 (exit $ac_status); }; }; then
40204 eval "$as_ac_var=yes"
40206 echo "$as_me: failed program was:" >&5
40207 sed 's/^/| /' conftest.
$ac_ext >&5
40209 eval "$as_ac_var=no"
40211 rm -f conftest.err conftest.
$ac_objext \
40212 conftest
$ac_exeext conftest.
$ac_ext
40214 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40215 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40216 if test `eval echo '${'$as_ac_var'}'` = yes; then
40217 cat >>confdefs.h
<<_ACEOF
40218 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40225 for ac_func
in floor
40227 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40228 echo "$as_me:$LINENO: checking for $ac_func" >&5
40229 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40230 if eval "test \"\${$as_ac_var+set}\" = set"; then
40231 echo $ECHO_N "(cached) $ECHO_C" >&6
40233 cat >conftest.
$ac_ext <<_ACEOF
40236 cat confdefs.h
>>conftest.
$ac_ext
40237 cat >>conftest.
$ac_ext <<_ACEOF
40238 /* end confdefs.h. */
40239 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40240 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40241 #define $ac_func innocuous_$ac_func
40243 /* System header to define __stub macros and hopefully few prototypes,
40244 which can conflict with char $ac_func (); below.
40245 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40246 <limits.h> exists even on freestanding compilers. */
40249 # include <limits.h>
40251 # include <assert.h>
40256 /* Override any gcc2 internal prototype to avoid an error. */
40261 /* We use char because int might match the return type of a gcc2
40262 builtin and then its argument prototype would still apply. */
40264 /* The GNU C library defines this for functions which it implements
40265 to always fail with ENOSYS. Some functions are actually named
40266 something starting with __ and the normal name is an alias. */
40267 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40270 char (*f) () = $ac_func;
40279 return f != $ac_func;
40284 rm -f conftest.
$ac_objext conftest
$ac_exeext
40285 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40286 (eval $ac_link) 2>conftest.er1
40288 grep -v '^ *+' conftest.er1
>conftest.err
40290 cat conftest.err
>&5
40291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40292 (exit $ac_status); } &&
40293 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40295 (eval $ac_try) 2>&5
40297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40298 (exit $ac_status); }; } &&
40299 { ac_try
='test -s conftest$ac_exeext'
40300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40301 (eval $ac_try) 2>&5
40303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40304 (exit $ac_status); }; }; then
40305 eval "$as_ac_var=yes"
40307 echo "$as_me: failed program was:" >&5
40308 sed 's/^/| /' conftest.
$ac_ext >&5
40310 eval "$as_ac_var=no"
40312 rm -f conftest.err conftest.
$ac_objext \
40313 conftest
$ac_exeext conftest.
$ac_ext
40315 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40316 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40317 if test `eval echo '${'$as_ac_var'}'` = yes; then
40318 cat >>confdefs.h
<<_ACEOF
40319 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40325 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
40326 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
40327 if test "$have_cos" = 1 -a "$have_floor" = 1; then
40328 echo "$as_me:$LINENO: result: yes" >&5
40329 echo "${ECHO_T}yes" >&6
40331 echo "$as_me:$LINENO: result: no" >&5
40332 echo "${ECHO_T}no" >&6
40334 # use different functions to avoid configure caching
40340 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40341 echo "$as_me:$LINENO: checking for $ac_func" >&5
40342 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40343 if eval "test \"\${$as_ac_var+set}\" = set"; then
40344 echo $ECHO_N "(cached) $ECHO_C" >&6
40346 cat >conftest.
$ac_ext <<_ACEOF
40349 cat confdefs.h
>>conftest.
$ac_ext
40350 cat >>conftest.
$ac_ext <<_ACEOF
40351 /* end confdefs.h. */
40352 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40353 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40354 #define $ac_func innocuous_$ac_func
40356 /* System header to define __stub macros and hopefully few prototypes,
40357 which can conflict with char $ac_func (); below.
40358 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40359 <limits.h> exists even on freestanding compilers. */
40362 # include <limits.h>
40364 # include <assert.h>
40369 /* Override any gcc2 internal prototype to avoid an error. */
40374 /* We use char because int might match the return type of a gcc2
40375 builtin and then its argument prototype would still apply. */
40377 /* The GNU C library defines this for functions which it implements
40378 to always fail with ENOSYS. Some functions are actually named
40379 something starting with __ and the normal name is an alias. */
40380 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40383 char (*f) () = $ac_func;
40392 return f != $ac_func;
40397 rm -f conftest.
$ac_objext conftest
$ac_exeext
40398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40399 (eval $ac_link) 2>conftest.er1
40401 grep -v '^ *+' conftest.er1
>conftest.err
40403 cat conftest.err
>&5
40404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40405 (exit $ac_status); } &&
40406 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40408 (eval $ac_try) 2>&5
40410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40411 (exit $ac_status); }; } &&
40412 { ac_try
='test -s conftest$ac_exeext'
40413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40414 (eval $ac_try) 2>&5
40416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40417 (exit $ac_status); }; }; then
40418 eval "$as_ac_var=yes"
40420 echo "$as_me: failed program was:" >&5
40421 sed 's/^/| /' conftest.
$ac_ext >&5
40423 eval "$as_ac_var=no"
40425 rm -f conftest.err conftest.
$ac_objext \
40426 conftest
$ac_exeext conftest.
$ac_ext
40428 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40429 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40430 if test `eval echo '${'$as_ac_var'}'` = yes; then
40431 cat >>confdefs.h
<<_ACEOF
40432 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40439 for ac_func
in ceil
40441 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40442 echo "$as_me:$LINENO: checking for $ac_func" >&5
40443 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40444 if eval "test \"\${$as_ac_var+set}\" = set"; then
40445 echo $ECHO_N "(cached) $ECHO_C" >&6
40447 cat >conftest.
$ac_ext <<_ACEOF
40450 cat confdefs.h
>>conftest.
$ac_ext
40451 cat >>conftest.
$ac_ext <<_ACEOF
40452 /* end confdefs.h. */
40453 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40454 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40455 #define $ac_func innocuous_$ac_func
40457 /* System header to define __stub macros and hopefully few prototypes,
40458 which can conflict with char $ac_func (); below.
40459 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40460 <limits.h> exists even on freestanding compilers. */
40463 # include <limits.h>
40465 # include <assert.h>
40470 /* Override any gcc2 internal prototype to avoid an error. */
40475 /* We use char because int might match the return type of a gcc2
40476 builtin and then its argument prototype would still apply. */
40478 /* The GNU C library defines this for functions which it implements
40479 to always fail with ENOSYS. Some functions are actually named
40480 something starting with __ and the normal name is an alias. */
40481 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40484 char (*f) () = $ac_func;
40493 return f != $ac_func;
40498 rm -f conftest.
$ac_objext conftest
$ac_exeext
40499 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40500 (eval $ac_link) 2>conftest.er1
40502 grep -v '^ *+' conftest.er1
>conftest.err
40504 cat conftest.err
>&5
40505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40506 (exit $ac_status); } &&
40507 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40509 (eval $ac_try) 2>&5
40511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40512 (exit $ac_status); }; } &&
40513 { ac_try
='test -s conftest$ac_exeext'
40514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40515 (eval $ac_try) 2>&5
40517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40518 (exit $ac_status); }; }; then
40519 eval "$as_ac_var=yes"
40521 echo "$as_me: failed program was:" >&5
40522 sed 's/^/| /' conftest.
$ac_ext >&5
40524 eval "$as_ac_var=no"
40526 rm -f conftest.err conftest.
$ac_objext \
40527 conftest
$ac_exeext conftest.
$ac_ext
40529 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40530 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40531 if test `eval echo '${'$as_ac_var'}'` = yes; then
40532 cat >>confdefs.h
<<_ACEOF
40533 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40539 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
40540 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
40541 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
40542 echo "$as_me:$LINENO: result: yes" >&5
40543 echo "${ECHO_T}yes" >&6
40545 echo "$as_me:$LINENO: result: no" >&5
40546 echo "${ECHO_T}no" >&6
40547 # not sure we should warn the user, crash, etc.
40551 if test "$wxUSE_GUI" = "yes"; then
40554 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
40555 dynamic erase event exec font image minimal mobile \
40556 mobile/wxedit mobile/styles propsize render \
40557 richedit rotate shaped vscroll widgets"
40559 if test "$wxUSE_MONOLITHIC" != "yes"; then
40560 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
40562 if test "$TOOLKIT" = "MSW"; then
40563 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS regtest"
40564 if test "$wxUSE_UNIVERSAL" != "yes"; then
40565 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw nativdlg"
40568 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
40569 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw"
40572 SAMPLES_SUBDIRS
="console"
40576 INCLUDES
="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
40577 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
40579 if test "$GXX" = yes ; then
40581 CXXWARNINGS
="$CWARNINGS -Wno-ctor-dtor-privacy"
40584 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
40586 CPPFLAGS
=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
40587 CFLAGS
=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
40588 CXXFLAGS
=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
40590 if test "x$MWCC" = "xyes"; then
40592 CC
="$CC -cwd source -I-"
40593 CXX
="$CXX -cwd source -I-"
40598 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
40599 EXTRALIBS_XML
="$EXPAT_LINK"
40600 EXTRALIBS_HTML
="$MSPACK_LINK"
40601 EXTRALIBS_ODBC
="$ODBC_LINK"
40602 if test "$wxUSE_GUI" = "yes"; then
40603 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
40605 if test "$wxUSE_OPENGL" = "yes"; then
40606 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
40609 LDFLAGS
="$LDFLAGS $PROFILE"
40611 if test "$wxUSE_GTK" = 1; then
40614 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
40617 WXCONFIG_EXTRALIBS
="$LIBS"
40619 if test "$wxUSE_REGEX" = "builtin" ; then
40620 wxconfig_3rdparty
="regex${lib_unicode_suffix} $wxconfig_3rdparty"
40622 if test "$wxUSE_EXPAT" = "builtin" ; then
40623 wxconfig_3rdparty
="expat $wxconfig_3rdparty"
40625 if test "$wxUSE_ODBC" = "builtin" ; then
40626 wxconfig_3rdparty
="odbc $wxconfig_3rdparty"
40628 if test "$wxUSE_LIBTIFF" = "builtin" ; then
40629 wxconfig_3rdparty
="tiff $wxconfig_3rdparty"
40631 if test "$wxUSE_LIBJPEG" = "builtin" ; then
40632 wxconfig_3rdparty
="jpeg $wxconfig_3rdparty"
40634 if test "$wxUSE_LIBPNG" = "builtin" ; then
40635 wxconfig_3rdparty
="png $wxconfig_3rdparty"
40637 if test "$wxUSE_ZLIB" = "builtin" ; then
40638 wxconfig_3rdparty
="zlib $wxconfig_3rdparty"
40641 for i
in $wxconfig_3rdparty ; do
40642 WXCONFIG_EXTRALIBS
="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
40646 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
40660 if test $wxUSE_MONOLITHIC = "yes" ; then
40666 if test $wxUSE_PLUGINS = "yes" ; then
40672 if test $wxUSE_ODBC != "no" ; then
40678 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
40684 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
40712 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
40723 TOOLKIT_USER
="GTK+"
40724 if test "$WXGTK20" = 1; then
40725 TOOLKIT_USER
="$TOOLKIT_USER 2"
40730 TOOLKIT_USER
=$TOOLKIT_LOWERCASE
40737 if test "x$BAKEFILE_HOST" = "x"; then
40738 BAKEFILE_HOST
="${host}"
40741 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
40743 if test -n "$ac_tool_prefix"; then
40744 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
40745 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
40746 echo "$as_me:$LINENO: checking for $ac_word" >&5
40747 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40748 if test "${ac_cv_prog_RANLIB+set}" = set; then
40749 echo $ECHO_N "(cached) $ECHO_C" >&6
40751 if test -n "$RANLIB"; then
40752 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
40754 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40755 for as_dir
in $PATH
40758 test -z "$as_dir" && as_dir
=.
40759 for ac_exec_ext
in '' $ac_executable_extensions; do
40760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40761 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
40762 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40770 RANLIB
=$ac_cv_prog_RANLIB
40771 if test -n "$RANLIB"; then
40772 echo "$as_me:$LINENO: result: $RANLIB" >&5
40773 echo "${ECHO_T}$RANLIB" >&6
40775 echo "$as_me:$LINENO: result: no" >&5
40776 echo "${ECHO_T}no" >&6
40780 if test -z "$ac_cv_prog_RANLIB"; then
40781 ac_ct_RANLIB
=$RANLIB
40782 # Extract the first word of "ranlib", so it can be a program name with args.
40783 set dummy ranlib
; ac_word
=$2
40784 echo "$as_me:$LINENO: checking for $ac_word" >&5
40785 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40786 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
40787 echo $ECHO_N "(cached) $ECHO_C" >&6
40789 if test -n "$ac_ct_RANLIB"; then
40790 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
40792 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40793 for as_dir
in $PATH
40796 test -z "$as_dir" && as_dir
=.
40797 for ac_exec_ext
in '' $ac_executable_extensions; do
40798 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40799 ac_cv_prog_ac_ct_RANLIB
="ranlib"
40800 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40806 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
40809 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
40810 if test -n "$ac_ct_RANLIB"; then
40811 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
40812 echo "${ECHO_T}$ac_ct_RANLIB" >&6
40814 echo "$as_me:$LINENO: result: no" >&5
40815 echo "${ECHO_T}no" >&6
40818 RANLIB
=$ac_ct_RANLIB
40820 RANLIB
="$ac_cv_prog_RANLIB"
40823 # Find a good install program. We prefer a C program (faster),
40824 # so one script is as good as another. But avoid the broken or
40825 # incompatible versions:
40826 # SysV /etc/install, /usr/sbin/install
40827 # SunOS /usr/etc/install
40828 # IRIX /sbin/install
40830 # AmigaOS /C/install, which installs bootblocks on floppy discs
40831 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
40832 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
40833 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
40834 # OS/2's system install, which has a completely different semantic
40835 # ./install, which can be erroneously created by make from ./install.sh.
40836 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
40837 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
40838 if test -z "$INSTALL"; then
40839 if test "${ac_cv_path_install+set}" = set; then
40840 echo $ECHO_N "(cached) $ECHO_C" >&6
40842 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40843 for as_dir
in $PATH
40846 test -z "$as_dir" && as_dir
=.
40847 # Account for people who put trailing slashes in PATH elements.
40849 .
/ | .
// | /cC
/* | \
40850 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
40851 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
40854 # OSF1 and SCO ODT 3.0 have their own names for install.
40855 # Don't use installbsd from OSF since it installs stuff as root
40857 for ac_prog
in ginstall scoinst
install; do
40858 for ac_exec_ext
in '' $ac_executable_extensions; do
40859 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
40860 if test $ac_prog = install &&
40861 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
40862 # AIX install. It has an incompatible calling convention.
40864 elif test $ac_prog = install &&
40865 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
40866 # program-specific install script used by HP pwplus--don't use.
40869 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
40881 if test "${ac_cv_path_install+set}" = set; then
40882 INSTALL
=$ac_cv_path_install
40884 # As a last resort, use the slow shell script. We don't cache a
40885 # path for INSTALL within a source directory, because that will
40886 # break other packages using the cache if that directory is
40887 # removed, or if the path is relative.
40888 INSTALL
=$ac_install_sh
40891 echo "$as_me:$LINENO: result: $INSTALL" >&5
40892 echo "${ECHO_T}$INSTALL" >&6
40894 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
40895 # It thinks the first close brace ends the variable substitution.
40896 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
40898 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
40900 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
40902 echo "$as_me:$LINENO: checking whether ln -s works" >&5
40903 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
40905 if test "$LN_S" = "ln -s"; then
40906 echo "$as_me:$LINENO: result: yes" >&5
40907 echo "${ECHO_T}yes" >&6
40909 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
40910 echo "${ECHO_T}no, using $LN_S" >&6
40914 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
40915 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
40916 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
40917 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
40918 echo $ECHO_N "(cached) $ECHO_C" >&6
40920 cat >conftest.
make <<\_ACEOF
40922 @
echo 'ac_maketemp="$(MAKE)"'
40924 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
40925 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
40926 if test -n "$ac_maketemp"; then
40927 eval ac_cv_prog_make_
${ac_make}_set
=yes
40929 eval ac_cv_prog_make_
${ac_make}_set
=no
40931 rm -f conftest.
make
40933 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
40934 echo "$as_me:$LINENO: result: yes" >&5
40935 echo "${ECHO_T}yes" >&6
40938 echo "$as_me:$LINENO: result: no" >&5
40939 echo "${ECHO_T}no" >&6
40940 SET_MAKE
="MAKE=${MAKE-make}"
40945 if test -n "$ac_tool_prefix"; then
40946 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
40947 set dummy
${ac_tool_prefix}ar; ac_word
=$2
40948 echo "$as_me:$LINENO: checking for $ac_word" >&5
40949 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40950 if test "${ac_cv_prog_AR+set}" = set; then
40951 echo $ECHO_N "(cached) $ECHO_C" >&6
40953 if test -n "$AR"; then
40954 ac_cv_prog_AR
="$AR" # Let the user override the test.
40956 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40957 for as_dir
in $PATH
40960 test -z "$as_dir" && as_dir
=.
40961 for ac_exec_ext
in '' $ac_executable_extensions; do
40962 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40963 ac_cv_prog_AR
="${ac_tool_prefix}ar"
40964 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40973 if test -n "$AR"; then
40974 echo "$as_me:$LINENO: result: $AR" >&5
40975 echo "${ECHO_T}$AR" >&6
40977 echo "$as_me:$LINENO: result: no" >&5
40978 echo "${ECHO_T}no" >&6
40982 if test -z "$ac_cv_prog_AR"; then
40984 # Extract the first word of "ar", so it can be a program name with args.
40985 set dummy
ar; ac_word
=$2
40986 echo "$as_me:$LINENO: checking for $ac_word" >&5
40987 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40988 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
40989 echo $ECHO_N "(cached) $ECHO_C" >&6
40991 if test -n "$ac_ct_AR"; then
40992 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
40994 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40995 for as_dir
in $PATH
40998 test -z "$as_dir" && as_dir
=.
40999 for ac_exec_ext
in '' $ac_executable_extensions; do
41000 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41001 ac_cv_prog_ac_ct_AR
="ar"
41002 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41008 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
41011 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
41012 if test -n "$ac_ct_AR"; then
41013 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
41014 echo "${ECHO_T}$ac_ct_AR" >&6
41016 echo "$as_me:$LINENO: result: no" >&5
41017 echo "${ECHO_T}no" >&6
41022 AR
="$ac_cv_prog_AR"
41025 if test -n "$ac_tool_prefix"; then
41026 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
41027 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
41028 echo "$as_me:$LINENO: checking for $ac_word" >&5
41029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41030 if test "${ac_cv_prog_STRIP+set}" = set; then
41031 echo $ECHO_N "(cached) $ECHO_C" >&6
41033 if test -n "$STRIP"; then
41034 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
41036 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41037 for as_dir
in $PATH
41040 test -z "$as_dir" && as_dir
=.
41041 for ac_exec_ext
in '' $ac_executable_extensions; do
41042 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41043 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
41044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41052 STRIP
=$ac_cv_prog_STRIP
41053 if test -n "$STRIP"; then
41054 echo "$as_me:$LINENO: result: $STRIP" >&5
41055 echo "${ECHO_T}$STRIP" >&6
41057 echo "$as_me:$LINENO: result: no" >&5
41058 echo "${ECHO_T}no" >&6
41062 if test -z "$ac_cv_prog_STRIP"; then
41064 # Extract the first word of "strip", so it can be a program name with args.
41065 set dummy strip
; ac_word
=$2
41066 echo "$as_me:$LINENO: checking for $ac_word" >&5
41067 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41068 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
41069 echo $ECHO_N "(cached) $ECHO_C" >&6
41071 if test -n "$ac_ct_STRIP"; then
41072 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
41074 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41075 for as_dir
in $PATH
41078 test -z "$as_dir" && as_dir
=.
41079 for ac_exec_ext
in '' $ac_executable_extensions; do
41080 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41081 ac_cv_prog_ac_ct_STRIP
="strip"
41082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41088 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
41091 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
41092 if test -n "$ac_ct_STRIP"; then
41093 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
41094 echo "${ECHO_T}$ac_ct_STRIP" >&6
41096 echo "$as_me:$LINENO: result: no" >&5
41097 echo "${ECHO_T}no" >&6
41102 STRIP
="$ac_cv_prog_STRIP"
41105 if test -n "$ac_tool_prefix"; then
41106 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
41107 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
41108 echo "$as_me:$LINENO: checking for $ac_word" >&5
41109 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41110 if test "${ac_cv_prog_NM+set}" = set; then
41111 echo $ECHO_N "(cached) $ECHO_C" >&6
41113 if test -n "$NM"; then
41114 ac_cv_prog_NM
="$NM" # Let the user override the test.
41116 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41117 for as_dir
in $PATH
41120 test -z "$as_dir" && as_dir
=.
41121 for ac_exec_ext
in '' $ac_executable_extensions; do
41122 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41123 ac_cv_prog_NM
="${ac_tool_prefix}nm"
41124 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41133 if test -n "$NM"; then
41134 echo "$as_me:$LINENO: result: $NM" >&5
41135 echo "${ECHO_T}$NM" >&6
41137 echo "$as_me:$LINENO: result: no" >&5
41138 echo "${ECHO_T}no" >&6
41142 if test -z "$ac_cv_prog_NM"; then
41144 # Extract the first word of "nm", so it can be a program name with args.
41145 set dummy nm
; ac_word
=$2
41146 echo "$as_me:$LINENO: checking for $ac_word" >&5
41147 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41148 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
41149 echo $ECHO_N "(cached) $ECHO_C" >&6
41151 if test -n "$ac_ct_NM"; then
41152 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
41154 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41155 for as_dir
in $PATH
41158 test -z "$as_dir" && as_dir
=.
41159 for ac_exec_ext
in '' $ac_executable_extensions; do
41160 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41161 ac_cv_prog_ac_ct_NM
="nm"
41162 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41168 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM
=":"
41171 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
41172 if test -n "$ac_ct_NM"; then
41173 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
41174 echo "${ECHO_T}$ac_ct_NM" >&6
41176 echo "$as_me:$LINENO: result: no" >&5
41177 echo "${ECHO_T}no" >&6
41182 NM
="$ac_cv_prog_NM"
41186 case ${BAKEFILE_HOST} in
41188 INSTALL_DIR
="mkdir -p"
41190 *) INSTALL_DIR
="$INSTALL -d"
41196 case ${BAKEFILE_HOST} in
41197 *-*-cygwin* | *-*-mingw32* )
41198 LDFLAGS_GUI
="-mwindows"
41204 echo "$as_me:$LINENO: checking if make is GNU make" >&5
41205 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
41206 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
41207 echo $ECHO_N "(cached) $ECHO_C" >&6
41210 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
41211 egrep -s GNU
> /dev
/null
); then
41212 bakefile_cv_prog_makeisgnu
="yes"
41214 bakefile_cv_prog_makeisgnu
="no"
41218 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
41219 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
41221 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
41238 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
41239 case "${BAKEFILE_HOST}" in
41240 *-*-cygwin* | *-*-mingw32* )
41246 *-pc-os2_emx | *-pc-os2-emx )
41249 powerpc
-*-darwin* )
41256 powerpc
-apple-macos* )
41265 case "$BAKEFILE_FORCE_PLATFORM" in
41286 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
41287 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
41288 { (exit 1); exit 1; }; }
41303 # Check whether --enable-omf or --disable-omf was given.
41304 if test "${enable_omf+set}" = set; then
41305 enableval
="$enable_omf"
41306 bk_os2_use_omf
="$enableval"
41309 case "${BAKEFILE_HOST}" in
41311 CFLAGS
="$CFLAGS -fno-common"
41312 CXXFLAGS
="$CXXFLAGS -fno-common"
41315 *-pc-os2_emx | *-pc-os2-emx )
41316 if test "x$bk_os2_use_omf" = "xyes" ; then
41319 LDFLAGS
="-Zomf $LDFLAGS"
41320 CFLAGS
="-Zomf $CFLAGS"
41321 CXXFLAGS
="-Zomf $CXXFLAGS"
41329 LDFLAGS
="-L/boot/develop/lib/x86 $LDFLAGS"
41335 SO_SUFFIX_MODULE
="so"
41340 DLLPREFIX_MODULE
=""
41343 case "${BAKEFILE_HOST}" in
41346 SO_SUFFIX_MODULE
="sl"
41350 SO_SUFFIX_MODULE
="a"
41352 *-*-cygwin* | *-*-mingw32* )
41354 SO_SUFFIX_MODULE
="dll"
41355 DLLIMP_SUFFIX
="dll.a"
41363 *-pc-os2_emx | *-pc-os2-emx )
41365 SO_SUFFIX_MODULE
="dll"
41366 DLLIMP_SUFFIX
=$OS2_LIBEXT
41370 LIBEXT
=".$OS2_LIBEXT"
41372 powerpc
-*-darwin* )
41374 SO_SUFFIX_MODULE
="bundle"
41378 if test "x$DLLIMP_SUFFIX" = "x" ; then
41379 DLLIMP_SUFFIX
="$SO_SUFFIX"
41393 if test "x$GCC" = "xyes"; then
41397 SHARED_LD_CC
="\$(CC) -shared ${PIC_FLAG} -o"
41398 SHARED_LD_CXX
="\$(CXX) -shared ${PIC_FLAG} -o"
41400 case "${BAKEFILE_HOST}" in
41402 if test "x$GCC" != "xyes"; then
41403 LDFLAGS
="$LDFLAGS -L/usr/lib"
41405 SHARED_LD_CC
="${CC} -b -o"
41406 SHARED_LD_CXX
="${CXX} -b -o"
41412 if test "x$GCC" != "xyes"; then
41413 echo "$as_me:$LINENO: checking for Intel compiler" >&5
41414 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
41415 if test "${bakefile_cv_prog_icc+set}" = set; then
41416 echo $ECHO_N "(cached) $ECHO_C" >&6
41419 cat >conftest.
$ac_ext <<_ACEOF
41422 cat confdefs.h
>>conftest.
$ac_ext
41423 cat >>conftest.
$ac_ext <<_ACEOF
41424 /* end confdefs.h. */
41430 #ifndef __INTEL_COMPILER
41438 rm -f conftest.
$ac_objext
41439 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41440 (eval $ac_compile) 2>conftest.er1
41442 grep -v '^ *+' conftest.er1
>conftest.err
41444 cat conftest.err
>&5
41445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41446 (exit $ac_status); } &&
41447 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41449 (eval $ac_try) 2>&5
41451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41452 (exit $ac_status); }; } &&
41453 { ac_try
='test -s conftest.$ac_objext'
41454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41455 (eval $ac_try) 2>&5
41457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41458 (exit $ac_status); }; }; then
41459 bakefile_cv_prog_icc
=yes
41461 echo "$as_me: failed program was:" >&5
41462 sed 's/^/| /' conftest.
$ac_ext >&5
41464 bakefile_cv_prog_icc
=no
41467 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41470 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
41471 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
41472 if test "$bakefile_cv_prog_icc" = "yes"; then
41479 if test "x$GCC" != xyes
; then
41480 SHARED_LD_CC
="${CC} -G -o"
41481 SHARED_LD_CXX
="${CXX} -G -o"
41488 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
41489 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
41490 if test "${wx_cv_gcc31+set}" = set; then
41491 echo $ECHO_N "(cached) $ECHO_C" >&6
41494 cat >conftest.
$ac_ext <<_ACEOF
41497 cat confdefs.h
>>conftest.
$ac_ext
41498 cat >>conftest.
$ac_ext <<_ACEOF
41499 /* end confdefs.h. */
41505 #if (__GNUC__ < 3) || \
41506 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
41514 rm -f conftest.
$ac_objext
41515 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41516 (eval $ac_compile) 2>conftest.er1
41518 grep -v '^ *+' conftest.er1
>conftest.err
41520 cat conftest.err
>&5
41521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41522 (exit $ac_status); } &&
41523 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41525 (eval $ac_try) 2>&5
41527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41528 (exit $ac_status); }; } &&
41529 { ac_try
='test -s conftest.$ac_objext'
41530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41531 (eval $ac_try) 2>&5
41533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41534 (exit $ac_status); }; }; then
41539 echo "$as_me: failed program was:" >&5
41540 sed 's/^/| /' conftest.
$ac_ext >&5
41547 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41550 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
41551 echo "${ECHO_T}$wx_cv_gcc31" >&6
41552 if test "$wx_cv_gcc31" = "no"; then
41555 cat <<EOF >shared-ld-sh
41557 #-----------------------------------------------------------------------------
41558 #-- Name: distrib/mac/shared-ld-sh
41559 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
41560 #-- Author: Gilles Depeyrot
41561 #-- Copyright: (c) 2002 Gilles Depeyrot
41562 #-- Licence: any use permitted
41563 #-----------------------------------------------------------------------------
41568 linking_flag="-dynamiclib"
41570 while test ${D}# -gt 0; do
41577 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
41578 # collect these options and values
41579 args="${D}{args} ${D}1 ${D}2"
41583 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
41584 # collect these options
41585 args="${D}{args} ${D}1"
41588 -dynamiclib|-bundle)
41589 linking_flag="${D}1"
41593 echo "shared-ld: unhandled option '${D}1'"
41597 *.o | *.a | *.dylib)
41598 # collect object files
41599 objects="${D}{objects} ${D}1"
41603 echo "shared-ld: unhandled argument '${D}1'"
41612 # Link one module containing all the others
41614 if test ${D}{verbose} = 1; then
41615 echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o"
41617 c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o
41619 if test ${D}{status} != 0; then
41624 # Link the shared library from the single module created
41626 if test ${D}{verbose} = 1; then
41627 echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
41629 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
41631 if test ${D}{status} != 0; then
41636 # Remove intermediate module
41638 rm -f master.${D}${D}.o
41643 chmod +x shared
-ld-sh
41645 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
41646 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
41647 SHARED_LD_CXX
="$SHARED_LD_CC"
41648 SHARED_LD_MODULE_CXX
="$SHARED_LD_MODULE_CC"
41650 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
41651 SHARED_LD_MODULE_CC
="\${CC} -bundle -single_module -headerpad_max_install_names -o"
41652 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
41653 SHARED_LD_MODULE_CXX
="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
41656 PIC_FLAG
="-dynamic -fPIC"
41660 if test "x$GCC" != "xyes"; then
41661 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
41662 set dummy makeC
++SharedLib
; ac_word
=$2
41663 echo "$as_me:$LINENO: checking for $ac_word" >&5
41664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41665 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
41666 echo $ECHO_N "(cached) $ECHO_C" >&6
41668 if test -n "$AIX_CXX_LD"; then
41669 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
41671 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41672 for as_dir
in $PATH
41675 test -z "$as_dir" && as_dir
=.
41676 for ac_exec_ext
in '' $ac_executable_extensions; do
41677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41678 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
41679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41685 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
41688 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
41689 if test -n "$AIX_CXX_LD"; then
41690 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
41691 echo "${ECHO_T}$AIX_CXX_LD" >&6
41693 echo "$as_me:$LINENO: result: no" >&5
41694 echo "${ECHO_T}no" >&6
41697 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
41698 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
41703 SHARED_LD_CC
="${LD} -nostart -o"
41704 SHARED_LD_CXX
="${LD} -nostart -o"
41708 if test "x$GCC" != "xyes"; then
41713 *-*-cygwin* | *-*-mingw32* )
41715 SHARED_LD_CC
="\$(CC) -shared -o"
41716 SHARED_LD_CXX
="\$(CXX) -shared -o"
41719 *-pc-os2_emx | *-pc-os2-emx )
41720 SHARED_LD_CC
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41721 SHARED_LD_CXX
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41725 cat <<EOF >dllar.sh
41728 # dllar - a tool to build both a .dll and an .a file
41729 # from a set of object (.o) files for EMX/OS2.
41731 # Written by Andrew Zabolotny, bit@freya.etu.ru
41732 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
41734 # This script will accept a set of files on the command line.
41735 # All the public symbols from the .o files will be exported into
41736 # a .DEF file, then linker will be run (through gcc) against them to
41737 # build a shared library consisting of all given .o files. All libraries
41738 # (.a) will be first decompressed into component .o files then act as
41739 # described above. You can optionally give a description (-d "description")
41740 # which will be put into .DLL. To see the list of accepted options (as well
41741 # as command-line format) simply run this program without options. The .DLL
41742 # is built to be imported by name (there is no guarantee that new versions
41743 # of the library you build will have same ordinals for same symbols).
41745 # dllar is free software; you can redistribute it and/or modify
41746 # it under the terms of the GNU General Public License as published by
41747 # the Free Software Foundation; either version 2, or (at your option)
41748 # any later version.
41750 # dllar is distributed in the hope that it will be useful,
41751 # but WITHOUT ANY WARRANTY; without even the implied warranty of
41752 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41753 # GNU General Public License for more details.
41755 # You should have received a copy of the GNU General Public License
41756 # along with dllar; see the file COPYING. If not, write to the Free
41757 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
41760 # To successfuly run this program you will need:
41761 # - Current drive should have LFN support (HPFS, ext2, network, etc)
41762 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
41764 # (used to build the .dll)
41766 # (used to create .def file from .o files)
41768 # (used to create .a file from .def file)
41769 # - GNU text utilites (cat, sort, uniq)
41770 # used to process emxexp output
41771 # - GNU file utilities (mv, rm)
41773 # - lxlite (optional, see flag below)
41774 # (used for general .dll cleanup)
41781 # basnam, variant of basename, which does _not_ remove the path, _iff_
41782 # second argument (suffix to remove) is given
41786 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
41789 echo ${D}1 | sed 's/'${D}2'${D}//'
41792 echo "error in basnam ${D}*"
41798 # Cleanup temporary files and output
41801 for i in ${D}inputFiles ; do
41804 rm -rf \`basnam ${D}i !\`
41811 # Kill result in case of failure as there is just to many stupid make/nmake
41812 # things out there which doesn't do this.
41813 if [ ${D}# -eq 0 ]; then
41814 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
41818 # Print usage and exit script with rc=1.
41820 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
41821 echo ' [-name-mangler-script script.sh]'
41822 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
41823 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
41824 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
41825 echo ' [*.o] [*.a]'
41826 echo '*> "output_file" should have no extension.'
41827 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
41828 echo ' The import library name is derived from this and is set to "name".a,'
41829 echo ' unless overridden by -import'
41830 echo '*> "importlib_name" should have no extension.'
41831 echo ' If it has the .o, or .a extension, it is automatically removed.'
41832 echo ' This name is used as the import library name and may be longer and'
41833 echo ' more descriptive than the DLL name which has to follow the old '
41834 echo ' 8.3 convention of FAT.'
41835 echo '*> "script.sh may be given to override the output_file name by a'
41836 echo ' different name. It is mainly useful if the regular make process'
41837 echo ' of some package does not take into account OS/2 restriction of'
41838 echo ' DLL name lengths. It takes the importlib name as input and is'
41839 echo ' supposed to procude a shorter name as output. The script should'
41840 echo ' expect to get importlib_name without extension and should produce'
41841 echo ' a (max.) 8 letter name without extension.'
41842 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
41843 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
41844 echo ' These flags will be put at the start of GCC command line.'
41845 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
41846 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
41847 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
41848 echo ' If the last character of a symbol is "*", all symbols beginning'
41849 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
41850 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
41851 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
41852 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
41853 echo ' C runtime DLLs.'
41854 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
41855 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
41856 echo ' unchanged to GCC at the end of command line.'
41857 echo '*> If you create a DLL from a library and you do not specify -o,'
41858 echo ' the basename for DLL and import library will be set to library name,'
41859 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
41860 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
41861 echo ' library will be renamed into gcc_s.a.'
41864 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
41865 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
41870 # Execute a command.
41871 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
41872 # @Uses Whatever CleanUp() uses.
41878 if [ ${D}rcCmd -ne 0 ]; then
41879 echo "command failed, exit code="${D}rcCmd
41894 CFLAGS="-s -Zcrtdll"
41896 EXPORT_BY_ORDINALS=0
41901 case ${D}curDirS in
41905 curDirS=${D}{curDirS}"/"
41908 # Parse commandline
41911 while [ ${D}1 ]; do
41914 EXPORT_BY_ORDINALS=1;
41924 -name-mangler-script)
41945 exclude_symbols=${D}{exclude_symbols}${D}1" "
41949 library_flags=${D}{library_flags}${D}1" "
41968 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
41971 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
41972 if [ ${D}omfLinking -eq 1 ]; then
41973 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
41975 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
41980 if [ ${D}libsToLink -ne 0 ]; then
41981 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
41983 for file in ${D}1 ; do
41984 if [ -f ${D}file ]; then
41985 inputFiles="${D}{inputFiles} ${D}file"
41989 if [ ${D}found -eq 0 ]; then
41990 echo "ERROR: No file(s) found: "${D}1
41997 done # iterate cmdline words
42000 if [ -z "${D}inputFiles" ]; then
42001 echo "dllar: no input files"
42005 # Now extract all .o files from .a files
42007 for file in ${D}inputFiles ; do
42018 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
42023 dirname=\`basnam ${D}file ${D}suffix\`"_%"
42025 if [ ${D}? -ne 0 ]; then
42026 echo "Failed to create subdirectory ./${D}dirname"
42030 # Append '!' to indicate archive
42031 newInputFiles="${D}newInputFiles ${D}{dirname}!"
42032 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
42035 for subfile in ${D}dirname/*.o* ; do
42036 if [ -f ${D}subfile ]; then
42038 if [ -s ${D}subfile ]; then
42039 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
42040 newInputFiles="${D}newInputFiles ${D}subfile"
42044 if [ ${D}found -eq 0 ]; then
42045 echo "WARNING: there are no files in archive \\'${D}file\\'"
42049 newInputFiles="${D}{newInputFiles} ${D}file"
42053 inputFiles="${D}newInputFiles"
42055 # Output filename(s).
42057 if [ -z ${D}outFile ]; then
42059 set outFile ${D}inputFiles; outFile=${D}2
42062 # If it is an archive, remove the '!' and the '_%' suffixes
42063 case ${D}outFile in
42065 outFile=\`basnam ${D}outFile _%!\`
42070 case ${D}outFile in
42072 outFile=\`basnam ${D}outFile .dll\`
42075 outFile=\`basnam ${D}outFile .DLL\`
42078 outFile=\`basnam ${D}outFile .o\`
42081 outFile=\`basnam ${D}outFile .obj\`
42084 outFile=\`basnam ${D}outFile .a\`
42087 outFile=\`basnam ${D}outFile .lib\`
42092 case ${D}outimpFile in
42094 outimpFile=\`basnam ${D}outimpFile .a\`
42097 outimpFile=\`basnam ${D}outimpFile .lib\`
42102 if [ -z ${D}outimpFile ]; then
42103 outimpFile=${D}outFile
42105 defFile="${D}{outFile}.def"
42106 arcFile="${D}{outimpFile}.a"
42107 arcFile2="${D}{outimpFile}.lib"
42109 #create ${D}dllFile as something matching 8.3 restrictions,
42110 if [ -z ${D}renameScript ] ; then
42111 dllFile="${D}outFile"
42113 dllFile=\`${D}renameScript ${D}outimpFile\`
42116 if [ ${D}do_backup -ne 0 ] ; then
42117 if [ -f ${D}arcFile ] ; then
42118 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
42120 if [ -f ${D}arcFile2 ] ; then
42121 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
42125 # Extract public symbols from all the object files.
42126 tmpdefFile=${D}{defFile}_%
42127 rm -f ${D}tmpdefFile
42128 for file in ${D}inputFiles ; do
42133 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
42138 # Create the def file.
42140 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
42141 dllFile="${D}{dllFile}.dll"
42142 if [ ! -z ${D}description ]; then
42143 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
42145 echo "EXPORTS" >> ${D}defFile
42147 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
42148 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
42150 # Checks if the export is ok or not.
42151 for word in ${D}exclude_symbols; do
42152 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
42153 mv ${D}{tmpdefFile}% ${D}tmpdefFile
42157 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
42158 sed "=" < ${D}tmpdefFile | \\
42162 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
42164 ' > ${D}{tmpdefFile}%
42165 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
42167 rm -f ${D}{tmpdefFile}%
42169 cat ${D}tmpdefFile >> ${D}defFile
42170 rm -f ${D}tmpdefFile
42172 # Do linking, create implib, and apply lxlite.
42174 for file in ${D}inputFiles ; do
42179 gccCmdl="${D}gccCmdl ${D}file"
42183 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
42184 touch "${D}{outFile}.dll"
42186 doCommand "emximp -o ${D}arcFile ${D}defFile"
42187 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
42189 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
42192 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
42194 doCommand "emxomf -s -l ${D}arcFile"
42204 powerpc
-apple-macos* | \
42205 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
42213 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
42214 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
42215 { (exit 1); exit 1; }; }
42218 if test "x$PIC_FLAG" != "x" ; then
42219 PIC_FLAG
="$PIC_FLAG -DPIC"
42222 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
42223 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
42225 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
42226 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
42243 case "${BAKEFILE_HOST}" in
42244 *-*-linux* | *-*-freebsd* )
42245 SONAME_FLAG
="-Wl,-soname,"
42273 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
42274 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
42277 if test "x$GCC" = "xyes"; then
42280 case "${BAKEFILE_HOST}" in
42281 powerpc
-*-darwin* )
42282 DEPSFLAG_GCC
="-no-cpp-precomp -MMD"
42285 DEPSFLAG_GCC
="-MMD"
42288 echo "$as_me:$LINENO: result: gcc" >&5
42289 echo "${ECHO_T}gcc" >&6
42290 elif test "x$MWCC" = "xyes"; then
42293 DEPSFLAG_MWCC
="-MM"
42294 echo "$as_me:$LINENO: result: mwcc" >&5
42295 echo "${ECHO_T}mwcc" >&6
42297 echo "$as_me:$LINENO: result: none" >&5
42298 echo "${ECHO_T}none" >&6
42301 if test $DEPS_TRACKING = 1 ; then
42307 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
42308 # script. It is used to track C/C++ files dependencies in portable way.
42310 # Permission is given to use this file in any way.
42312 DEPSMODE=${DEPSMODE}
42314 DEPSFLAG_GCC="${DEPSFLAG_GCC}"
42315 DEPSFLAG_MWCC="${DEPSFLAG_MWCC}"
42317 mkdir -p ${D}DEPSDIR
42319 if test ${D}DEPSMODE = gcc ; then
42320 ${D}* ${D}{DEPSFLAG_GCC}
42322 if test ${D}{status} != 0 ; then
42325 # move created file to the location we want it in:
42326 while test ${D}# -gt 0; do
42340 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
42341 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
42342 if test -f ${D}depfile ; then
42343 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
42346 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
42347 if test -f ${D}depfile ; then
42348 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
42353 elif test ${D}DEPSMODE = mwcc ; then
42356 if test ${D}{status} != 0 ; then
42359 # Run mwcc again with -MM and redirect into the dep file we want
42360 # NOTE: We can't use shift here because we need ${D}* to be valid
42362 for arg in ${D}* ; do
42363 if test "${D}prevarg" = "-o"; then
42376 ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d
42393 case ${BAKEFILE_HOST} in
42394 *-*-cygwin* | *-*-mingw32* )
42395 if test "$build" != "$host" ; then
42396 RESCOMP
=$host_alias-windres
42398 # Extract the first word of "windres", so it can be a program name with args.
42399 set dummy windres
; ac_word
=$2
42400 echo "$as_me:$LINENO: checking for $ac_word" >&5
42401 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42402 if test "${ac_cv_prog_RESCOMP+set}" = set; then
42403 echo $ECHO_N "(cached) $ECHO_C" >&6
42405 if test -n "$RESCOMP"; then
42406 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
42408 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42409 for as_dir
in $PATH
42412 test -z "$as_dir" && as_dir
=.
42413 for ac_exec_ext
in '' $ac_executable_extensions; do
42414 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42415 ac_cv_prog_RESCOMP
="windres"
42416 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42422 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="windres"
42425 RESCOMP
=$ac_cv_prog_RESCOMP
42426 if test -n "$RESCOMP"; then
42427 echo "$as_me:$LINENO: result: $RESCOMP" >&5
42428 echo "${ECHO_T}$RESCOMP" >&6
42430 echo "$as_me:$LINENO: result: no" >&5
42431 echo "${ECHO_T}no" >&6
42437 *-*-darwin* | powerpc
-apple-macos* )
42438 # Extract the first word of "Rez", so it can be a program name with args.
42439 set dummy Rez
; ac_word
=$2
42440 echo "$as_me:$LINENO: checking for $ac_word" >&5
42441 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42442 if test "${ac_cv_prog_RESCOMP+set}" = set; then
42443 echo $ECHO_N "(cached) $ECHO_C" >&6
42445 if test -n "$RESCOMP"; then
42446 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
42448 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42449 for as_dir
in $PATH
42452 test -z "$as_dir" && as_dir
=.
42453 for ac_exec_ext
in '' $ac_executable_extensions; do
42454 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42455 ac_cv_prog_RESCOMP
="Rez"
42456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42462 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
42465 RESCOMP
=$ac_cv_prog_RESCOMP
42466 if test -n "$RESCOMP"; then
42467 echo "$as_me:$LINENO: result: $RESCOMP" >&5
42468 echo "${ECHO_T}$RESCOMP" >&6
42470 echo "$as_me:$LINENO: result: no" >&5
42471 echo "${ECHO_T}no" >&6
42474 # Extract the first word of "SetFile", so it can be a program name with args.
42475 set dummy SetFile
; ac_word
=$2
42476 echo "$as_me:$LINENO: checking for $ac_word" >&5
42477 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42478 if test "${ac_cv_prog_SETFILE+set}" = set; then
42479 echo $ECHO_N "(cached) $ECHO_C" >&6
42481 if test -n "$SETFILE"; then
42482 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
42484 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42485 for as_dir
in $PATH
42488 test -z "$as_dir" && as_dir
=.
42489 for ac_exec_ext
in '' $ac_executable_extensions; do
42490 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42491 ac_cv_prog_SETFILE
="SetFile"
42492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42498 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
42501 SETFILE
=$ac_cv_prog_SETFILE
42502 if test -n "$SETFILE"; then
42503 echo "$as_me:$LINENO: result: $SETFILE" >&5
42504 echo "${ECHO_T}$SETFILE" >&6
42506 echo "$as_me:$LINENO: result: no" >&5
42507 echo "${ECHO_T}no" >&6
42517 BAKEFILE_BAKEFILE_M4_VERSION
="0.1.8"
42520 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.1.8"
42524 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
42525 if test "${enable_precomp_headers+set}" = set; then
42526 enableval
="$enable_precomp_headers"
42527 bk_use_pch
="$enableval"
42532 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
42533 if test "x$GCC" = "xyes"; then
42534 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
42535 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
42536 cat >conftest.
$ac_ext <<_ACEOF
42539 cat confdefs.h
>>conftest.
$ac_ext
42540 cat >>conftest.
$ac_ext <<_ACEOF
42541 /* end confdefs.h. */
42547 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
42548 #error "no pch support"
42551 #error "no pch support"
42553 #if (__GNUC__ == 3) && \
42554 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
42555 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
42556 #error "no pch support"
42563 rm -f conftest.
$ac_objext
42564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42565 (eval $ac_compile) 2>conftest.er1
42567 grep -v '^ *+' conftest.er1
>conftest.err
42569 cat conftest.err
>&5
42570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42571 (exit $ac_status); } &&
42572 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42574 (eval $ac_try) 2>&5
42576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42577 (exit $ac_status); }; } &&
42578 { ac_try
='test -s conftest.$ac_objext'
42579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42580 (eval $ac_try) 2>&5
42582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42583 (exit $ac_status); }; }; then
42585 echo "$as_me:$LINENO: result: yes" >&5
42586 echo "${ECHO_T}yes" >&6
42590 echo "$as_me: failed program was:" >&5
42591 sed 's/^/| /' conftest.
$ac_ext >&5
42594 echo "$as_me:$LINENO: result: no" >&5
42595 echo "${ECHO_T}no" >&6
42598 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
42599 if test $GCC_PCH = 1 ; then
42602 cat <<EOF >bk-make-pch
42605 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
42606 # script. It is used to generated precompiled headers.
42608 # Permission is given to use this file in any way.
42617 while test ${D}{#} -gt 0; do
42620 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
42621 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
42622 headerfile="${D}{incdir}/${D}{header}"
42626 compiler="${D}{compiler} ${D}{1}"
42630 if test "x${D}{headerfile}" = "x" ; then
42631 echo "error: can't find header ${D}{header} in include paths" >2
42633 if test -f ${D}{outfile} ; then
42634 rm -f ${D}{outfile}
42636 mkdir -p \`dirname ${D}{outfile}\`
42638 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
42640 # can do this because gcc is >= 3.4:
42641 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
42646 chmod +x bk
-make-pch
42653 COND_BUILD_DEBUG
="#"
42654 if test "x$BUILD" = "xdebug" ; then
42655 COND_BUILD_DEBUG
=""
42658 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
42659 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
42660 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
42663 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
42664 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
42665 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
42668 COND_BUILD_DEBUG_UNICODE_0
="#"
42669 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
42670 COND_BUILD_DEBUG_UNICODE_0
=""
42673 COND_BUILD_DEBUG_UNICODE_1
="#"
42674 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
42675 COND_BUILD_DEBUG_UNICODE_1
=""
42678 COND_BUILD_RELEASE
="#"
42679 if test "x$BUILD" = "xrelease" ; then
42680 COND_BUILD_RELEASE
=""
42683 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
42684 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
42685 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
42688 COND_BUILD_RELEASE_UNICODE_0
="#"
42689 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
42690 COND_BUILD_RELEASE_UNICODE_0
=""
42693 COND_BUILD_RELEASE_UNICODE_1
="#"
42694 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
42695 COND_BUILD_RELEASE_UNICODE_1
=""
42698 COND_DEBUG_FLAG_1
="#"
42699 if test "x$DEBUG_FLAG" = "x1" ; then
42700 COND_DEBUG_FLAG_1
=""
42703 COND_DEBUG_INFO_0
="#"
42704 if test "x$DEBUG_INFO" = "x0" ; then
42705 COND_DEBUG_INFO_0
=""
42708 COND_DEBUG_INFO_1
="#"
42709 if test "x$DEBUG_INFO" = "x1" ; then
42710 COND_DEBUG_INFO_1
=""
42713 COND_DEPS_TRACKING_0
="#"
42714 if test "x$DEPS_TRACKING" = "x0" ; then
42715 COND_DEPS_TRACKING_0
=""
42718 COND_DEPS_TRACKING_1
="#"
42719 if test "x$DEPS_TRACKING" = "x1" ; then
42720 COND_DEPS_TRACKING_1
=""
42724 if test "x$GCC_PCH" = "x1" ; then
42728 COND_MONOLITHIC_0
="#"
42729 if test "x$MONOLITHIC" = "x0" ; then
42730 COND_MONOLITHIC_0
=""
42733 COND_MONOLITHIC_0_SHARED_0
="#"
42734 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
42735 COND_MONOLITHIC_0_SHARED_0
=""
42738 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
42739 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
42740 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
42743 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
="#"
42744 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
42745 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
=""
42748 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
42749 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
42750 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
42753 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
="#"
42754 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
42755 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
=""
42758 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
42759 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
42760 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
42763 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
42764 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
42765 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
42768 COND_MONOLITHIC_0_SHARED_1
="#"
42769 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
42770 COND_MONOLITHIC_0_SHARED_1
=""
42773 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
42774 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
42775 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
42778 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
="#"
42779 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
42780 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
=""
42783 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
42784 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
42785 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
42788 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
="#"
42789 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
42790 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
=""
42793 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
42794 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
42795 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
42798 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
42799 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
42800 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
42803 COND_MONOLITHIC_0_USE_ODBC_1
="#"
42804 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
42805 COND_MONOLITHIC_0_USE_ODBC_1
=""
42808 COND_MONOLITHIC_1
="#"
42809 if test "x$MONOLITHIC" = "x1" ; then
42810 COND_MONOLITHIC_1
=""
42813 COND_MONOLITHIC_1_SHARED_0
="#"
42814 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
42815 COND_MONOLITHIC_1_SHARED_0
=""
42818 COND_MONOLITHIC_1_SHARED_1
="#"
42819 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
42820 COND_MONOLITHIC_1_SHARED_1
=""
42823 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
42824 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
42825 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
42828 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
42829 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
42830 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
42833 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
42834 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
42835 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
42838 COND_PLATFORM_MACOSX_1
="#"
42839 if test "x$PLATFORM_MACOSX" = "x1" ; then
42840 COND_PLATFORM_MACOSX_1
=""
42843 COND_PLATFORM_MACOSX_1_TOOLKIT_
="#"
42844 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
42845 COND_PLATFORM_MACOSX_1_TOOLKIT_
=""
42848 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
42849 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
42850 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
42853 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
42854 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
42855 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
42858 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
42859 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
42860 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
42863 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
="#"
42864 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
42865 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
=""
42868 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
42869 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42870 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
42873 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
="#"
42874 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
42875 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
=""
42878 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
="#"
42879 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
42880 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
=""
42883 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
42884 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
42885 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
42888 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
42889 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
42890 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
42893 COND_PLATFORM_MACOS_1
="#"
42894 if test "x$PLATFORM_MACOS" = "x1" ; then
42895 COND_PLATFORM_MACOS_1
=""
42898 COND_PLATFORM_MAC_1
="#"
42899 if test "x$PLATFORM_MAC" = "x1" ; then
42900 COND_PLATFORM_MAC_1
=""
42903 COND_PLATFORM_OS2_1
="#"
42904 if test "x$PLATFORM_OS2" = "x1" ; then
42905 COND_PLATFORM_OS2_1
=""
42908 COND_PLATFORM_UNIX_0
="#"
42909 if test "x$PLATFORM_UNIX" = "x0" ; then
42910 COND_PLATFORM_UNIX_0
=""
42913 COND_PLATFORM_UNIX_1
="#"
42914 if test "x$PLATFORM_UNIX" = "x1" ; then
42915 COND_PLATFORM_UNIX_1
=""
42918 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
42919 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
42920 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
42923 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
42924 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
42925 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
42928 COND_PLATFORM_WIN32_0
="#"
42929 if test "x$PLATFORM_WIN32" = "x0" ; then
42930 COND_PLATFORM_WIN32_0
=""
42933 COND_PLATFORM_WIN32_1
="#"
42934 if test "x$PLATFORM_WIN32" = "x1" ; then
42935 COND_PLATFORM_WIN32_1
=""
42939 if test "x$SHARED" = "x0" ; then
42943 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
="#"
42944 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
42945 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
=""
42948 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
="#"
42949 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
42950 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
=""
42953 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
="#"
42954 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
42955 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
=""
42958 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
42959 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
42960 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
42963 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
42964 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
42965 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
42968 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
42969 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
42970 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
42973 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
42974 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
42975 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
42978 COND_SHARED_0_USE_XRC_1
="#"
42979 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
42980 COND_SHARED_0_USE_XRC_1
=""
42983 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
42984 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
42985 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
42988 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
42989 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
42990 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
42993 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
42994 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
42995 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
42998 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
42999 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
43000 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
43004 if test "x$SHARED" = "x1" ; then
43008 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
43009 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
43010 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
43013 COND_SHARED_1_USE_XRC_1
="#"
43014 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
43015 COND_SHARED_1_USE_XRC_1
=""
43019 if test "x$TOOLKIT" = "x" ; then
43023 COND_TOOLKIT_COCOA
="#"
43024 if test "x$TOOLKIT" = "xCOCOA" ; then
43025 COND_TOOLKIT_COCOA
=""
43028 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
43029 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
43030 COND_TOOLKIT_COCOA_USE_GUI_1
=""
43033 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
43034 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43035 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
43038 COND_TOOLKIT_GTK
="#"
43039 if test "x$TOOLKIT" = "xGTK" ; then
43040 COND_TOOLKIT_GTK
=""
43043 COND_TOOLKIT_GTK_USE_GUI_1
="#"
43044 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
43045 COND_TOOLKIT_GTK_USE_GUI_1
=""
43048 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
43049 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43050 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
43053 COND_TOOLKIT_MAC
="#"
43054 if test "x$TOOLKIT" = "xMAC" ; then
43055 COND_TOOLKIT_MAC
=""
43058 COND_TOOLKIT_MAC_USE_GUI_1
="#"
43059 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
43060 COND_TOOLKIT_MAC_USE_GUI_1
=""
43063 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
43064 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43065 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
43068 COND_TOOLKIT_MGL
="#"
43069 if test "x$TOOLKIT" = "xMGL" ; then
43070 COND_TOOLKIT_MGL
=""
43073 COND_TOOLKIT_MGL_USE_GUI_1
="#"
43074 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
43075 COND_TOOLKIT_MGL_USE_GUI_1
=""
43078 COND_TOOLKIT_MOTIF
="#"
43079 if test "x$TOOLKIT" = "xMOTIF" ; then
43080 COND_TOOLKIT_MOTIF
=""
43083 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
43084 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
43085 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
43088 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
43089 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43090 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
43093 COND_TOOLKIT_MSW
="#"
43094 if test "x$TOOLKIT" = "xMSW" ; then
43095 COND_TOOLKIT_MSW
=""
43098 COND_TOOLKIT_MSW_USE_GUI_1
="#"
43099 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
43100 COND_TOOLKIT_MSW_USE_GUI_1
=""
43103 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
43104 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43105 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
43108 COND_TOOLKIT_PM
="#"
43109 if test "x$TOOLKIT" = "xPM" ; then
43113 COND_TOOLKIT_PM_USE_GUI_1
="#"
43114 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
43115 COND_TOOLKIT_PM_USE_GUI_1
=""
43118 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
43119 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43120 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
43123 COND_TOOLKIT_WINCE
="#"
43124 if test "x$TOOLKIT" = "xWINCE" ; then
43125 COND_TOOLKIT_WINCE
=""
43128 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
43129 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
43130 COND_TOOLKIT_WINCE_USE_GUI_1
=""
43133 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
43134 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43135 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
43138 COND_TOOLKIT_X11
="#"
43139 if test "x$TOOLKIT" = "xX11" ; then
43140 COND_TOOLKIT_X11
=""
43143 COND_TOOLKIT_X11_USE_GUI_1
="#"
43144 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
43145 COND_TOOLKIT_X11_USE_GUI_1
=""
43149 if test "x$UNICODE" = "x1" ; then
43153 COND_USE_EXCEPTIONS_0
="#"
43154 if test "x$USE_EXCEPTIONS" = "x0" ; then
43155 COND_USE_EXCEPTIONS_0
=""
43158 COND_USE_EXCEPTIONS_1
="#"
43159 if test "x$USE_EXCEPTIONS" = "x1" ; then
43160 COND_USE_EXCEPTIONS_1
=""
43164 if test "x$USE_GUI" = "x0" ; then
43169 if test "x$USE_GUI" = "x1" ; then
43173 COND_USE_GUI_1_WXUNIV_0
="#"
43174 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43175 COND_USE_GUI_1_WXUNIV_0
=""
43178 COND_USE_GUI_1_WXUNIV_1
="#"
43179 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
43180 COND_USE_GUI_1_WXUNIV_1
=""
43183 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
43184 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43185 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
43188 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
43189 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43190 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
43193 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
43194 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43195 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
43198 COND_USE_ODBC_1
="#"
43199 if test "x$USE_ODBC" = "x1" ; then
43203 COND_USE_OPENGL_1
="#"
43204 if test "x$USE_OPENGL" = "x1" ; then
43205 COND_USE_OPENGL_1
=""
43208 COND_USE_PLUGINS_0
="#"
43209 if test "x$USE_PLUGINS" = "x0" ; then
43210 COND_USE_PLUGINS_0
=""
43213 COND_USE_RTTI_0
="#"
43214 if test "x$USE_RTTI" = "x0" ; then
43218 COND_USE_RTTI_1
="#"
43219 if test "x$USE_RTTI" = "x1" ; then
43223 COND_USE_SOSYMLINKS_1
="#"
43224 if test "x$USE_SOSYMLINKS" = "x1" ; then
43225 COND_USE_SOSYMLINKS_1
=""
43228 COND_USE_SOVERLINUX_1
="#"
43229 if test "x$USE_SOVERLINUX" = "x1" ; then
43230 COND_USE_SOVERLINUX_1
=""
43233 COND_USE_SOVERSION_0
="#"
43234 if test "x$USE_SOVERSION" = "x0" ; then
43235 COND_USE_SOVERSION_0
=""
43238 COND_USE_SOVERSOLARIS_1
="#"
43239 if test "x$USE_SOVERSOLARIS" = "x1" ; then
43240 COND_USE_SOVERSOLARIS_1
=""
43243 COND_USE_THREADS_0
="#"
43244 if test "x$USE_THREADS" = "x0" ; then
43245 COND_USE_THREADS_0
=""
43248 COND_USE_THREADS_1
="#"
43249 if test "x$USE_THREADS" = "x1" ; then
43250 COND_USE_THREADS_1
=""
43254 if test "x$USE_XRC" = "x1" ; then
43258 COND_WITH_PLUGIN_SDL_1
="#"
43259 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
43260 COND_WITH_PLUGIN_SDL_1
=""
43264 if test "x$WXUNIV" = "x0" ; then
43269 if test "x$WXUNIV" = "x1" ; then
43273 COND_WXUSE_EXPAT_BUILTIN
="#"
43274 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
43275 COND_WXUSE_EXPAT_BUILTIN
=""
43278 COND_WXUSE_LIBJPEG_BUILTIN
="#"
43279 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43280 COND_WXUSE_LIBJPEG_BUILTIN
=""
43283 COND_WXUSE_LIBPNG_BUILTIN
="#"
43284 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43285 COND_WXUSE_LIBPNG_BUILTIN
=""
43288 COND_WXUSE_LIBTIFF_BUILTIN
="#"
43289 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43290 COND_WXUSE_LIBTIFF_BUILTIN
=""
43293 COND_WXUSE_ODBC_BUILTIN
="#"
43294 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
43295 COND_WXUSE_ODBC_BUILTIN
=""
43298 COND_WXUSE_REGEX_BUILTIN
="#"
43299 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
43300 COND_WXUSE_REGEX_BUILTIN
=""
43303 COND_WXUSE_ZLIB_BUILTIN
="#"
43304 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
43305 COND_WXUSE_ZLIB_BUILTIN
=""
43310 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
43311 { { 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
43312 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;}
43313 { (exit 1); exit 1; }; }
43317 if test "$wxUSE_SHARED" = "yes"; then
43319 sanitised_bakefile_mess
=`echo "$SHARED_LD_CXX" | tr -d '()'`
43320 EXE_LINKER
=`eval echo "$sanitised_bakefile_mess"`
43323 *-pc-os2_emx | *-pc-os2-emx )
43324 SHARED_LD_CC
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43325 SHARED_LD_CXX
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43326 cp -p ${srcdir}/src
/os
2/dllnames.sh .
43327 cp -p ${srcdir}/src
/os
2/dllar.sh .
43332 EXE_LINKER
="$CXX -o"
43335 if test "$wxUSE_OMF" = "yes"; then
43337 *-pc-os2_emx | *-pc-os2-emx )
43338 LDFLAGS
="$LDFLAGS -Zlinker /EXEPACK"
43339 LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
43340 WXCONFIG_LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
43345 GCC_PRAGMA_FLAGS
=""
43347 if test $GCC_PCH = 1 ; then
43348 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
43349 PCH_FLAGS
="-DWX_PRECOMP"
43352 powerpc
-*-darwin* )
43353 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
43356 if test "$wxUSE_STL" = "yes" -o \
43357 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
43358 "$wxUSE_NO_RTTI" != "yes"; then
43359 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
43360 echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
43361 cat >conftest.
$ac_ext <<_ACEOF
43364 cat confdefs.h
>>conftest.
$ac_ext
43365 cat >>conftest.
$ac_ext <<_ACEOF
43366 /* end confdefs.h. */
43371 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
43372 #error "Not GCC 3.2 or greater"
43379 rm -f conftest.
$ac_objext
43380 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43381 (eval $ac_compile) 2>conftest.er1
43383 grep -v '^ *+' conftest.er1
>conftest.err
43385 cat conftest.err
>&5
43386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43387 (exit $ac_status); } &&
43388 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43390 (eval $ac_try) 2>&5
43392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43393 (exit $ac_status); }; } &&
43394 { ac_try
='test -s conftest.$ac_objext'
43395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43396 (eval $ac_try) 2>&5
43398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43399 (exit $ac_status); }; }; then
43400 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
43401 echo "$as_me:$LINENO: result: yes" >&5
43402 echo "${ECHO_T}yes" >&6
43404 echo "$as_me: failed program was:" >&5
43405 sed 's/^/| /' conftest.
$ac_ext >&5
43407 echo "$as_me:$LINENO: result: no" >&5
43408 echo "${ECHO_T}no" >&6
43410 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43413 *-pc-os2_emx | *-pc-os2-emx )
43414 if test "$wxUSE_STL" = "yes"; then
43415 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
43416 echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
43417 cat >conftest.
$ac_ext <<_ACEOF
43420 cat confdefs.h
>>conftest.
$ac_ext
43421 cat >>conftest.
$ac_ext <<_ACEOF
43422 /* end confdefs.h. */
43427 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
43428 #error "Not GCC 3.2 or greater"
43435 rm -f conftest.
$ac_objext
43436 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43437 (eval $ac_compile) 2>conftest.er1
43439 grep -v '^ *+' conftest.er1
>conftest.err
43441 cat conftest.err
>&5
43442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43443 (exit $ac_status); } &&
43444 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43446 (eval $ac_try) 2>&5
43448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43449 (exit $ac_status); }; } &&
43450 { ac_try
='test -s conftest.$ac_objext'
43451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43452 (eval $ac_try) 2>&5
43454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43455 (exit $ac_status); }; }; then
43456 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
43457 echo "$as_me:$LINENO: result: yes" >&5
43458 echo "${ECHO_T}yes" >&6
43460 echo "$as_me: failed program was:" >&5
43461 sed 's/^/| /' conftest.
$ac_ext >&5
43463 echo "$as_me:$LINENO: result: no" >&5
43464 echo "${ECHO_T}no" >&6
43466 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43471 CPPFLAGS
="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
43474 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
43538 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
43539 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
43540 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
43541 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
43542 echo $ECHO_N "(cached) $ECHO_C" >&6
43544 cat >conftest.
make <<\_ACEOF
43546 @
echo 'ac_maketemp="$(MAKE)"'
43548 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
43549 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
43550 if test -n "$ac_maketemp"; then
43551 eval ac_cv_prog_make_
${ac_make}_set
=yes
43553 eval ac_cv_prog_make_
${ac_make}_set
=no
43555 rm -f conftest.
make
43557 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
43558 echo "$as_me:$LINENO: result: yes" >&5
43559 echo "${ECHO_T}yes" >&6
43562 echo "$as_me:$LINENO: result: no" >&5
43563 echo "${ECHO_T}no" >&6
43564 SET_MAKE
="MAKE=${MAKE-make}"
43569 ac_config_headers
="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
43572 ac_config_files
="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
43575 ac_config_files
="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
43578 ac_config_files
="$ac_config_files version-script Makefile"
43581 ac_config_commands
="$ac_config_commands wx-config
43587 if test "$wxUSE_GUI" = "yes"; then
43588 SUBDIRS
="samples demos utils contrib"
43589 else SUBDIRS
="samples utils"
43594 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
43595 if test "${with_cppunit_prefix+set}" = set; then
43596 withval
="$with_cppunit_prefix"
43597 cppunit_config_prefix
="$withval"
43599 cppunit_config_prefix
=""
43602 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
43603 if test "${with_cppunit_exec_prefix+set}" = set; then
43604 withval
="$with_cppunit_exec_prefix"
43605 cppunit_config_exec_prefix
="$withval"
43607 cppunit_config_exec_prefix
=""
43610 if test x
$cppunit_config_exec_prefix != x
; then
43611 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
43612 if test x
${CPPUNIT_CONFIG+set} != xset
; then
43613 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
43616 if test x
$cppunit_config_prefix != x
; then
43617 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
43618 if test x
${CPPUNIT_CONFIG+set} != xset
; then
43619 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
43623 # Extract the first word of "cppunit-config", so it can be a program name with args.
43624 set dummy cppunit
-config; ac_word
=$2
43625 echo "$as_me:$LINENO: checking for $ac_word" >&5
43626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43627 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
43628 echo $ECHO_N "(cached) $ECHO_C" >&6
43630 case $CPPUNIT_CONFIG in
43632 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
43635 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43636 for as_dir
in $PATH
43639 test -z "$as_dir" && as_dir
=.
43640 for ac_exec_ext
in '' $ac_executable_extensions; do
43641 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43642 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
43643 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43649 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
43653 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
43655 if test -n "$CPPUNIT_CONFIG"; then
43656 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
43657 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
43659 echo "$as_me:$LINENO: result: no" >&5
43660 echo "${ECHO_T}no" >&6
43663 cppunit_version_min
=1.8.0
43665 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
43666 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
43668 if test "$CPPUNIT_CONFIG" = "no" ; then
43671 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
43672 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
43673 cppunit_version
=`$CPPUNIT_CONFIG --version`
43675 cppunit_major_version
=`echo $cppunit_version | \
43676 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
43677 cppunit_minor_version
=`echo $cppunit_version | \
43678 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
43679 cppunit_micro_version
=`echo $cppunit_version | \
43680 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
43682 cppunit_major_min
=`echo $cppunit_version_min | \
43683 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
43684 cppunit_minor_min
=`echo $cppunit_version_min | \
43685 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
43686 cppunit_micro_min
=`echo $cppunit_version_min | \
43687 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
43689 cppunit_version_proper
=`expr \
43690 $cppunit_major_version \> $cppunit_major_min \| \
43691 $cppunit_major_version \= $cppunit_major_min \& \
43692 $cppunit_minor_version \> $cppunit_minor_min \| \
43693 $cppunit_major_version \= $cppunit_major_min \& \
43694 $cppunit_minor_version \= $cppunit_minor_min \& \
43695 $cppunit_micro_version \>= $cppunit_micro_min `
43697 if test "$cppunit_version_proper" = "1" ; then
43698 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
43699 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
43701 echo "$as_me:$LINENO: result: no" >&5
43702 echo "${ECHO_T}no" >&6
43707 if test "x$no_cppunit" = x
; then
43708 SUBDIRS
="$SUBDIRS tests"
43719 for subdir
in `echo $SUBDIRS`; do
43720 if test -d ${srcdir}/${subdir} ; then
43721 if test "$wxUSE_GUI" = "yes"; then
43722 if test ${subdir} = "samples"; then
43723 makefiles
="samples/Makefile.in $makefiles"
43724 for sample
in `echo $SAMPLES_SUBDIRS`; do
43725 if test -d $srcdir/samples
/$sample; then
43726 makefiles
="samples/$sample/Makefile.in $makefiles"
43729 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
43731 else if test ${subdir} = "samples"; then
43732 makefiles
="samples/Makefile.in samples/console/Makefile.in"
43733 elif test ${subdir} = "utils"; then
43735 for util
in HelpGen tex2rtf
; do
43736 if test -d $srcdir/utils
/$util ; then
43737 makefiles
="utils/$util/Makefile.in \
43738 utils/$util/src/Makefile.in \
43742 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
43746 for mkin
in $makefiles ; do
43747 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
43748 ac_config_files
="$ac_config_files $mk"
43755 cat >confcache
<<\_ACEOF
43756 # This file is a shell script that caches the results of configure
43757 # tests run on this system so they can be shared between configure
43758 # scripts and configure runs, see configure's option --config-cache.
43759 # It is not useful on other systems. If it contains results you don't
43760 # want to keep, you may remove or edit it.
43762 # config.status only pays attention to the cache file if you give it
43763 # the --recheck option to rerun configure.
43765 # `ac_cv_env_foo' variables (set or unset) will be overridden when
43766 # loading this file, other *unset* `ac_cv_foo' will be assigned the
43767 # following values.
43771 # The following way of writing the cache mishandles newlines in values,
43772 # but we know of no workaround that is simple, portable, and efficient.
43773 # So, don't put newlines in cache variables' values.
43774 # Ultrix sh set writes to stderr and can't be redirected directly,
43775 # and sets the high bit in the cache file unless we assign to the vars.
43778 case `(ac_space=' '; set | grep ac_space) 2>&1` in
43780 # `set' does not quote correctly, so add quotes (double-quote
43781 # substitution turns \\\\ into \\, and sed turns \\ into \).
43784 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
43787 # `set' quotes correctly as required by POSIX, so do not add quotes.
43789 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
43796 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
43798 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
43800 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
43801 if test -w $cache_file; then
43802 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
43803 cat confcache
>$cache_file
43805 echo "not updating unwritable cache $cache_file"
43810 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
43811 # Let make expand exec_prefix.
43812 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
43814 # VPATH may cause trouble with some makes, so we remove $(srcdir),
43815 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
43816 # trailing colons and then remove the whole line if VPATH becomes empty
43817 # (actually we leave an empty line to preserve line numbers).
43818 if test "x$srcdir" = x.
; then
43819 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
43820 s/:*\$(srcdir):*/:/;
43821 s/:*\${srcdir}:*/:/;
43823 s/^\([^=]*=[ ]*\):*/\1/;
43829 DEFS
=-DHAVE_CONFIG_H
43833 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
43834 # 1. Remove the extension, and $U if already installed.
43835 ac_i
=`echo "$ac_i" |
43836 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
43838 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
43839 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
43841 LIBOBJS
=$ac_libobjs
43843 LTLIBOBJS
=$ac_ltlibobjs
43847 : ${CONFIG_STATUS=./config.status}
43848 ac_clean_files_save
=$ac_clean_files
43849 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
43850 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
43851 echo "$as_me: creating $CONFIG_STATUS" >&6;}
43852 cat >$CONFIG_STATUS <<_ACEOF
43854 # Generated by $as_me.
43855 # Run this file to recreate the current configuration.
43856 # Compiler output produced by configure, useful for debugging
43857 # configure, is in config.log if it exists.
43860 ac_cs_recheck=false
43862 SHELL=\${CONFIG_SHELL-$SHELL}
43865 cat >>$CONFIG_STATUS <<\_ACEOF
43866 ## --------------------- ##
43867 ## M4sh Initialization. ##
43868 ## --------------------- ##
43870 # Be Bourne compatible
43871 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
43874 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
43875 # is contrary to our usage. Disable this feature.
43876 alias -g '${1+"$@"}'='"$@"'
43877 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
43880 DUALCASE
=1; export DUALCASE
# for MKS sh
43882 # Support unset when possible.
43883 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
43890 # Work around bugs in pre-3.0 UWIN ksh.
43891 $as_unset ENV MAIL MAILPATH
43898 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43899 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
43900 LC_TELEPHONE LC_TIME
43902 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
43903 eval $as_var=C
; export $as_var
43909 # Required to use basename.
43910 if expr a
: '\(a\)' >/dev
/null
2>&1; then
43916 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
43917 as_basename
=basename
43923 # Name of the executable.
43924 as_me
=`$as_basename "$0" ||
43925 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
43926 X"$0" : 'X\(//\)$' \| \
43927 X"$0" : 'X\(/\)$' \| \
43928 . : '\(.\)' 2>/dev/null ||
43930 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
43931 /^X\/\(\/\/\)$/{ s//\1/; q; }
43932 /^X\/\(\/\).*/{ s//\1/; q; }
43936 # PATH needs CR, and LINENO needs CR and PATH.
43937 # Avoid depending upon Character Ranges.
43938 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
43939 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
43940 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
43941 as_cr_digits
='0123456789'
43942 as_cr_alnum
=$as_cr_Letters$as_cr_digits
43944 # The user is always right.
43945 if test "${PATH_SEPARATOR+set}" != set; then
43946 echo "#! /bin/sh" >conf$$.sh
43947 echo "exit 0" >>conf$$.sh
43949 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
43958 as_lineno_1
=$LINENO
43959 as_lineno_2
=$LINENO
43960 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
43961 test "x$as_lineno_1" != "x$as_lineno_2" &&
43962 test "x$as_lineno_3" = "x$as_lineno_2" || {
43963 # Find who we are. Look in the path if we contain no path at all
43966 *[\\/]* ) as_myself
=$0 ;;
43967 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43968 for as_dir
in $PATH
43971 test -z "$as_dir" && as_dir
=.
43972 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
43977 # We did not find ourselves, most probably we were run as `sh COMMAND'
43978 # in which case we are not to be found in the path.
43979 if test "x$as_myself" = x
; then
43982 if test ! -f "$as_myself"; then
43983 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
43984 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
43985 { (exit 1); exit 1; }; }
43987 case $CONFIG_SHELL in
43989 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43990 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
43993 test -z "$as_dir" && as_dir
=.
43994 for as_base
in sh bash ksh sh5
; do
43997 if ("$as_dir/$as_base" -c '
43998 as_lineno_1=$LINENO
43999 as_lineno_2=$LINENO
44000 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
44001 test "x$as_lineno_1" != "x$as_lineno_2" &&
44002 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
44003 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
44004 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
44005 CONFIG_SHELL
=$as_dir/$as_base
44006 export CONFIG_SHELL
44007 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
44015 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
44016 # uniformly replaced by the line number. The first 'sed' inserts a
44017 # line-number line before each line; the second 'sed' does the real
44018 # work. The second script uses 'N' to pair each line-number line
44019 # with the numbered line, and appends trailing '-' during
44020 # substitution so that $LINENO is not a special case at line end.
44021 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
44022 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
44023 sed '=' <$as_myself |
44028 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
44031 s,^['$as_cr_digits']*\n,,
44032 ' >$as_me.lineno
&&
44033 chmod +x
$as_me.lineno
||
44034 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
44035 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
44036 { (exit 1); exit 1; }; }
44038 # Don't try to exec as it changes $[0], causing all sort of problems
44039 # (the dirname of $[0] is not the place where we might find the
44040 # original and so on. Autoconf is especially sensible to this).
44042 # Exit status is that of the last command.
44047 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
44048 *c
*,-n*) ECHO_N
= ECHO_C
='
44050 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
44051 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
44054 if expr a
: '\(a\)' >/dev
/null
2>&1; then
44060 rm -f conf$$ conf$$.exe conf$$.
file
44062 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
44063 # We could just check for DJGPP; but this test a) works b) is more generic
44064 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
44065 if test -f conf$$.exe
; then
44066 # Don't use ln at all; we don't have any links
44071 elif ln conf$$.
file conf$$
2>/dev
/null
; then
44076 rm -f conf$$ conf$$.exe conf$$.
file
44078 if mkdir -p .
2>/dev
/null
; then
44081 test -d .
/-p && rmdir .
/-p
44085 as_executable_p
="test -f"
44087 # Sed expression to map a string onto a valid CPP name.
44088 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
44090 # Sed expression to map a string onto a valid variable name.
44091 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
44095 # We need space, tab and new line, in precisely that order.
44105 # Open the log real soon, to keep \$[0] and so on meaningful, and to
44106 # report actual input values of CONFIG_FILES etc. instead of their
44107 # values after options handling. Logging --version etc. is OK.
44111 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
44112 ## Running $as_me. ##
44117 This file was extended by wxWidgets $as_me 2.6.0, which was
44118 generated by GNU Autoconf 2.59. Invocation command line was
44120 CONFIG_FILES = $CONFIG_FILES
44121 CONFIG_HEADERS = $CONFIG_HEADERS
44122 CONFIG_LINKS = $CONFIG_LINKS
44123 CONFIG_COMMANDS = $CONFIG_COMMANDS
44127 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
44131 # Files that config.status was made for.
44132 if test -n "$ac_config_files"; then
44133 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
44136 if test -n "$ac_config_headers"; then
44137 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
44140 if test -n "$ac_config_links"; then
44141 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
44144 if test -n "$ac_config_commands"; then
44145 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
44148 cat >>$CONFIG_STATUS <<\_ACEOF
44151 \`$as_me' instantiates files from templates according to the
44152 current configuration.
44154 Usage: $0 [OPTIONS] [FILE]...
44156 -h, --help print this help, then exit
44157 -V, --version print version number, then exit
44158 -q, --quiet do not print progress messages
44159 -d, --debug don't remove temporary files
44160 --recheck update $as_me by reconfiguring in the same conditions
44161 --file=FILE[:TEMPLATE]
44162 instantiate the configuration file FILE
44163 --header=FILE[:TEMPLATE]
44164 instantiate the configuration header FILE
44166 Configuration files:
44169 Configuration headers:
44172 Configuration commands:
44175 Report bugs to <bug-autoconf@gnu.org>."
44178 cat >>$CONFIG_STATUS <<_ACEOF
44180 wxWidgets config.status 2.6.0
44181 configured by $0, generated by GNU Autoconf 2.59,
44182 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
44184 Copyright (C) 2003 Free Software Foundation, Inc.
44185 This config.status script is free software; the Free Software Foundation
44186 gives unlimited permission to copy, distribute and modify it."
44191 cat >>$CONFIG_STATUS <<\_ACEOF
44192 # If no file are specified by the user, then we need to provide default
44193 # value. By we need to know if files were specified by the user.
44199 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
44200 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
44208 *) # This is not an option, so the user has probably given explicit
44211 ac_need_defaults
=false
;;
44215 # Handling of the options.
44217 cat >>$CONFIG_STATUS <<\_ACEOF
44218 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
44220 --version | --vers* | -V )
44221 echo "$ac_cs_version"; exit 0 ;;
44223 # Conflict between --help and --header
44224 { { echo "$as_me:$LINENO: error: ambiguous option: $1
44225 Try \`$0 --help' for more information." >&5
44226 echo "$as_me: error: ambiguous option: $1
44227 Try \`$0 --help' for more information." >&2;}
44228 { (exit 1); exit 1; }; };;
44229 --help | --hel | -h )
44230 echo "$ac_cs_usage"; exit 0 ;;
44231 --debug | --d* | -d )
44233 --file | --fil | --fi | --f )
44235 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
44236 ac_need_defaults
=false
;;
44237 --header | --heade | --head | --hea )
44239 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
44240 ac_need_defaults
=false
;;
44241 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
44242 | -silent | --silent | --silen | --sile | --sil | --si | --s)
44245 # This is an error.
44246 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
44247 Try \`$0 --help' for more information." >&5
44248 echo "$as_me: error: unrecognized option: $1
44249 Try \`$0 --help' for more information." >&2;}
44250 { (exit 1); exit 1; }; } ;;
44252 *) ac_config_targets
="$ac_config_targets $1" ;;
44258 ac_configure_extra_args
=
44260 if $ac_cs_silent; then
44262 ac_configure_extra_args
="$ac_configure_extra_args --silent"
44266 cat >>$CONFIG_STATUS <<_ACEOF
44267 if \$ac_cs_recheck; then
44268 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
44269 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
44274 cat >>$CONFIG_STATUS <<_ACEOF
44276 # INIT-COMMANDS section.
44279 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44280 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44281 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44289 cat >>$CONFIG_STATUS <<\_ACEOF
44290 for ac_config_target
in $ac_config_targets
44292 case "$ac_config_target" in
44293 # Handling of arguments.
44294 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
44295 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
44296 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
44297 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
44298 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
44299 "wx-config" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
44300 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
44301 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
44302 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
44303 { (exit 1); exit 1; }; };;
44307 # If the user did not use the arguments to specify the items to instantiate,
44308 # then the envvar interface is used. Set only those that are not.
44309 # We use the long form for the default assignment because of an extremely
44310 # bizarre bug on SunOS 4.1.3.
44311 if $ac_need_defaults; then
44312 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
44313 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
44314 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
44317 # Have a temporary directory for convenience. Make it in the build tree
44318 # simply because there is no reason to put it here, and in addition,
44319 # creating and moving files from /tmp can sometimes cause problems.
44320 # Create a temporary directory, and hook for its removal unless debugging.
44323 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
44324 trap '{ (exit 1); exit 1; }' 1 2 13 15
44327 # Create a (secure) tmp directory for tmp files.
44330 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
44331 test -n "$tmp" && test -d "$tmp"
44334 tmp
=.
/confstat$$
-$RANDOM
44335 (umask 077 && mkdir $tmp)
44338 echo "$me: cannot create a temporary directory in ." >&2
44339 { (exit 1); exit 1; }
44344 cat >>$CONFIG_STATUS <<_ACEOF
44347 # CONFIG_FILES section.
44350 # No need to generate the scripts if there are no CONFIG_FILES.
44351 # This happens for instance when ./config.status config.h
44352 if test -n "\$CONFIG_FILES"; then
44353 # Protect against being on the right side of a sed subst in config.status.
44354 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
44355 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
44356 s,@SHELL@,$SHELL,;t t
44357 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
44358 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
44359 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
44360 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
44361 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
44362 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
44363 s,@exec_prefix@,$exec_prefix,;t t
44364 s,@prefix@,$prefix,;t t
44365 s,@program_transform_name@,$program_transform_name,;t t
44366 s,@bindir@,$bindir,;t t
44367 s,@sbindir@,$sbindir,;t t
44368 s,@libexecdir@,$libexecdir,;t t
44369 s,@datadir@,$datadir,;t t
44370 s,@sysconfdir@,$sysconfdir,;t t
44371 s,@sharedstatedir@,$sharedstatedir,;t t
44372 s,@localstatedir@,$localstatedir,;t t
44373 s,@libdir@,$libdir,;t t
44374 s,@includedir@,$includedir,;t t
44375 s,@oldincludedir@,$oldincludedir,;t t
44376 s,@infodir@,$infodir,;t t
44377 s,@mandir@,$mandir,;t t
44378 s,@build_alias@,$build_alias,;t t
44379 s,@host_alias@,$host_alias,;t t
44380 s,@target_alias@,$target_alias,;t t
44381 s,@DEFS@,$DEFS,;t t
44382 s,@ECHO_C@,$ECHO_C,;t t
44383 s,@ECHO_N@,$ECHO_N,;t t
44384 s,@ECHO_T@,$ECHO_T,;t t
44385 s,@LIBS@,$LIBS,;t t
44386 s,@build@,$build,;t t
44387 s,@build_cpu@,$build_cpu,;t t
44388 s,@build_vendor@,$build_vendor,;t t
44389 s,@build_os@,$build_os,;t t
44390 s,@host@,$host,;t t
44391 s,@host_cpu@,$host_cpu,;t t
44392 s,@host_vendor@,$host_vendor,;t t
44393 s,@host_os@,$host_os,;t t
44394 s,@target@,$target,;t t
44395 s,@target_cpu@,$target_cpu,;t t
44396 s,@target_vendor@,$target_vendor,;t t
44397 s,@target_os@,$target_os,;t t
44399 s,@CFLAGS@,$CFLAGS,;t t
44400 s,@LDFLAGS@,$LDFLAGS,;t t
44401 s,@CPPFLAGS@,$CPPFLAGS,;t t
44402 s,@ac_ct_CC@,$ac_ct_CC,;t t
44403 s,@EXEEXT@,$EXEEXT,;t t
44404 s,@OBJEXT@,$OBJEXT,;t t
44406 s,@EGREP@,$EGREP,;t t
44408 s,@CXXFLAGS@,$CXXFLAGS,;t t
44409 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
44410 s,@RANLIB@,$RANLIB,;t t
44411 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
44413 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
44414 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
44415 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
44416 s,@STRIP@,$STRIP,;t t
44417 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
44418 s,@LN_S@,$LN_S,;t t
44419 s,@CXXCPP@,$CXXCPP,;t t
44420 s,@subdirs@,$subdirs,;t t
44421 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
44422 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
44423 s,@GTK_LIBS@,$GTK_LIBS,;t t
44424 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
44425 s,@X_CFLAGS@,$X_CFLAGS,;t t
44426 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
44427 s,@X_LIBS@,$X_LIBS,;t t
44428 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
44429 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
44430 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
44431 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
44432 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
44433 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
44434 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
44435 s,@RESCOMP@,$RESCOMP,;t t
44436 s,@DEREZ@,$DEREZ,;t t
44437 s,@SETFILE@,$SETFILE,;t t
44438 s,@LIBICONV@,$LIBICONV,;t t
44439 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
44440 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
44441 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
44442 s,@SDL_LIBS@,$SDL_LIBS,;t t
44443 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
44444 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
44445 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
44446 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
44447 s,@GST_INSPECT@,$GST_INSPECT,;t t
44448 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
44449 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
44450 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
44451 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
44452 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
44453 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
44454 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
44455 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
44456 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
44457 s,@VENDOR@,$VENDOR,;t t
44458 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
44459 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
44460 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
44461 s,@WXUNIV@,$WXUNIV,;t t
44462 s,@MONOLITHIC@,$MONOLITHIC,;t t
44463 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
44464 s,@EXTRALIBS@,$EXTRALIBS,;t t
44465 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
44466 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
44467 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
44468 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
44469 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
44470 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
44471 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
44472 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
44473 s,@UNICODE@,$UNICODE,;t t
44474 s,@BUILD@,$BUILD,;t t
44475 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
44476 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
44477 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
44478 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
44479 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
44480 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
44481 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
44482 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
44483 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
44484 s,@SET_MAKE@,$SET_MAKE,;t t
44485 s,@MAKE_SET@,$MAKE_SET,;t t
44486 s,@ac_ct_AR@,$ac_ct_AR,;t t
44487 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
44489 s,@ac_ct_NM@,$ac_ct_NM,;t t
44490 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
44491 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
44492 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
44493 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
44494 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
44495 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
44496 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
44497 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
44498 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
44499 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
44500 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
44501 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
44502 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
44503 s,@LIBPREFIX@,$LIBPREFIX,;t t
44504 s,@LIBEXT@,$LIBEXT,;t t
44505 s,@DLLPREFIX@,$DLLPREFIX,;t t
44506 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
44507 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
44508 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
44509 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
44510 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
44511 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
44512 s,@PIC_FLAG@,$PIC_FLAG,;t t
44513 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
44514 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
44515 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
44516 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
44517 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
44518 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
44519 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
44520 s,@GCC_PCH@,$GCC_PCH,;t t
44521 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
44522 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
44523 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
44524 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
44525 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
44526 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
44527 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
44528 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
44529 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
44530 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
44531 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
44532 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
44533 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
44534 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
44535 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
44536 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
44537 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
44538 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
44539 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1,;t t
44540 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1,;t t
44541 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1,;t t
44542 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
44543 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
44544 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
44545 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
44546 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1,;t t
44547 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1,;t t
44548 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1,;t t
44549 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
44550 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
44551 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
44552 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
44553 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
44554 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
44555 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
44556 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
44557 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
44558 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
44559 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
44560 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
44561 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
44562 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
44563 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
44564 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
44565 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
44566 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
44567 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
44568 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
44569 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
44570 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
44571 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
44572 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
44573 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
44574 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
44575 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
44576 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
44577 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
44578 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
44579 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
44580 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
44581 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
44582 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
44583 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
44584 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
44585 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
44586 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
44587 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
44588 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
44589 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
44590 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
44591 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
44592 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
44593 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
44594 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
44595 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
44596 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
44597 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
44598 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
44599 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
44600 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
44601 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
44602 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
44603 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
44604 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
44605 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
44606 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
44607 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
44608 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
44609 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
44610 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
44611 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
44612 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
44613 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
44614 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
44615 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
44616 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
44617 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
44618 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
44619 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
44620 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
44621 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
44622 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
44623 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
44624 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
44625 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
44626 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
44627 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
44628 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
44629 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
44630 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
44631 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
44632 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
44633 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
44634 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
44635 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
44636 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
44637 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
44638 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
44639 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
44640 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
44641 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
44642 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
44643 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
44644 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
44645 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
44646 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
44647 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
44648 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
44649 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
44650 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
44651 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
44652 s,@SHARED@,$SHARED,;t t
44653 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
44654 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
44655 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
44656 s,@USE_GUI@,$USE_GUI,;t t
44657 s,@AFMINSTALL@,$AFMINSTALL,;t t
44658 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
44659 s,@TOOLKIT@,$TOOLKIT,;t t
44660 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
44661 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
44662 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
44663 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
44664 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
44665 s,@cross_compiling@,$cross_compiling,;t t
44666 s,@WIDGET_SET@,$WIDGET_SET,;t t
44667 s,@WX_RELEASE@,$WX_RELEASE,;t t
44668 s,@WX_VERSION@,$WX_VERSION,;t t
44669 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
44670 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
44671 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
44672 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
44673 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
44674 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
44675 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
44676 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
44677 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
44678 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
44679 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
44680 s,@EXE_LINKER@,$EXE_LINKER,;t t
44681 s,@GUIDIST@,$GUIDIST,;t t
44682 s,@DISTDIR@,$DISTDIR,;t t
44683 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
44684 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
44685 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
44686 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
44687 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
44688 s,@RESFLAGS@,$RESFLAGS,;t t
44689 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
44690 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
44691 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
44692 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
44693 s,@MACRESCOMP@,$MACRESCOMP,;t t
44694 s,@MACSETFILE@,$MACSETFILE,;t t
44695 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
44697 s,@DLLTOOL@,$DLLTOOL,;t t
44698 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
44699 s,@LIBOBJS@,$LIBOBJS,;t t
44700 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
44705 cat >>$CONFIG_STATUS <<\_ACEOF
44706 # Split the substitutions into bite-sized pieces for seds with
44707 # small command number limits, like on Digital OSF/1 and HP-UX.
44708 ac_max_sed_lines
=48
44709 ac_sed_frag
=1 # Number of current file.
44710 ac_beg
=1 # First line for current file.
44711 ac_end
=$ac_max_sed_lines # Line after last line for current file.
44714 while $ac_more_lines; do
44715 if test $ac_beg -gt 1; then
44716 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
44718 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
44720 if test ! -s $tmp/subs.frag
; then
44721 ac_more_lines
=false
44723 # The purpose of the label and of the branching condition is to
44724 # speed up the sed processing (if there are no `@' at all, there
44725 # is no need to browse any of the substitutions).
44726 # These are the two extra sed commands mentioned above.
44728 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
44729 if test -z "$ac_sed_cmds"; then
44730 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
44732 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
44734 ac_sed_frag
=`expr $ac_sed_frag + 1`
44736 ac_end
=`expr $ac_end + $ac_max_sed_lines`
44739 if test -z "$ac_sed_cmds"; then
44742 fi # test -n "$CONFIG_FILES"
44745 cat >>$CONFIG_STATUS <<\_ACEOF
44746 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
44747 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
44749 - | *:- | *:-:* ) # input from stdin
44751 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
44752 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
44753 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
44754 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
44755 * ) ac_file_in
=$ac_file.
in ;;
44758 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
44759 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
44760 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44761 X"$ac_file" : 'X\(//\)[^/]' \| \
44762 X"$ac_file" : 'X\(//\)$' \| \
44763 X"$ac_file" : 'X\(/\)' \| \
44764 . : '\(.\)' 2>/dev/null ||
44766 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44767 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44768 /^X\(\/\/\)$/{ s//\1/; q; }
44769 /^X\(\/\).*/{ s//\1/; q; }
44771 { if $as_mkdir_p; then
44776 while test ! -d "$as_dir"; do
44777 as_dirs
="$as_dir $as_dirs"
44778 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
44779 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44780 X"$as_dir" : 'X\(//\)[^/]' \| \
44781 X"$as_dir" : 'X\(//\)$' \| \
44782 X"$as_dir" : 'X\(/\)' \| \
44783 . : '\(.\)' 2>/dev/null ||
44785 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44786 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44787 /^X\(\/\/\)$/{ s//\1/; q; }
44788 /^X\(\/\).*/{ s//\1/; q; }
44791 test ! -n "$as_dirs" || mkdir $as_dirs
44792 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
44793 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
44794 { (exit 1); exit 1; }; }; }
44798 if test "$ac_dir" != .
; then
44799 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
44800 # A "../" for each directory in $ac_dir_suffix.
44801 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
44803 ac_dir_suffix
= ac_top_builddir
=
44807 .
) # No --srcdir option. We are building in place.
44809 if test -z "$ac_top_builddir"; then
44812 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
44814 [\\/]* | ?
:[\\/]* ) # Absolute path.
44815 ac_srcdir
=$srcdir$ac_dir_suffix;
44816 ac_top_srcdir
=$srcdir ;;
44817 *) # Relative path.
44818 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
44819 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
44822 # Do not use `cd foo && pwd` to compute absolute paths, because
44823 # the directories may not exist.
44825 .
) ac_abs_builddir
="$ac_dir";;
44828 .
) ac_abs_builddir
=`pwd`;;
44829 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
44830 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
44833 case $ac_abs_builddir in
44834 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
44836 case ${ac_top_builddir}.
in
44837 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
44838 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
44839 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
44842 case $ac_abs_builddir in
44843 .
) ac_abs_srcdir
=$ac_srcdir;;
44846 .
) ac_abs_srcdir
=$ac_abs_builddir;;
44847 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
44848 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
44851 case $ac_abs_builddir in
44852 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
44854 case $ac_top_srcdir in
44855 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
44856 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
44857 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
44863 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
44864 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
44867 # Let's still pretend it is `configure' which instantiates (i.e., don't
44868 # use $as_me), people would be surprised to read:
44869 # /* config.h. Generated by config.status. */
44870 if test x
"$ac_file" = x
-; then
44873 configure_input
="$ac_file. "
44875 configure_input
=$configure_input"Generated from `echo $ac_file_in |
44876 sed 's,.*/,,'` by configure."
44878 # First look for the input files in the build tree, otherwise in the
44880 ac_file_inputs
=`IFS=:
44881 for f in $ac_file_in; do
44883 -) echo $tmp/stdin ;;
44885 # Absolute (can't be DOS-style, as IFS=:)
44886 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
44887 echo "$as_me: error: cannot find input file: $f" >&2;}
44888 { (exit 1); exit 1; }; }
44891 if test -f "$f"; then
44894 elif test -f "$srcdir/$f"; then
44899 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
44900 echo "$as_me: error: cannot find input file: $f" >&2;}
44901 { (exit 1); exit 1; }; }
44904 done` || { (exit 1); exit 1; }
44906 if test x
"$ac_file" != x
-; then
44907 { echo "$as_me:$LINENO: creating $ac_file" >&5
44908 echo "$as_me: creating $ac_file" >&6;}
44912 cat >>$CONFIG_STATUS <<_ACEOF
44916 cat >>$CONFIG_STATUS <<\_ACEOF
44918 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
44919 s
,@configure_input@
,$configure_input,;t t
44920 s
,@srcdir@
,$ac_srcdir,;t t
44921 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
44922 s
,@top_srcdir@
,$ac_top_srcdir,;t t
44923 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
44924 s
,@builddir@
,$ac_builddir,;t t
44925 s
,@abs_builddir@
,$ac_abs_builddir,;t t
44926 s
,@top_builddir@
,$ac_top_builddir,;t t
44927 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
44928 s
,@INSTALL@
,$ac_INSTALL,;t t
44929 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
44931 if test x"$ac_file" != x-; then
44932 mv $tmp/out $ac_file
44938 # Run the commands associated with the file.
44940 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
44941 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
44945 cat >>$CONFIG_STATUS <<\_ACEOF
44948 # CONFIG_HEADER section.
44951 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
44952 # NAME is the cpp macro being defined and VALUE is the value it is being given.
44954 # ac_d sets the value in "#define NAME VALUE" lines.
44955 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
44956 ac_dB
='[ ].*$,\1#\2'
44959 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
44960 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
44961 ac_uB
='$,\1#\2define\3'
44965 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
44966 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
44968 - | *:- | *:-:* ) # input from stdin
44970 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
44971 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
44972 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
44973 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
44974 * ) ac_file_in
=$ac_file.
in ;;
44977 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
44978 echo "$as_me: creating $ac_file" >&6;}
44980 # First look for the input files in the build tree, otherwise in the
44982 ac_file_inputs
=`IFS=:
44983 for f in $ac_file_in; do
44985 -) echo $tmp/stdin ;;
44987 # Absolute (can't be DOS-style, as IFS=:)
44988 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
44989 echo "$as_me: error: cannot find input file: $f" >&2;}
44990 { (exit 1); exit 1; }; }
44991 # Do quote $f, to prevent DOS paths from being IFS'd.
44994 if test -f "$f"; then
44997 elif test -f "$srcdir/$f"; then
45002 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45003 echo "$as_me: error: cannot find input file: $f" >&2;}
45004 { (exit 1); exit 1; }; }
45007 done` || { (exit 1); exit 1; }
45008 # Remove the trailing spaces.
45009 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
45013 # Transform confdefs.h into two sed scripts, `conftest.defines' and
45014 # `conftest.undefs', that substitutes the proper values into
45015 # config.h.in to produce config.h. The first handles `#define'
45016 # templates, and the second `#undef' templates.
45017 # And first: Protect against being on the right side of a sed subst in
45018 # config.status. Protect against being in an unquoted here document
45019 # in config.status.
45020 rm -f conftest.defines conftest.undefs
45021 # Using a here document instead of a string reduces the quoting nightmare.
45022 # Putting comments in sed scripts is not portable.
45024 # `end' is used to avoid that the second main sed command (meant for
45025 # 0-ary CPP macros) applies to n-ary macro definitions.
45026 # See the Autoconf documentation for `clear'.
45027 cat >confdef2sed.
sed <<\_ACEOF
45032 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
45034 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
45037 # If some macros were called several times there might be several times
45038 # the same #defines, which is useless. Nevertheless, we may not want to
45039 # sort them, since we want the *last* AC-DEFINE to be honored.
45040 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
45041 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
45042 rm -f confdef2sed.sed
45044 # This sed command replaces #undef with comments. This is necessary, for
45045 # example, in the case of _POSIX_SOURCE, which is predefined and required
45046 # on some systems where configure will not decide to define it.
45047 cat >>conftest.undefs <<\_ACEOF
45048 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
45051 # Break up conftest.defines because some shells have a limit on the size
45052 # of here documents, and old seds have small limits too (100 cmds).
45053 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
45054 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
45055 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
45056 echo ' :' >>$CONFIG_STATUS
45057 rm -f conftest.tail
45058 while grep . conftest.defines >/dev/null
45060 # Write a limited-size here document to $tmp/defines.sed.
45061 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
45062 # Speed up: don't consider the non `#define' lines.
45063 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
45064 # Work around the forget-to-reset-the-flag bug.
45065 echo 't clr' >>$CONFIG_STATUS
45066 echo ': clr' >>$CONFIG_STATUS
45067 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
45069 sed -f $tmp/defines.sed $tmp/in >$tmp/out
45071 mv $tmp/out $tmp/in
45073 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
45074 rm -f conftest.defines
45075 mv conftest.
tail conftest.defines
45077 rm -f conftest.defines
45078 echo ' fi # grep' >>$CONFIG_STATUS
45079 echo >>$CONFIG_STATUS
45081 # Break up conftest.undefs because some shells have a limit on the size
45082 # of here documents, and old seds have small limits too (100 cmds).
45083 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
45084 rm -f conftest.
tail
45085 while grep . conftest.undefs
>/dev
/null
45087 # Write a limited-size here document to $tmp/undefs.sed.
45088 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
45089 # Speed up: don't consider the non
`#undef'
45090 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
45091 # Work around the forget-to-reset-the-flag bug.
45092 echo 't clr' >>$CONFIG_STATUS
45093 echo ': clr' >>$CONFIG_STATUS
45094 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
45096 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
45098 mv $tmp/out $tmp/in
45100 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
45101 rm -f conftest.undefs
45102 mv conftest.tail conftest.undefs
45104 rm -f conftest.undefs
45106 cat >>$CONFIG_STATUS <<\_ACEOF
45107 # Let's still pretend it is `configure
' which instantiates (i.e., don't
45108 # use $as_me), people would be surprised to read:
45109 # /* config.h. Generated by config.status. */
45110 if test x
"$ac_file" = x
-; then
45111 echo "/* Generated by configure. */" >$tmp/config.h
45113 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
45115 cat $tmp/in >>$tmp/config.h
45117 if test x
"$ac_file" != x
-; then
45118 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
45119 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
45120 echo "$as_me: $ac_file is unchanged" >&6;}
45122 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
45123 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45124 X"$ac_file" : 'X\(//\)[^/]' \| \
45125 X"$ac_file" : 'X\(//\)$' \| \
45126 X"$ac_file" : 'X\(/\)' \| \
45127 . : '\(.\)' 2>/dev/null ||
45129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45130 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45131 /^X\(\/\/\)$/{ s//\1/; q; }
45132 /^X\(\/\).*/{ s//\1/; q; }
45134 { if $as_mkdir_p; then
45139 while test ! -d "$as_dir"; do
45140 as_dirs
="$as_dir $as_dirs"
45141 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
45142 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45143 X"$as_dir" : 'X\(//\)[^/]' \| \
45144 X"$as_dir" : 'X\(//\)$' \| \
45145 X"$as_dir" : 'X\(/\)' \| \
45146 . : '\(.\)' 2>/dev/null ||
45148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45149 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45150 /^X\(\/\/\)$/{ s//\1/; q; }
45151 /^X\(\/\).*/{ s//\1/; q; }
45154 test ! -n "$as_dirs" || mkdir $as_dirs
45155 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45156 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45157 { (exit 1); exit 1; }; }; }
45160 mv $tmp/config.h
$ac_file
45164 rm -f $tmp/config.h
45168 cat >>$CONFIG_STATUS <<\_ACEOF
45171 # CONFIG_COMMANDS section.
45173 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
45174 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
45175 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
45176 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
45177 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45178 X"$ac_dest" : 'X\(//\)[^/]' \| \
45179 X"$ac_dest" : 'X\(//\)$' \| \
45180 X"$ac_dest" : 'X\(/\)' \| \
45181 . : '\(.\)' 2>/dev/null ||
45183 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45184 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45185 /^X\(\/\/\)$/{ s//\1/; q; }
45186 /^X\(\/\).*/{ s//\1/; q; }
45188 { if $as_mkdir_p; then
45193 while test ! -d "$as_dir"; do
45194 as_dirs
="$as_dir $as_dirs"
45195 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
45196 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45197 X"$as_dir" : 'X\(//\)[^/]' \| \
45198 X"$as_dir" : 'X\(//\)$' \| \
45199 X"$as_dir" : 'X\(/\)' \| \
45200 . : '\(.\)' 2>/dev/null ||
45202 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45203 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45204 /^X\(\/\/\)$/{ s//\1/; q; }
45205 /^X\(\/\).*/{ s//\1/; q; }
45208 test ! -n "$as_dirs" || mkdir $as_dirs
45209 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45210 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45211 { (exit 1); exit 1; }; }; }
45215 if test "$ac_dir" != .
; then
45216 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45217 # A "../" for each directory in $ac_dir_suffix.
45218 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45220 ac_dir_suffix
= ac_top_builddir
=
45224 .
) # No --srcdir option. We are building in place.
45226 if test -z "$ac_top_builddir"; then
45229 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
45231 [\\/]* | ?
:[\\/]* ) # Absolute path.
45232 ac_srcdir
=$srcdir$ac_dir_suffix;
45233 ac_top_srcdir
=$srcdir ;;
45234 *) # Relative path.
45235 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
45236 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
45239 # Do not use `cd foo && pwd` to compute absolute paths, because
45240 # the directories may not exist.
45242 .
) ac_abs_builddir
="$ac_dir";;
45245 .
) ac_abs_builddir
=`pwd`;;
45246 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
45247 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
45250 case $ac_abs_builddir in
45251 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
45253 case ${ac_top_builddir}.
in
45254 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
45255 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
45256 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
45259 case $ac_abs_builddir in
45260 .
) ac_abs_srcdir
=$ac_srcdir;;
45263 .
) ac_abs_srcdir
=$ac_abs_builddir;;
45264 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
45265 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
45268 case $ac_abs_builddir in
45269 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
45271 case $ac_top_srcdir in
45272 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
45273 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
45274 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
45279 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
45280 echo "$as_me: executing $ac_dest commands" >&6;}
45282 wx
-config ) rm -f wx
-config
45283 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
45289 cat >>$CONFIG_STATUS <<\_ACEOF
45291 { (exit 0); exit 0; }
45293 chmod +x
$CONFIG_STATUS
45294 ac_clean_files
=$ac_clean_files_save
45297 # configure is writing to config.log, and then calls config.status.
45298 # config.status does its own redirection, appending to config.log.
45299 # Unfortunately, on DOS this fails, as config.log is still kept open
45300 # by configure, so config.status won't be able to write to it; its
45301 # output is simply discarded. So we exec the FD to /dev/null,
45302 # effectively closing config.log, so it can be properly (re)opened and
45303 # appended to by config.status. When coming back to configure, we
45304 # need to make the FD available again.
45305 if test "$no_create" != yes; then
45307 ac_config_status_args
=
45308 test "$silent" = yes &&
45309 ac_config_status_args
="$ac_config_status_args --quiet"
45311 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
45313 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
45314 # would make configure fail if this is the last instruction.
45315 $ac_cs_success || { (exit 1); exit 1; }
45319 # CONFIG_SUBDIRS section.
45321 if test "$no_recursion" != yes; then
45323 # Remove --cache-file and --srcdir arguments so they do not pile up.
45324 ac_sub_configure_args
=
45326 for ac_arg
in $ac_configure_args; do
45327 if test -n "$ac_prev"; then
45332 -cache-file | --cache-file | --cache-fil | --cache-fi \
45333 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
45334 ac_prev
=cache_file
;;
45335 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
45336 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
45339 --config-cache | -C)
45341 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
45343 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
45345 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
45347 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
45349 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
45353 # Always prepend --prefix to ensure using the same prefix
45354 # in subdir configurations.
45355 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
45358 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
45360 # Do not complain, so a configure script can configure whichever
45361 # parts of a large source tree are present.
45362 test -d $srcdir/$ac_dir || continue
45364 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
45365 echo "$as_me: configuring in $ac_dir" >&6;}
45366 { if $as_mkdir_p; then
45371 while test ! -d "$as_dir"; do
45372 as_dirs
="$as_dir $as_dirs"
45373 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
45374 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45375 X"$as_dir" : 'X\(//\)[^/]' \| \
45376 X"$as_dir" : 'X\(//\)$' \| \
45377 X"$as_dir" : 'X\(/\)' \| \
45378 . : '\(.\)' 2>/dev/null ||
45380 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45381 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45382 /^X\(\/\/\)$/{ s//\1/; q; }
45383 /^X\(\/\).*/{ s//\1/; q; }
45386 test ! -n "$as_dirs" || mkdir $as_dirs
45387 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45388 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45389 { (exit 1); exit 1; }; }; }
45393 if test "$ac_dir" != .
; then
45394 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45395 # A "../" for each directory in $ac_dir_suffix.
45396 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45398 ac_dir_suffix
= ac_top_builddir
=
45402 .
) # No --srcdir option. We are building in place.
45404 if test -z "$ac_top_builddir"; then
45407 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
45409 [\\/]* | ?
:[\\/]* ) # Absolute path.
45410 ac_srcdir
=$srcdir$ac_dir_suffix;
45411 ac_top_srcdir
=$srcdir ;;
45412 *) # Relative path.
45413 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
45414 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
45417 # Do not use `cd foo && pwd` to compute absolute paths, because
45418 # the directories may not exist.
45420 .
) ac_abs_builddir
="$ac_dir";;
45423 .
) ac_abs_builddir
=`pwd`;;
45424 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
45425 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
45428 case $ac_abs_builddir in
45429 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
45431 case ${ac_top_builddir}.
in
45432 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
45433 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
45434 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
45437 case $ac_abs_builddir in
45438 .
) ac_abs_srcdir
=$ac_srcdir;;
45441 .
) ac_abs_srcdir
=$ac_abs_builddir;;
45442 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
45443 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
45446 case $ac_abs_builddir in
45447 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
45449 case $ac_top_srcdir in
45450 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
45451 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
45452 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
45459 # Check for guested configure; otherwise get Cygnus style configure.
45460 if test -f $ac_srcdir/configure.gnu
; then
45461 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
45462 elif test -f $ac_srcdir/configure
; then
45463 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
45464 elif test -f $ac_srcdir/configure.
in; then
45465 ac_sub_configure
=$ac_configure
45467 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
45468 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
45472 # The recursion is here.
45473 if test -n "$ac_sub_configure"; then
45474 # Make the cache file name correct relative to the subdirectory.
45475 case $cache_file in
45476 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
45477 *) # Relative path.
45478 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
45481 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
45482 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
45483 # The eval makes quoting arguments work.
45484 eval $ac_sub_configure $ac_sub_configure_args \
45485 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
45486 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
45487 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
45488 { (exit 1); exit 1; }; }
45497 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
45499 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
45500 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
45502 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
45503 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
45504 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
45506 echo " What level of wxWidgets compatibility should be enabled?"
45507 echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
45508 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
45510 echo " Which libraries should wxWidgets use?"
45511 echo " jpeg ${wxUSE_LIBJPEG-none}"
45512 echo " png ${wxUSE_LIBPNG-none}"
45513 echo " regex ${wxUSE_REGEX}"
45514 echo " tiff ${wxUSE_LIBTIFF-none}"
45515 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
45516 echo " xpm ${wxUSE_LIBXPM-none}"
45518 echo " zlib ${wxUSE_ZLIB}"
45519 echo " odbc ${wxUSE_ODBC}"
45520 echo " expat ${wxUSE_EXPAT}"
45521 echo " libmspack ${wxUSE_LIBMSPACK}"
45522 echo " sdl ${wxUSE_LIBSDL}"
45523 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"